rpms/evolution/devel evolution-2.4.1-fix-missing-declarations.patch, 1.1, 1.2 evolution.spec, 1.95, 1.96

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Wed Oct 19 00:59:32 UTC 2005


Author: dmalcolm

Update of /cvs/dist/rpms/evolution/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv23535

Modified Files:
	evolution-2.4.1-fix-missing-declarations.patch evolution.spec 
Log Message:
* Tue Oct 18 2005 David Malcolm <dmalcolm at redhat.com> - 2.4.1-4
- updated patch 804 to declare e_calendar_table_process_completed_tasks



evolution-2.4.1-fix-missing-declarations.patch:
 e-calendar-table.h |    1 +
 e-tasks.c          |    1 +
 2 files changed, 2 insertions(+)

Index: evolution-2.4.1-fix-missing-declarations.patch
===================================================================
RCS file: /cvs/dist/rpms/evolution/devel/evolution-2.4.1-fix-missing-declarations.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- evolution-2.4.1-fix-missing-declarations.patch	19 Oct 2005 00:28:13 -0000	1.1
+++ evolution-2.4.1-fix-missing-declarations.patch	19 Oct 2005 00:59:26 -0000	1.2
@@ -1,5 +1,5 @@
---- evolution-2.4.1-work/calendar/gui/e-tasks.c	2005-10-03 07:12:19.000000000 +0100
-+++ evolution-2.4.1/calendar/gui/e-tasks.c	2005-10-10 13:40:10.000000000 +0100
+--- evolution-2.4.1/calendar/gui/e-tasks.c.fix-missing-declarations	2005-10-03 02:12:19.000000000 -0400
++++ evolution-2.4.1/calendar/gui/e-tasks.c	2005-10-18 20:25:25.000000000 -0400
 @@ -57,6 +57,7 @@
  #include "common/authentication.h"
  #include "e-cal-menu.h"
@@ -8,3 +8,13 @@
  
  
  /* Private part of the GnomeCalendar structure */
+--- evolution-2.4.1/calendar/gui/e-calendar-table.h.fix-missing-declarations	2005-10-18 20:55:20.000000000 -0400
++++ evolution-2.4.1/calendar/gui/e-calendar-table.h	2005-10-18 20:56:11.000000000 -0400
+@@ -109,6 +109,7 @@
+ 				       gboolean assign);
+ ECalModelComponent * e_calendar_table_get_selected_comp (ECalendarTable *cal_table);
+ void e_calendar_table_hide_completed_tasks (ECalendarTable *table, GList *clients_list, gboolean config_changed);
++void e_calendar_table_process_completed_tasks (ECalendarTable *table, GList *clients_list, gboolean config_changed);
+ 
+ G_END_DECLS
+ 


Index: evolution.spec
===================================================================
RCS file: /cvs/dist/rpms/evolution/devel/evolution.spec,v
retrieving revision 1.95
retrieving revision 1.96
diff -u -r1.95 -r1.96
--- evolution.spec	19 Oct 2005 00:28:13 -0000	1.95
+++ evolution.spec	19 Oct 2005 00:59:26 -0000	1.96
@@ -27,7 +27,7 @@
 
 Name: evolution
 Version: 2.4.1
-Release: 3
+Release: 4
 License: GPL
 BuildRoot: %{_tmppath}/%{name}-%{version}-root
 URL: http://www.ximian.com/
@@ -365,6 +365,9 @@
 %{_libdir}/evolution/%{evo_major}/*.so
 
 %changelog
+* Tue Oct 18 2005 David Malcolm <dmalcolm at redhat.com> - 2.4.1-4
+- updated patch 804 to declare e_calendar_table_process_completed_tasks
+
 * Tue Oct 18 2005 David Malcolm <dmalcolm at redhat.com> - 2.4.1-3
 - added patch (804: evolution-2.4.1-fix-missing-declarations.patch) to fix
   missing declaration (thanks to Peter Robinson)




More information about the fedora-cvs-commits mailing list