diff options
author | Remi Collet <fedora@famillecollet.com> | 2015-07-22 09:34:35 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2015-07-22 09:34:35 +0200 |
commit | cd3bc8d947219feb5e1913d652845b0ff4ceb344 (patch) | |
tree | dba2d322a45bd49420402a0e609a3e218215ba68 | |
parent | c4521ed14e84b8bdf3a2fa8985ed111f94373bf1 (diff) |
PHP 7.0.0beta2 + mass rebuild of ext.
-rw-r--r-- | php-pecl-ssdeep.spec | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/php-pecl-ssdeep.spec b/php-pecl-ssdeep.spec index af064df..786ac8c 100644 --- a/php-pecl-ssdeep.spec +++ b/php-pecl-ssdeep.spec @@ -34,7 +34,7 @@ Summary: Wrapper for libfuzzy library Name: %{?sub_prefix}php-pecl-%{pecl_name} Version: 1.0.4 -Release: 6%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release: 7%{?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} @@ -243,6 +243,9 @@ rm -rf %{buildroot} %changelog +* Wed Jul 22 2015 Remi Collet <remi@fedoraproject.org> - 1.0.4-7 +- rebuild against php 7.0.0beta2 + * Wed Jul 8 2015 Remi Collet <remi@fedoraproject.org> - 1.0.4-6 - rebuild against php 7.0.0beta1 |