diff options
| -rw-r--r-- | REFLECTION | 2 | ||||
| -rw-r--r-- | php-pecl-uopz.spec | 7 | 
2 files changed, 6 insertions, 3 deletions
@@ -1,4 +1,4 @@ -Extension [ <persistent> extension #165 uopz version 2.0.4 ] { +Extension [ <persistent> extension #168 uopz version 2.0.5 ] {    - INI {      Entry [ uopz.overloads <SYSTEM> ] diff --git a/php-pecl-uopz.spec b/php-pecl-uopz.spec index 8af1c0e..674777b 100644 --- a/php-pecl-uopz.spec +++ b/php-pecl-uopz.spec @@ -23,8 +23,8 @@  Summary:        User Operations for Zend  Name:           %{?scl_prefix}php-pecl-%{pecl_name} -Version:        2.0.4 -Release:        2%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')} +Version:        2.0.5 +Release:        1%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}  License:        PHP  Group:          Development/Languages  URL:            http://pecl.php.net/package/%{pecl_name} @@ -238,6 +238,9 @@ rm -rf %{buildroot}  # add date time as upstream used to release various  # archives using the same version :(  %changelog +* Thu Jun 05 2014 Remi Collet <remi@fedoraproject.org> - 2.0.5-1 +- Update to 2.0.5 (stable) +  * Tue Apr  8 2014 Remi Collet <remi@fedoraproject.org> - 2.0.4-2  - add numerical prefix to extension configuration files  | 
