rpms/sylpheed/devel sylpheed-2.5.0rc2-gtk-2.13.1.patch, NONE, 1.1 sylpheed.spec, 1.83, 1.84

Michael Schwendt (mschwendt) fedora-extras-commits at redhat.com
Tue Jun 10 12:42:40 UTC 2008


Author: mschwendt

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

Modified Files:
	sylpheed.spec 
Added Files:
	sylpheed-2.5.0rc2-gtk-2.13.1.patch 
Log Message:
* Tue Jun 10 2008 Michael Schwendt <mschwendt at fedoraproject.org> - 2.5.0-0.9.rc2
- work around build problem with gtk2 >= 2.13.1 which drastically
  changed the number of header-includes for the deprecated header files


sylpheed-2.5.0rc2-gtk-2.13.1.patch:

--- NEW FILE sylpheed-2.5.0rc2-gtk-2.13.1.patch ---
diff -Nur sylpheed-2.5.0rc2-orig/src/prefs_display_items.c sylpheed-2.5.0rc2/src/prefs_display_items.c
--- sylpheed-2.5.0rc2-orig/src/prefs_display_items.c	2007-09-20 04:17:58.000000000 +0200
+++ sylpheed-2.5.0rc2/src/prefs_display_items.c	2008-06-10 14:37:44.000000000 +0200
@@ -30,6 +30,7 @@
 #include <gtk/gtkwindow.h>
 #include <gtk/gtkvbox.h>
 #include <gtk/gtkhbox.h>
+#include <gtk/gtksignal.h>
 #include <gtk/gtkclist.h>
 #include <gtk/gtkbutton.h>
 #include <gtk/gtkstock.h>
diff -Nur sylpheed-2.5.0rc2-orig/src/prefs_summary_column.c sylpheed-2.5.0rc2/src/prefs_summary_column.c
--- sylpheed-2.5.0rc2-orig/src/prefs_summary_column.c	2007-09-12 08:56:55.000000000 +0200
+++ sylpheed-2.5.0rc2/src/prefs_summary_column.c	2008-06-10 14:36:12.000000000 +0200
@@ -30,6 +30,7 @@
 #include <gtk/gtkwindow.h>
 #include <gtk/gtkvbox.h>
 #include <gtk/gtkhbox.h>
+#include <gtk/gtksignal.h>
 #include <gtk/gtkclist.h>
 #include <gtk/gtkbutton.h>
 #include <gtk/gtkstock.h>


Index: sylpheed.spec
===================================================================
RCS file: /cvs/pkgs/rpms/sylpheed/devel/sylpheed.spec,v
retrieving revision 1.83
retrieving revision 1.84
diff -u -r1.83 -r1.84
--- sylpheed.spec	8 Jun 2008 22:35:55 -0000	1.83
+++ sylpheed.spec	10 Jun 2008 12:41:51 -0000	1.84
@@ -5,7 +5,7 @@
 Summary: GTK+ based, lightweight, and fast email client
 Name: sylpheed
 Version: 2.5.0
-Release: 0.8.rc2%{?dist}
+Release: 0.9.rc2%{?dist}
 License: GPLv2+
 URL: http://sylpheed.sraoss.jp/
 Group: Applications/Internet
@@ -32,6 +32,7 @@
 %if 0%{?fedora} > 8
 Patch5: sylpheed-2.4.8-enchant.patch
 %endif
+Patch6: sylpheed-2.5.0rc2-gtk-2.13.1.patch
 
 # For xdg-open in patch1.
 Requires: xdg-utils
@@ -60,6 +61,7 @@
 %if 0%{?fedora} > 8
 %patch5 -p1 -b .enchant
 %endif
+%patch6 -p1 -b .gtk-2.13.1
 
 %build
 %configure --enable-ssl %{!?_without_gpgme:--enable-gpgme} \
@@ -103,6 +105,10 @@
 %{_mandir}/man1/*
 
 %changelog
+* Tue Jun 10 2008 Michael Schwendt <mschwendt at fedoraproject.org> - 2.5.0-0.9.rc2
+- work around build problem with gtk2 >= 2.13.1 which drastically
+  changed the number of header-includes for the deprecated header files
+
 * Sun Jun  8 2008 Michael Schwendt <mschwendt at fedoraproject.org> - 2.5.0-0.8.rc2
 - avoid duplicate desktop menu entry
 - conditional BR oniguruma-devel and --enable-oniguruma




More information about the fedora-extras-commits mailing list