diff options
author | Remi Collet <remi@remirepo.net> | 2022-12-21 10:29:42 +0100 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2022-12-21 10:29:42 +0100 |
commit | b745a08de97d7c4c3d13cacd51516aafc2fffc00 (patch) | |
tree | c5d1d638b91c47a9430d54763443bea927af82c5 | |
parent | a896b812daa4c21a752f8db82e7cb6f391a0a548 (diff) |
update to 4.12.0
-rw-r--r-- | php-laminas-hydrator4.spec | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/php-laminas-hydrator4.spec b/php-laminas-hydrator4.spec index ea24d44..f2a7e64 100644 --- a/php-laminas-hydrator4.spec +++ b/php-laminas-hydrator4.spec @@ -12,7 +12,7 @@ %bcond_without tests -%global gh_commit acc18274748d58f18259413016eae49f9bb9136c +%global gh_commit 78fa8f8a29a2866b1fccdf1b0c260557b6bb595e %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner laminas %global gh_project laminas-hydrator @@ -22,7 +22,7 @@ %global major 4 Name: php-%{gh_project}%{major} -Version: 4.11.0 +Version: 4.12.0 Release: 1%{?dist} Summary: %{namespace} Framework %{library} component version %{major} @@ -175,6 +175,9 @@ exit $ret %changelog +* Wed Dec 21 2022 Remi Collet <remi@remirepo.net> - 4.12.0-1 +- update to 4.12.0 + * Wed Dec 14 2022 Remi Collet <remi@remirepo.net> - 4.11.0-1 - update to 4.11.0 |