Hello community,

here is the log from the commit of package geany for openSUSE:Factory checked 
in at 2012-02-06 16:41:00
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/geany (Old)
 and      /work/SRC/openSUSE:Factory/.geany.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "geany", Maintainer is ""

Changes:
--------
--- /work/SRC/openSUSE:Factory/geany/geany.changes      2012-01-05 
19:10:52.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.geany.new/geany.changes 2012-02-06 
16:41:06.000000000 +0100
@@ -1,0 +2,7 @@
+Thu Feb  2 23:15:02 UTC 2012 - [email protected]
+
+- Add geany-link-gmodule.patch: Detect and link gmodule-2.0.
+- Add libtool BuildRequires and call to ./autogen.sh, as above
+  patch touches the buildsystem.
+
+-------------------------------------------------------------------

New:
----
  geany-link-gmodule.patch

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

Other differences:
------------------
++++++ geany.spec ++++++
--- /var/tmp/diff_new_pack.LNFdhW/_old  2012-02-06 16:41:11.000000000 +0100
+++ /var/tmp/diff_new_pack.LNFdhW/_new  2012-02-06 16:41:11.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package geany
 #
-# 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,21 +15,23 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-
-
 Name:           geany
 Version:        0.21
-Release:        1
-License:        GPLv2+
+Release:        0
 Summary:        Small and lightweight IDE
-Url:            http://geany.org/
+License:        GPL-2.0+
 Group:          Development/Tools/IDE
+Url:            http://geany.org/
 Source:         http://download.geany.org/%{name}-%{version}.tar.bz2
 Source1:        %{name}-rpmlintrc
+# PATCH-FIX-UPSTREAM geany-link-gmodule.patch sf#3483388 [email protected] 
-- properly detect and link libgmodule.
+Patch0:         geany-link-gmodule.patch
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
 BuildRequires:  gtk2-devel
 BuildRequires:  intltool
+# Needed by patch0
+BuildRequires:  libtool
 BuildRequires:  update-desktop-files
 Recommends:     %{name}-lang
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
@@ -43,7 +45,6 @@
 only the GTK2 runtime libraries to run Geany.
 
 %package devel
-License:        GPLv2+
 Summary:        Small and lightweight IDE -- Development Files
 Group:          Development/Libraries/C and C++
 Requires:       %{name} = %{version}
@@ -60,8 +61,11 @@
 %lang_package
 %prep
 %setup -q
+%patch0 -p1
 
 %build
+# Needed by patch0
+NOCONFIGURE=1 ./autogen.sh
 %configure --docdir=%{_defaultdocdir}/%{name}
 make %{?jobs:-j%jobs}
 

++++++ geany-link-gmodule.patch ++++++
Index: geany-0.21/configure.ac
===================================================================
--- geany-0.21.orig/configure.ac
+++ geany-0.21/configure.ac
@@ -134,7 +134,7 @@ fi
 
 
 # GTK/GLib/GIO checks
-gtk_modules="gtk+-2.0 >= 2.12 glib-2.0 >= 2.16 gio-2.0 >= 2.16"
+gtk_modules="gtk+-2.0 >= 2.12 glib-2.0 >= 2.16 gio-2.0 >= 2.16 gmodule-2.0"
 PKG_CHECK_MODULES(GTK, [$gtk_modules])
 AC_SUBST(GTK_CFLAGS)
 AC_SUBST(GTK_LIBS)
-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to