Hello community,

here is the log from the commit of package giggle for openSUSE:Factory checked 
in at 2012-01-20 20:23:31
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/giggle (Old)
 and      /work/SRC/openSUSE:Factory/.giggle.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "giggle", Maintainer is ""

Changes:
--------
--- /work/SRC/openSUSE:Factory/giggle/giggle.changes    2012-01-05 
19:11:06.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.giggle.new/giggle.changes       2012-01-20 
20:23:32.000000000 +0100
@@ -1,0 +2,8 @@
+Thu Jan 19 13:50:18 UTC 2012 - vu...@opensuse.org
+
+- Fix build by explictly linking to gmodule-2.0:
+  + Add giggle-link-gmodule.patch.
+  + Add gnome-common BuildRequires and call to gnome-autogen.sh,
+    needed for above patch.
+
+-------------------------------------------------------------------

New:
----
  giggle-link-gmodule.patch

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

Other differences:
------------------
++++++ giggle.spec ++++++
--- /var/tmp/diff_new_pack.PAEwvE/_old  2012-01-20 20:23:34.000000000 +0100
+++ /var/tmp/diff_new_pack.PAEwvE/_new  2012-01-20 20:23:34.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package giggle
 #
-# 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
@@ -16,17 +16,20 @@
 #
 
 
-
 Name:           giggle
 Version:        0.6.1
-Release:        1
+Release:        0
 # FIXME: the %%{_datadir}/help/$locale/ files should be found by %%find_lang
-License:        GPLv2+
 Summary:        A graphical frontend for git
-Url:            http://live.gnome.org/giggle
+License:        GPL-2.0+
 Group:          Development/Tools/Version Control
+Url:            http://live.gnome.org/giggle
 Source:         
http://download.gnome.org/sources/giggle/0.6/%{name}-%{version}.tar.bz2
+# PATCH-FIX-UPSTREAM giggle-link-gmodule.patch bgo#667350 vu...@opensuse.org 
-- Explicitly link to gmodule
+Patch0:         giggle-link-gmodule.patch
 BuildRequires:  git-core >= 1.5
+# needed for patch0
+BuildRequires:  gnome-common
 BuildRequires:  intltool
 BuildRequires:  itstool
 BuildRequires:  translation-update-upstream
@@ -49,7 +52,6 @@
 for any git managed projects contributor.
 
 %package devel
-License:        GPLv2+
 Summary:        A graphical frontend for git
 Group:          Development/Tools/Version Control
 Requires:       %{name} = %{version}
@@ -66,8 +68,11 @@
 %prep
 %setup -q
 translation-update-upstream po giggle
+%patch0 -p1
 
 %build
+# needed for patch0
+NOCONFIGURE=1 gnome-autogen.sh
 %configure
 make %{?_smp_mflags}
 

++++++ giggle-link-gmodule.patch ++++++
commit d8112af1ad0b04bb6a08e86ae77868acbac8980e
Author: Vincent Untz <vu...@gnome.org>
Date:   Thu Jan 19 14:48:40 2012 +0100

    build: Explicitly link to gmodule-2.0
    
    gmodule-2.0 is now gone from the pkg-config files for GTK+ 3 and others.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=667350

diff --git a/configure.ac b/configure.ac
index 07f5b7b..aa11046 100644
--- a/configure.ac
+++ b/configure.ac
@@ -55,6 +55,7 @@ GTKSOURCE_REQUIRED_VERSION=3.0
 PKG_CHECK_MODULES(GIGGLE, [
         gio-2.0           >= $GLIB_REQUIRED_VERSION
         glib-2.0          >= $GLIB_REQUIRED_VERSION
+        gmodule-2.0       >= $GLIB_REQUIRED_VERSION
         gthread-2.0       >= $GLIB_REQUIRED_VERSION
         gdk-pixbuf-2.0    >= $GDK_PIXBUF_REQUIRED_VERSION
         gdk-3.0           >= $GTK_REQUIRED_VERSION
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to