Hello community,
here is the log from the commit of package golang-github-russross-blackfriday
for openSUSE:Factory checked in at 2016-12-03 18:27:21
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/golang-github-russross-blackfriday (Old)
and /work/SRC/openSUSE:Factory/.golang-github-russross-blackfriday.new
(New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "golang-github-russross-blackfriday"
Changes:
--------
---
/work/SRC/openSUSE:Factory/golang-github-russross-blackfriday/golang-github-russross-blackfriday.changes
2016-01-22 01:10:07.000000000 +0100
+++
/work/SRC/openSUSE:Factory/.golang-github-russross-blackfriday.new/golang-github-russross-blackfriday.changes
2016-12-03 18:27:22.000000000 +0100
@@ -1,0 +2,7 @@
+Thu Dec 1 16:06:14 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-russross-blackfriday.spec ++++++
--- /var/tmp/diff_new_pack.opIwxX/_old 2016-12-03 18:27:23.000000000 +0100
+++ /var/tmp/diff_new_pack.opIwxX/_new 2016-12-03 18:27:23.000000000 +0100
@@ -25,10 +25,10 @@
Url: https://github.com/russross/blackfriday
Source: blackfriday-%{version}.tar.xz
BuildRequires: findutils
+BuildRequires: golang-github-shurcool-sanitized_anchor_name-source
BuildRequires: golang-packaging
BuildRequires: sed
BuildRequires: xz
-BuildRequires: golang(github.com/shurcooL/sanitized_anchor_name)
Provides: go-blackfriday = %{version}
Obsoletes: go-blackfriday < %{version}
BuildRoot: %{_tmppath}/%{name}-%{version}-build
@@ -39,6 +39,8 @@
HTML output is currently supported, along with Smartypants extensions. An
experimental LaTeX output engine is also included.
+%gosrc_package
+
%prep
%setup -q -n blackfriday-%{version}
@@ -48,6 +50,7 @@
%install
%{goinstall}
+%{gosrc}
%{go_filelist}
%check
@@ -57,4 +60,8 @@
%defattr(-,root,root,-)
%doc README.md
+%files source
+%defattr(-,root,root,-)
+%{go_contribsrcdir}/*
+
%changelog