summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2014-04-04 15:10:54 +0200
committerRemi Collet <fedora@famillecollet.com>2014-04-04 15:10:54 +0200
commitf5f9f86bc0e3a87b43665a9add76fc425d8ebc22 (patch)
treebccc4d396e67daf04f9efa4917e2e0ddaf91fd73
parent421287aa77a44e5d52a2aeafdcbc4775b3b4d0f9 (diff)
php-pecl-uopz: 2.0.4 (stable)
-rw-r--r--php-pecl-uopz.spec20
1 files changed, 19 insertions, 1 deletions
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 <remi@fedoraproject.org> - 2.0.4-1
+- Update to 2.0.4 (stable)
+- improve uopz.ini (comments)
+
* Thu Apr 03 2014 Remi Collet <remi@fedoraproject.org> - 2.0.3-1
- Update to 2.0.3 (stable)