Hello community,
here is the log from the commit of package golang-github-cpuguy83-go-md2man for
openSUSE:Factory checked in at 2020-02-14 16:26:42
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/golang-github-cpuguy83-go-md2man (Old)
and
/work/SRC/openSUSE:Factory/.golang-github-cpuguy83-go-md2man.new.26092 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "golang-github-cpuguy83-go-md2man"
Fri Feb 14 16:26:42 2020 rev:7 rq:770395 version:2.0.0+git20190314.f79a8a8
Changes:
--------
---
/work/SRC/openSUSE:Factory/golang-github-cpuguy83-go-md2man/golang-github-cpuguy83-go-md2man.changes
2018-06-18 13:49:39.746626415 +0200
+++
/work/SRC/openSUSE:Factory/.golang-github-cpuguy83-go-md2man.new.26092/golang-github-cpuguy83-go-md2man.changes
2020-02-14 16:26:43.499234632 +0100
@@ -1,0 +2,56 @@
+Wed Feb 5 11:53:22 UTC 2020 - John Paul Adrian Glaubitz
<[email protected]>
+
+- Update to version 2.0.0+git20190314.f79a8a8:
+ * Psych, we only support go.11 and higher
+ * Update readme
+ * Use go modules and set import paths to /v2
+ * Improvements to makefile
+ * Use TRAVIS_GO_VERSION env var instead of matrix
+ * Use golangci-lint
+ * Update travis config for go versions
+ * Don't run vendor validation in CI
+ * Fix the example and typo
+ * Fix links processing for v2
+ * RenderNode: fix error printing
+ * Fix table parsing/processing for v2
+ * Fix list in list embedding
+ * Update md2man to use blackfriday v2 API
+ * Update vendoring to blackfriday v2 API
+ * remove older versions of go from travis config
+ * fix validate vendor script
+ * More linters
+ * Add errcheck to metalinter
+ * Fix linting issues
+ * set vendor check to executable
+ * Add travis config
+ * remove used processFooterText
+ * Fix falal -> fatalf
+ * Add TitleBlock test
+ * gofmt roff.go
+ * Update README details
+ * Improve rendering of nested lists
+ * dep ensure -upgrade to get v1.5 of blackfriday
+ * converts project to use dep
+ * Add some initial unit tests
+ * Fix some table rendering issues for empty cells
+ * Don't use CMD in Dockerfile
+ * Add dockerfile
+ * Fix tables displaying using tbl specification
+- from version 1.0.10
+ * Bumps blackfriday to 1.5.2
+ * Some tidying up of CI, Makefile enhancements.
+- from version 1.0.9
+ * Use go modules instead of go dep
+ + Everything is still vendored so build scripts should not fail
+- from version 1.0.8
+ * Improve testing
+ * Improve rendering of nested lists - #30 @msimacek
+- from version 1.0.7
+ * Switch vendor tool to dep #29
+ * Update blackfriday vendoring to v1.5 #29
+- Update _service file
+- Move LICENSE to %license section
+- Invoke %gobuild with -mod=vendor "" to disable network access
+- Remove s390x from ExcludeArch
+
+-------------------------------------------------------------------
Old:
----
go-md2man-1.0.6+git20160904.a65d4d2.tar.xz
New:
----
_servicedata
go-md2man-2.0.0+git20190314.f79a8a8.tar.xz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ golang-github-cpuguy83-go-md2man.spec ++++++
--- /var/tmp/diff_new_pack.2VxgAJ/_old 2020-02-14 16:26:44.143234981 +0100
+++ /var/tmp/diff_new_pack.2VxgAJ/_new 2020-02-14 16:26:44.147234984 +0100
@@ -1,7 +1,7 @@
#
-# spec file for package golang
+# spec file for package golang-github-cpuguy83-go-md2man
#
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -12,7 +12,7 @@
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
@@ -24,12 +24,12 @@
%global import_path %{provider_prefix}
Name: golang-%{provider}-%{project}-%{repo}
-Version: 1.0.6+git20160904.a65d4d2
+Version: 2.0.0+git20190314.f79a8a8
Release: 0
Summary: Convert markdown into man pages
License: MIT
Group: Development/Languages/Golang
-Url: https://%{provider_prefix}
+URL: https://%{provider_prefix}
Source0: %{repo}-%{version}.tar.xz
Source1: rpmlintrc
BuildRoot: %{_tmppath}/%{name}-%{version}-build
@@ -37,8 +37,6 @@
BuildRequires: golang-packaging
BuildRequires: xz
-ExcludeArch: s390
-
%{go_nostrip}
%{go_provides}
@@ -61,7 +59,7 @@
%build
%goprep %{import_path}
-%gobuild ...
+%gobuild --mod=vendor "" ...
%install
%goinstall
@@ -69,11 +67,12 @@
%gofilelist
%check
-%gotest %{import_path}...
+%gotest --mod=vendor "" ...
%files -f file.lst
%defattr(-,root,root,-)
-%doc README.md LICENSE.md
+%doc README.md
+%license LICENSE.md
%files -n go-md2man
%defattr(-,root,root)
++++++ _service ++++++
--- /var/tmp/diff_new_pack.2VxgAJ/_old 2020-02-14 16:26:44.171234996 +0100
+++ /var/tmp/diff_new_pack.2VxgAJ/_new 2020-02-14 16:26:44.171234996 +0100
@@ -3,8 +3,8 @@
<param name="url">https://github.com/cpuguy83/go-md2man</param>
<param name="scm">git</param>
<param name="exclude">.git</param>
- <param name="versionformat">1.0.6+git%cd.%h</param>
- <param name="revision">v1.0.6</param>
+ <param name="versionformat">2.0.0+git%cd.%h</param>
+ <param name="revision">v2.0.0</param>
<param name="changesgenerate">enable</param>
</service>
<service name="recompress" mode="disabled">
++++++ _servicedata ++++++
<servicedata>
<service name="tar_scm">
<param name="url">https://github.com/cpuguy83/go-md2man</param>
<param
name="changesrevision">f79a8a8ca69da163eee19ab442bedad7a35bba5a</param></service></servicedata>++++++
go-md2man-1.0.6+git20160904.a65d4d2.tar.xz ->
go-md2man-2.0.0+git20190314.f79a8a8.tar.xz ++++++
++++ 12705 lines of diff (skipped)