Hello community, here is the log from the commit of package golang-packaging for openSUSE:Factory checked in at 2015-08-02 22:46:34 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 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-07-25 07:44:33.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.golang-packaging.new/golang-packaging.changes 2015-08-02 22:46:36.000000000 +0200 @@ -1,0 +2,12 @@ +Sun Aug 2 15:59:58 UTC 2015 - [email protected] + +- update version 8 + * skip the last "/" in golang.prov, thanks to matwey + +------------------------------------------------------------------- +Fri Jul 31 02:52:31 UTC 2015 - [email protected] + +- udpate version 7 + * handle gopkg.in/* requirements + +------------------------------------------------------------------- Old: ---- golang-packaging-6.tar.gz New: ---- golang-packaging-8.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ golang-packaging.spec ++++++ --- /var/tmp/diff_new_pack.mZj4c9/_old 2015-08-02 22:46:37.000000000 +0200 +++ /var/tmp/diff_new_pack.mZj4c9/_new 2015-08-02 22:46:37.000000000 +0200 @@ -21,7 +21,7 @@ %endif Name: golang-packaging -Version: 6 +Version: 8 Release: 0 Summary: A toolchain to help packaging golang License: GPL-3.0 ++++++ golang-packaging-6.tar.gz -> golang-packaging-8.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/golang-packaging-6/golang.prov new/golang-packaging-8/golang.prov --- old/golang-packaging-6/golang.prov 2015-07-24 03:40:05.000000000 +0200 +++ new/golang-packaging-8/golang.prov 2015-08-02 17:57:16.000000000 +0200 @@ -68,6 +68,8 @@ build = Dir.glob("/home/abuild/rpmbuild/BUILD/*#{pkgname}*")[0] #build = Dir.glob(`pwd`.gsub(/\n/,'') + "/*#{pkgname}*/")[0] + importpath = importpath.gsub(/\/$/,'') if importpath.index(/\/$/) + return importpath,build,version end diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/golang-packaging-6/golang.req new/golang-packaging-8/golang.req --- old/golang-packaging-6/golang.req 2015-07-24 03:40:05.000000000 +0200 +++ new/golang-packaging-8/golang.req 2015-08-02 17:57:16.000000000 +0200 @@ -114,7 +114,7 @@ # .com|.net|.org matches all URL, own strips its own url, [\s] (whitespace) # guarantees it doens't match a sentence like comments - list << i if ( i.index(/(\.com|\.net|\.org)/) && ! i.index(own) && ! i.index(/[\s]/) ) + list << i if ( i.index(/(\.com|\.net|\.org|gopkg\.in)/) && ! i.index(own) && ! i.index(/[\s]/) ) end
