diff options
Diffstat (limited to 'php-laminas-zendframework-bridge.spec')
-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 3cb88eb..92a32ec 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 faf68f6109ceeff24241226033ab59640c7eb63b +%global gh_commit bfbbdb6c998d50dbf69d2187cb78a5f1fa36e1e9 %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.0.2 +Version: 1.0.3 Release: 1%{?dist} Summary: Alias legacy ZF class names to Laminas Project equivalents @@ -185,6 +185,9 @@ exit $ret %changelog +* Sat Apr 4 2020 Remi Collet <remi@remirepo.net> - 1.0.3-1 +- update to 1.0.3 + * Fri Mar 27 2020 Remi Collet <remi@remirepo.net> - 1.0.2-1 - update to 1.0.2 |