diff options
| -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  | 
