diff options
author | Remi Collet <fedora@famillecollet.com> | 2015-07-08 10:09:50 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2015-07-08 10:09:50 +0200 |
commit | ecc8c30eee5767194e6eaa2dfd17953856001fae (patch) | |
tree | 79f5360a596928cf3c0b3323162fad541c54110b /php-pecl-raphf-dev.spec | |
parent | 97d214c33b3c45de930ce3ae7281e3a47a595d64 (diff) |
php-pecl-raphf: rebuild
Diffstat (limited to 'php-pecl-raphf-dev.spec')
-rw-r--r-- | php-pecl-raphf-dev.spec | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/php-pecl-raphf-dev.spec b/php-pecl-raphf-dev.spec index 4963b92..3b1938a 100644 --- a/php-pecl-raphf-dev.spec +++ b/php-pecl-raphf-dev.spec @@ -41,7 +41,7 @@ Summary: Resource and persistent handles factory Name: %{?scl_prefix}php-pecl-%{pecl_name} Version: 1.0.5 -Release: 0.2%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release: 0.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} @@ -77,6 +77,10 @@ Obsoletes: php55w-pecl-%{pecl_name} Obsoletes: php56u-pecl-%{pecl_name} Obsoletes: php56w-pecl-%{pecl_name} %endif +%if "%{php_version}" > "7.0" +Obsoletes: php70u-pecl-%{pecl_name} +Obsoletes: php70w-pecl-%{pecl_name} +%endif %endif %if 0%{?fedora} < 20 && 0%{?rhel} < 7 @@ -260,6 +264,9 @@ rm -rf %{buildroot} %changelog +* Wed Jul 8 2015 Remi Collet <remi@fedoraproject.org> - 1.0.5-0.3 +- rebuild against php 7.0.0beta1 + * Wed Jun 24 2015 Remi Collet <remi@fedoraproject.org> - 1.0.5-0.2 - rebuild for "rh_layout" (php70) |