diff options
author | Remi Collet <fedora@famillecollet.com> | 2016-09-14 20:41:16 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2016-09-14 20:41:16 +0200 |
commit | 15152a09d1237d41d32d1b56c742835ed94360ab (patch) | |
tree | 192a596e2ac095a11a7fd7264e329e664a4e13b8 | |
parent | 1ad21bdc2f29e401658a5bce72ac2492ed380d96 (diff) |
PHP 7.1.0RC2 (SCL) + extension mass rebuild
-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 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 <remi@fedoraproject.org> - 0.2.7-2 +- rebuild for PHP 7.1 new API version + * Thu Sep 8 2016 Remi Collet <remi@fedoraproject.org> - 0.2.7-1 - update to 0.2.7 (no change) - open https://github.com/kjdev/php-ext-lz4/pull/13 |