diff options
author | Remi Collet <fedora@famillecollet.com> | 2014-04-03 10:18:25 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2014-04-03 10:18:25 +0200 |
commit | 421287aa77a44e5d52a2aeafdcbc4775b3b4d0f9 (patch) | |
tree | 1d647354ef087bf4b26d42224f722a13cef18022 /php-pecl-uopz.spec | |
parent | f1d17adcfeabd41b30930ca8b0f11aa56f2864ff (diff) |
php-pecl-uopz: 2.0.3
Diffstat (limited to 'php-pecl-uopz.spec')
-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) |