summaryrefslogtreecommitdiffstats
path: root/php-pecl-pcs.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2017-07-18 23:39:48 +0200
committerRemi Collet <remi@remirepo.net>2017-07-18 23:39:48 +0200
commit7877f427a11bf13ef153e2bf3f3ba0749095fd32 (patch)
tree42662bf90761ba6107db9f60879ebfa947b9c3ce /php-pecl-pcs.spec
parent7986605337029d10123ff7f9274968e9d678e8dc (diff)
rebuild for 7.2.0beta1
Diffstat (limited to 'php-pecl-pcs.spec')
-rw-r--r--php-pecl-pcs.spec9
1 files changed, 8 insertions, 1 deletions
diff --git a/php-pecl-pcs.spec b/php-pecl-pcs.spec
index 0fdc722..c5d2f2e 100644
--- a/php-pecl-pcs.spec
+++ b/php-pecl-pcs.spec
@@ -24,7 +24,7 @@
Summary: PHP Code Service
Name: %{?sub_prefix}php-pecl-%{pecl_name}
Version: 1.3.3
-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: PHP
Group: Development/Languages
URL: http://pecl.php.net/package/%{pecl_name}
@@ -71,6 +71,10 @@ Obsoletes: php70w-pecl-%{pecl_name} <= %{version}
Obsoletes: php71u-pecl-%{pecl_name} <= %{version}
Obsoletes: php71w-pecl-%{pecl_name} <= %{version}
%endif
+%if "%{php_version}" > "7.2"
+Obsoletes: php72u-pecl-%{pecl_name} <= %{version}
+Obsoletes: php72w-pecl-%{pecl_name} <= %{version}
+%endif
%endif
%if 0%{?fedora} < 20 && 0%{?rhel} < 7
@@ -267,6 +271,9 @@ REPORT_EXIT_STATUS=1 \
%changelog
+* Tue Jul 18 2017 Remi Collet <remi@remirepo.net> - 1.3.3-3
+- rebuild for PHP 7.2.0beta1 new API
+
* Sun Jun 25 2017 Remi Collet <remi@fedoraproject.org> - 1.3.3-2
- add patch for test suite with php 7.2 from
https://github.com/flaupretre/pecl-pcs/pull/10