diff options
author | Remi Collet <fedora@famillecollet.com> | 2015-07-08 10:33:02 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2015-07-08 10:33:02 +0200 |
commit | 5087db0f156ea599ab2ea914182b5d84ce57c586 (patch) | |
tree | f4c1729bd752e7608595bfafe9ef2d7ca08dd2ae | |
parent | a593893403807cf0f3bb3e260325d7e08626e7d5 (diff) |
php-pecl-varnish: rebuild
-rw-r--r-- | php-pecl-varnish.spec | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/php-pecl-varnish.spec b/php-pecl-varnish.spec index 1e14214..1734a05 100644 --- a/php-pecl-varnish.spec +++ b/php-pecl-varnish.spec @@ -31,7 +31,7 @@ Summary: Varnish Cache bindings Name: %{?sub_prefix}php-pecl-%{pecl_name} Version: 1.2.1 -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} @@ -70,6 +70,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 @@ -279,6 +283,9 @@ rm -rf %{buildroot} %changelog +* Wed Jul 8 2015 Remi Collet <remi@fedoraproject.org> - 1.2.1-3 +- rebuild against php 7.0.0beta1 + * Wed Jun 24 2015 Remi Collet <remi@fedoraproject.org> - 1.2.1-2 - allow build against rh-php56 (as more-php56) - rebuild for "rh_layout" (php70) |