diff options
author | Remi Collet <remi@remirepo.net> | 2017-10-03 15:30:34 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2017-10-03 15:30:34 +0200 |
commit | 21b1ef3c1d59a6348f1e0b43ea25271cd159cc8f (patch) | |
tree | 06e7411bae737164c0fe8d9a6c704ed2dbc3d47a | |
parent | 23735747f049b83b9d84d0841715ada39b31fb9f (diff) |
v2.3.1zend-loader
-rw-r--r-- | php-zendframework-zend-hydrator.spec | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/php-zendframework-zend-hydrator.spec b/php-zendframework-zend-hydrator.spec index 4a188d9..c077328 100644 --- a/php-zendframework-zend-hydrator.spec +++ b/php-zendframework-zend-hydrator.spec @@ -7,7 +7,7 @@ # Please, preserve the changelog entries # %global bootstrap 0 -%global gh_commit 7aa33949227fcabb5634a61f97fe78cccbb25c98 +%global gh_commit de0d6465fbc4b7ca345fddc148834c321c4b361f %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner zendframework %global gh_project zend-hydrator @@ -20,7 +20,7 @@ %endif Name: php-%{gh_owner}-%{gh_project} -Version: 2.3.0 +Version: 2.3.1 Release: 1%{?dist} Summary: Zend Framework %{library} component @@ -149,6 +149,9 @@ exit $ret %changelog +* Tue Oct 3 2017 Remi Collet <remi@remirepo.net> - 2.3.1-1 +- Update to 2.3.1 + * Thu Sep 21 2017 Remi Collet <remi@remirepo.net> - 2.3.0-1 - Update to 2.3.0 |