From 7768d952ec113b913c3fec8558bc9bfe4ffcf119 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 8 Apr 2014 19:14:20 +0200 Subject: php-pecl-uopz: numeric prefix --- php-pecl-uopz.spec | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'php-pecl-uopz.spec') 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 - 2.0.4-2 +- add numerical prefix to extension configuration files + * Fri Apr 04 2014 Remi Collet - 2.0.4-1 - Update to 2.0.4 (stable) - improve uopz.ini (comments) -- cgit