diff options
| author | Remi Collet <remi@remirepo.net> | 2018-08-16 08:19:12 +0200 | 
|---|---|---|
| committer | Remi Collet <remi@remirepo.net> | 2018-08-16 08:19:12 +0200 | 
| commit | 1cfd525c24e561d1d22c9e335ccf1be0b09734ef (patch) | |
| tree | d3e2a441d7c8f5f8c0c2febf236641de11fd958d | |
| parent | f7c9d122b44b6f94e9b5a47bcc5634b38cae8856 (diff) | |
rebuild for 7.3.0beta2 new ABI
| -rw-r--r-- | php-lz4.spec | 7 | 
1 files changed, 5 insertions, 2 deletions
| diff --git a/php-lz4.spec b/php-lz4.spec index bfdbee5..4d80cde 100644 --- a/php-lz4.spec +++ b/php-lz4.spec @@ -32,9 +32,9 @@ Summary:       LZ4 Extension for PHP  Name:          %{?sub_prefix}php-lz4  Version:       0.3.4  %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 @@ -219,6 +219,9 @@ REPORT_EXIT_STATUS=1 \  %changelog +* Thu Aug 16 2018 Remi Collet <remi@remirepo.net> - 0.3.4-3 +- rebuild for 7.3.0beta2 new ABI +  * Tue Jul 17 2018 Remi Collet <remi@remirepo.net> - 0.3.4-2  - rebuld for 7.3.0alpha4 new ABI | 
