diff options
| author | Remi Collet <fedora@famillecollet.com> | 2015-07-08 10:38:56 +0200 | 
|---|---|---|
| committer | Remi Collet <fedora@famillecollet.com> | 2015-07-08 10:38:56 +0200 | 
| commit | 233262cad7e71b3b13edb7f90f0ffdb667bc1d4f (patch) | |
| tree | 86ae3abfc8b78e5bac510b31c471577ac5c3a67d | |
| parent | 88711d2e2a15827401290a8b1f4494f1ebc14e29 (diff) | |
php-pecl-xxtea: rebuild
| -rw-r--r-- | php-pecl-xxtea.spec | 9 | 
1 files changed, 8 insertions, 1 deletions
diff --git a/php-pecl-xxtea.spec b/php-pecl-xxtea.spec index 28f5ede..f91fc62 100644 --- a/php-pecl-xxtea.spec +++ b/php-pecl-xxtea.spec @@ -30,7 +30,7 @@  Summary:        XXTEA encryption algorithm extension for PHP  Name:           %{?sub_prefix}php-pecl-%{pecl_name}  Version:        1.0.10 -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;')}}  License:        MIT  Group:          Development/Languages  URL:            http://pecl.php.net/package/%{pecl_name} @@ -63,6 +63,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 @@ -227,6 +231,9 @@ rm -rf %{buildroot}  %changelog +* Wed Jul  8 2015 Remi Collet <remi@fedoraproject.org> - 1.0.10-3 +- rebuild against php 7.0.0beta1 +  * Sat Jun 20 2015 Remi Collet <remi@fedoraproject.org> - 1.0.10-2  - allow build against rh-php56 (as more-php56)  - rebuild for "rh_layout" (php70)  | 
