From c473db802b32105515c35e9aae20622010a2a3f9 Mon Sep 17 00:00:00 2001 From: Lubomir Rintel Date: Oct 02 2008 03:53:11 +0000 Subject: - Attempt to fix the libical patch's timezone problem --- diff --git a/sunbird-0.9-libical.patch b/sunbird-0.9-libical.patch index b1d71a8..b50c81a 100644 --- a/sunbird-0.9-libical.patch +++ b/sunbird-0.9-libical.patch @@ -10,7 +10,7 @@ Lubomir Rintel if (mIsDate || otherIsDate) { - *aResult = icaltime_compare_date_only(a, b, cal::getIcalTimezone(mTimezone)); -+ *aResult = icaltime_compare_date_only(a, b); ++ *aResult = icaltime_compare_date_only_tz(a, b, cal::getIcalTimezone(mTimezone)); } else { *aResult = icaltime_compare(a, b); } diff --git a/sunbird.spec b/sunbird.spec index ae73cce..05eaecc 100644 --- a/sunbird.spec +++ b/sunbird.spec @@ -8,7 +8,7 @@ Name: sunbird Version: 0.9 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Mozilla Sunbird Calendar Group: Applications/Productivity @@ -277,6 +277,9 @@ fi %changelog +* Thu Oct 2 2008 Lubomir Rintel 0.9-3 +- Attempt to fix the libical patch's timezone problem + * Wed Sep 24 2008 Lubomir Rintel 0.9-2 - Fix problem with symbol visibility and newer gcc I introduced with libical patch