Hello community, here is the log from the commit of package go-GoMySQL for openSUSE:Factory checked in at 2015-03-23 12:18:26 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/go-GoMySQL (Old) and /work/SRC/openSUSE:Factory/.go-GoMySQL.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "go-GoMySQL" Changes: -------- --- /work/SRC/openSUSE:Factory/go-GoMySQL/go-GoMySQL.changes 2013-08-13 15:47:24.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.go-GoMySQL.new/go-GoMySQL.changes 2015-03-23 12:18:27.000000000 +0100 @@ -1,0 +2,5 @@ +Sat Mar 21 05:13:48 UTC 2015 - [email protected] + +- remove go_disable_brp_strip_static_archive usage + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ go-GoMySQL.spec ++++++ --- /var/tmp/diff_new_pack.ZBjkPP/_old 2015-03-23 12:18:27.000000000 +0100 +++ /var/tmp/diff_new_pack.ZBjkPP/_new 2015-03-23 12:18:27.000000000 +0100 @@ -1,7 +1,7 @@ # # spec file for package go-GoMySQL # -# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. +# 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 @@ -16,6 +16,7 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # + Name: go-GoMySQL Version: 0.0.0+git20111224 Release: 0 @@ -23,15 +24,12 @@ License: BSD-3-Clause Group: Development/Languages/Other Url: https://github.com/Philio/GoMySQL -Source0: GoMySQL-%{version}.tar.bz2 -BuildRoot: %{_tmppath}/%{name}-%{version}-build +Source: GoMySQL-%{version}.tar.bz2 BuildRequires: go-devel -ExclusiveArch: %ix86 x86_64 %arm -%if 0%{?suse_version} >= 1100 -Recommends: go-GoMySQL-doc -%endif +BuildRoot: %{_tmppath}/%{name}-%{version}-build %{go_provides} %{go_requires} +%{go_recommends} %description The most complete and stable MySQL client library written completely in Go. @@ -40,31 +38,19 @@ available for other languages to provide an easy migration of MySQL based systems into the Go language. -%package doc -Summary: API documenation -Group: Documentation/Other -Requires: %{name} = %{version} - -%description doc -API, examples and documentation. +%godoc_package %prep %setup -q -n GoMySQL - %build %goprep github.com/Philio/GoMySQL %gobuild ... %install -%{go_disable_brp_strip_static_archive} - %goinstall %godoc -%check -#%%gotest - %files %defattr(-,root,root,-) %doc README.markdown LICENSE -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
