summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2015-07-09 09:21:52 +0200
committerRemi Collet <fedora@famillecollet.com>2015-07-09 09:21:52 +0200
commit607a99b2f2fdfc76b4cd4e6d15fa88b766947de6 (patch)
tree323f84cef946cd290fd19d08dd3c261691b1c8f4
parent059bc2750f289b0f63066e6ce8ff40085d68d45e (diff)
php-pecl-http: 2.5.0 (stable)
-rw-r--r--REFLECTION2
-rw-r--r--php-pecl-http.spec11
2 files changed, 8 insertions, 5 deletions
diff --git a/REFLECTION b/REFLECTION
index c016415..61c6034 100644
--- a/REFLECTION
+++ b/REFLECTION
@@ -1,4 +1,4 @@
-Extension [ <persistent> extension #182 http version 2.5.0RC1 ] {
+Extension [ <persistent> extension #183 http version 2.5.0 ] {
- Dependencies {
Dependency [ raphf (Required) ]
diff --git a/php-pecl-http.spec b/php-pecl-http.spec
index 13d9628..f9fc71f 100644
--- a/php-pecl-http.spec
+++ b/php-pecl-http.spec
@@ -37,15 +37,15 @@
%endif
%ifarch %{arm}
# Test suite disabled because of erratic results on slow ARM (timeout)
-%global with_tests %{?_with_tests:1}%{!?_with_tests:0}
+%global with_tests 0%{?_with_tests:1}
%else
-%global with_tests %{?_without_tests:0}%{!?_without_tests:1}
+%global with_tests 0%{!?_without_tests:1}
%endif
-%global prever RC1
+#global prever RC1
Name: %{?sub_prefix}php-pecl-http
Version: 2.5.0
-Release: 0.2.%{prever}%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}
+Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
Summary: Extended HTTP support
License: BSD
@@ -365,6 +365,9 @@ rm -rf %{buildroot}
%changelog
+* Thu Jul 9 2015 Remi Collet <remi@fedoraproject.org> - 2.5.0-1
+- update to 2.5.0
+
* Sun Jun 21 2015 Remi Collet <remi@fedoraproject.org> - 2.5.0-0.2.RC1
- allow build against rh-php56 (as more-php56)