commit golang-github-cpuguy83-go-md2man for openSUSE:Factory

2020-02-14 Thread root
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 

+
+- 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

commit golang-github-cpuguy83-go-md2man for openSUSE:Factory

2018-06-18 Thread root
Hello community,

here is the log from the commit of package golang-github-cpuguy83-go-md2man for 
openSUSE:Factory checked in at 2018-06-18 13:49:24

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"

Mon Jun 18 13:49:24 2018 rev:6 rq:616830 version:1.0.6+git20160904.a65d4d2

Changes:

--- 
/work/SRC/openSUSE:Factory/golang-github-cpuguy83-go-md2man/golang-github-cpuguy83-go-md2man.changes
2018-02-05 10:45:53.312311352 +0100
+++ 
/work/SRC/openSUSE:Factory/.golang-github-cpuguy83-go-md2man.new/golang-github-cpuguy83-go-md2man.changes
   2018-06-18 13:49:39.746626415 +0200
@@ -1,0 +2,6 @@
+Wed Jun 13 15:17:54 UTC 2018 - jmassaguer...@suse.com
+
+- since commit 
https://github.com/cpuguy83/go-md2man/commit/648eed146d3f3beacb64063cd0daae908015eebd#diff-a447edf0cfc23146457ff83dce52d372
 there is a vendor directory and thus we don't need to
+  require any external golang package. 
+
+---



Other differences:
--
++ golang-github-cpuguy83-go-md2man.spec ++
--- /var/tmp/diff_new_pack.U89cMp/_old  2018-06-18 13:49:41.514561067 +0200
+++ /var/tmp/diff_new_pack.U89cMp/_new  2018-06-18 13:49:41.514561067 +0200
@@ -37,8 +37,6 @@
 BuildRequires:  golang-packaging
 BuildRequires:  xz
 
-BuildRequires:  golang(github.com/russross/blackfriday)
-Requires:   golang(github.com/russross/blackfriday)
 ExcludeArch:s390
 
 %{go_nostrip}




commit golang-github-cpuguy83-go-md2man for openSUSE:Factory

2018-02-05 Thread root
Hello community,

here is the log from the commit of package golang-github-cpuguy83-go-md2man for 
openSUSE:Factory checked in at 2018-02-05 10:45:51

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"

Mon Feb  5 10:45:51 2018 rev:5 rq:571979 version:1.0.6+git20160904.a65d4d2

Changes:

--- 
/work/SRC/openSUSE:Factory/golang-github-cpuguy83-go-md2man/golang-github-cpuguy83-go-md2man.changes
2017-03-24 02:16:40.810294847 +0100
+++ 
/work/SRC/openSUSE:Factory/.golang-github-cpuguy83-go-md2man.new/golang-github-cpuguy83-go-md2man.changes
   2018-02-05 10:45:53.312311352 +0100
@@ -1,0 +2,5 @@
+Thu Feb  1 16:57:17 CET 2018 - r...@suse.de
+
+- do not build on s390, only on s390x (no go on s390)
+
+---



Other differences:
--
++ golang-github-cpuguy83-go-md2man.spec ++
--- /var/tmp/diff_new_pack.p76Scm/_old  2018-02-05 10:45:54.160271650 +0100
+++ /var/tmp/diff_new_pack.p76Scm/_new  2018-02-05 10:45:54.164271463 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package golang
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -39,6 +39,7 @@
 
 BuildRequires:  golang(github.com/russross/blackfriday)
 Requires:   golang(github.com/russross/blackfriday)
+ExcludeArch:s390
 
 %{go_nostrip}
 %{go_provides}




commit golang-github-cpuguy83-go-md2man for openSUSE:Factory

2017-03-23 Thread root
Hello community,

here is the log from the commit of package golang-github-cpuguy83-go-md2man for 
openSUSE:Factory checked in at 2017-03-24 02:16:38

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"

Fri Mar 24 02:16:38 2017 rev:4 rq:477405 version:1.0.6+git20160904.a65d4d2

Changes:

