diff options
author | Remi Collet <remi@remirepo.net> | 2019-01-09 10:30:57 +0100 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2019-01-09 10:30:57 +0100 |
commit | a99832cf2e8ac6e82da6c287ff7e03c9fcde9ea3 (patch) | |
tree | 7a71c33f295924376448e53aa5a1969cf8c344b6 | |
parent | 51e78ca98793ebe5a03555be6d609958eaf14553 (diff) |
v2.8.3zend-loader
-rw-r--r-- | php-zendframework-zend-http.spec | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/php-zendframework-zend-http.spec b/php-zendframework-zend-http.spec index 0d5bb6b..3d94b03 100644 --- a/php-zendframework-zend-http.spec +++ b/php-zendframework-zend-http.spec @@ -1,13 +1,13 @@ # remirepo/Fedora spec file for php-zendframework-zend-http # -# Copyright (c) 2015-2018 Remi Collet +# Copyright (c) 2015-2019 Remi Collet # License: CC-BY-SA # http://creativecommons.org/licenses/by-sa/4.0/ # # Please, preserve the changelog entries # %global bootstrap 0 -%global gh_commit 2c8aed3d25522618573194e7cc51351f8cd4a45b +%global gh_commit e70ed2a51f37b848c8c3829739d1b1f803854ffa %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner zendframework %global gh_project zend-http @@ -20,7 +20,7 @@ %endif Name: php-%{gh_owner}-%{gh_project} -Version: 2.8.2 +Version: 2.8.3 Release: 1%{?dist} Summary: Zend Framework %{library} component @@ -150,6 +150,9 @@ exit $ret %changelog +* Wed Jan 9 2019 Remi Collet <remi@remirepo.net> - 2.8.3-1 +- update to 2.8.3 + * Fri Aug 17 2018 Remi Collet <remi@remirepo.net> - 2.8.2-1 - update to 2.8.2 |