rpms/evolution/devel evolution-2.4.1-fix-missing-declarations.patch, NONE, 1.1 evolution.spec, 1.94, 1.95

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


Author: dmalcolm

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

Modified Files:
	evolution.spec 
Added Files:
	evolution-2.4.1-fix-missing-declarations.patch 
Log Message:
* 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)



evolution-2.4.1-fix-missing-declarations.patch:
 e-tasks.c |    1 +
 1 files changed, 1 insertion(+)

--- NEW FILE evolution-2.4.1-fix-missing-declarations.patch ---
--- 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
@@ -57,6 +57,7 @@
 #include "common/authentication.h"
 #include "e-cal-menu.h"
 #include "e-cal-model-tasks.h"
+#include "e-calendar-table.h"
 
 
 /* Private part of the GnomeCalendar structure */


Index: evolution.spec
===================================================================
RCS file: /cvs/dist/rpms/evolution/devel/evolution.spec,v
retrieving revision 1.94
retrieving revision 1.95
diff -u -r1.94 -r1.95
--- evolution.spec	17 Oct 2005 23:36:44 -0000	1.94
+++ evolution.spec	19 Oct 2005 00:28:13 -0000	1.95
@@ -27,7 +27,7 @@
 
 Name: evolution
 Version: 2.4.1
-Release: 2
+Release: 3
 License: GPL
 BuildRoot: %{_tmppath}/%{name}-%{version}-root
 URL: http://www.ximian.com/
@@ -81,6 +81,8 @@
 # Remove GNOME_COMPILE_WARNINGS from configure.in (since gnome-common might not be available when we rerun the autotools):
 Patch803: evolution-2.2.2-no-gnome-common.patch
 
+Patch804: evolution-2.4.1-fix-missing-declarations.patch
+
 Summary: GNOME's next-generation groupware suite
 Group: Applications/Productivity
 
@@ -201,6 +203,7 @@
 %patch800 -p0 -b .fix-conduits
 %patch802 -p1 -b .fix-conduit-dir
 %patch803 -p1 -b .no-gnome-common
+%patch804 -p1 -b .fix-missing-declarations
 
 mkdir -p krb5-fakeprefix/include
 mkdir -p krb5-fakeprefix/lib
@@ -362,6 +365,10 @@
 %{_libdir}/evolution/%{evo_major}/*.so
 
 %changelog
+* 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)
+
 * Mon Oct 17 2005 David Malcolm <dmalcolm at redhat.com> - 2.4.1-2
 - bump e-d-s requirement to 1.4.1.1
 




More information about the fedora-cvs-commits mailing list