rpms/evolution-connector/devel evolution-exchange-2.5.91-fix-missing-declarations-2.5.91.patch, NONE, 1.1 .cvsignore, 1.26, 1.27 evolution-connector.spec, 1.52, 1.53 sources, 1.26, 1.27

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Wed Feb 15 05:38:48 UTC 2006


Author: dmalcolm

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

Modified Files:
	.cvsignore evolution-connector.spec sources 
Added Files:
	evolution-exchange-2.5.91-fix-missing-declarations-2.5.91.patch 
Log Message:
* Wed Feb 15 2006 David Malcolm <dmalcolm at redhat.com> - 2.5.91-1
- 2.5.91
- fix missing declarations (patch 301)



evolution-exchange-2.5.91-fix-missing-declarations-2.5.91.patch:
 camel-exchange-store.c |    1 +
 1 files changed, 1 insertion(+)

--- NEW FILE evolution-exchange-2.5.91-fix-missing-declarations-2.5.91.patch ---
--- evolution-exchange-2.5.91/camel/camel-exchange-store.c.fix-missing-declarations-2.5.91	2006-02-15 00:31:36.000000000 -0500
+++ evolution-exchange-2.5.91/camel/camel-exchange-store.c	2006-02-15 00:31:48.000000000 -0500
@@ -29,6 +29,7 @@
 
 #include "camel-exchange-store.h"
 #include "camel-exchange-folder.h"
+#include "camel-exchange-summary.h"
 #include <camel/camel-session.h>
 
 #define SUBFOLDER_DIR_NAME     "subfolders"


Index: .cvsignore
===================================================================
RCS file: /cvs/dist/rpms/evolution-connector/devel/.cvsignore,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- .cvsignore	31 Jan 2006 03:40:24 -0000	1.26
+++ .cvsignore	15 Feb 2006 05:38:45 -0000	1.27
@@ -1 +1 @@
-evolution-exchange-2.5.9.0.tar.bz2
+evolution-exchange-2.5.91.tar.bz2


Index: evolution-connector.spec
===================================================================
RCS file: /cvs/dist/rpms/evolution-connector/devel/evolution-connector.spec,v
retrieving revision 1.52
retrieving revision 1.53
diff -u -r1.52 -r1.53
--- evolution-connector.spec	13 Feb 2006 18:39:23 -0000	1.52
+++ evolution-connector.spec	15 Feb 2006 05:38:45 -0000	1.53
@@ -6,8 +6,8 @@
 %define plibdir %(pkg-config evolution-shell-%{evo_major} --variable=privlibdir 2>/dev/null)
 
 Name: evolution-connector
-Version: 2.5.9.0
-Release: 2.2.1
+Version: 2.5.91
+Release: 1
 License: GPL
 Group: Applications/Productivity
 URL:  http://ftp.gnome.org/pub/gnome/sources/evolution-exchange/2.4/
@@ -26,7 +26,7 @@
 
 # Other patches:
 Patch300: evolution-exchange-2.5.3-fix-marshaller.patch
-
+Patch301: evolution-exchange-2.5.91-fix-missing-declarations-2.5.91.patch
 BuildRequires: evolution >= %{evolution_version}
 BuildRequires: evolution-devel >= %{evolution_version}
 BuildRequires: evolution-data-server-devel
@@ -55,6 +55,7 @@
 
 # Other patches:
 %patch300 -p1 -b .fix-marshaller
+%patch301 -p1 -b .fix-missing-declarations-2.5.91
 
 %build
 CFLAGS="$RPM_OPT_FLAGS -Werror-implicit-function-declaration -DLDAP_DEPRECATED"; export CFLAGS
@@ -95,6 +96,10 @@
 %{_datadir}/evolution-exchange/%{evo_major}/ui/ximian-connector.xml
 
 %changelog
+* Wed Feb 15 2006 David Malcolm <dmalcolm at redhat.com> - 2.5.91-1
+- 2.5.91
+- fix missing declarations (patch 301)
+
 * Mon Feb 13 2006 Jesse Keating <jkeating at redhat.com> - 2.5.9.0-2.2.1
 - rebump for build order issues during double-long bump
 


Index: sources
===================================================================
RCS file: /cvs/dist/rpms/evolution-connector/devel/sources,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- sources	31 Jan 2006 03:40:24 -0000	1.26
+++ sources	15 Feb 2006 05:38:45 -0000	1.27
@@ -1 +1 @@
-f4a0893159dad3603b33f2c99616a121  evolution-exchange-2.5.9.0.tar.bz2
+7a4ce9e2fd0db863258d30b0463e7414  evolution-exchange-2.5.91.tar.bz2




More information about the fedora-cvs-commits mailing list