From ebed6a44cbea200cf5978f3cc7d440653bed6f30 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 16 Mar 2023 08:53:44 +0100 Subject: update to 3.9.0 --- php-laminas-form3.spec | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/php-laminas-form3.spec b/php-laminas-form3.spec index cad17de..37cb988 100644 --- a/php-laminas-form3.spec +++ b/php-laminas-form3.spec @@ -1,13 +1,13 @@ # remirepo/Fedora spec file for php-laminas-form3 # -# Copyright (c) 2015-2022 Remi Collet +# Copyright (c) 2015-2023 Remi Collet # License: CC-BY-SA # http://creativecommons.org/licenses/by-sa/4.0/ # # Please, preserve the changelog entries # %global bootstrap 0 -%global gh_commit 087def3e3e4a70c618cdf622fbea8840280ff1c2 +%global gh_commit 843056ab671477be0204ceb7f13feaab41193b52 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner laminas %global gh_project laminas-form @@ -20,11 +20,11 @@ %bcond_without tests Name: php-%{gh_project}%{major} -Version: 3.8.0 +Version: 3.9.0 Release: 1%{?dist} Summary: %{namespace} Framework %{library} component version %{major} -License: BSD +License: BSD-3-Clause URL: https://github.com/%{gh_owner}/%{gh_project} Source0: %{gh_commit}/%{name}-%{version}-%{gh_short}.tgz Source1: makesrc.sh @@ -245,6 +245,9 @@ exit $ret %changelog +* Thu Mar 16 2023 Remi Collet - 3.9.0-1 +- update to 3.9.0 + * Tue Dec 6 2022 Remi Collet - 3.8.0-1 - update to 3.8.0 -- cgit