From 0bc500af33b0e33b93ae98bd51ac175981233d74 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 2 Feb 2016 11:09:57 +0100 Subject: php-horde-Horde-Serialize: 2.0.5 --- php-horde-Horde-Serialize.spec | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) (limited to 'php-horde-Horde-Serialize.spec') diff --git a/php-horde-Horde-Serialize.spec b/php-horde-Horde-Serialize.spec index 22a9bbd..bb82f0e 100644 --- a/php-horde-Horde-Serialize.spec +++ b/php-horde-Horde-Serialize.spec @@ -12,7 +12,7 @@ %global pear_channel pear.horde.org Name: php-horde-Horde-Serialize -Version: 2.0.4 +Version: 2.0.5 Release: 1%{?dist} Summary: Data Encapulation API @@ -79,13 +79,11 @@ install -pm 644 %{name}.xml %{buildroot}%{pear_xmldir} %check cd %{pear_name}-%{version}/test/$(echo %{pear_name} | sed -e s:_:/:g) -%if 0%{?fedora} < 24 -: Skip failed test with jsonc before 1.3.8 -sed -e 's/function testJsonInvalidUTF8Input/function SKIP_testJsonInvalidUTF8Input/' \ - -i JsonTest.php -%endif +%{_bindir}/phpunit . -phpunit --verbose . +if which php70; then + php70 %{_bindir}/phpunit . +fi %post @@ -109,6 +107,11 @@ fi %changelog +* Tue Feb 02 2016 Remi Collet - 2.0.5-1 +- Update to 2.0.5 +- PHP 7 compatible version +- run test suite with both PHP 5 and 7 when available + * Fri Jul 31 2015 Remi Collet - 2.0.4-1 - Update to 2.0.4 (no change) -- cgit