diff options
author | Remi Collet <remi@remirepo.net> | 2018-08-16 08:08:24 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2018-08-16 08:08:24 +0200 |
commit | 2ea99209d9e25c49b855e3829d1cd9eaf5c61457 (patch) | |
tree | 978114b06bf60d878750a39219559dc8acf9f0cf | |
parent | d8a52e3f590554cd6d7d805f0df7cca396b595c3 (diff) |
rebuild for 7.3.0beta2 new ABI
-rw-r--r-- | php-brotli.spec | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/php-brotli.spec b/php-brotli.spec index 15a3434..2d3b672 100644 --- a/php-brotli.spec +++ b/php-brotli.spec @@ -36,9 +36,9 @@ Summary: Brotli Extension for PHP Name: %{?sub_prefix}php-%{pecl_name} Version: 0.5.1 %if 0%{?gh_date:1} -Release: 2%{gh_date}git%{gh_short}%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release: 3%{gh_date}git%{gh_short}%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} %else -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;')}} %endif License: MIT Group: Development/Languages @@ -227,6 +227,9 @@ REPORT_EXIT_STATUS=1 \ %changelog +* Thu Aug 16 2018 Remi Collet <remi@remirepo.net> - 0.5.1-3 +- rebuild for 7.3.0beta2 new ABI + * Tue Jul 17 2018 Remi Collet <remi@remirepo.net> - 0.5.1-2 - rebuld for 7.3.0alpha4 new ABI |