summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2015-07-08 10:36:10 +0200
committerRemi Collet <fedora@famillecollet.com>2015-07-08 10:36:10 +0200
commit7c028d72b930f70b1d9991f051de9fd03c690e9b (patch)
tree4df0503186a93c0670a6bdaadf2f0404ec357d78
parent505563cedac4bdee4619236ec252c3fbdf6e8f68 (diff)
php-pecl-xmldiff: rebuild
-rw-r--r--php-pecl-xmldiff.spec9
1 files changed, 8 insertions, 1 deletions
diff --git a/php-pecl-xmldiff.spec b/php-pecl-xmldiff.spec
index 811521f..0a77590 100644
--- a/php-pecl-xmldiff.spec
+++ b/php-pecl-xmldiff.spec
@@ -33,7 +33,7 @@
Summary: XML diff and merge
Name: %{?sub_prefix}php-pecl-%{pecl_name}
Version: 1.1.2
-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}
@@ -78,6 +78,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
@@ -263,6 +267,9 @@ rm -rf %{buildroot}
%changelog
+* Wed Jul 8 2015 Remi Collet <remi@fedoraproject.org> - 1.1.2-3
+- rebuild against php 7.0.0beta1
+
* Fri Jun 19 2015 Remi Collet <remi@fedoraproject.org> - 1.1.2-2
- allow build against rh-php56 (as more-php56)
- rebuild for "rh_layout" (php70)