Hello community,

here is the log from the commit of package gtksourceview18 for openSUSE:Factory 
checked in at 2012-01-09 15:17:35
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gtksourceview18 (Old)
 and      /work/SRC/openSUSE:Factory/.gtksourceview18.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

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

Changes:
--------
--- /work/SRC/openSUSE:Factory/gtksourceview18/gtksourceview18.changes  
2011-09-23 02:02:29.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.gtksourceview18.new/gtksourceview18.changes     
2012-01-09 15:17:37.000000000 +0100
@@ -1,0 +2,5 @@
+Sun Nov 27 19:35:50 UTC 2011 - dims...@opensuse.org
+
+- Add gtksourceview18-glib.patch: Fix build with glib 2.31.
+
+-------------------------------------------------------------------

New:
----
  gtksourceview18-glib.patch

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

Other differences:
------------------
++++++ gtksourceview18.spec ++++++
--- /var/tmp/diff_new_pack.X3rM0A/_old  2012-01-09 15:17:38.000000000 +0100
+++ /var/tmp/diff_new_pack.X3rM0A/_new  2012-01-09 15:17:38.000000000 +0100
@@ -1,7 +1,7 @@
 #
-# spec file for package gtksourceview18 (Version 1.8.5)
+# spec file for package gtksourceview18
 #
-# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -33,6 +33,8 @@
 Source:         
ftp://ftp.gnome.org/pub/GNOME/sources/%{real_name}/1.8/%{real_name}-%{version}.tar.bz2
 # PATCH-FIX-UPSTREAM gtksourceview18-glibc-header.patch vu...@novell.com -- 
(not sent upstream since this is a dead branch) Fix build with newer glibc
 Patch0:         gtksourceview18-glibc-header.patch
+# PATCH-FIX-UPSTREAM gtksourceview18-glib.patch dims...@opensuse.org -- Fix 
build with glib 2.31 (Not sent upstream. dead branch)
+Patch1:         gtksourceview18-glib.patch
 Url:            http://www.gnome.org/
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 PreReq:         filesystem
@@ -100,6 +102,7 @@
 %prep
 %setup -q -n %{real_name}-%{version}
 %patch0 -p1
+%patch1 -p1
 
 %build
 %configure --disable-static

++++++ gtksourceview18-glib.patch ++++++
Index: gtksourceview-1.8.5/gtksourceview/gtksourceregex.h
===================================================================
--- gtksourceview-1.8.5.orig/gtksourceview/gtksourceregex.h
+++ gtksourceview-1.8.5/gtksourceview/gtksourceregex.h
@@ -20,7 +20,7 @@
 #ifndef __GTK_SOURCE_REGEX_H__
 #define __GTK_SOURCE_REGEX_H__
 
-#include <glib/gtypes.h>
+#include <glib.h>
 
 G_BEGIN_DECLS
 
Index: gtksourceview-1.8.5/gtksourceview/gtksourcelanguage.c
===================================================================
--- gtksourceview-1.8.5.orig/gtksourceview/gtksourcelanguage.c
+++ gtksourceview-1.8.5/gtksourceview/gtksourcelanguage.c
@@ -31,7 +31,7 @@
 #include <libxml/xmlreader.h>
 
 #include <glib/gstdio.h>
-#include <glib/gmappedfile.h>
+#include <glib.h>
 
 #include "gtksourceview-i18n.h"
 
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to