Hello community,

here is the log from the commit of package xmltoman for openSUSE:Leap:15.2 
checked in at 2020-02-19 18:47:59
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:15.2/xmltoman (Old)
 and      /work/SRC/openSUSE:Leap:15.2/.xmltoman.new.26092 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "xmltoman"

Wed Feb 19 18:47:59 2020 rev:1 rq:776013 version:0.4

Changes:
--------
New Changes file:

--- /dev/null   2019-12-19 10:12:34.003146842 +0100
+++ /work/SRC/openSUSE:Leap:15.2/.xmltoman.new.26092/xmltoman.changes   
2020-02-19 18:48:00.202985979 +0100
@@ -0,0 +1,15 @@
+-------------------------------------------------------------------
+Thu May  2 07:40:13 UTC 2019 - Martin Hauke <[email protected]>
+
+- Fix Source-URL
+
+-------------------------------------------------------------------
+Fri Apr 26 21:52:50 UTC 2019 - Martin Hauke <[email protected]>
+
+- Specfile cleanup
+
+-------------------------------------------------------------------
+Wed Mar 14 00:50:38 UTC 2018 - [email protected]
+
+- Initial openSUSE package, version 0.4.
+

New:
----
  xmltoman-0.4.tar.gz
  xmltoman.changes
  xmltoman.spec

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

Other differences:
------------------
++++++ xmltoman.spec ++++++
#
# spec file for package xmltoman
#
# 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
# 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:           xmltoman
Version:        0.4
Release:        0
Summary:        Scripts to convert xml to man pages or html
License:        GPL-2.0-only
Group:          Development/Tools/Doc Generators
URL:            https://github.com/Distrotech/xmltoman
Source:         
https://github.com/Distrotech/%{name}/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
BuildRequires:  perl(XML::Parser)
BuildArch:      noarch

%description
xmltoman and xmlmantohtml are two very simple scripts for converting xml
to groff or html.

%prep
%setup -q

%build
%make_build PREFIX=%{_prefix}

%install
%make_install PREFIX=%{_prefix}

%files
%license COPYING
%doc ChangeLog README
%{_bindir}/xmlmantohtml
%{_bindir}/xmltoman
%dir %{_datadir}/xmltoman
%{_datadir}/xmltoman/xmltoman.css
%{_datadir}/xmltoman/xmltoman.dtd
%{_datadir}/xmltoman/xmltoman.xsl

%changelog

Reply via email to