diff options
author | Remi Collet <fedora@famillecollet.com> | 2016-12-01 11:35:04 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2016-12-01 11:35:04 +0100 |
commit | 7a7972adf4975eed4522d7bf67dea4c40c5138f1 (patch) | |
tree | e7d4e763cef61bd63ea65d5d905b9c4368818433 | |
parent | 1a8b5df2276a37c56ebd227f42f7662378fc30e6 (diff) |
PHP 7.1 mass rebuild part #1
-rw-r--r-- | php-lz4.spec | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/php-lz4.spec b/php-lz4.spec index 74a4615..fd615ab 100644 --- a/php-lz4.spec +++ b/php-lz4.spec @@ -7,11 +7,7 @@ # Please, preserve the changelog entries # %if 0%{?scl:1} -%if "%{scl}" == "rh-php56" -%global sub_prefix more-php56- -%else %global sub_prefix %{scl_prefix} -%endif %scl_package php-lz4 %endif @@ -30,7 +26,7 @@ Version: 0.3.0 %if 0%{?gh_date:1} 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 @@ -202,6 +198,9 @@ rm -rf %{buildroot} %changelog +* Thu Dec 1 2016 Remi Collet <remi@fedoraproject.org> - 0.3.0-2 +- rebuild with PHP 7.1.0 GA + * Thu Nov 17 2016 Remi Collet <remi@fedoraproject.org> - 0.3.0-1 - update to 0.3.0 |