diff options
| -rw-r--r-- | php-pecl-gender.spec | 9 | 
1 files changed, 8 insertions, 1 deletions
diff --git a/php-pecl-gender.spec b/php-pecl-gender.spec index fc3d673..0d0fc2c 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:        2%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release:        3%{?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 @@ -65,6 +65,10 @@ Obsoletes:     php55w-pecl-%{pecl_name} <= %{version}  Obsoletes:     php56u-pecl-%{pecl_name} <= %{version}  Obsoletes:     php56w-pecl-%{pecl_name} <= %{version}  %endif +%if "%{php_version}" > "7.0" +Obsoletes:     php70u-pecl-%{pecl_name} <= %{version} +Obsoletes:     php70w-pecl-%{pecl_name} <= %{version} +%endif  %endif  %if 0%{?fedora} < 20 && 0%{?rhel} < 7 @@ -226,6 +230,9 @@ rm -rf %{buildroot}  %changelog +* Wed Jul  8 2015 Remi Collet <remi@fedoraproject.org> - 1.1.0-3 +- rebuild against php 7.0.0beta1 +  * Wed Jun 24 2015 Remi Collet <remi@fedoraproject.org> - 1.1.0-2  - allow build against rh-php56 (as more-php56)  | 
