diff options
author | Remi Collet <remi@remirepo.net> | 2020-09-30 09:23:13 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2020-09-30 09:23:13 +0200 |
commit | f922bdd772021397bb270b345181ff18c440cd0c (patch) | |
tree | df338ca3f356dc738448c54a605ca40ff43e3c89 | |
parent | 949e6cdb917bf6e60fabe3cf662983e13c644a30 (diff) |
rebuild for PHP 8.0.0RC1
-rw-r--r-- | php-lz4.spec | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/php-lz4.spec b/php-lz4.spec index 4d89cad..0748ff6 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.6 %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: 3%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release: 4%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} %endif License: MIT Group: Development/Languages @@ -207,7 +207,10 @@ REPORT_EXIT_STATUS=1 \ %changelog -* Tue Sep 22 2019 Remi Collet <remi@remirepo.net> - 0.3.6-3 +* Wed Sep 30 2020 Remi Collet <remi@remirepo.net> - 0.3.6-4 +- rebuild for PHP 8.0.0RC1 + +* Tue Sep 22 2020 Remi Collet <remi@remirepo.net> - 0.3.6-3 - add patches for PHP 8 from upstream and from https://github.com/kjdev/php-ext-lz4/pull/26 |