diff options
author | Remi Collet <remi@remirepo.net> | 2022-12-06 07:40:28 +0100 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2022-12-06 07:40:28 +0100 |
commit | 74122ee2c488dc8858b670e8fcb6d2a8966f0241 (patch) | |
tree | d81f7a0cbbdb7186345295f63f218c19f910fcdd | |
parent | ab36e1192fc546ab7623485397092afcd8fb895c (diff) |
update to 4.10.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 e83e0f7..a44b85c 100644 --- a/php-laminas-hydrator4.spec +++ b/php-laminas-hydrator4.spec @@ -12,7 +12,7 @@ %bcond_without tests -%global gh_commit 49ab61ee0f2352cc147569544bffe4671ca8e4de +%global gh_commit 9917c999faa8acc13da51a9b0d12e513b5d26430 %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.9.0 +Version: 4.10.0 Release: 1%{?dist} Summary: %{namespace} Framework %{library} component version %{major} @@ -175,6 +175,9 @@ exit $ret %changelog +* Tue Dec 6 2022 Remi Collet <remi@remirepo.net> - 4.10.0-1 +- update to 4.10.0 + * Mon Dec 5 2022 Remi Collet <remi@remirepo.net> - 4.9.0-1 - update to 4.9.0 |