Hello community,

here is the log from the commit of package go-go-gtk for openSUSE:Factory 
checked in at 2012-03-11 20:03:55
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/go-go-gtk (Old)
 and      /work/SRC/openSUSE:Factory/.go-go-gtk.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "go-go-gtk", Maintainer is ""

Changes:
--------
--- /work/SRC/openSUSE:Factory/go-go-gtk/go-go-gtk.changes      2012-01-19 
09:41:55.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.go-go-gtk.new/go-go-gtk.changes 2012-03-11 
20:03:57.000000000 +0100
@@ -1,0 +2,23 @@
+Fri Feb 24 02:40:49 UTC 2012 - gra...@andtech.eu
+
+- On suse_version >= 1220, Patch out use of g_thread_init in gkd.go, 
+  depcrecated and not necessary since glib >= 2.32.
+
+-------------------------------------------------------------------
+Fri Feb 17 14:40:55 UTC 2012 - gra...@andtech.eu
+
+- Update to latest git (17.02.2102)
+- added GtkLabel.Set/GetMnemonicWidget
+- some methods in GtkButton.
+- Fixed gtk.RadioButtonWithMnemonic
+- about dialog.
+- fix GtkStatusIcon.
+- GtkMessageDialog.
+- updated listview example (ListStore is a TreeModel)
+
+-------------------------------------------------------------------
+Thu Jan 12 11:30:37 UTC 2012 - co...@suse.com
+
+- change license to be in spdx.org format
+
+-------------------------------------------------------------------

Old:
----
  go-gtk-0.0.0+git20111223.tar.bz2

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

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

Other differences:
------------------
++++++ go-go-gtk.spec ++++++
--- /var/tmp/diff_new_pack.anpDVW/_old  2012-03-11 20:03:58.000000000 +0100
+++ /var/tmp/diff_new_pack.anpDVW/_new  2012-03-11 20:03:58.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package go-go-gtk
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 # Copyright (c) 2011, Sascha Peilicke <sasc...@gmx.de>
 #
 # All modifications and additions to the file contributed by third parties
@@ -19,13 +19,14 @@
 
 
 Name:           go-go-gtk
-Version:        0.0.0+git20111223
+Version:        0.0.0+git20120304
 Release:        0
-License:        BSD ; LGPL-2.0+
 Summary:        Go bindings for GTK
-Url:            http://github.com/mattn/go-gtk
+License:        BSD-3-Clause ; LGPL-2.0+
 Group:          Development/Languages/Other
+Url:            http://github.com/mattn/go-gtk
 Source0:        go-gtk-%{version}.tar.bz2
+Patch0:         g-thread-deprecated.patch
 BuildRequires:  go-devel
 BuildRequires:  pkgconfig(gtk+-2.0)
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
@@ -51,11 +52,16 @@
 
 %prep
 %setup -q -n go-gtk
+%if 0%{?suse_version} >= 1220
+%patch0 -p1
+%endif
 
 %build
+%goprep github.com/mattn/go-gtk
+%gobuild  gtk
 
 %install
-%{go_make_install}
+%goinstall
 
 %files
 %defattr(-,root,root,-)

++++++ g-thread-deprecated.patch ++++++
diff --git a/gdk/gdk.go b/gdk/gdk.go
index 9bff400..e45d6aa 100644
--- a/gdk/gdk.go
+++ b/gdk/gdk.go
@@ -24,11 +24,13 @@ static GdkWindow* to_GdkWindow(void* w) {
        return GDK_WINDOW(w);
 }
 
+#ifndef __G_DEPRECATED_THREAD_H__
 static void _g_thread_init(GThreadFunctions *vtable) {
 #ifdef G_THREADS_ENABLED
        g_thread_init(vtable);
 #endif
 }
+#endif
 */
 // #cgo pkg-config: gdk-2.0 gthread-2.0
 import "C"
@@ -75,7 +77,7 @@ func Flush() {
 func ThreadsInit() {
        if first {
                first = false
-               C._g_thread_init(nil)
+               //C._g_thread_init(nil)
        }
        C.gdk_threads_init()
 }
++++++ go-gtk-0.0.0+git20111223.tar.bz2 -> go-gtk-0.0.0+git20120304.tar.bz2 
++++++
++++ 15620 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to