diff options
| author | Remi Collet <fedora@famillecollet.com> | 2015-10-14 09:31:19 +0200 | 
|---|---|---|
| committer | Remi Collet <fedora@famillecollet.com> | 2015-10-14 09:31:19 +0200 | 
| commit | 59f3c4347fd65b4704f951e9eb038a2c8821dafc (patch) | |
| tree | 6cc555399688f9fbd46e7d2d52a3e7dda794fb1d | |
| parent | f790d92599ecfdbfb6128d989e5e60b829387d25 (diff) | |
PHP 7.0.0RC5
| -rw-r--r-- | php-pecl-ssdeep.spec | 7 | 
1 files changed, 5 insertions, 2 deletions
diff --git a/php-pecl-ssdeep.spec b/php-pecl-ssdeep.spec index 1453c2b..93933f6 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:        8%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release:        9%{?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} @@ -99,7 +99,7 @@ This extensions wraps the ssdeep fuzzy hashing API created by Jesse Kornblum.  Documentation: http://php.net/ssdeep -Package built for PHP %(%{__php} -r 'echo PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')%{?scl: as Software Collection (%{scl})}. +Package built for PHP %(%{__php} -r 'echo PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')%{?scl: as Software Collection (%{scl} by %{?scl_vendor}%{!?scl_vendor:rh})}.  %prep @@ -243,6 +243,9 @@ rm -rf %{buildroot}  %changelog +* Tue Oct 13 2015 Remi Collet <remi@fedoraproject.org> - 1.0.4-9 +- rebuild for PHP 7.0.0RC5 new API version +  * Fri Sep 18 2015 Remi Collet <remi@fedoraproject.org> - 1.0.4-8  - F23 rebuild with rh_layout  | 
