rpms/evolution-data-server/devel evolution-data-server-2.21.92-implicit-function-declarations.patch, NONE, 1.1 .cvsignore, 1.81, 1.82 evolution-data-server.spec, 1.208, 1.209 sources, 1.81, 1.82

Matthew Barnes (mbarnes) fedora-extras-commits at redhat.com
Mon Feb 25 18:51:40 UTC 2008


Author: mbarnes

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

Modified Files:
	.cvsignore evolution-data-server.spec sources 
Added Files:
	evolution-data-server-2.21.92-implicit-function-declarations.patch 
Log Message:

* Mon Feb 25 2008 Matthew Barnes <mbarnes at redhat.com> - 2.21.92-1.fc9
- Update to 2.21.92
- Remove patch for GNOME bug #516074 (fixed upstream).


evolution-data-server-2.21.92-implicit-function-declarations.patch:

--- NEW FILE evolution-data-server-2.21.92-implicit-function-declarations.patch ---
diff -up evolution-data-server-2.21.92/calendar/libical/examples/access_properties_and_parameters.c.implicit-function-declarations evolution-data-server-2.21.92/calendar/libical/examples/access_properties_and_parameters.c
--- evolution-data-server-2.21.92/calendar/libical/examples/access_properties_and_parameters.c.implicit-function-declarations	2008-02-25 13:19:45.000000000 -0500
+++ evolution-data-server-2.21.92/calendar/libical/examples/access_properties_and_parameters.c	2008-02-25 13:19:53.000000000 -0500
@@ -1,6 +1,7 @@
 /* access_properties_and_parameters.c */
 
 #include <libical/ical.h>
+#include <stdlib.h>
 #include <string.h>
 
 /* Get a particular parameter out of a component. This routine will
diff -up evolution-data-server-2.21.92/calendar/libical/src/test/regression-classify.c.implicit-function-declarations evolution-data-server-2.21.92/calendar/libical/src/test/regression-classify.c
--- evolution-data-server-2.21.92/calendar/libical/src/test/regression-classify.c.implicit-function-declarations	2008-02-22 04:50:11.000000000 -0500
+++ evolution-data-server-2.21.92/calendar/libical/src/test/regression-classify.c	2008-02-25 12:49:18.000000000 -0500
@@ -31,6 +31,7 @@
 
 #include <stdio.h> /* for printf */
 #include <errno.h>
+#include <stdlib.h> /* for free */
 #include <string.h> /* For strerror */
 
 #include <libical/ical.h>
diff -up evolution-data-server-2.21.92/calendar/libical/src/test/regression-component.c.implicit-function-declarations evolution-data-server-2.21.92/calendar/libical/src/test/regression-component.c
--- evolution-data-server-2.21.92/calendar/libical/src/test/regression-component.c.implicit-function-declarations	2008-02-22 04:50:11.000000000 -0500
+++ evolution-data-server-2.21.92/calendar/libical/src/test/regression-component.c	2008-02-25 12:49:18.000000000 -0500
@@ -1,6 +1,7 @@
 #include <libical/ical.h>
 #include "regression.h"
 
+#include <stdlib.h>
 #include <string.h>
 extern int VERBOSE;
 


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/evolution-data-server/devel/.cvsignore,v
retrieving revision 1.81
retrieving revision 1.82
diff -u -r1.81 -r1.82
--- .cvsignore	11 Feb 2008 16:05:16 -0000	1.81
+++ .cvsignore	25 Feb 2008 18:50:51 -0000	1.82
@@ -1 +1 @@
-evolution-data-server-2.21.91.tar.bz2
+evolution-data-server-2.21.92.tar.bz2


Index: evolution-data-server.spec
===================================================================
RCS file: /cvs/pkgs/rpms/evolution-data-server/devel/evolution-data-server.spec,v
retrieving revision 1.208
retrieving revision 1.209
diff -u -r1.208 -r1.209
--- evolution-data-server.spec	14 Feb 2008 19:19:56 -0000	1.208
+++ evolution-data-server.spec	25 Feb 2008 18:50:51 -0000	1.209
@@ -26,8 +26,8 @@
 ### Abstract ###
 
 Name: evolution-data-server
-Version: 2.21.91
-Release: 3%{?dist}
+Version: 2.21.92
+Release: 1%{?dist}
 License: LGPL
 Group: System Environment/Libraries
 Summary: Backend data server for Evolution
@@ -52,11 +52,8 @@
 # RH bug #243296
 Patch14: evolution-data-server-1.11.5-fix-64bit-acinclude.patch
 
-# GNOME bug #516074
-Patch15: evolution-data-server-2.21.91-netdb-breakage.patch
-
-# G_GNUC_PRETTY_FUNCTION is deprecated
-Patch16: evolution-data-server-2.21.91-no-gnuc-pretty-function.patch
+# Can't have an unstable release without one...
+Patch15: evolution-data-server-2.21.92-implicit-function-declarations.patch
 
 ### Build Dependencies ###
 
@@ -135,8 +132,7 @@
 %patch12 -p1 -b .fix-ldap-query
 %patch13 -p1 -b .camel-folder-summary-crash
 %patch14 -p1 -b .fix-64bit-acinclude
-%patch15 -p1 -b .netdb-breakage
-%patch16 -p1 -b .no-gnuc-pretty-function
+%patch15 -p1 -b .implicit-function-declarations
 
 mkdir -p krb5-fakeprefix/include
 mkdir -p krb5-fakeprefix/lib
@@ -379,6 +375,10 @@
 %{_datadir}/gtk-doc/html/libedataserverui
 
 %changelog
+* Mon Feb 25 2008 Matthew Barnes <mbarnes at redhat.com> - 2.21.92-1.fc9
+- Update to 2.21.92
+- Remove patch for GNOME bug #516074 (fixed upstream).
+
 * Thu Feb 14 2008 Matthew Barnes <mbarnes at redhat.com> - 2.21.91-3.fc9
 - Try removing the ancient "ldap-x86_64-hack" patch.
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/evolution-data-server/devel/sources,v
retrieving revision 1.81
retrieving revision 1.82
diff -u -r1.81 -r1.82
--- sources	11 Feb 2008 16:05:16 -0000	1.81
+++ sources	25 Feb 2008 18:50:51 -0000	1.82
@@ -1 +1 @@
-abf3fde5f18c261c111b0382f9e2e424  evolution-data-server-2.21.91.tar.bz2
+b2a02de49f0f48d3664a107d53140ebb  evolution-data-server-2.21.92.tar.bz2




More information about the fedora-extras-commits mailing list