diff options
author | Remi Collet <fedora@famillecollet.com> | 2015-10-14 09:31:19 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2015-10-14 09:31:19 +0200 |
commit | 8687e961b9feab54601b302491158966b8109751 (patch) | |
tree | 9d4c7fca2fa3fdb653738b36f099a55faedde027 | |
parent | 224061d7f45ad0b55b4e5f8fbcf489dff37129dd (diff) |
PHP 7.0.0RC5
-rw-r--r-- | php-pecl-varnish.spec | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/php-pecl-varnish.spec b/php-pecl-varnish.spec index 63f1b74..cc92ab8 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: 5%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release: 6%{?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} @@ -89,7 +89,7 @@ Varnish Cache is an open source, state of the art web application accelerator. The extension makes it possible to interact with a running varnish instance through TCP socket or shared memory. -Package built for PHP %(%{__php} -r 'echo PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')%{?scl: as Software Collection (%{scl})}. +Package built for PHP %(%{__php} -r 'echo PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')%{?scl: as Software Collection (%{scl} by %{?scl_vendor}%{!?scl_vendor:rh})}. %prep @@ -283,7 +283,10 @@ rm -rf %{buildroot} %changelog -* Fri Sep 18 2015 Remi Collet <remi@fedoraproject.org> - 1.2.1-4 +* Tue Oct 13 2015 Remi Collet <remi@fedoraproject.org> - 1.2.1-6 +- rebuild for PHP 7.0.0RC5 new API version + +* Fri Sep 18 2015 Remi Collet <remi@fedoraproject.org> - 1.2.1-5 - F23 rebuild with rh_layout * Wed Jul 22 2015 Remi Collet <remi@fedoraproject.org> - 1.2.1-4 |