From f5f9f86bc0e3a87b43665a9add76fc425d8ebc22 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 4 Apr 2014 15:10:54 +0200 Subject: php-pecl-uopz: 2.0.4 (stable) --- php-pecl-uopz.spec | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/php-pecl-uopz.spec b/php-pecl-uopz.spec index e7faeb2..08e2ecf 100644 --- a/php-pecl-uopz.spec +++ b/php-pecl-uopz.spec @@ -18,7 +18,7 @@ Summary: User Operations for Zend Name: %{?scl_prefix}php-pecl-%{pecl_name} -Version: 2.0.3 +Version: 2.0.4 Release: 1%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')} License: PHP Group: Development/Languages @@ -75,6 +75,8 @@ It supports the following activities: - Deletion of constants - Runtime composition and modification of classes +Documentation: http://php.net/uopz + %prep %setup -q -c @@ -99,6 +101,12 @@ zend_extension=%{pecl_name}.so %else zend_extension=%{php_extdir}/%{pecl_name}.so %endif + +; Configuration +; http://php.net/manual/en/uopz.configuration.php +;uopz.overloads=0 +;uopz.backup=1 +;uopz.fixup=0 EOF %if %{with_zts} @@ -112,6 +120,12 @@ zend_extension=%{pecl_name}.so %else zend_extension=%{php_ztsextdir}/%{pecl_name}.so %endif + +; Configuration +; http://php.net/manual/en/uopz.configuration.php +;uopz.overloads=0 +;uopz.backup=1 +;uopz.fixup=0 EOF %endif @@ -219,6 +233,10 @@ rm -rf %{buildroot} # add date time as upstream used to release various # archives using the same version :( %changelog +* Fri Apr 04 2014 Remi Collet - 2.0.4-1 +- Update to 2.0.4 (stable) +- improve uopz.ini (comments) + * Thu Apr 03 2014 Remi Collet - 2.0.3-1 - Update to 2.0.3 (stable) -- cgit