rpms/evolution-data-server/devel evolution-data-server-2.21.91-no-gnuc-pretty-function.patch, NONE, 1.1 evolution-data-server.spec, 1.204, 1.205

Matthew Barnes (mbarnes) fedora-extras-commits at redhat.com
Tue Feb 12 19:29:21 UTC 2008


Author: mbarnes

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

Modified Files:
	evolution-data-server.spec 
Added Files:
	evolution-data-server-2.21.91-no-gnuc-pretty-function.patch 
Log Message:

* Mon Feb 11 2008 Matthew Barnes <mbarnes at redhat.com> - 2.21.91-1.fc9
- Update to 2.21.91
- Add patch for GNOME bug #516074 (latest glibc breaks Camel).


evolution-data-server-2.21.91-no-gnuc-pretty-function.patch:

--- NEW FILE evolution-data-server-2.21.91-no-gnuc-pretty-function.patch ---
diff -up evolution-data-server-2.21.91/servers/exchange/storage/exchange-account.c.no-gnuc-pretty-function evolution-data-server-2.21.91/servers/exchange/storage/exchange-account.c
--- evolution-data-server-2.21.91/servers/exchange/storage/exchange-account.c.no-gnuc-pretty-function	2008-01-12 04:21:01.000000000 -0500
+++ evolution-data-server-2.21.91/servers/exchange/storage/exchange-account.c	2008-02-12 14:27:30.000000000 -0500
@@ -1886,7 +1886,7 @@ add_folder (gpointer key, gpointer value
 {
 	EFolder *folder = value;
 
-	d(g_print ("%s(%d):%s: key=[%s]\t folder-path=[%s]\n", __FILE__, __LINE__, G_GNUC_PRETTY_FUNCTION,
+	d(g_print ("%s:%s: key=[%s]\t folder-path=[%s]\n", G_STRLOC, G_STRFUNC,
 		   key, e_folder_exchange_get_path (folder)));
 
 	/* Each folder appears under three different keys, but
diff -up evolution-data-server-2.21.91/addressbook/libebook/e-book.c.no-gnuc-pretty-function evolution-data-server-2.21.91/addressbook/libebook/e-book.c
--- evolution-data-server-2.21.91/addressbook/libebook/e-book.c.no-gnuc-pretty-function	2007-11-29 07:53:48.000000000 -0500
+++ evolution-data-server-2.21.91/addressbook/libebook/e-book.c	2008-02-12 14:27:30.000000000 -0500
@@ -4012,7 +4012,7 @@ e_book_dispose (GObject *object)
 			CORBA_exception_init (&ev);
 			bonobo_object_release_unref  (book->priv->corba_book, &ev);
 			if (ev._major != CORBA_NO_EXCEPTION)
-				g_warning ("%s: Exception releasing remote book interface!\n", G_GNUC_PRETTY_FUNCTION);
+				g_warning ("%s: Exception releasing remote book interface!\n", G_STRFUNC);
 			CORBA_exception_free (&ev);
 		}
 


Index: evolution-data-server.spec
===================================================================
RCS file: /cvs/pkgs/rpms/evolution-data-server/devel/evolution-data-server.spec,v
retrieving revision 1.204
retrieving revision 1.205
diff -u -r1.204 -r1.205
--- evolution-data-server.spec	12 Feb 2008 18:29:55 -0000	1.204
+++ evolution-data-server.spec	12 Feb 2008 19:28:35 -0000	1.205
@@ -57,6 +57,9 @@
 # GNOME bug #516074
 Patch16: evolution-data-server-2.21.91-netdb-breakage.patch
 
+# G_GNUC_PRETTY_FUNCTION is deprecated
+Patch17: evolution-data-server-2.21.91-no-gnuc-pretty-function.patch
+
 ### Build Dependencies ###
 
 BuildRequires: GConf2-devel
@@ -136,6 +139,7 @@
 %patch14 -p1 -b .camel-folder-summary-crash
 %patch15 -p1 -b .fix-64bit-acinclude
 %patch16 -p1 -b .netdb-breakage
+%patch17 -p1 -b .no-gnuc-pretty-function
 
 mkdir -p krb5-fakeprefix/include
 mkdir -p krb5-fakeprefix/lib




More information about the fedora-extras-commits mailing list