diff options
author | Remi Collet <fedora@famillecollet.com> | 2014-12-03 18:08:03 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2014-12-03 18:08:03 +0100 |
commit | 41a46d672f7bd0356cce4645ef303abaf7538322 (patch) | |
tree | 26b8c3340397308e2d11ecef7df3c3783698d741 | |
parent | 9642cb75f5f81aa5ddbfeb51cf2a2f9ff32c2dfd (diff) |
php-horde-kronolith: 4.2.4
-rw-r--r-- | php-horde-kronolith.spec | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/php-horde-kronolith.spec b/php-horde-kronolith.spec index 29c9765..eb6f8c5 100644 --- a/php-horde-kronolith.spec +++ b/php-horde-kronolith.spec @@ -11,7 +11,7 @@ %global pear_channel pear.horde.org Name: php-horde-kronolith -Version: 4.2.3 +Version: 4.2.4 Release: 1%{?dist} Summary: A web based calendar @@ -206,13 +206,11 @@ done | tee ../%{pear_name}.lang %check cd %{pear_name}-%{version}/test/Kronolith -# Timezone issue (need investigation) +# Timezone issue (need investigation, fail in mock only) rm Integration/ToIcalendarTest.php rm Integration/FromIcalendarTest.php -phpunit \ - -d date.timezone=Europe/Paris \ - . +phpunit . %post @@ -258,6 +256,9 @@ fi %changelog +* Wed Dec 03 2014 Remi Collet <remi@fedoraproject.org> - 4.2.4-1 +- Update to 4.2.4 + * Wed Oct 29 2014 Remi Collet <remi@fedoraproject.org> - 4.2.3-1 - Update to 4.2.3 |