From a9eafb77c655ab7b2e50500c14b762c2563df421 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 6 Mar 2023 12:45:02 +0100 Subject: update to 3.10.0 --- php-laminas-crypt.spec | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) (limited to 'php-laminas-crypt.spec') diff --git a/php-laminas-crypt.spec b/php-laminas-crypt.spec index e2c2a34..11ee045 100644 --- a/php-laminas-crypt.spec +++ b/php-laminas-crypt.spec @@ -1,13 +1,13 @@ # remirepo/Fedora spec file for php-laminas-crypt # -# Copyright (c) 2015-2022 Remi Collet -# License: CC-BY-SA +# Copyright (c) 2015-2023 Remi Collet +# License: CC-BY-SA-4.0 # http://creativecommons.org/licenses/by-sa/4.0/ # # Please, preserve the changelog entries # %global bootstrap 0 -%global gh_commit 56ab1b195dad5456753601ff2e8e3d3fd9392d1a +%global gh_commit 588375caf4d505fee90d1449e9714c912ceb5051 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner laminas %global gh_project laminas-crypt @@ -22,11 +22,11 @@ %endif Name: php-%{gh_project} -Version: 3.9.0 +Version: 3.10.0 Release: 1%{?dist} Summary: Laminas Framework %{library} component -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 @@ -216,6 +216,9 @@ exit $ret %changelog +* Mon Mar 6 2023 Remi Collet - 3.10.0-1 +- update to 3.10.0 + * Mon Oct 17 2022 Remi Collet - 3.9.0-1 - update to 3.9.0 (no change) - raise dependency on PHP 8.0 -- cgit