--- 
/work/SRC/openSUSE:Factory/golang-github-cpuguy83-go-md2man/golang-github-cpuguy83-go-md2man.changes
2016-12-03 18:27:28.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.golang-github-cpuguy83-go-md2man.new/golang-github-cpuguy83-go-md2man.changes
   2017-03-24 02:16:40.810294847 +0100
@@ -1,0 +2,46 @@
+Fri Mar  3 10:44:26 UTC 2017 - jmassaguer...@suse.com
+
+- add provides go-go-md2man
+  this provides was there in previous versions and we can not remove
+  it or otherwise it breaks dependent packages (i.e. docker, k8s) 
+
+---
+Wed Dec 07 15:16:49 UTC 2016 - tboer...@suse.com
+
+- Update to version 1.0.6+git20160904.a65d4d2:
+  * Render raw html as is
+  * Add html entity output support
+  * fix escaping for curly braces
+  * fix wrong type for Entity func
+  * md2man usable as a library (again)
+  * Improve man page rendering
+  * use stdio for default input and output
+  * improve link
+  * add vendor
+
+---
+Fri Dec  2 09:13:23 UTC 2016 - tboer...@suse.com
+
+- Recursively test all packages
+
+---
+Fri Dec  2 09:13:23 UTC 2016 - tboer...@suse.com
+
+- Added rpmlintrc for common golang linting
+
+---
+Fri Dec  2 09:13:23 UTC 2016 - tboer...@suse.com
+
+- Requires and BuildRequires for dependencies
+
+---
+Fri Dec  2 09:13:23 UTC 2016 - tboer...@suse.com
+
+- Using the new golang-packaging now
+
+---
+Fri Dec  2 09:13:23 UTC 2016 - tboer...@suse.com
+
+- Refactoed spec with a new unified layout
+
+---

Old:

  _servicedata
  go-md2man-1.0.5+git20160104.2724a9c.tar.xz

New:

  go-md2man-1.0.6+git20160904.a65d4d2.tar.xz
  rpmlintrc



Other differences:
--
++ golang-github-cpuguy83-go-md2man.spec ++
--- /var/tmp/diff_new_pack.KLLuUk/_old  2017-03-24 02:16:41.846148283 +0100
+++ /var/tmp/diff_new_pack.KLLuUk/_new  2017-03-24 02:16:41.846148283 +0100
@@ -1,7 +1,7 @@
 #
-# spec file for package golang-github-cpuguy83-go-md2man
+# spec file for package golang
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,50 +16,68 @@
 #
 
 
-Name:   golang-github-cpuguy83-go-md2man
-Version:1.0.5+git20160104.2724a9c
+%global providergithub
+%global provider_tldcom
+%global project cpuguy83
+%global repogo-md2man
+%global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo}
+%global import_path %{provider_prefix}
+
+Name:   golang-%{provider}-%{project}-%{repo}
+Version:1.0.6+git20160904.a65d4d2
 Release:0
 Summary:Convert markdown into man pages
 License:MIT
 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
+Url:https://%{provider_prefix}
+Source0:%{repo}-%{version}.tar.xz
+Source1:rpmlintrc
+BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+
 BuildRequires:  golang-packaging
 BuildRequires:  xz
-BuildRequires:  golang(golang.org/x/net)
-Provides:   go-go-md2man = %{version}
-Obsoletes:  go-go-md2man < %{version}
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+
+BuildRequires:  golang(github.com/russross/blackfriday)
+Requires:   golang(github.com/russross/blackfriday)
+
+%{go_nostrip}
 %{go_provides}
 
 %description
-Tool to converts markdown into man pages
+Tool to converts markdown into man pages.
+
+%package -n go-md2man
+Summary:Tool to converts markdown into man pages
+Group:  Development/Languages/Golang
+Provides:   go-go-md2man = %{version}
+AutoReqProv:

commit golang-github-cpuguy83-go-md2man for openSUSE:Factory

2016-12-03 Thread h_root
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.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.golang-github-cpuguy83-go-md2man.new/golang-github-cpuguy83-go-md2man.changes
   2016-12-03 18:27:28.0 +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.0 +0100
+++ /var/tmp/diff_new_pack.Rk1wVN/_new  2016-12-03 18:27:29.0 +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




