diff options
Diffstat (limited to 'php-horde-wicked.spec')
-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 |