diff options
author | Remi Collet <fedora@famillecollet.com> | 2016-09-14 20:41:16 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2016-09-14 20:41:16 +0200 |
commit | fa6697d259b745856ce800283cb3ee8aa0d8e4d6 (patch) | |
tree | 9a71c342b3d6e1e72f5f95f8bf5dd1ed0b9654e1 /php-pecl-rrd-php7.spec | |
parent | 08864cb8034f7d3b9c9e7e43696f63ea9f708c02 (diff) |
PHP 7.1.0RC2 (SCL) + extension mass rebuild
Diffstat (limited to 'php-pecl-rrd-php7.spec')
-rw-r--r-- | php-pecl-rrd-php7.spec | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/php-pecl-rrd-php7.spec b/php-pecl-rrd-php7.spec index 9f669b5..b4c5654 100644 --- a/php-pecl-rrd-php7.spec +++ b/php-pecl-rrd-php7.spec @@ -19,7 +19,7 @@ Summary: PHP Bindings for rrdtool Name: %{?scl_prefix}php-pecl-rrd Version: 2.0.1 -Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release: 2%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} License: BSD Group: Development/Languages URL: http://pecl.php.net/package/rrd @@ -57,6 +57,10 @@ Obsoletes: php56u-pecl-%{pecl_name} <= %{version} Obsoletes: php56w-pecl-%{pecl_name} <= %{version} Obsoletes: php70u-pecl-%{pecl_name} <= %{version} Obsoletes: php70w-pecl-%{pecl_name} <= %{version} +%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 @@ -209,6 +213,9 @@ fi %changelog +* Wed Sep 14 2016 Remi Collet <remi@fedoraproject.org> - 2.0.1-2 +- rebuild for PHP 7.1 new API version + * Wed May 11 2016 Remi Collet <remi@fedoraproject.org> - 2.0.1-1 - update to 2.0.1 (no change) |