diff options
Diffstat (limited to 'php-horde-mnemo.spec')
-rw-r--r-- | php-horde-mnemo.spec | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/php-horde-mnemo.spec b/php-horde-mnemo.spec index 841d878..cc8dcf0 100644 --- a/php-horde-mnemo.spec +++ b/php-horde-mnemo.spec @@ -14,7 +14,7 @@ %global with_tests %{?_with_tests:1}%{!?_with_tests:0} Name: php-horde-mnemo -Version: 4.2.2 +Version: 4.2.3 Release: 1%{?dist} Summary: A web based notes manager @@ -158,9 +158,7 @@ rm -rf %{buildroot} %check %if %{with_tests} cd %{pear_name}-%{version}/test/Mnemo -phpunit\ - -d date.timezone=UTC \ - . +phpunit . %else : Test disabled %endif @@ -206,6 +204,9 @@ fi %changelog +* Wed Dec 03 2014 Remi Collet <remi@fedoraproject.org> - 4.2.3-1 +- Update to 4.2.3 + * Wed Oct 29 2014 Remi Collet <remi@fedoraproject.org> - 4.2.2-1 - Update to 4.2.2 |