summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2016-09-11 17:55:51 +0200
committerRemi Collet <fedora@famillecollet.com>2016-09-11 17:55:51 +0200
commit5bbef2469cdff0536c119b84e390ec5cbe8d40ea (patch)
tree98f6b72902e2c87adffb17799393f4e0e1b34bdc
parent2df75f1491ba8547c1a804eb5e5965c582d1dfb6 (diff)
php-pecl-http: F25
-rw-r--r--php-pecl-http-php7.spec4
-rw-r--r--php-pecl-http.spec8
2 files changed, 8 insertions, 4 deletions
diff --git a/php-pecl-http-php7.spec b/php-pecl-http-php7.spec
index c516e3f..0431769 100644
--- a/php-pecl-http-php7.spec
+++ b/php-pecl-http-php7.spec
@@ -287,9 +287,7 @@ done
--modules | grep %{pecl_name}
%if %{with_tests}
-%if "%{php_version}" > "7"
- rm ?TS/tests/client022.phpt
-%endif
+rm ?TS/tests/client022.phpt
if pkg-config --atleast-version=7.49 libcurl; then
rm ?TS/tests/client019.phpt
fi
diff --git a/php-pecl-http.spec b/php-pecl-http.spec
index 3e0402c..3f0b90b 100644
--- a/php-pecl-http.spec
+++ b/php-pecl-http.spec
@@ -42,7 +42,7 @@
#global prever RC1
Name: %{?sub_prefix}php-pecl-http
Version: 2.6.0
-Release: 0.1.%{prever}%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
+Release: 0.2.%{prever}%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
Summary: Extended HTTP support
License: BSD
@@ -273,6 +273,9 @@ else
: only local tests when mock is used
export SKIP_ONLINE_TESTS=1
fi
+if pkg-config --atleast-version=7.49 libcurl; then
+ rm ?TS/tests/client019.phpt
+fi
# Shared needed extensions
modules=""
@@ -363,6 +366,9 @@ rm -rf %{buildroot}
%changelog
+* Sun Sep 11 2016 Remi Collet <remi@fedoraproject.org> - 2.6.0-0.2.beta2
+- F25 build
+
* Wed Sep 7 2016 Remi Collet <remi@fedoraproject.org> - 2.6.0-0.1.beta2
- Update to 2.6.0beta2 (php 5, beta)