From 9642cb75f5f81aa5ddbfeb51cf2a2f9ff32c2dfd Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 29 Oct 2014 15:17:03 +0100 Subject: php-horde-kronolith: 4.2.2 --- php-horde-kronolith.spec | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/php-horde-kronolith.spec b/php-horde-kronolith.spec index 1f3c6bc..29c9765 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.2 +Version: 4.2.3 Release: 1%{?dist} Summary: A web based calendar @@ -204,7 +204,6 @@ done | tee ../%{pear_name}.lang %check -src=$(pwd)/%{pear_name}-%{version} cd %{pear_name}-%{version}/test/Kronolith # Timezone issue (need investigation) @@ -212,8 +211,7 @@ rm Integration/ToIcalendarTest.php rm Integration/FromIcalendarTest.php phpunit \ - --include-path=$src/lib \ - -d date.timezone=UTC \ + -d date.timezone=Europe/Paris \ . @@ -260,6 +258,9 @@ fi %changelog +* Wed Oct 29 2014 Remi Collet - 4.2.3-1 +- Update to 4.2.3 + * Sat Sep 06 2014 Remi Collet - 4.2.2-1 - Update to 4.2.2 -- cgit