From f922bdd772021397bb270b345181ff18c440cd0c Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 30 Sep 2020 09:23:13 +0200 Subject: rebuild for PHP 8.0.0RC1 --- php-lz4.spec | 9 ++++++--- 1 file 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 - 0.3.6-3 +* Wed Sep 30 2020 Remi Collet - 0.3.6-4 +- rebuild for PHP 8.0.0RC1 + +* Tue Sep 22 2020 Remi Collet - 0.3.6-3 - add patches for PHP 8 from upstream and from https://github.com/kjdev/php-ext-lz4/pull/26 -- cgit