summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2018-08-17 09:51:27 +0200
committerRemi Collet <remi@remirepo.net>2018-08-17 09:51:27 +0200
commit72497200291be4085262a52dd5d79f7e890f6953 (patch)
tree9e49644baf3dcf2b2b69da6b79a4128943fb0cdf
parentc916bfa63a46438853f57ae57292f7b4989a369e (diff)
v2.8.1 from Fedora
-rw-r--r--php-zendframework-zend-http.spec13
1 files changed, 8 insertions, 5 deletions
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 <shawn@iwin.ski> - 2.8.1-1
+- Update to 2.8.1 (ZF2018-01)
+
* Fri Apr 27 2018 Remi Collet <remi@remirepo.net> - 2.8.0-2
- update to 2.8.0
- use range dependencies on F27+