From 607a99b2f2fdfc76b4cd4e6d15fa88b766947de6 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 9 Jul 2015 09:21:52 +0200 Subject: php-pecl-http: 2.5.0 (stable) --- REFLECTION | 2 +- php-pecl-http.spec | 11 +++++++---- 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 [ extension #182 http version 2.5.0RC1 ] { +Extension [ 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 - 2.5.0-1 +- update to 2.5.0 + * Sun Jun 21 2015 Remi Collet - 2.5.0-0.2.RC1 - allow build against rh-php56 (as more-php56) -- cgit