Hello community, here is the log from the commit of package golang-github-cpuguy83-go-md2man for openSUSE:Factory checked in at 2016-12-03 18:27:27 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/golang-github-cpuguy83-go-md2man (Old) and /work/SRC/openSUSE:Factory/.golang-github-cpuguy83-go-md2man.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "golang-github-cpuguy83-go-md2man" Changes: -------- --- /work/SRC/openSUSE:Factory/golang-github-cpuguy83-go-md2man/golang-github-cpuguy83-go-md2man.changes 2016-01-22 01:10:09.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.golang-github-cpuguy83-go-md2man.new/golang-github-cpuguy83-go-md2man.changes 2016-12-03 18:27:28.000000000 +0100 @@ -1,0 +2,12 @@ +Thu Dec 1 16:15:35 UTC 2016 - jmassaguer...@suse.com + +- add golang-github-shurcool-sanitized_anchor_name-source dependency + +------------------------------------------------------------------- +Thu Dec 1 16:08:40 UTC 2016 - jmassaguer...@suse.com + +- 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-cpuguy83-go-md2man.spec ++++++ --- /var/tmp/diff_new_pack.Rk1wVN/_old 2016-12-03 18:27:29.000000000 +0100 +++ /var/tmp/diff_new_pack.Rk1wVN/_new 2016-12-03 18:27:29.000000000 +0100 @@ -24,9 +24,10 @@ Group: Development/Languages/Golang Url: https://github.com/cpuguy83/go-md2man Source0: go-md2man-%{version}.tar.xz +BuildRequires: golang-github-russross-blackfriday-source +BuildRequires: golang-github-shurcool-sanitized_anchor_name-source BuildRequires: golang-packaging BuildRequires: xz -BuildRequires: golang(github.com/russross/blackfriday) BuildRequires: golang(golang.org/x/net) Provides: go-go-md2man = %{version} Obsoletes: go-go-md2man < %{version} @@ -36,6 +37,8 @@ %description Tool to converts markdown into man pages +%gosrc_package + %prep %setup -q -n go-md2man-%{version} @@ -45,6 +48,7 @@ %install %{goinstall} +%{gosrc} %{go_filelist} %check @@ -54,4 +58,8 @@ %defattr(-,root,root,-) %doc README.md LICENSE.md +%files source +%defattr(-,root,root,-) +%{go_contribsrcdir}/* + %changelog