Hello community,
here is the log from the commit of package golang-github-jteeuwen-go-bindata
for openSUSE:Factory checked in at 2017-06-13 16:10:06
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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"
Tue Jun 13 16:10:06 2017 rev:3 rq:503334 version:3.0.7+git20151023.72.a0ff256
Changes:
--------
---
/work/SRC/openSUSE:Factory/golang-github-jteeuwen-go-bindata/golang-github-jteeuwen-go-bindata.changes
2017-05-17 10:55:10.375916426 +0200
+++
/work/SRC/openSUSE:Factory/.golang-github-jteeuwen-go-bindata.new/golang-github-jteeuwen-go-bindata.changes
2017-06-13 16:10:07.289628888 +0200
@@ -1,0 +2,25 @@
+Mon Jun 12 17:06:10 UTC 2017 - [email protected]
+
+- make it compatible with old version 14 of golang-packaging where the
+ macro gofilelist was called go_filelist.
+
+ This is so we can use this package with go 1.6 and golang-packaging
+ 14.9.* in order to fix bsc#1039663.
+-------------------------------------------------------------------
+Mon Jun 12 15:03:46 UTC 2017 - [email protected]
+
+- use commit date in version otherwise this package was seen as
+ a downgrade from a previous package
+
+ see https://build.opensuse.org/request/show/503052
+
+-------------------------------------------------------------------
+Fri Jun 2 11:50:04 UTC 2017 - [email protected]
+
+- change the way we "calculate" the version so that it is always
+ incremental. Now we are using the date, but that can conflict if
+ 2 commits are done in the same day and then zypper wouldn't know
+ which is the newest one. Instead us the offset from the previous
+ tag, that is, the number of commits
+
+-------------------------------------------------------------------
Old:
----
go-bindata-3.0.7+git20151023.a0ff2567cfb7.tar.xz
New:
----
go-bindata-v3.0.7+git20151023.72.a0ff256.tar.xz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ golang-github-jteeuwen-go-bindata.spec ++++++
--- /var/tmp/diff_new_pack.3Pduxo/_old 2017-06-13 16:10:08.073518413 +0200
+++ /var/tmp/diff_new_pack.3Pduxo/_new 2017-06-13 16:10:08.073518413 +0200
@@ -17,13 +17,13 @@
Name: golang-github-jteeuwen-go-bindata
-Version: 3.0.7+git20151023.a0ff2567cfb7
+Version: 3.0.7+git20151023.72.a0ff256
Release: 0
Summary: A small utility which generates Go code from any file
License: CC0-1.0
Group: Development/Languages/Golang
Url: https://github.com/jteeuwen/go-bindata
-Source: go-bindata-%{version}.tar.xz
+Source: go-bindata-v%{version}.tar.xz
BuildRequires: golang-packaging
BuildRequires: xz
Provides: go-bindata = %{version}
@@ -38,7 +38,7 @@
It comes with a command line tool in the go-bindata sub directory. This tool
offers a set of command line options, used to customize the output being
generated.
%prep
-%setup -q -n go-bindata-%{version}
+%setup -q -n go-bindata-v%{version}
%build
%{goprep} github.com/jteeuwen/go-bindata
@@ -46,7 +46,11 @@
%install
%{goinstall}
-%{gofilelist}
+%if 0%{?go_filelist:1} > 0
+ %{go_filelist}
+%else
+ %{gofilelist}
+%endif
%check
%{gotest} github.com/jteeuwen/go-bindata
++++++ _service ++++++
--- /var/tmp/diff_new_pack.3Pduxo/_old 2017-06-13 16:10:08.105513904 +0200
+++ /var/tmp/diff_new_pack.3Pduxo/_new 2017-06-13 16:10:08.105513904 +0200
@@ -3,7 +3,7 @@
<param name="url">https://github.com/jteeuwen/go-bindata</param>
<param name="scm">git</param>
<param name="exclude">.git</param>
- <param name="versionformat">3.0.7+git%cd.%h</param>
+ <param name="versionformat">@PARENT_TAG@+git%cd.@TAG_OFFSET@.%h</param>
<param name="revision">master</param>
<param name="changesgenerate">enable</param>
</service>