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 | 7a074398c335d50ba8b9b7286a1d5d920a10dedb (patch) | |
| tree | b746f060362f7a2b6af7763ddae182b9070f82c6 | |
| parent | cc4b65b4e9aeb2496517739cfb5d18c077dfb443 (diff) | |
PHP 7.0.0beta2 + mass rebuild of ext.
| -rw-r--r-- | php-pecl-gender.spec | 5 | 
1 files changed, 4 insertions, 1 deletions
diff --git a/php-pecl-gender.spec b/php-pecl-gender.spec index 0d0fc2c..cc37216 100644 --- a/php-pecl-gender.spec +++ b/php-pecl-gender.spec @@ -31,7 +31,7 @@  Summary:        Gender Extension  Name:           %{?sub_prefix}php-pecl-%{pecl_name}  Version:        1.1.0 -Release:        3%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release:        4%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}  # Code is BSD, nam_dict.txt is GFDL  License:        BSD and GFDL  Group:          Development/Languages @@ -230,6 +230,9 @@ rm -rf %{buildroot}  %changelog +* Wed Jul 22 2015 Remi Collet <remi@fedoraproject.org> - 1.1.0-4 +- rebuild against php 7.0.0beta2 +  * Wed Jul  8 2015 Remi Collet <remi@fedoraproject.org> - 1.1.0-3  - rebuild against php 7.0.0beta1  | 
