Hello community,
here is the log from the commit of package golang-github-jteeuwen-go-bindata
for openSUSE:Factory checked in at 2017-05-17 10:55:07
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/golang-github-jteeuwen-go-bindata (Old)
and /work/SRC/openSUSE:Factory/.golang-github-jteeuwen-go-bindata.new
(New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "golang-github-jteeuwen-go-bindata"
Wed May 17 10:55:07 2017 rev:2 rq:495395 version:3.0.7+git20151023.a0ff2567cfb7
Changes:
--------
---
/work/SRC/openSUSE:Factory/golang-github-jteeuwen-go-bindata/golang-github-jteeuwen-go-bindata.changes
2017-04-29 10:54:23.392891202 +0200
+++
/work/SRC/openSUSE:Factory/.golang-github-jteeuwen-go-bindata.new/golang-github-jteeuwen-go-bindata.changes
2017-05-17 10:55:10.375916426 +0200
@@ -1,0 +2,6 @@
+Tue May 16 15:39:22 UTC 2017 - [email protected]
+
+- add missing provides. For an unknown reason, golang macros are
+ not generating the golang(...) provides.
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ golang-github-jteeuwen-go-bindata.spec ++++++
--- /var/tmp/diff_new_pack.5D3YW5/_old 2017-05-17 10:55:11.323783080 +0200
+++ /var/tmp/diff_new_pack.5D3YW5/_new 2017-05-17 10:55:11.327782517 +0200
@@ -1,7 +1,7 @@
#
# spec file for package golang-github-jteeuwen-go-bindata
#
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -15,13 +15,14 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
+
Name: golang-github-jteeuwen-go-bindata
Version: 3.0.7+git20151023.a0ff2567cfb7
Release: 0
-License: CC0-1.0
Summary: A small utility which generates Go code from any file
-Url: https://github.com/jteeuwen/go-bindata
+License: CC0-1.0
Group: Development/Languages/Golang
+Url: https://github.com/jteeuwen/go-bindata
Source: go-bindata-%{version}.tar.xz
BuildRequires: golang-packaging
BuildRequires: xz
@@ -29,6 +30,7 @@
Obsoletes: go-bindata < %{version}
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%{go_provides}
+Provides: golang(github.com/jteeuwen/go-bindata)
%description
This package converts any file into manageable Go source code. Useful for
embedding binary data into a go program. The file data is optionally gzip
compressed before being converted to a raw byte slice.