diff options
author | Remi Collet <remi@remirepo.net> | 2018-08-16 11:55:38 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2018-08-16 11:55:38 +0200 |
commit | 596a7e7ab3c274be48bede55eb35c2955aac969b (patch) | |
tree | 5409bcc13bd4aa117ef26c2007d5b762b5501c73 | |
parent | 928ae9fa6adea698f680aefe0fc508e4aebd1496 (diff) |
rebuild for 7.3.0beta2 new ABI
-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 043799e..9bfc197 100644 --- a/php-pecl-varnish.spec +++ b/php-pecl-varnish.spec @@ -29,7 +29,7 @@ Summary: Varnish Cache bindings Name: %{?sub_prefix}php-pecl-%{pecl_name} Version: 1.2.4 -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 URL: http://pecl.php.net/package/%{pecl_name} Source0: http://pecl.php.net/get/%{pecl_name}-%{version}.tgz @@ -285,6 +285,9 @@ exit $ret %changelog +* Thu Aug 16 2018 Remi Collet <remi@remirepo.net> - 1.2.4-3 +- rebuild for 7.3.0beta2 new ABI + * Wed Jul 18 2018 Remi Collet <remi@remirepo.net> - 1.2.4-2 - rebuild for 7.3.0alpha4 new ABI |