commit golang-github-cpuguy83-go-md2man for openSUSE:Factory

2016-01-21 Thread h_root
Hello community,

here is the log from the commit of package golang-github-cpuguy83-go-md2man for 
openSUSE:Factory checked in at 2016-01-21 23:44:31

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
2015-08-01 14:17:08.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.golang-github-cpuguy83-go-md2man.new/golang-github-cpuguy83-go-md2man.changes
   2016-01-22 01:10:09.0 +0100
@@ -1,0 +2,7 @@
+Sun Jan 17 09:56:53 UTC 2016 - i...@marguerite.su
+
+- Update to version 1.0.5+git20160104.2724a9c:
+  + md2man usable as a library (again)
+  + Improve man page rendering
+
+---

Old:

  go-md2man-1.0.2+git20150617.e69ac41.tar.xz

New:

  _servicedata
  go-md2man-1.0.5+git20160104.2724a9c.tar.xz



Other differences:
--
++ golang-github-cpuguy83-go-md2man.spec ++
--- /var/tmp/diff_new_pack.uUkqsJ/_old  2016-01-22 01:10:11.0 +0100
+++ /var/tmp/diff_new_pack.uUkqsJ/_new  2016-01-22 01:10:11.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package golang-github-cpuguy83-go-md2man
 #
-# Copyright (c) 2015 SUSE LLC
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,47 +17,41 @@
 
 
 Name:   golang-github-cpuguy83-go-md2man
-Version:1.0.2+git20150617.e69ac41
+Version:1.0.5+git20160104.2724a9c
 Release:0
 Summary:Convert markdown into man pages
 License:MIT
-Group:  Development/Languages/Other
-URL:https://github.com/cpuguy83/go-md2man
+Group:  Development/Languages/Golang
+Url:https://github.com/cpuguy83/go-md2man
 Source0:go-md2man-%{version}.tar.xz
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  golang-packaging
-BuildRequires: golang(golang.org/x/net)
+BuildRequires:  xz
 BuildRequires:  golang(github.com/russross/blackfriday)
+BuildRequires:  golang(golang.org/x/net)
 Provides:  go-go-md2man = %{version}
 Obsoletes: go-go-md2man < %{version}
+BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %{go_provides}
 
 %description
 Tool to converts markdown into man pages
 
-%gosrc_package
-
 %prep
 %setup -q -n go-md2man-%{version}
 
 %build
-%goprep github.com/cpuguy83/go-md2man
-%gobuild ...
+%{goprep} github.com/cpuguy83/go-md2man
+%{gobuild} ...
 
 %install
-%goinstall
-%gosrc
+%{goinstall}
+%{go_filelist}
 
 %check
-%gotest github.com/cpuguy83/go-md2man
+%{gotest} github.com/cpuguy83/go-md2man
 
-%files
+%files -f file.lst
 %defattr(-,root,root,-)
 %doc README.md LICENSE.md
