From 9f31cc381a525bcef46218173730fb8876fd505b Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 6 Mar 2013 14:09:28 +0100 Subject: php-horde-Horde-History: 2.0.2 --- php-horde-Horde-History.spec | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/php-horde-Horde-History.spec b/php-horde-Horde-History.spec index 2810bb4..38c73d3 100644 --- a/php-horde-Horde-History.spec +++ b/php-horde-Horde-History.spec @@ -4,8 +4,8 @@ %global pear_channel pear.horde.org Name: php-horde-Horde-History -Version: 2.0.1 -Release: 2%{?dist} +Version: 2.0.2 +Release: 1%{?dist} Summary: API for tracking the history of an object Group: Development/Libraries @@ -69,11 +69,6 @@ install -pm 644 %{name}.xml %{buildroot}%{pear_xmldir} %check src=$(pwd)/%{pear_name}-%{version} cd %{pear_name}-%{version}/test/$(echo %{pear_name} | sed -e s:_:/:g) - -# Need investigation -# InvalidArgumentException: The guid needs to be a string! -sed -e 's/testMethodLogHasParameterStringGuid/SKIP_TEST_testMethodLogHasParameterStringGuid/' -i InterfaceTest.php - phpunit \ -d include_path=$src/lib:.:%{pear_phpdir} \ -d date.timezone=UTC \ @@ -102,6 +97,9 @@ fi %changelog +* Wed Mar 06 2013 Remi Collet - 2.0.2-1 +- Update to 2.0.2 + * Sun Feb 10 2013 Remi Collet - 2.0.1-2 - cleanups for review -- cgit