From 72497200291be4085262a52dd5d79f7e890f6953 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 17 Aug 2018 09:51:27 +0200 Subject: v2.8.1 from Fedora --- php-zendframework-zend-http.spec | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) (limited to 'php-zendframework-zend-http.spec') diff --git a/php-zendframework-zend-http.spec b/php-zendframework-zend-http.spec index 08fbb9b..11e0e88 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 44197164a270259116162a442f639085ea24094a %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner zendframework %global gh_project zend-http @@ -20,8 +20,8 @@ %endif Name: php-%{gh_owner}-%{gh_project} -Version: 2.8.0 -Release: 2%{?dist} +Version: 2.8.1 +Release: 1%{?dist} Summary: Zend Framework %{library} component License: BSD @@ -51,7 +51,7 @@ BuildRequires: (php-autoloader(%{gh_owner}/zend-loader) >= 2.5.1 with p BuildRequires: (php-autoloader(%{gh_owner}/zend-stdlib) >= 2.7.7 with php-autoloader(%{gh_owner}/zend-stdlib) < 4) BuildRequires: (php-autoloader(%{gh_owner}/zend-uri) >= 2.5.2 with php-autoloader(%{gh_owner}/zend-uri) < 3) BuildRequires: (php-autoloader(%{gh_owner}/zend-validator) >= 2.10.1 with php-autoloader(%{gh_owner}/zend-validator) < 3) -BuildRequires: (php-autoloader(%{gh_owner}/zend-config) >= 2.5 with php-autoloader(%{gh_owner}/zend-config) < 4) +BuildRequires: (php-autoloader(%{gh_owner}/zend-config) >= 2.6 with php-autoloader(%{gh_owner}/zend-config) < 4) %global phpunit %{_bindir}/phpunit7 BuildRequires: phpunit7 >= 7.1.2 # remirepo:14 @@ -65,7 +65,7 @@ BuildRequires: php-autoloader(%{gh_owner}/zend-uri) >= 2.5.2 BuildRequires: php-autoloader(%{gh_owner}/zend-validator) < 3 BuildRequires: php-autoloader(%{gh_owner}/zend-validator) >= 2.10.1 BuildRequires: php-autoloader(%{gh_owner}/zend-config) < 4 -BuildRequires: php-autoloader(%{gh_owner}/zend-config) >= 2.5 +BuildRequires: php-autoloader(%{gh_owner}/zend-config) >= 2.6 %global phpunit %{_bindir}/phpunit6 BuildRequires: phpunit6 >= 6.5.8 %endif @@ -183,6 +183,9 @@ exit $ret %changelog +* Thu Aug 02 2018 Shawn Iwinski - 2.8.1-1 +- Update to 2.8.1 (ZF2018-01) + * Fri Apr 27 2018 Remi Collet - 2.8.0-2 - update to 2.8.0 - use range dependencies on F27+ -- cgit