Hello community,

here is the log from the commit of package xchat for openSUSE:Factory checked 
in at 2012-01-05 19:16:26
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/xchat (Old)
 and      /work/SRC/openSUSE:Factory/.xchat.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "xchat", Maintainer is "gnome-maintain...@suse.de"

Changes:
--------
--- /work/SRC/openSUSE:Factory/xchat/xchat.changes      2011-11-21 
15:50:43.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.xchat.new/xchat.changes 2012-01-05 
19:16:28.000000000 +0100
@@ -1,0 +2,5 @@
+Thu Dec  1 10:51:19 UTC 2011 - dims...@opensuse.org
+
+- Add xchat-glib-2.31.patch: Fix build with glib 2.31.
+
+-------------------------------------------------------------------

New:
----
  xchat-glib-2.31.patch

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ xchat.spec ++++++
--- /var/tmp/diff_new_pack.Q5Nqxg/_old  2012-01-05 19:16:29.000000000 +0100
+++ /var/tmp/diff_new_pack.Q5Nqxg/_new  2012-01-05 19:16:29.000000000 +0100
@@ -48,6 +48,8 @@
 Patch11:        xchat-2.8.8-libnotify07.patch
 # PATCH-FIX-UPSTREAM xchat-link-against-libnotify.patch zai...@opensuse.org -- 
Directly link to libnotify, 
http://sourceforge.net/tracker/?func=detail&aid=3280223&group_id=239&atid=100239
 Patch12:        xchat-link-against-libnotify.patch
+# PATCH-FIX-UPSTREAM xchat-glib-2.31.patch sf#3446968 dims...@opensuse.org -- 
Fix build with glib 2.31.
+Patch13:        xchat-glib-2.31.patch
 BuildRequires:  fdupes
 BuildRequires:  gnome-patch-translation
 # BuildRequires for installing hicolor icons
@@ -134,6 +136,7 @@
 %patch10
 %patch11 -p1
 %patch12 -p1
+%patch13 -p1
 gnome-patch-translation-update
 
 %build







++++++ xchat-glib-2.31.patch ++++++
Index: xchat-2.8.8/src/common/servlist.c
===================================================================
--- xchat-2.8.8.orig/src/common/servlist.c
+++ xchat-2.8.8/src/common/servlist.c
@@ -24,7 +24,7 @@
 #include <unistd.h>
 
 #include "xchat.h"
-#include <glib/ghash.h>
+#include <glib.h>
 
 #include "cfgfiles.h"
 #include "fe.h"
Index: xchat-2.8.8/src/common/text.c
===================================================================
--- xchat-2.8.8.orig/src/common/text.c
+++ xchat-2.8.8/src/common/text.c
@@ -28,7 +28,7 @@
 #include <sys/mman.h>
 
 #include "xchat.h"
-#include <glib/ghash.h>
+#include <glib.h>
 #include "cfgfiles.h"
 #include "chanopt.h"
 #include "plugin.h"
Index: xchat-2.8.8/src/common/util.c
===================================================================
--- xchat-2.8.8.orig/src/common/util.c
+++ xchat-2.8.8/src/common/util.c
@@ -39,7 +39,7 @@
 #include <errno.h>
 #include "xchat.h"
 #include "xchatc.h"
-#include <glib/gmarkup.h>
+#include <glib.h>
 #include <ctype.h>
 #include "util.h"
 #include "../../config.h"
Index: xchat-2.8.8/src/common/xchat.h
===================================================================
--- xchat-2.8.8.orig/src/common/xchat.h
+++ xchat-2.8.8/src/common/xchat.h
@@ -1,10 +1,6 @@
 #include "../../config.h"
 
-#include <glib/gslist.h>
-#include <glib/glist.h>
-#include <glib/gutils.h>
-#include <glib/giochannel.h>
-#include <glib/gstrfuncs.h>
+#include <glib.h>
 #include <time.h>                      /* need time_t */
 
 #ifndef XCHAT_H

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to