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 | 82e75841a2fc2bd5ce17fcee6645e38e4ba25534 (patch) | |
tree | 15f4f586de699d9af40cfc292acfc99d810aa248 | |
parent | 475f6d5e8b695deff807c7422829ededcb5b8181 (diff) |
PHP 7.1 mass rebuild part #1
-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 |