summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2016-02-16 23:21:40 +0100
committerRemi Collet <fedora@famillecollet.com>2016-02-16 23:21:40 +0100
commitafcedb01fa95641f70ca8f0159e353ca6c41ed1d (patch)
tree3e887dda11f47e7bf0bd848414e888d321e39802
parent177ea84b7f7edbb9b68d8553ba1f554826f8e139 (diff)
php-zendframework-zend-stdlib: 2.7.5
-rw-r--r--php-zendframework-zend-stdlib.spec9
1 files changed, 6 insertions, 3 deletions
diff --git a/php-zendframework-zend-stdlib.spec b/php-zendframework-zend-stdlib.spec
index 2bb5162..471d2cf 100644
--- a/php-zendframework-zend-stdlib.spec
+++ b/php-zendframework-zend-stdlib.spec
@@ -7,7 +7,7 @@
# Please, preserve the changelog entries
#
%global bootstrap 0
-%global gh_commit cae029346a33663b998507f94962eb27de060683
+%global gh_commit b894a85f3ef8a52e7aa62c3c5aa245e383c70cca
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
%global gh_owner zendframework
%global gh_project zend-stdlib
@@ -20,7 +20,7 @@
%endif
Name: php-%{gh_owner}-%{gh_project}
-Version: 2.7.4
+Version: 2.7.5
Release: 1%{?dist}
Summary: Zend Framework %{library} component
@@ -65,7 +65,7 @@ BuildRequires: php-composer(%{gh_owner}/zend-loader) >= 2.5
%endif
# From composer, "require": {
-# "php": ">=5.5",
+# "php": "^5.5 || ^7.0",
# "zendframework/zend-hydrator": "~1.0"
Requires: php(language) >= 5.5
Requires: php-composer(%{gh_owner}/zend-hydrator) >= 1.0
@@ -164,6 +164,9 @@ rm -rf %{buildroot}
%changelog
+* Tue Feb 16 2016 Remi Collet <remi@fedoraproject.org> - 2.7.5-1
+- update to 2.7.5
+
* Thu Jan 28 2016 Remi Collet <remi@fedoraproject.org> - 2.7.4-1
- update to 2.7.4
- add dependency on zendframework/zend-hydrator ^1.0.0