diff options
author | Remi Collet <fedora@famillecollet.com> | 2013-03-06 14:09:28 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2013-03-06 14:09:28 +0100 |
commit | 9f31cc381a525bcef46218173730fb8876fd505b (patch) | |
tree | 4ecdb6f6288ae9dca41d16d08a92d4597c09f616 | |
parent | 451d0f8742f6f22dda60ac4de6f7bc3418449b4f (diff) |
php-horde-Horde-History: 2.0.2
-rw-r--r-- | php-horde-Horde-History.spec | 12 |
1 files 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 <remi@fedoraproject.org> - 2.0.2-1 +- Update to 2.0.2 + * Sun Feb 10 2013 Remi Collet <remi@fedoraproject.org> - 2.0.1-2 - cleanups for review |