diff options
author | Remi Collet <remi@remirepo.net> | 2022-08-01 14:58:16 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2022-08-01 14:58:16 +0200 |
commit | 5abdba36a095626d819846aa2ac0985d8a702278 (patch) | |
tree | c3199f12a21039bfb59e5d485bc753b88bf82954 | |
parent | 77198138925040aa6d991d3c311ee5d248b9d9b2 (diff) |
update to 1.6.1
-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 |