Hello community, here is the log from the commit of package golang-packaging for openSUSE:Factory checked in at 2015-09-02 00:35:54 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/golang-packaging (Old) and /work/SRC/openSUSE:Factory/.golang-packaging.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "golang-packaging" Changes: -------- --- /work/SRC/openSUSE:Factory/golang-packaging/golang-packaging.changes 2015-08-02 22:46:36.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.golang-packaging.new/golang-packaging.changes 2015-09-02 00:35:55.000000000 +0200 @@ -1,0 +2,6 @@ +Fri Aug 28 09:48:09 UTC 2015 - i@marguerite.su + +- update version 9 + *update golang(API) to 1.5 + +------------------------------------------------------------------- Old: ---- golang-packaging-8.tar.gz New: ---- golang-packaging-9.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ golang-packaging.spec ++++++ --- /var/tmp/diff_new_pack.xKqCPa/_old 2015-09-02 00:35:56.000000000 +0200 +++ /var/tmp/diff_new_pack.xKqCPa/_new 2015-09-02 00:35:56.000000000 +0200 @@ -21,16 +21,16 @@ %endif Name: golang-packaging -Version: 8 +Version: 9 Release: 0 Summary: A toolchain to help packaging golang License: GPL-3.0 Group: Development/Languages/Other Url: https://github.com/marguerite/%{name} -Source: https://github.com/marguerite/%{name}/archive/%{version}/%{name}-%{version}.tar.gz +Source: https://github.com/marguerite/%{name}/archive/v%{version}/%{name}-%{version}.tar.gz BuildRequires: rpm Requires: ruby -Requires: golang(API) +Requires: golang(API) = 1.5 BuildRoot: %{_tmppath}/%{name}-%{version}-build %description ++++++ golang-packaging-8.tar.gz -> golang-packaging-9.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/golang-packaging-8/ChangeLog new/golang-packaging-9/ChangeLog --- old/golang-packaging-8/ChangeLog 2015-08-02 17:57:16.000000000 +0200 +++ new/golang-packaging-9/ChangeLog 2015-08-28 13:25:02.000000000 +0200 @@ -1,3 +1,20 @@ +== update version 9 == + + * update golang(API) to 1.5 + +== update version 8 == + + * skip the last "/" in golang.prov, thanks to matwey + +== udpate version 7 == + + * handle gopkg.in/* requirements + +== update version 6 == + + * fix golang.req to not treat a sentence as importpath + * fix golang.attr to correctly detect /usr/bin/* + == Version 5 == * if a sub-directory doesn't contain any *.go file, do not diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/golang-packaging-8/golang.req new/golang-packaging-9/golang.req --- old/golang-packaging-8/golang.req 2015-08-02 17:57:16.000000000 +0200 +++ new/golang-packaging-9/golang.req 2015-08-28 13:25:02.000000000 +0200 @@ -143,7 +143,7 @@ end - importlist << "golang(API) = 1.4" + importlist << "golang(API) = 1.5" return importlist