From 15152a09d1237d41d32d1b56c742835ed94360ab Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 14 Sep 2016 20:41:16 +0200 Subject: PHP 7.1.0RC2 (SCL) + extension mass rebuild --- php-lz4.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'php-lz4.spec') diff --git a/php-lz4.spec b/php-lz4.spec index 9da02e2..2b9c78d 100644 --- a/php-lz4.spec +++ b/php-lz4.spec @@ -28,9 +28,9 @@ Summary: LZ4 Extension for PHP Name: %{?sub_prefix}php-lz4 Version: 0.2.7 %if 0%{?gh_date:1} -Release: 0.1.%{gh_date}git%{gh_short}%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release: 0.2.%{gh_date}git%{gh_short}%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} %else -Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release: 2%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} %endif License: MIT Group: Development/Languages @@ -203,6 +203,9 @@ rm -rf %{buildroot} %changelog +* Wed Sep 14 2016 Remi Collet - 0.2.7-2 +- rebuild for PHP 7.1 new API version + * Thu Sep 8 2016 Remi Collet - 0.2.7-1 - update to 0.2.7 (no change) - open https://github.com/kjdev/php-ext-lz4/pull/13 -- cgit