Hello community,
here is the log from the commit of package golang-github-kr-pretty for
openSUSE:Factory checked in at 2016-04-06 11:51:55
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/golang-github-kr-pretty (Old)
and /work/SRC/openSUSE:Factory/.golang-github-kr-pretty.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "golang-github-kr-pretty"
Changes:
--------
---
/work/SRC/openSUSE:Factory/golang-github-kr-pretty/golang-github-kr-pretty.changes
2015-07-24 09:58:23.000000000 +0200
+++
/work/SRC/openSUSE:Factory/.golang-github-kr-pretty.new/golang-github-kr-pretty.changes
2016-04-06 11:51:58.000000000 +0200
@@ -1,0 +2,6 @@
+Sun Apr 3 19:07:47 UTC 2016 - [email protected]
+
+- add xz dependency for SLE
+- get rid of -source subpackage, no one use it
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ golang-github-kr-pretty.spec ++++++
--- /var/tmp/diff_new_pack.6w4nhx/_old 2016-04-06 11:51:59.000000000 +0200
+++ /var/tmp/diff_new_pack.6w4nhx/_new 2016-04-06 11:51:59.000000000 +0200
@@ -28,6 +28,7 @@
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: golang-packaging
BuildRequires: golang(github.com/kr/text)
+BuildRequires: xz
Provides: go-pretty.go = %{version}
Obsoletes: go-pretty.go < %{version}
Provides: go-pretty = %{version}
@@ -44,8 +45,6 @@
This package also provides a convenience wrapper for each function in package
fmt that takes a format string.
-%gosrc_package
-
%prep
%setup -q -n pretty-%{version}
@@ -55,7 +54,6 @@
%install
%goinstall
-%gosrc
%check
%gotest github.com/kr/pretty
@@ -65,8 +63,4 @@
%doc Readme License
%{go_contribdir}/*
-%files source
-%defattr(-,root,root,-)
-%{go_contribsrcdir}/*
-
%changelog