- Add patch for GNOME bug #240073 (don't strikeout Click to Add in tasks).

This commit is contained in:
Matthew Barnes 2008-01-29 13:48:24 +00:00
parent 5d2020ca78
commit 722476610a
2 changed files with 22 additions and 1 deletions

View File

@ -0,0 +1,14 @@
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 {

View File

@ -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 @@ Patch17: evolution-2.9.1-im-context-reset.patch
# 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 @@ This package contains the plugin to filter junk mail using SpamAssassin.
#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 @@ rm -rf $RPM_BUILD_ROOT
%{evo_plugin_dir}/liborg-gnome-sa-junk-plugin.so
%changelog
* Tue Jan 29 2008 Matthew Barnes <mbarnes@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@redhat.com> - 2.21.90-1.fc9
- Update to 2.21.90
- Update build requirements.