Hello community,

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

Package is "gq", Maintainer is "[email protected]"

Changes:
--------
--- /work/SRC/openSUSE:Factory/gq/gq.changes    2011-09-23 02:01:53.000000000 
+0200
+++ /work/SRC/openSUSE:Factory/.gq.new/gq.changes       2012-01-05 
19:12:36.000000000 +0100
@@ -1,0 +2,5 @@
+Wed Nov 30 20:13:20 UTC 2011 - [email protected]
+
+- Add gq-glib-2.31.patch: Fix build with glib 2.31.
+
+-------------------------------------------------------------------

New:
----
  gq-glib-2.31.patch

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

Other differences:
------------------
++++++ gq.spec ++++++
--- /var/tmp/diff_new_pack.j17uKP/_old  2012-01-05 19:12:36.000000000 +0100
+++ /var/tmp/diff_new_pack.j17uKP/_new  2012-01-05 19:12:36.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package gq
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 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
@@ -15,8 +15,6 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-
-
 Name:           gq
 BuildRequires:  glib2-devel
 BuildRequires:  gnome-common
@@ -35,16 +33,18 @@
 BuildRequires:  pkgconfig
 BuildRequires:  shared-mime-info
 BuildRequires:  update-desktop-files
-License:        GPLv2+
-Group:          Productivity/Networking/LDAP/Clients
 Summary:        An LDAP Client for GTK
+License:        GPL-2.0+
+Group:          Productivity/Networking/LDAP/Clients
 Version:        1.2.3
-Release:        79
+Release:        0
 Url:            http://gq-project.org/
 Source0:        gq-%{version}.tar.bz2
 Source1:        gq-%{version}-langpack-1.tar.bz2
 # PATCH-FIX-UPSTREAM gq-fix-linking.patch [email protected] -- Fix linking 
issue, taken from git
 Patch0:         gq-fix-linking.patch
+# PATCH-FIX-UPSTREAM gq-glib-2.31.patch [email protected] -- Fix build with 
glib 2.31. Sent upstream by mail (vuntz, 2011-01-05)
+Patch1:         gq-glib-2.31.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -54,6 +54,7 @@
 %setup -q
 %setup -T -D -a 1
 %patch0 -p1
+%patch1 -p1
 
 %build
 # needed for patch0

++++++ gq-glib-2.31.patch ++++++
Index: gq-1.2.3/src/gq-hash.h
===================================================================
--- gq-1.2.3.orig/src/gq-hash.h
+++ gq-1.2.3/src/gq-hash.h
@@ -24,7 +24,7 @@
 #ifndef GQ_ENCRYPTION_H
 #define GQ_ENCRYPTION_H
 
-#include <glib/garray.h>
+#include <glib.h>
 #include "util.h"
 
 G_BEGIN_DECLS
Index: gq-1.2.3/src/gq-server-list.h
===================================================================
--- gq-1.2.3.orig/src/gq-server-list.h
+++ gq-1.2.3/src/gq-server-list.h
@@ -26,7 +26,7 @@
 #ifndef GQ_SERVER_LIST_H
 #define GQ_SERVER_LIST_H
 
-#include <glib/gmacros.h>
+#include <glib.h>
 #include "gq-server.h" // for GqServer
 
 G_BEGIN_DECLS
Index: gq-1.2.3/src/state.c
===================================================================
--- gq-1.2.3.orig/src/state.c
+++ gq-1.2.3/src/state.c
@@ -36,7 +36,7 @@
 #include <errno.h>
 
 #include <glib/gi18n.h>
-#include <glib/gmessages.h>
+#include <glib.h>
 #include <gtk/gtk.h>
 
 #include "xmlparse.h"
-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to