diff options
author | Remi Collet <fedora@famillecollet.com> | 2014-12-03 18:15:20 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2014-12-03 18:15:20 +0100 |
commit | fecdde451b689370b1fd8d2f21365a691f7ac82a (patch) | |
tree | 022682a77adf036e54af192b20cbae264c025768 | |
parent | a99168f48efd7e4b03b279fd50fd344064d78c1b (diff) |
php-horde-wicked: 2.0.3
-rw-r--r-- | php-horde-wicked.spec | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/php-horde-wicked.spec b/php-horde-wicked.spec index 8377f02..42523a8 100644 --- a/php-horde-wicked.spec +++ b/php-horde-wicked.spec @@ -14,7 +14,7 @@ %global with_tests %{?_with_tests:1}%{!?_with_tests:0} Name: php-horde-wicked -Version: 2.0.2 +Version: 2.0.3 Release: 1%{?dist} Summary: Wiki application @@ -180,9 +180,7 @@ sed -e 's:#!/usr/bin/env php:#!%{_bindir}/php:' \ %check %if %{with_tests} cd %{pear_name}-%{version}/test/Wicked -phpunit \ - -d date.timezone=UTC \ - . +phpunit . %endif @@ -226,6 +224,9 @@ fi %changelog +* Wed Dec 03 2014 Remi Collet <remi@fedoraproject.org> - 2.0.3-1 +- Update to 2.0.3 + * Wed Oct 29 2014 Remi Collet <remi@fedoraproject.org> - 2.0.2-1 - Update to 2.0.2 |