diff options
author | Remi Collet <remi@remirepo.net> | 2018-08-16 12:45:02 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2018-08-16 12:45:02 +0200 |
commit | 99976e2de1aaeb9180709425b0e73bfa4032af19 (patch) | |
tree | 99a7c864f8bcf99f18db607c4ef47164f5571c52 | |
parent | e15d0f6a31f7e73c1dd11c8c1888d9ec19a95dfb (diff) |
rebuild for 7.3.0beta2 new ABI
-rw-r--r-- | php-zstd.spec | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/php-zstd.spec b/php-zstd.spec index 4544135..c0d6d49 100644 --- a/php-zstd.spec +++ b/php-zstd.spec @@ -36,9 +36,9 @@ Summary: Zstd Extension for PHP Name: %{?sub_prefix}php-%{pecl_name} Version: 0.4.14 %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 %if %{?with_libzstd} License: MIT @@ -246,6 +246,9 @@ REPORT_EXIT_STATUS=1 \ %changelog +* Thu Aug 16 2018 Remi Collet <remi@remirepo.net> - 0.4.14-3 +- rebuild for 7.3.0beta2 new ABI + * Wed Jul 18 2018 Remi Collet <remi@remirepo.net> - 0.4.14-2 - rebuild for 7.3.0alpha4 new ABI |