Hello community,

here is the log from the commit of package go-go-gtk for openSUSE:Factory 
checked in at 2014-09-17 10:09:46
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/go-go-gtk (Old)
 and      /work/SRC/openSUSE:Factory/.go-go-gtk.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "go-go-gtk"

Changes:
--------
--- /work/SRC/openSUSE:Factory/go-go-gtk/go-go-gtk.changes      2013-08-13 
15:47:23.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.go-go-gtk.new/go-go-gtk.changes 2014-09-17 
10:09:47.000000000 +0200
@@ -1,0 +2,9 @@
+Mon Sep 15 07:06:20 UTC 2014 - [email protected]
+
+- update version 0.0.0+git20140808
+- drop patch: g-thread-deprecated.patch
+  * upstream code change
+- add patch: g-thread-init.patch
+  * fix build error on SLE
+
+-------------------------------------------------------------------

Old:
----
  g-thread-deprecated.patch
  go-gtk-0.0.0+git20120304.tar.bz2

New:
----
  g-thread-init.patch
  go-gtk-0.0.0+git20140808.tar.bz2

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

Other differences:
------------------
++++++ go-go-gtk.spec ++++++
--- /var/tmp/diff_new_pack.IsTZ0P/_old  2014-09-17 10:09:50.000000000 +0200
+++ /var/tmp/diff_new_pack.IsTZ0P/_new  2014-09-17 10:09:50.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package go-go-gtk
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 # Copyright (c) 2011, Sascha Peilicke <[email protected]>
 #
 # All modifications and additions to the file contributed by third parties
@@ -17,38 +17,29 @@
 #
 
 
-
 Name:           go-go-gtk
-Version:        0.0.0+git20120304
+Version:        0.0.0+git20140808
 Release:        0
 Summary:        Go bindings for GTK
 License:        BSD-3-Clause and LGPL-2.1+
 Group:          Development/Languages/Other
 Url:            http://github.com/mattn/go-gtk
-Source0:        go-gtk-%{version}.tar.bz2
-Patch0:         g-thread-deprecated.patch
+Source:         go-gtk-%{version}.tar.bz2
+#PATCH-FIX-UPSTREAM fix g_thread_init undefined error on SLES
+Patch:         g-thread-init.patch
 BuildRequires:  go-devel
-ExclusiveArch:  %ix86 x86_64 %arm
-BuildRequires:  pkgconfig(gtk+-2.0)
+BuildRequires:  gtk2-devel
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-%if 0%{?suse_version} && 0%{?suse_version} <= 1140
-BuildRequires:  gtksourceview-devel
-%else
-%if 0%{?mandriva_version} && 0%{?mandriva_version} <= 201010
-BuildRequires:  gtksourceview-devel
-%else
-%if 0%{?rhel_version} && 0%{?rhel_version} < 600
+%{go_requires}
+%{go_provides}
+%if 0%{?suse_version} <= 1140
 BuildRequires:  gtksourceview-devel
 %else
 BuildRequires:  gtksourceview2-devel
 %endif
-%endif
-%endif
-BuildRequires:  pkgconfig(pango)
 %if 0%{?suse_version} >= 1100
 Recommends:     go-go-gtk-doc
 %endif
-%{go_provides}
 
 %description
 GTK bindingins for the Go programming language.
@@ -63,8 +54,8 @@
 
 %prep
 %setup -q -n go-gtk
-%if 0%{?suse_version} >= 1220
-%patch0 -p1
+%if 0%{?sles_version}
+%patch -p1
 %endif
 
 %build

++++++ g-thread-init.patch ++++++
Index: go-gtk/glib/glib.go
===================================================================
--- go-gtk.orig/glib/glib.go
+++ go-gtk/glib/glib.go
@@ -1,7 +1,7 @@
 package glib
 
 // #include "glib.go.h"
-// #cgo pkg-config: glib-2.0 gobject-2.0
+// #cgo pkg-config: glib-2.0 gobject-2.0 gthread-2.0
 import "C"
 import "unsafe"
 import "reflect"
++++++ go-gtk-0.0.0+git20120304.tar.bz2 -> go-gtk-0.0.0+git20140808.tar.bz2 
++++++
++++ 24085 lines of diff (skipped)

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to