-%{_bindir}/go-md2man
-
-%files source
-%defattr(-,root,root,-)
-%{go_contribsrcdir}/*
 
 %changelog

++ _service ++
--- /var/tmp/diff_new_pack.uUkqsJ/_old  2016-01-22 01:10:11.0 +0100
+++ /var/tmp/diff_new_pack.uUkqsJ/_new  2016-01-22 01:10:11.0 +0100
@@ -1,16 +1,17 @@
 
-  
-http://github.com/cpuguy83/go-md2man
+  
+https://github.com/cpuguy83/go-md2man
 git
 .git
-1.0.2+git%cd.%h
+1.0.5+git%cd.%h
 master
+enable
   
-  
+  
 go-md2man-*.tar
 xz
   
-  
+  
 go-md2man
   
 

++ _servicedata ++


https://github.com/cpuguy83/go-md2man
  2724a9c9051aa62e9cca11304e7dd518e9e41599++
 go-md2man-1.0.2+git20150617.e69ac41.tar.xz -> 
go-md2man-1.0.5+git20160104.2724a9c.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/go-md2man-1.0.2+git20150617.e69ac41/md2man/md2man.go 
new/go-md2man-1.0.5+git20160104.2724a9c/md2man/md2man.go
--- old/go-md2man-1.0.2+git20150617.e69ac41/md2man/md2man.go1970-01-01 
01:00:00.0 +0100
+++ new/go-md2man-1.0.5+git20160104.2724a9c/md2man/md2man.go2016-01-17 
10:56:53.0 +0100
@@ -0,0 +1,19 @@
+package md2man
+
+import (
+   "github.com/russross/blackfriday"
+)
+
+func Render(doc []byte) []byte {
+   renderer := RoffRenderer(0)
+   extensions := 0
+   extensions |= blackfriday.EXTENSION_NO_INTRA_EMPHASIS
+   extensions |= blackfriday.EXTENSION_TABLES
+   extensions |= blackfriday.EXTENSION_FENCED_CODE
+   extensions |= blackfriday.EXTENSION_AUTOLINK
+   extensions |= blackfriday.EXTENSION_SPACE_HEADERS
+   extensions |= blackfriday.EXTENSION_FOOTNOTES
+   extensions |= blackfriday.EXTENSION_TITLEBLOCK
+
+   

commit golang-github-cpuguy83-go-md2man for openSUSE:Factory

2015-08-01 Thread h_root
Hello community,

here is the log from the commit of package golang-github-cpuguy83-go-md2man for 
openSUSE:Factory checked in at 2015-08-01 14:17:07

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:

New Changes file:

--- /dev/null   2015-07-22 21:25:44.928025004 +0200
+++ 
/work/SRC/openSUSE:Factory/.golang-github-cpuguy83-go-md2man.new/golang-github-cpuguy83-go-md2man.changes
   2015-08-01 14:17:08.0 +0200
@@ -0,0 +1,13 @@
+---
+Tue Jul 28 12:30:43 UTC 2015 - i...@marguerite.su
+
+- rename to golang-github-cpuguy83-md2man
+- update version 1.0.2+git20150617.e69ac41
+- use golang-packaging for packaging
+
+---
+Wed May 27 09:06:10 UTC 2015 - dmacvi...@suse.de
+
+- initial package for version 1.0.2
+
+

New:

  _service
  go-md2man-1.0.2+git20150617.e69ac41.tar.xz
  golang-github-cpuguy83-go-md2man.changes
  golang-github-cpuguy83-go-md2man.spec



Other differences:
--
++ golang-github-cpuguy83-go-md2man.spec ++
#
# spec file for package golang-github-cpuguy83-go-md2man
#
# Copyright (c) 2015 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An Open Source License is a
# 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/
#


Name:   golang-github-cpuguy83-go-md2man
Version:1.0.2+git20150617.e69ac41
Release:0
Summary:Convert markdown into man pages
License:MIT
Group:  Development/Languages/Other
URL:https://github.com/cpuguy83/go-md2man
Source0:go-md2man-%{version}.tar.xz
BuildRoot:  %{_tmppath}/%{name}-%{version}-build
BuildRequires:  golang-packaging
BuildRequires:  golang(golang.org/x/net)
BuildRequires:  golang(github.com/russross/blackfriday)
Provides:   go-go-md2man = %{version}
Obsoletes:  go-go-md2man  %{version}
%{go_provides}

%description
Tool to converts markdown into man pages

%gosrc_package

%prep
%setup -q -n go-md2man-%{version}

%build
%goprep github.com/cpuguy83/go-md2man
%gobuild ...

%install
%goinstall
%gosrc

%check
%gotest github.com/cpuguy83/go-md2man

%files
%defattr(-,root,root,-)
%doc README.md LICENSE.md
%{_bindir}/go-md2man

%files source
%defattr(-,root,root,-)
%{go_contribsrcdir}/*

%changelog
++ _service ++
services
  service name=tar_scm mode=localonly
param name=urlhttp://github.com/cpuguy83/go-md2man/param
param name=scmgit/param
param name=exclude.git/param
param name=versionformat1.0.2+git%cd.%h/param
param name=revisionmaster/param
  /service
  service name=recompress mode=localonly
param name=filego-md2man-*.tar/param
param name=compressionxz/param
  /service
  service name=set_version mode=localonly
param name=basenamego-md2man/param
  /service
/services