Hello community, here is the log from the commit of package go-go-gtk for openSUSE:Factory checked in at 2011-10-27 12:12:24 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 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 2011-10-07 00:47:20.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.go-go-gtk.new/go-go-gtk.changes 2011-10-27 12:16:22.000000000 +0200 @@ -1,0 +2,6 @@ +Wed Oct 19 17:43:31 UTC 2011 - [email protected] + +- Update to 18/10/2011 git version: + * support GtkMenuPositionFunc, GtkImage + +------------------------------------------------------------------- Old: ---- go-gtk-0.0.0+git20110921.tar.bz2 rpmlintrc New: ---- go-gtk-0.0.0+git20111019.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ go-go-gtk.spec ++++++ --- /var/tmp/diff_new_pack.s966PF/_old 2011-10-27 12:16:24.000000000 +0200 +++ /var/tmp/diff_new_pack.s966PF/_new 2011-10-27 12:16:24.000000000 +0200 @@ -2,7 +2,7 @@ # spec file for package go-go-gtk # # Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. -# Copyright (c), 2011, Sascha Peilicke <[email protected]> +# Copyright (c) 2011, Sascha Peilicke <[email protected]> # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -19,16 +19,16 @@ Name: go-go-gtk -Version: 0.0.0+git20110921 -Release: 1 +Version: 0.0.0+git20111019 +Release: 0 +License: BSD ; LGPL-2.0+ Summary: Go bindings for GTK -Group: Development/Languages/Other -License: BSD ; LGPLv2+ Url: http://github.com/mattn/go-gtk +Group: Development/Languages/Other Source0: go-gtk-%{version}.tar.bz2 -BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: go-devel -BuildRequires: gtk2-devel +BuildRequires: pkgconfig(gtk+-2.0) +BuildRoot: %{_tmppath}/%{name}-%{version}-build %if 0%{?suse_version} && 0%{?suse_version} <= 1140 BuildRequires: gtksourceview-devel %else @@ -42,9 +42,8 @@ %endif %endif %endif -BuildRequires: pango-devel +BuildRequires: pkgconfig(pango) %{go_provides} -%{go_requires} %{go_disable_brp_strip_static_archive} %description @@ -58,9 +57,6 @@ %install %{go_make_install} -%clean -rm -rf %{buildroot} - %files %defattr(-,root,root,-) %doc README.md TODO example data ++++++ go-gtk-0.0.0+git20110921.tar.bz2 -> go-gtk-0.0.0+git20111019.tar.bz2 ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/go-gtk/.test new/go-gtk/.test --- old/go-gtk/.test 1970-01-01 01:00:00.000000000 +0100 +++ new/go-gtk/.test 2011-10-19 18:23:01.000000000 +0200 @@ -0,0 +1 @@ +make example diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/go-gtk/gtk/gtk.go new/go-gtk/gtk/gtk.go --- old/go-gtk/gtk/gtk.go 2011-10-06 15:28:52.000000000 +0200 +++ new/go-gtk/gtk/gtk.go 2011-10-19 18:23:01.000000000 +0200 @@ -3061,10 +3061,7 @@ return int(C.gtk_tree_model_get_n_columns(v.TreeModel)) } func (v *GtkTreeModel) GetIter(iter *GtkTreeIter, path *GtkTreePath) bool { - var path_ C.GtkTreePath - ret := gboolean2bool(C._gtk_tree_model_get_iter(v.TreeModel, &iter.TreeIter, unsafe.Pointer(&path_))) - path.TreePath = &path_ - return ret + return gboolean2bool(C._gtk_tree_model_get_iter(v.TreeModel, &iter.TreeIter, unsafe.Pointer(&path.TreePath))) } func (v *GtkTreeModel) GetIterFromString(iter *GtkTreeIter, path_string string) bool { ptr := C.CString(path_string) -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
