1
0
Commit Graph

17 Commits

Author SHA256 Message Date
Oliver Kurz
567ba60e3d Accepting request 770395 from devel:languages:go
- 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 (forwarded request 770234 from glaubitz)

OBS-URL: https://build.opensuse.org/request/show/770395
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/golang-github-cpuguy83-go-md2man?expand=0&rev=7
2020-02-14 15:26:42 +00:00
Jeff Kowalczyk
52665f3d89 Accepting request 770234 from home:glaubitz:branches:devel:languages:go
- 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

OBS-URL: https://build.opensuse.org/request/show/770234
OBS-URL: https://build.opensuse.org/package/show/devel:languages:go/golang-github-cpuguy83-go-md2man?expand=0&rev=16
2020-02-05 20:10:55 +00:00
Yuchen Lin
780056234d Accepting request 616830 from devel:languages:go
OBS-URL: https://build.opensuse.org/request/show/616830
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/golang-github-cpuguy83-go-md2man?expand=0&rev=6
2018-06-18 11:49:24 +00:00
Aleksa Sarai
63de5789af Accepting request 616569 from home:jordimassaguerpla:branch:dlg:md2man_vendor
- since commit 648eed146d (diff-a447edf0cfc23146457ff83dce52d372) there is a vendor directory and thus we don't need to
  require any external golang package.

OBS-URL: https://build.opensuse.org/request/show/616569
OBS-URL: https://build.opensuse.org/package/show/devel:languages:go/golang-github-cpuguy83-go-md2man?expand=0&rev=14
2018-06-14 10:21:45 +00:00
Dominique Leuenberger
729793eeb8 Accepting request 571979 from devel:languages:go
OBS-URL: https://build.opensuse.org/request/show/571979
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/golang-github-cpuguy83-go-md2man?expand=0&rev=5
2018-02-05 09:45:51 +00:00
Jordi Massaguer
1fc50654e2 Accepting request 571795 from home:oertel:branches:devel:languages:go
- do not build on s390, only on s390x (no go on s390)

OBS-URL: https://build.opensuse.org/request/show/571795
OBS-URL: https://build.opensuse.org/package/show/devel:languages:go/golang-github-cpuguy83-go-md2man?expand=0&rev=12
2018-02-02 10:33:23 +00:00
Dominique Leuenberger
92eb871fe0 Accepting request 477405 from devel:languages:go
1

OBS-URL: https://build.opensuse.org/request/show/477405
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/golang-github-cpuguy83-go-md2man?expand=0&rev=4
2017-03-24 01:16:38 +00:00
Thomas Hipp
13c685c2f7 Accepting request 477257 from home:jordimassaguerpla:branch:d:l:g:fix_md2man
- 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)

OBS-URL: https://build.opensuse.org/request/show/477257
OBS-URL: https://build.opensuse.org/package/show/devel:languages:go/golang-github-cpuguy83-go-md2man?expand=0&rev=10
2017-03-07 08:09:36 +00:00
Flavio Castelli
7cbd0cf05a Accepting request 457636 from home:tboerger:branches:devel:languages:go
OBS-URL: https://build.opensuse.org/request/show/457636
OBS-URL: https://build.opensuse.org/package/show/devel:languages:go/golang-github-cpuguy83-go-md2man?expand=0&rev=9
2017-02-27 11:24:47 +00:00
Dominique Leuenberger
488684e859 Accepting request 443161 from devel:languages:go
fix for openSUSE_Factory
This goes with sr#443064 and sr#443160

OBS-URL: https://build.opensuse.org/request/show/443161
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/golang-github-cpuguy83-go-md2man?expand=0&rev=3
2016-12-03 17:27:27 +00:00
Jordi Massaguer
e24cc5832d Accepting request 443057 from home:jordimassaguerpla:branch:d_l_g:fix_go_1_7_failures
OBS-URL: https://build.opensuse.org/request/show/443057
OBS-URL: https://build.opensuse.org/package/show/devel:languages:go/golang-github-cpuguy83-go-md2man?expand=0&rev=7
2016-12-01 16:53:21 +00:00
Dominique Leuenberger
a6efda3643 Accepting request 354848 from devel:languages:go
1

OBS-URL: https://build.opensuse.org/request/show/354848
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/golang-github-cpuguy83-go-md2man?expand=0&rev=2
2016-01-21 22:44:31 +00:00
Marguerite Su
877f16f43d Accepting request 354847 from home:MargueriteSu:branches:devel:languages:go
OBS-URL: https://build.opensuse.org/request/show/354847
OBS-URL: https://build.opensuse.org/package/show/devel:languages:go/golang-github-cpuguy83-go-md2man?expand=0&rev=5
2016-01-20 04:04:45 +00:00
Dominique Leuenberger
20d528593a Accepting request 319494 from devel:languages:go
OBS-URL: https://build.opensuse.org/request/show/319494
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/golang-github-cpuguy83-go-md2man?expand=0&rev=1
2015-08-01 12:17:07 +00:00
Marguerite Su
04a6829044 Accepting request 319493 from home:MargueriteSu:branches:devel:languages:go
OBS-URL: https://build.opensuse.org/request/show/319493
OBS-URL: https://build.opensuse.org/package/show/devel:languages:go/golang-github-cpuguy83-go-md2man?expand=0&rev=3
2015-07-30 07:57:33 +00:00
Marguerite Su
840b69c98e Accepting request 319148 from home:MargueriteSu:branches:devel:languages:go
OBS-URL: https://build.opensuse.org/request/show/319148
OBS-URL: https://build.opensuse.org/package/show/devel:languages:go/golang-github-cpuguy83-go-md2man?expand=0&rev=2
2015-07-28 15:14:49 +00:00
Flavio Castelli
1fe88b4d84 - initial package for version 1.0.2
OBS-URL: https://build.opensuse.org/package/show/devel:languages:go/golang-github-cpuguy83-go-md2man?expand=0&rev=1
2015-07-28 09:43:40 +00:00