diff --git a/_service b/_service
index a6b9a16..1dfc0fd 100644
--- a/_service
+++ b/_service
@@ -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
diff --git a/_servicedata b/_servicedata
new file mode 100644
index 0000000..21d2be9
--- /dev/null
+++ b/_servicedata
@@ -0,0 +1,4 @@
+
+
+ https://github.com/cpuguy83/go-md2man
+ 2724a9c9051aa62e9cca11304e7dd518e9e41599
\ No newline at end of file
diff --git a/go-md2man-1.0.2+git20150617.e69ac41.tar.xz b/go-md2man-1.0.2+git20150617.e69ac41.tar.xz
deleted file mode 100644
index 392a413..0000000
--- a/go-md2man-1.0.2+git20150617.e69ac41.tar.xz
+++ /dev/null
@@ -1,3 +0,0 @@
-version https://git-lfs.github.com/spec/v1
-oid sha256:aa89ae1e72678be8d650512f166100822df258fb9275c7630bc3fbf67cf3852f
-size 3128
diff --git a/go-md2man-1.0.5+git20160104.2724a9c.tar.xz b/go-md2man-1.0.5+git20160104.2724a9c.tar.xz
new file mode 100644
index 0000000..abc72e5
--- /dev/null
+++ b/go-md2man-1.0.5+git20160104.2724a9c.tar.xz
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:96cb2c778072c25342735d239524f9feb62e11398a1fe966ddceb8e411ab7947
+size 3328
diff --git a/golang-github-cpuguy83-go-md2man.changes b/golang-github-cpuguy83-go-md2man.changes
index 86fdcbd..db9ff50 100644
--- a/golang-github-cpuguy83-go-md2man.changes
+++ b/golang-github-cpuguy83-go-md2man.changes
@@ -1,3 +1,10 @@
+-------------------------------------------------------------------
+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
+
-------------------------------------------------------------------
Tue Jul 28 12:30:43 UTC 2015 - i@marguerite.su
diff --git a/golang-github-cpuguy83-go-md2man.spec b/golang-github-cpuguy83-go-md2man.spec
index dd2a7f6..098d9a8 100644
--- a/golang-github-cpuguy83-go-md2man.spec
+++ b/golang-github-cpuguy83-go-md2man.spec
@@ -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)
-Provides: go-go-md2man = %{version}
-Obsoletes: go-go-md2man < %{version}
+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