rpms/sylpheed/devel sylpheed-2.5.0rc2-gtk-2.13.1.patch, 1.2, 1.3 sylpheed.spec, 1.84, 1.85

Michael Schwendt (mschwendt) fedora-extras-commits at redhat.com
Tue Jun 10 13:37:04 UTC 2008


Author: mschwendt

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

Modified Files:
	sylpheed-2.5.0rc2-gtk-2.13.1.patch sylpheed.spec 
Log Message:
modify patch: gtksignal -> gtk

sylpheed-2.5.0rc2-gtk-2.13.1.patch:

Index: sylpheed-2.5.0rc2-gtk-2.13.1.patch
===================================================================
RCS file: /cvs/pkgs/rpms/sylpheed/devel/sylpheed-2.5.0rc2-gtk-2.13.1.patch,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sylpheed-2.5.0rc2-gtk-2.13.1.patch	10 Jun 2008 12:58:46 -0000	1.2
+++ sylpheed-2.5.0rc2-gtk-2.13.1.patch	10 Jun 2008 13:36:12 -0000	1.3
@@ -5,7 +5,7 @@
  #include <gtk/gtkwindow.h>
  #include <gtk/gtkentry.h>
  #include <gtk/gtkeditable.h>
-+#include <gtk/gtksignal.h>
++#include <gtk/gtk.h>
  #include <gtk/gtkclist.h>
  #include <gtk/gtkscrolledwindow.h>
  
@@ -16,7 +16,7 @@
  #include <glib/gi18n.h>
  #include <gdk/gdkkeysyms.h>
  #include <gtk/gtkwindow.h>
-+#include <gtk/gtksignal.h>
++#include <gtk/gtk.h>
  #include <gtk/gtkclist.h>
  #include <gtk/gtkvbox.h>
  #include <gtk/gtkstatusbar.h>
@@ -27,7 +27,7 @@
  #include <gtk/gtkwindow.h>
  #include <gtk/gtkvbox.h>
  #include <gtk/gtkhbox.h>
-+#include <gtk/gtksignal.h>
++#include <gtk/gtk.h>
  #include <gtk/gtkclist.h>
  #include <gtk/gtkbutton.h>
  #include <gtk/gtkstock.h>
@@ -38,7 +38,7 @@
  #include <gtk/gtkwindow.h>
  #include <gtk/gtkvbox.h>
  #include <gtk/gtkhbox.h>
-+#include <gtk/gtksignal.h>
++#include <gtk/gtk.h>
  #include <gtk/gtkclist.h>
  #include <gtk/gtkbutton.h>
  #include <gtk/gtkstock.h>
@@ -49,7 +49,7 @@
  #include <gtk/gtkscrolledwindow.h>
  #include <gtk/gtkvbox.h>
  #include <gtk/gtkhbox.h>
-+#include <gtk/gtksignal.h>
++#include <gtk/gtk.h>
  #include <gtk/gtkclist.h>
  #include <gtk/gtklabel.h>
  #include <gtk/gtkentry.h>


Index: sylpheed.spec
===================================================================
RCS file: /cvs/pkgs/rpms/sylpheed/devel/sylpheed.spec,v
retrieving revision 1.84
retrieving revision 1.85
diff -u -r1.84 -r1.85
--- sylpheed.spec	10 Jun 2008 12:41:51 -0000	1.84
+++ sylpheed.spec	10 Jun 2008 13:36:12 -0000	1.85
@@ -5,7 +5,7 @@
 Summary: GTK+ based, lightweight, and fast email client
 Name: sylpheed
 Version: 2.5.0
-Release: 0.9.rc2%{?dist}
+Release: 0.10.rc2%{?dist}
 License: GPLv2+
 URL: http://sylpheed.sraoss.jp/
 Group: Applications/Internet
@@ -105,7 +105,7 @@
 %{_mandir}/man1/*
 
 %changelog
-* Tue Jun 10 2008 Michael Schwendt <mschwendt at fedoraproject.org> - 2.5.0-0.9.rc2
+* Tue Jun 10 2008 Michael Schwendt <mschwendt at fedoraproject.org> - 2.5.0-0.10.rc2
 - work around build problem with gtk2 >= 2.13.1 which drastically
   changed the number of header-includes for the deprecated header files
 




More information about the fedora-extras-commits mailing list