diff options
author | Remi Collet <fedora@famillecollet.com> | 2015-07-09 09:21:52 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2015-07-09 09:21:52 +0200 |
commit | 607a99b2f2fdfc76b4cd4e6d15fa88b766947de6 (patch) | |
tree | 323f84cef946cd290fd19d08dd3c261691b1c8f4 /php-pecl-http.spec | |
parent | 059bc2750f289b0f63066e6ce8ff40085d68d45e (diff) |
php-pecl-http: 2.5.0 (stable)
Diffstat (limited to 'php-pecl-http.spec')
-rw-r--r-- | php-pecl-http.spec | 11 |
1 files changed, 7 insertions, 4 deletions
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) |