summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2013-10-03 06:28:07 +0200
committerRemi Collet <fedora@famillecollet.com>2013-10-03 06:28:07 +0200
commit921a733324f73ed4194b2a7106fe1e5bbffb5057 (patch)
treedc628c46593f67ec07ba7c991c36abc0c354b49f
parentc406baedf334449214d6ed880daae55d4edaf918 (diff)
php-pecl-riak: 0.5.4
-rw-r--r--php-pecl-riak.spec11
1 files changed, 7 insertions, 4 deletions
diff --git a/php-pecl-riak.spec b/php-pecl-riak.spec
index 62470bd..0467805 100644
--- a/php-pecl-riak.spec
+++ b/php-pecl-riak.spec
@@ -21,8 +21,8 @@
Summary: Riak database PHP extension
Name: php-pecl-%{pecl_name}
-Version: 0.5.2
-Release: 1%{?dist}.1
+Version: 0.5.4
+Release: 1%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}
License: ASL 2.0
Group: Development/Languages
URL: http://pecl.php.net/package/%{pecl_name}
@@ -130,7 +130,7 @@ fi
%check
-# Minimal load test for NTS extension
+: Minimal load test for NTS extension
cd NTS
php --no-php-ini \
--define extension=json.so \
@@ -146,7 +146,7 @@ php --no-php-ini \
%if %{with_zts}
cd ../ZTS
-# Minimal load test for ZTS extension
+: Minimal load test for ZTS extension
%{__ztsphp} --no-php-ini \
--define extension=json.so \
--define extension=modules/%{pecl_name}.so \
@@ -172,5 +172,8 @@ rm -rf %{buildroot}
%changelog
+* Thu Oct 03 2013 Remi Collet <remi@fedoraproject.org> - 0.5.4-1
+- Update to 0.5.4
+
* Wed Sep 25 2013 Remi Collet <remi@fedoraproject.org> - 0.5.2-1
- initial package, version 0.5.2 (beta)