rpms/sunbird/devel sunbird-0.9-libical.patch, 1.2, 1.3 sunbird.spec, 1.17, 1.18

Lubomir Rintel lkundrak at fedoraproject.org
Thu Oct 2 03:53:41 UTC 2008


Author: lkundrak

Update of /cvs/pkgs/rpms/sunbird/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv13786

Modified Files:
	sunbird-0.9-libical.patch sunbird.spec 
Log Message:
* Thu Oct 2 2008 Lubomir Rintel <lkundrak at v3.sk> 0.9-3
- Attempt to fix the libical patch's timezone problem


sunbird-0.9-libical.patch:

Index: sunbird-0.9-libical.patch
===================================================================
RCS file: /cvs/pkgs/rpms/sunbird/devel/sunbird-0.9-libical.patch,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sunbird-0.9-libical.patch	24 Sep 2008 09:51:11 -0000	1.2
+++ sunbird-0.9-libical.patch	2 Oct 2008 03:53:11 -0000	1.3
@@ -10,7 +10,7 @@
  
      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);
      }


Index: sunbird.spec
===================================================================
RCS file: /cvs/pkgs/rpms/sunbird/devel/sunbird.spec,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- sunbird.spec	24 Sep 2008 09:51:11 -0000	1.17
+++ sunbird.spec	2 Oct 2008 03:53:11 -0000	1.18
@@ -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 @@
 
 
 %changelog
+* Thu Oct 2 2008 Lubomir Rintel <lkundrak at v3.sk> 0.9-3
+- Attempt to fix the libical patch's timezone problem
+
 * Wed Sep 24 2008 Lubomir Rintel <lkundrak at v3.sk> 0.9-2
 - Fix problem with symbol visibility and newer gcc I introduced with libical patch
 




More information about the fedora-extras-commits mailing list