summaryrefslogtreecommitdiffstats
path: root/php-pecl-uopz.spec
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2014-03-27 19:34:10 +0100
committerRemi Collet <fedora@famillecollet.com>2014-03-27 19:34:10 +0100
commite371e77f100c232968e97b316e69aee9e2d4209f (patch)
treebd3cd235fab8babded1e8ab4ac8aa3bdd49d1298 /php-pecl-uopz.spec
parent4d68b601b13676a438313c938aa9eee4d968be03 (diff)
php-pecl-uopz: pre release test build
Diffstat (limited to 'php-pecl-uopz.spec')
-rw-r--r--php-pecl-uopz.spec12
1 files changed, 5 insertions, 7 deletions
diff --git a/php-pecl-uopz.spec b/php-pecl-uopz.spec
index 8f7c948..e6cc68a 100644
--- a/php-pecl-uopz.spec
+++ b/php-pecl-uopz.spec
@@ -18,8 +18,8 @@
Summary: User Operations for Zend
Name: %{?scl_prefix}php-pecl-%{pecl_name}
-Version: 1.0.3
-Release: 1%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}
+Version: 1.0.4
+Release: 0%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}
License: PHP
Group: Development/Languages
URL: http://pecl.php.net/package/%{pecl_name}
@@ -168,11 +168,6 @@ fi
%check
-%if "%{php_version}" < "5.5"
-# https://github.com/krakjoe/uopz/issues/1
-sed -e 's/A::class/"A"/' -i ?TS/tests/016.phpt
-%endif
-
cd NTS
: Minimal load test for NTS extension
%{__php} --no-php-ini \
@@ -224,6 +219,9 @@ rm -rf %{buildroot}
# add date time as upstream used to release various
# archives using the same version :(
%changelog
+* Thu Mar 27 2014 Remi Collet <remi@fedoraproject.org> - 1.0.4-0
+- pre-release test build
+
* Tue Mar 25 2014 Remi Collet <remi@fedoraproject.org> - 1.0.3-1
- Update to 1.0.3 (2014-03-24 19:37:04, beta)