summaryrefslogtreecommitdiffstats
path: root/php-pecl-uopz.spec
diff options
context:
space:
mode:
Diffstat (limited to 'php-pecl-uopz.spec')
-rw-r--r--php-pecl-uopz.spec7
1 files changed, 6 insertions, 1 deletions
diff --git a/php-pecl-uopz.spec b/php-pecl-uopz.spec
index 57d2df7..eb07611 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: 1.0.0
+Version: 1.0.1
Release: 1%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}
License: PHP
Group: Development/Languages
@@ -81,6 +81,8 @@ It supports the following activities:
mv %{pecl_name}-%{version} NTS
cd NTS
+sed -e /PHP_UOPZ_VERSION/s/1.0.0/%{version}/ -i uopz.h
+
# Sanity check, really often broken
extver=$(sed -n '/#define PHP_UOPZ_VERSION/{s/.* "//;s/".*$//;p}' uopz.h)
if test "x${extver}" != "x%{version}"; then
@@ -215,5 +217,8 @@ rm -rf %{buildroot}
%changelog
+* Mon Mar 24 2014 Remi Collet <remi@fedoraproject.org> - 1.0.1-1
+- Update to 1.0.1 (beta)
+
* Sun Mar 23 2014 Remi Collet <remi@fedoraproject.org> - 1.0.0-1
- initial package, version 1.0.0 (12:55, beta) \ No newline at end of file