diff options
| -rw-r--r-- | php-pecl-uopz.spec | 7 | 
1 files changed, 5 insertions, 2 deletions
diff --git a/php-pecl-uopz.spec b/php-pecl-uopz.spec index 6ea3c94..e7faeb2 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.2 +Version:        2.0.3  Release:        1%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}  License:        PHP  Group:          Development/Languages @@ -81,7 +81,7 @@ It supports the following activities:  mv %{pecl_name}-%{version} NTS  cd NTS -sed -e /PHP_UOPZ_VERSION/s/2.0.0/%{version}/ -i uopz.h +#sed -e /PHP_UOPZ_VERSION/s/2.0.0/%{version}/ -i uopz.h  # Sanity check, really often broken  extver=$(sed -n '/#define PHP_UOPZ_VERSION/{s/.* "//;s/".*$//;p}' uopz.h) @@ -219,6 +219,9 @@ rm -rf %{buildroot}  # add date time as upstream used to release various  # archives using the same version :(  %changelog +* Thu Apr 03 2014 Remi Collet <remi@fedoraproject.org> - 2.0.3-1 +- Update to 2.0.3 (stable) +  * Wed Apr 02 2014 Remi Collet <remi@fedoraproject.org> - 2.0.2-1  - Update to 2.0.2 (stable)  | 
