From 51e78ca98793ebe5a03555be6d609958eaf14553 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 17 Aug 2018 09:55:43 +0200 Subject: v2.8.2 --- php-zendframework-zend-http.spec | 9 ++++++--- 1 file 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 - 2.8.2-1 +- update to 2.8.2 + * Fri Apr 27 2018 Remi Collet - 2.8.0-1 - update to 2.8.0 -- cgit