diff options
author | Remi Collet <remi@remirepo.net> | 2019-10-17 08:23:02 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2019-10-17 08:23:02 +0200 |
commit | ec1e0c480c2edd9b038b4b44e90d5f63fc47d197 (patch) | |
tree | 027be45a2f0d323998fe9ae267dfd5c2296a6584 | |
parent | 24d9a030971a504eac1969f9533605f483cb4ae3 (diff) |
v2.7.1zend-loader
-rw-r--r-- | php-zendframework-zend-text.spec | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/php-zendframework-zend-text.spec b/php-zendframework-zend-text.spec index a94a1c9..dc3fd7a 100644 --- a/php-zendframework-zend-text.spec +++ b/php-zendframework-zend-text.spec @@ -7,7 +7,7 @@ # Please, preserve the changelog entries # %global bootstrap 0 -%global gh_commit ca987dd4594f5f9508771fccd82c89bc7fbb39ac +%global gh_commit 41e32dafa4015e160e2f95a7039554385c71624d %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner zendframework %global gh_project zend-text @@ -20,7 +20,7 @@ %endif Name: php-%{gh_owner}-%{gh_project} -Version: 2.7.0 +Version: 2.7.1 Release: 1%{?dist} Summary: Zend Framework %{library} component @@ -140,6 +140,9 @@ exit $ret %changelog +* Thu Oct 17 2019 Remi Collet <remi@remirepo.net> - 2.7.1-1 +- update to 2.7.1 + * Thu May 3 2018 Remi Collet <remi@remirepo.net> - 2.7.0-1 - update to 2.7.0 - raise dependency on PHP 5.6 |