diff options
-rw-r--r-- | php-pecl-ssdeep.spec | 15 |
1 files changed, 7 insertions, 8 deletions
diff --git a/php-pecl-ssdeep.spec b/php-pecl-ssdeep.spec index 9fdaceb..2ec41f0 100644 --- a/php-pecl-ssdeep.spec +++ b/php-pecl-ssdeep.spec @@ -10,16 +10,12 @@ # 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-pecl-ssdeep +%else +%global _root_prefix %{_prefix} %endif -%{?scl: %scl_package php-pecl-ssdeep} -%{!?scl: %global _root_prefix %{_prefix}} - %global with_zts 0%{?__ztsphp:1} %global pecl_name ssdeep %if "%{php_version}" < "5.6" @@ -31,7 +27,7 @@ Summary: Wrapper for libfuzzy library Name: %{?sub_prefix}php-pecl-%{pecl_name} Version: 1.0.4 -Release: 11%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release: 12%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} License: BSD Group: Development/Languages URL: http://pecl.php.net/package/%{pecl_name} @@ -250,6 +246,9 @@ rm -rf %{buildroot} %changelog +* Thu Dec 1 2016 Remi Collet <remi@fedoraproject.org> - 1.0.4-12 +- rebuild with PHP 7.1.0 GA + * Wed Sep 14 2016 Remi Collet <remi@fedoraproject.org> - 1.0.4-11 - rebuild for PHP 7.1 new API version |