Hello community,

here is the log from the commit of package go-mango-doc for openSUSE:Factory 
checked in at 2016-02-08 09:48:18
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/go-mango-doc (Old)
 and      /work/SRC/openSUSE:Factory/.go-mango-doc.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "go-mango-doc"

Changes:
--------
--- /work/SRC/openSUSE:Factory/go-mango-doc/go-mango-doc.changes        
2015-03-27 09:40:18.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.go-mango-doc.new/go-mango-doc.changes   
2016-02-08 09:48:38.000000000 +0100
@@ -1,0 +2,5 @@
+Sun Feb  4 05:20:28 UTC 2016 - cbosdon...@suse.com
+
+- Updated the macros for the build to succeed
+
+-------------------------------------------------------------------

New:
----
  go-mango-doc.rpmlintrc

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ go-mango-doc.spec ++++++
--- /var/tmp/diff_new_pack.9DWtyE/_old  2016-02-08 09:48:39.000000000 +0100
+++ /var/tmp/diff_new_pack.9DWtyE/_new  2016-02-08 09:48:39.000000000 +0100
@@ -1,8 +1,8 @@
 #
 # spec file for package go-mango-doc
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
-# Copyright (c) 2014 Cédric Bosdonnat <cbosdon...@suse.com>
+# Copyright (c) 2016 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 Cedric Bosdonnat <cbosdon...@suse.com>
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -22,36 +22,30 @@
 Release:        0
 Summary:        Automatically create man pages from Go packages
 License:        BSD-3-Clause
-Group:          Development/Languages/Other
+Group:          Development/Languages/Golang
 Url:            https://code.google.com/p/mango-doc
 Source:         mango-doc-%{version}.tar.gz
-BuildRequires:  go-devel
+Source1:        go-mango-doc.rpmlintrc
+BuildRequires:  golang-packaging
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-%{go_requires}
 %{go_provides}
-%if 0%{?suse_version} >= 1100
-BuildRequires:  fdupes
-%endif
 
 %description
 Create a man page from a Go package's source file's documentation.
 
+
 %prep
 %setup -q -n mango-doc
 
 %build
 %goprep code.google.com/p/mango-doc
-%gobuild
+%gobuild ...
 %{_builddir}/go/bin/mango-doc >mango-doc.1
 
 %install
 %goinstall
 install -D -m 0644 %{_builddir}/mango-doc/mango-doc.1 
%{buildroot}%{_mandir}/man1/mango-doc.1
 
-%if 0%{?suse_version} >= 1100
-%fdupes %{buildroot}%{_prefix}
-%endif
-
 %files
 %defattr(-,root,root,-)
 %{_bindir}/mango-doc

++++++ go-mango-doc.rpmlintrc ++++++
addFilter("statically-linked-binary")

Reply via email to