diff options
-rw-r--r-- | php-laminas-zendframework-bridge.spec | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/php-laminas-zendframework-bridge.spec b/php-laminas-zendframework-bridge.spec index 68226fc..e0d1f79 100644 --- a/php-laminas-zendframework-bridge.spec +++ b/php-laminas-zendframework-bridge.spec @@ -7,7 +7,7 @@ # Please, preserve the changelog entries # %global bootstrap 0 -%global gh_commit d74d2da21beae5aceff1e8c07b901066b0e1b719 +%global gh_commit e112dd2c099f4f6142c16fc65fda89a638e06885 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner laminas %global gh_project laminas-zendframework-bridge @@ -21,7 +21,7 @@ %endif Name: php-%{gh_project} -Version: 1.6.0 +Version: 1.6.1 Release: 1%{?dist} Summary: Alias legacy ZF class names to Laminas Project equivalents @@ -187,6 +187,9 @@ exit $ret %changelog +* Mon Aug 1 2022 Remi Collet <remi@remirepo.net> - 1.6.1-1 +- update to 1.6.1 + * Mon Jul 18 2022 Remi Collet <remi@remirepo.net> - 1.6.0-1 - update to 1.6.0 |