summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2016-02-19 07:10:59 +0100
committerRemi Collet <fedora@famillecollet.com>2016-02-19 07:10:59 +0100
commit2c6a73bce9df7c23eb54dfed0afb2e997787a60f (patch)
tree4e0768cc4b75975c63a85ea9c795e63c08793945
parent1dd6a1b3a7bcb29c844144b8a292d8e0411db40b (diff)
php-horde-Horde-Cache: 2.5.3
-rw-r--r--php-horde-Horde-Cache.spec8
1 files changed, 5 insertions, 3 deletions
diff --git a/php-horde-Horde-Cache.spec b/php-horde-Horde-Cache.spec
index 722d7ae..1d0600c 100644
--- a/php-horde-Horde-Cache.spec
+++ b/php-horde-Horde-Cache.spec
@@ -12,7 +12,7 @@
%global pear_channel pear.horde.org
Name: php-horde-Horde-Cache
-Version: 2.5.2
+Version: 2.5.3
Release: 1%{?dist}
Summary: Horde Caching API
@@ -90,8 +90,6 @@ install -pm 644 %{name}.xml %{buildroot}%{pear_xmldir}
%check
cd %{pear_name}-%{version}/test/$(echo %{pear_name} | sed -e s:_:/:g)
-# https://github.com/horde/horde/pull/171
-sed -e 's/\$reason/reason/' -i Sql/Pdo/SqliteTest.php
php -d apc.enable_cli=1 %{_bindir}/phpunit .
@@ -122,6 +120,10 @@ fi
%changelog
+* Fri Feb 19 2016 Remi Collet <remi@fedoraproject.org> - 2.5.3-1
+- Update to 2.5.3
+- PHP 7 compatible version
+
* Mon Feb 01 2016 Remi Collet <remi@fedoraproject.org> - 2.5.2-1
- Update to 2.5.2
- add and run upstream test suite