diff options
author | Remi Collet <remi@remirepo.net> | 2022-12-14 15:29:25 +0100 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2022-12-14 15:29:25 +0100 |
commit | a896b812daa4c21a752f8db82e7cb6f391a0a548 (patch) | |
tree | f9a0cffded78c16137836805cfb2951c82ea0fb2 | |
parent | 74122ee2c488dc8858b670e8fcb6d2a8966f0241 (diff) |
update to 4.11.0
-rw-r--r-- | php-laminas-hydrator4.spec | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/php-laminas-hydrator4.spec b/php-laminas-hydrator4.spec index a44b85c..ea24d44 100644 --- a/php-laminas-hydrator4.spec +++ b/php-laminas-hydrator4.spec @@ -12,7 +12,7 @@ %bcond_without tests -%global gh_commit 9917c999faa8acc13da51a9b0d12e513b5d26430 +%global gh_commit acc18274748d58f18259413016eae49f9bb9136c %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner laminas %global gh_project laminas-hydrator @@ -22,11 +22,11 @@ %global major 4 Name: php-%{gh_project}%{major} -Version: 4.10.0 +Version: 4.11.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 @@ -175,6 +175,9 @@ exit $ret %changelog +* Wed Dec 14 2022 Remi Collet <remi@remirepo.net> - 4.11.0-1 +- update to 4.11.0 + * Tue Dec 6 2022 Remi Collet <remi@remirepo.net> - 4.10.0-1 - update to 4.10.0 |