2008-08-20 Jeff Cai <[email protected]>
authorqc161282
Wed, 20 Aug 2008 07:15:31 +0000
changeset 13190 e651e76c97e3
parent 13189 836ff5d12ba2
child 13191 9d671536c5ad
2008-08-20 Jeff Cai <[email protected]> * base-specs/evolution.spec: * patches/evolution-10-cal-model.diff: Add patch -10-cal-model to fix empty structure.
ChangeLog
base-specs/evolution.spec
patches/evolution-10-cal-model.diff
--- a/ChangeLog	Wed Aug 20 07:06:44 2008 +0000
+++ b/ChangeLog	Wed Aug 20 07:15:31 2008 +0000
@@ -1,3 +1,9 @@
+2008-08-20  Jeff Cai  <[email protected]>
+
+	* base-specs/evolution.spec:
+	* patches/evolution-10-cal-model.diff:
+	Add patch -10-cal-model to fix empty structure.
+
 2008-08-20 Brian Cameron <[email protected]>
 
 	* base-specs/libwnck.spec, base-specs/pyspi.spec
--- a/base-specs/evolution.spec	Wed Aug 20 07:06:44 2008 +0000
+++ b/base-specs/evolution.spec	Wed Aug 20 07:15:31 2008 +0000
@@ -44,6 +44,8 @@
 Patch8:       evolution-08-meeting.diff
 # date:2008-06-11 bugzilla:537752 owner:jefftsai type:bug
 Patch9:       evolution-09-mail-config.diff
+# date:2008-08-20 owner:jefftsai type:branding
+Patch10:       evolution-10-cal-model.diff
 URL:          http://www.gnome.org
 BuildRoot:    %{_tmppath}/%{name}-%{version}-build
 Docdir:       %{_defaultdocdir}/evolution
@@ -129,6 +131,7 @@
 %patch7 -p1
 %patch8 -p1
 %patch9 -p1
+%patch10 -p1
 
 %build
 
@@ -256,6 +259,7 @@
 %changelog
 * Mon Aug 20 2008 - [email protected]
 - Bump to 2.23.90.
+- Add patch -10-cal-model
 * Tue Aug 04 2008 - [email protected]
 - Bump to 2.23.6.
 - Remove patch -10-em-migrate
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/patches/evolution-10-cal-model.diff	Wed Aug 20 07:15:31 2008 +0000
@@ -0,0 +1,10 @@
+--- evolution-2.23.90/calendar/gui/e-cal-model.c.bak	Wed Aug 20 14:16:06 2008
++++ evolution-2.23.90/calendar/gui/e-cal-model.c	Wed Aug 20 14:16:21 2008
+@@ -2101,6 +2101,7 @@
+ 
+ 
+ struct _ECalModelComponentPrivate {
++	char nouse;
+ };
+ 
+ static void e_cal_model_component_finalize (GObject *object);