Hello community, here is the log from the commit of package go-go-gtk for openSUSE:Factory checked in at 2015-03-23 12:17:56 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 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 2014-09-17 10:09:47.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.go-go-gtk.new/go-go-gtk.changes 2015-03-23 12:17:58.000000000 +0100 @@ -1,0 +2,6 @@ +Fri Mar 20 15:26:39 UTC 2015 - [email protected] + +- update version 0.0.0+git20150315 +- remove go_disable_brp_strip_static_archive usage + +------------------------------------------------------------------- Old: ---- go-gtk-0.0.0+git20140808.tar.bz2 New: ---- go-gtk-0.0.0+git20150315.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ go-go-gtk.spec ++++++ --- /var/tmp/diff_new_pack.vpsHhT/_old 2015-03-23 12:17:59.000000000 +0100 +++ /var/tmp/diff_new_pack.vpsHhT/_new 2015-03-23 12:17:59.000000000 +0100 @@ -1,8 +1,8 @@ # # spec file for package go-go-gtk # -# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. -# Copyright (c) 2011, Sascha Peilicke <[email protected]> +# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. +# 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 @@ -18,39 +18,32 @@ Name: go-go-gtk -Version: 0.0.0+git20140808 +Version: 0.0.0+git20150315 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 -Source: go-gtk-%{version}.tar.bz2 +Source: go-gtk-%{version}.tar.xz #PATCH-FIX-UPSTREAM fix g_thread_init undefined error on SLES Patch: g-thread-init.patch BuildRequires: go-devel BuildRequires: gtk2-devel +BuildRequires: xz BuildRoot: %{_tmppath}/%{name}-%{version}-build %{go_requires} %{go_provides} +%{go_recommends} %if 0%{?suse_version} <= 1140 BuildRequires: gtksourceview-devel %else BuildRequires: gtksourceview2-devel %endif -%if 0%{?suse_version} >= 1100 -Recommends: go-go-gtk-doc -%endif %description GTK bindingins for the Go programming language. -%package doc -Summary: API documenation -Group: Documentation/Other -Requires: %{name} = %{version} - -%description doc -API, examples and documentation. +%godoc_package %prep %setup -q -n go-gtk @@ -63,18 +56,16 @@ %gobuild gtk %install -%{go_disable_brp_strip_static_archive} - %goinstall %godoc %files -%defattr(-,root,root,-) +%defattr(-,root,root) %doc README.md TODO example data %{go_contribdir}/* %files doc -%defattr(-,root,root,-) +%defattr(-,root,root) %{go_contribsrcdir}/* %changelog -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
