Hello community,
here is the log from the commit of package
golang-github-shurcool-sanitized_anchor_name for openSUSE:Factory checked in at
2016-12-03 18:26:37
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing
/work/SRC/openSUSE:Factory/golang-github-shurcool-sanitized_anchor_name (Old)
and
/work/SRC/openSUSE:Factory/.golang-github-shurcool-sanitized_anchor_name.new
(New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "golang-github-shurcool-sanitized_anchor_name"
Changes:
--------
---
/work/SRC/openSUSE:Factory/golang-github-shurcool-sanitized_anchor_name/golang-github-shurcool-sanitized_anchor_name.changes
2016-01-22 01:10:04.000000000 +0100
+++
/work/SRC/openSUSE:Factory/.golang-github-shurcool-sanitized_anchor_name.new/golang-github-shurcool-sanitized_anchor_name.changes
2016-12-03 18:26:38.000000000 +0100
@@ -1,0 +2,7 @@
+Thu Dec 1 16:03:19 UTC 2016 - [email protected]
+
+- add the generation of the source package. With go1.7 we need
+ the source in order to build other golang-* which depend on this
+ one.
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ golang-github-shurcool-sanitized_anchor_name.spec ++++++
--- /var/tmp/diff_new_pack.JF5fUN/_old 2016-12-03 18:26:39.000000000 +0100
+++ /var/tmp/diff_new_pack.JF5fUN/_new 2016-12-03 18:26:39.000000000 +0100
@@ -36,6 +36,8 @@
At this time, it does not try to ensure that generated anchor names are
unique, that responsibility falls on the caller.
+%gosrc_package
+
%prep
%setup -q -n sanitized_anchor_name-%{version}
@@ -45,6 +47,7 @@
%install
%{goinstall}
+%{gosrc}
%{go_filelist}
%check
@@ -54,4 +57,8 @@
%defattr(-,root,root,-)
%doc README.md
+%files source
+%defattr(-,root,root,-)
+%{go_contribsrcdir}/*
+
%changelog