summaryrefslogtreecommitdiffstats
path: root/php-pecl-uopz.spec
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2014-03-24 06:56:40 +0100
committerRemi Collet <fedora@famillecollet.com>2014-03-24 06:56:40 +0100
commit3098ccc377d10d9db5bd1c3253ccf5f1cd772998 (patch)
tree025f3970b2e04036488a282a885f087406b4995c /php-pecl-uopz.spec
parent57ae5afacb08e0809d8480715cadf78e0e546221 (diff)
php-pecl-uopz: 1.0.1 (beta, fix for php 5.4)
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