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.000000000 +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="url">http://github.com/cpuguy83/go-md2man</param>
    <param name="scm">git</param>
    <param name="exclude">.git</param>
    <param name="versionformat">1.0.2+git%cd.%h</param>
    <param name="revision">master</param>
  </service>
  <service name="recompress" mode="localonly">
    <param name="file">go-md2man-*.tar</param>
    <param name="compression">xz</param>
  </service>
  <service name="set_version" mode="localonly">
    <param name="basename">go-md2man</param>
  </service>
</services>

Reply via email to