diff options
| author | Remi Collet <remi@remirepo.net> | 2018-08-17 09:55:43 +0200 | 
|---|---|---|
| committer | Remi Collet <remi@remirepo.net> | 2018-08-17 09:55:43 +0200 | 
| commit | 51e78ca98793ebe5a03555be6d609958eaf14553 (patch) | |
| tree | cca62cc6e28bbfc24105206ae1c34ea966cfa13e | |
| parent | 973b5e23af0ea1745239b2965c23fb2561c9b1e3 (diff) | |
v2.8.2
| -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 2916479..0d5bb6b 100644 --- a/php-zendframework-zend-http.spec +++ b/php-zendframework-zend-http.spec @@ -7,7 +7,7 @@  # Please, preserve the changelog entries  #  %global bootstrap    0 -%global gh_commit    f48b276ffa11b48dd1ae3c6bc306d6ed7958ef51 +%global gh_commit    2c8aed3d25522618573194e7cc51351f8cd4a45b  %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.0 +Version:        2.8.2  Release:        1%{?dist}  Summary:        Zend Framework %{library} component @@ -49,7 +49,7 @@ BuildRequires:  php-composer(%{gh_owner}/zend-validator)        >= 2.10.1  #        "phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1.3",  #        "zendframework/zend-coding-standard": "~1.0.0",  #        "zendframework/zend-config": "^3.1 || ^2.6" -BuildRequires:  php-composer(%{gh_owner}/zend-config)           >= 2.5 +BuildRequires:  php-composer(%{gh_owner}/zend-config)           >= 2.6  %global phpunit %{_bindir}/phpunit  BuildRequires:  php-composer(phpunit/phpunit)                   >= 5.7.27 @@ -150,6 +150,9 @@ exit $ret  %changelog +* Fri Aug 17 2018 Remi Collet <remi@remirepo.net> - 2.8.2-1 +- update to 2.8.2 +  * Fri Apr 27 2018 Remi Collet <remi@remirepo.net> - 2.8.0-1  - update to 2.8.0 | 
