rpms/evolution/devel evolution-2.11.91-compilation-breakage.patch, NONE, 1.1 evolution.spec, 1.280, 1.281

Matthew Barnes (mbarnes) fedora-extras-commits at redhat.com
Tue Aug 28 19:03:32 UTC 2007


Author: mbarnes

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

Modified Files:
	evolution.spec 
Added Files:
	evolution-2.11.91-compilation-breakage.patch 
Log Message:

* Tue Aug 28 2007 Matthew Barnes <mbarnes at redhat.com> - 2.11.91-2.fc8
- Fix compilation breakage caused by our strict build settings.


evolution-2.11.91-compilation-breakage.patch:

--- NEW FILE evolution-2.11.91-compilation-breakage.patch ---
--- evolution-2.11.91/calendar/gui/e-cal-popup.c.compilation-breakage	2007-08-24 02:50:09.000000000 -0400
+++ evolution-2.11.91/calendar/gui/e-cal-popup.c	2007-08-28 15:01:22.000000000 -0400
@@ -693,7 +693,7 @@
 
 	source = e_source_selector_peek_primary_selection (selector);
 	uri = e_source_get_uri (source);
-	if (!uri || (g_strncasecmp (uri, "file://", 7) && g_strncasecmp (uri, "contacts://", 11))) {
+	if (!uri || (g_ascii_strncasecmp (uri, "file://", 7) && g_ascii_strncasecmp (uri, "contacts://", 11))) {
 		/* check for e_target_selector's offline_status property here */
 		offline = e_source_get_property (source, "offline");
 


Index: evolution.spec
===================================================================
RCS file: /cvs/pkgs/rpms/evolution/devel/evolution.spec,v
retrieving revision 1.280
retrieving revision 1.281
diff -u -r1.280 -r1.281
--- evolution.spec	28 Aug 2007 16:00:34 -0000	1.280
+++ evolution.spec	28 Aug 2007 19:02:58 -0000	1.281
@@ -45,7 +45,7 @@
 
 Name: evolution
 Version: 2.11.91
-Release: 1%{?dist}
+Release: 2%{?dist}
 License: GPLv2 and GFDL+
 Group: Applications/Productivity
 Summary: GNOME's next-generation groupware suite
@@ -121,6 +121,9 @@
 # GNOME bug #417999
 Patch34: evolution-2.10.0-e-source-combo-box.patch
 
+# The usual compilation breakage...
+Patch35: evolution-2.11.91-compilation-breakage.patch
+
 ## Dependencies ###
 
 Requires(post): GConf2
@@ -252,6 +255,7 @@
 %patch31 -p1 -b .meeting-list-view
 %patch33 -p1 -b .e-passwords
 %patch34 -p1 -b .e-source-combo-box
+%patch35 -p1 -b .compilation-breakage
 
 mkdir -p krb5-fakeprefix/include
 mkdir -p krb5-fakeprefix/lib
@@ -694,6 +698,9 @@
 %{_libdir}/evolution/%{evo_major}/libmenus.so
 
 %changelog
+* Tue Aug 28 2007 Matthew Barnes <mbarnes at redhat.com> - 2.11.91-2.fc8
+- Fix compilation breakage caused by our strict build settings.
+
 * Tue Aug 28 2007 Milan Crha <mcrha at redhat.com> - 2.11.91-1.fc8
 - Update to 2.11.91
 - Removed patch for RH bug #157400 / GNOME bug #303877 (fixed upstream).




More information about the fedora-extras-commits mailing list