summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2015-07-08 08:26:46 +0200
committerRemi Collet <fedora@famillecollet.com>2015-07-08 08:26:46 +0200
commited1c530bcf994ea4237ade024fc8e5090778362f (patch)
tree668345d7be504cdd9c9a2e02529d72ecd13c35a9
parent6c0b2e10e93e003f82eeb09b17f233b8915f594e (diff)
php-pecl-json-post: 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 88f5a36..70ff2ec 100644
--- a/php-pecl-json-post.spec
+++ b/php-pecl-json-post.spec
@@ -37,7 +37,7 @@
Summary: JSON POST handler
Name: %{?sub_prefix}php-pecl-json-post
Version: 1.0.0
-Release: 2%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
+Release: 3%{?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}
@@ -74,6 +74,10 @@ Obsoletes: php55w-pecl-%{pecl_name} <= %{version}
Obsoletes: php56u-pecl-%{pecl_name} <= %{version}
Obsoletes: php56w-pecl-%{pecl_name} <= %{version}
%endif
+%if "%{php_version}" > "7.0"
+Obsoletes: php70u-pecl-%{pecl_name} <= %{version}
+Obsoletes: php70w-pecl-%{pecl_name} <= %{version}
+%endif
%endif
%if 0%{?fedora} < 20 && 0%{?rhel} < 7
@@ -236,6 +240,9 @@ rm -rf %{buildroot}
%changelog
+* Wed Jul 8 2015 Remi Collet <remi@fedoraproject.org> - 1.0.0-3
+- rebuild against php 7.0.0beta1
+
* Sun Jun 21 2015 Remi Collet <remi@fedoraproject.org> - 1.0.0-2
- allow build against rh-php56 (as more-php56)