rpms/evolution/devel evolution-2.21.90-click-to-add.patch, NONE, 1.1 evolution.spec, 1.317, 1.318

Matthew Barnes (mbarnes) fedora-extras-commits at redhat.com
Tue Jan 29 13:49:02 UTC 2008


Author: mbarnes

Update of /cvs/pkgs/rpms/evolution/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4201

Modified Files:
	evolution.spec 
Added Files:
	evolution-2.21.90-click-to-add.patch 
Log Message:

* Tue Jan 29 2008 Matthew Barnes <mbarnes at redhat.com> - 2.21.90-2.fc9
- Add patch for GNOME bug #240073 (don't strikeout Click to Add in tasks).


evolution-2.21.90-click-to-add.patch:

--- NEW FILE evolution-2.21.90-click-to-add.patch ---
diff -up evolution-2.21.90/calendar/gui/e-cal-model-tasks.h.click-to-add evolution-2.21.90/calendar/gui/e-cal-model-tasks.h
--- evolution-2.21.90/calendar/gui/e-cal-model-tasks.h.click-to-add	2008-01-29 08:44:08.000000000 -0500
+++ evolution-2.21.90/calendar/gui/e-cal-model-tasks.h	2008-01-29 08:44:46.000000000 -0500
@@ -46,8 +46,8 @@ typedef enum {
 	E_CAL_MODEL_TASKS_FIELD_PRIORITY,
 	E_CAL_MODEL_TASKS_FIELD_STATUS,
 	E_CAL_MODEL_TASKS_FIELD_URL,
-	E_CAL_MODEL_TASKS_FIELD_LAST,
-	E_CAL_MODEL_TASKS_FIELD_STRIKEOUT /* it's another virtual readonly column */
+	E_CAL_MODEL_TASKS_FIELD_STRIKEOUT, /* it's another virtual readonly column */
+	E_CAL_MODEL_TASKS_FIELD_LAST
 } ECalModelTasksField;
 
 typedef struct {


Index: evolution.spec
===================================================================
RCS file: /cvs/pkgs/rpms/evolution/devel/evolution.spec,v
retrieving revision 1.317
retrieving revision 1.318
diff -u -r1.317 -r1.318
--- evolution.spec	29 Jan 2008 01:51:37 -0000	1.317
+++ evolution.spec	29 Jan 2008 13:48:24 -0000	1.318
@@ -46,7 +46,7 @@
 
 Name: evolution
 Version: 2.21.90
-Release: 1%{?dist}
+Release: 2%{?dist}
 License: GPLv2 and GFDL+
 Group: Applications/Productivity
 Summary: GNOME's next-generation groupware suite
@@ -86,6 +86,9 @@
 # RH bug #215478 / GNOME bug #383842
 Patch18: evolution-2.9.3-source-path-entry.patch
 
+# GNOME bug #240073
+Patch19: evolution-2.21.90-click-to-add.patch
+
 ## Dependencies ###
 
 Requires(post): GConf2
@@ -230,6 +233,7 @@
 #patch15 -p1 -b .notification-cleanups
 %patch17 -p1 -b .im-context-reset
 %patch18 -p1 -b .source-path-entry
+%patch19 -p1 -b .click-to-add
 
 mkdir -p krb5-fakeprefix/include
 mkdir -p krb5-fakeprefix/lib
@@ -664,6 +668,9 @@
 %{evo_plugin_dir}/liborg-gnome-sa-junk-plugin.so
 
 %changelog
+* Tue Jan 29 2008 Matthew Barnes <mbarnes at redhat.com> - 2.21.90-2.fc9
+- Add patch for GNOME bug #240073 (don't strikeout Click to Add in tasks).
+
 * Mon Jan 28 2008 Matthew Barnes <mbarnes at redhat.com> - 2.21.90-1.fc9
 - Update to 2.21.90
 - Update build requirements.




More information about the fedora-extras-commits mailing list