summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2016-09-14 20:41:16 +0200
committerRemi Collet <fedora@famillecollet.com>2016-09-14 20:41:16 +0200
commitf036acd5d988188a4ead2edc4070a73adf7035e7 (patch)
tree100bd039b959e39721168ffffdd9a918fe62dce0
parent7a3c02fe0b96b74152183cee0232dc2fb5fe4d10 (diff)
PHP 7.1.0RC2 (SCL) + extension mass rebuild
-rw-r--r--php-pecl-json-post.spec9
1 files changed, 8 insertions, 1 deletions
diff --git a/php-pecl-json-post.spec b/php-pecl-json-post.spec
index df5d5b6..68f53b5 100644
--- a/php-pecl-json-post.spec
+++ b/php-pecl-json-post.spec
@@ -34,7 +34,7 @@
Summary: JSON POST handler
Name: %{?sub_prefix}php-pecl-json-post
Version: 1.0.1
-Release: 4%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
+Release: 5%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
License: BSD
Group: Development/Languages
URL: http://pecl.php.net/package/%{pecl_name}
@@ -77,6 +77,10 @@ Obsoletes: php56w-pecl-%{pecl_name} <= %{version}
Obsoletes: php70u-pecl-%{pecl_name} <= %{version}
Obsoletes: php70w-pecl-%{pecl_name} <= %{version}
%endif
+%if "%{php_version}" > "7.1"
+Obsoletes: php71u-pecl-%{pecl_name} <= %{version}
+Obsoletes: php71w-pecl-%{pecl_name} <= %{version}
+%endif
%endif
%if 0%{?fedora} < 20 && 0%{?rhel} < 7
@@ -244,6 +248,9 @@ rm -rf %{buildroot}
%changelog
+* Wed Sep 14 2016 Remi Collet <remi@fedoraproject.org> - 1.0.1-5
+- rebuild for PHP 7.1 new API version
+
* Sat Mar 5 2016 Remi Collet <remi@fedoraproject.org> - 1.0.1-4
- adapt for F24