diff options
author | Remi Collet <fedora@famillecollet.com> | 2016-12-01 11:35:04 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2016-12-01 11:35:04 +0100 |
commit | 0299ba1723f00ce9e387063f137c1ab56659eeb6 (patch) | |
tree | febc5626faec2c060e0d87df9758e3d76bfcffd9 | |
parent | 20d7afc5d43be5f5c12675a8927185959be00517 (diff) |
PHP 7.1 mass rebuild part #1
-rw-r--r-- | php-pecl-varnish.spec | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/php-pecl-varnish.spec b/php-pecl-varnish.spec index 6309a17..8f8e7e2 100644 --- a/php-pecl-varnish.spec +++ b/php-pecl-varnish.spec @@ -28,7 +28,7 @@ Summary: Varnish Cache bindings Name: %{?sub_prefix}php-pecl-%{pecl_name} Version: 1.2.2 -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/%{pecl_name} @@ -292,6 +292,9 @@ rm -rf %{buildroot} %changelog +* Thu Dec 1 2016 Remi Collet <remi@fedoraproject.org> - 1.2.2-2 +- rebuild with PHP 7.1.0 GA + * Tue Oct 25 2016 Remi Collet <remi@fedoraproject.org> - 1.2.2-1 - Update to 1.2.2 |