diff options
| author | Remi Collet <fedora@famillecollet.com> | 2014-04-08 19:14:20 +0200 | 
|---|---|---|
| committer | Remi Collet <fedora@famillecollet.com> | 2014-04-08 19:14:20 +0200 | 
| commit | 7768d952ec113b913c3fec8558bc9bfe4ffcf119 (patch) | |
| tree | 79aae13340451678e096188b3809f280fdd2db86 | |
| parent | f5f9f86bc0e3a87b43665a9add76fc425d8ebc22 (diff) | |
php-pecl-uopz: numeric prefix
| -rw-r--r-- | php-pecl-uopz.spec | 10 | 
1 files changed, 9 insertions, 1 deletions
diff --git a/php-pecl-uopz.spec b/php-pecl-uopz.spec index 08e2ecf..8af1c0e 100644 --- a/php-pecl-uopz.spec +++ b/php-pecl-uopz.spec @@ -13,13 +13,18 @@  %global with_zts  0%{?__ztsphp:1}  %global pecl_name uopz + +%if "%{php_version}" < "5.6"  # uopz should be loaded before opcache (k as krakjoe)  %global ini_name  k-%{pecl_name}.ini +%else +%global ini_name  05-%{pecl_name}.ini +%endif  Summary:        User Operations for Zend  Name:           %{?scl_prefix}php-pecl-%{pecl_name}  Version:        2.0.4 -Release:        1%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')} +Release:        2%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}  License:        PHP  Group:          Development/Languages  URL:            http://pecl.php.net/package/%{pecl_name} @@ -233,6 +238,9 @@ rm -rf %{buildroot}  # add date time as upstream used to release various  # archives using the same version :(  %changelog +* Tue Apr  8 2014 Remi Collet <remi@fedoraproject.org> - 2.0.4-2 +- add numerical prefix to extension configuration files +  * Fri Apr 04 2014 Remi Collet <remi@fedoraproject.org> - 2.0.4-1  - Update to 2.0.4 (stable)  - improve uopz.ini (comments)  | 
