summaryrefslogtreecommitdiffstats
path: root/php-zendframework-zend-http.spec
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2015-08-06 13:25:07 +0200
committerRemi Collet <fedora@famillecollet.com>2015-08-06 13:25:07 +0200
commit4c867195cf221ed7232af4ee698070e8e2a7bec2 (patch)
tree83437c20ec46b39a8fa953cff17672f82b501771 /php-zendframework-zend-http.spec
parent2a33d6a8a2a26824e6a6848b6f8cc7d5a1884124 (diff)
php-zendframework-zend-http: 2.5.2
Diffstat (limited to 'php-zendframework-zend-http.spec')
-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 0a0a7b8..377a8c6 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 6cc6dee9a27fc07e0167d8779ab2258747108ed5
+%global gh_commit abe2e56464cd467214489672f103669957047548
%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.5.1
+Version: 2.5.2
Release: 1%{?dist}
Summary: Zend Framework %{library} component
@@ -34,7 +34,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
BuildArch: noarch
# Tests
%if %{with_tests}
-BuildRequires: php(language) >= 5.3.23
+BuildRequires: php(language) >= 5.5
BuildRequires: php-ctype
BuildRequires: php-curl
BuildRequires: php-date
@@ -58,12 +58,12 @@ BuildRequires: php-composer(%{gh_owner}/zend-loader) >= 2.5
%endif
# From composer, "require": {
-# "php": ">=5.3.23",
+# "php": ">=5.5",
# "zendframework/zend-loader": "~2.5",
# "zendframework/zend-stdlib": "~2.5",
# "zendframework/zend-uri": "~2.5",
# "zendframework/zend-validator": "~2.5"
-Requires: php(language) >= 5.3.23
+Requires: php(language) >= 5.5
%if ! %{bootstrap}
Requires: php-composer(%{gh_owner}/zend-loader) >= 2.5
Requires: php-composer(%{gh_owner}/zend-loader) < 3
@@ -145,5 +145,8 @@ rm -rf %{buildroot}
%changelog
+* Thu Aug 6 2015 Remi Collet <remi@fedoraproject.org> - 2.5.2-1
+- version 2.5.2
+
* Tue Aug 4 2015 Remi Collet <remi@fedoraproject.org> - 2.5.1-1
- initial package \ No newline at end of file