Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package xmlstarlet for openSUSE:Factory checked in at 2023-06-08 21:41:54 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/xmlstarlet (Old) and /work/SRC/openSUSE:Factory/.xmlstarlet.new.15902 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "xmlstarlet" Thu Jun 8 21:41:54 2023 rev:29 rq:1091257 version:1.6.1 Changes: -------- --- /work/SRC/openSUSE:Factory/xmlstarlet/xmlstarlet.changes 2016-05-08 10:46:11.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.xmlstarlet.new.15902/xmlstarlet.changes 2023-06-08 21:41:56.545771915 +0200 @@ -1,0 +2,10 @@ +Wed Jun 7 11:12:36 UTC 2023 - Martin Pluskal <mplus...@suse.com> + +- Modernise spec file + +------------------------------------------------------------------- +Wed Jun 7 09:01:17 UTC 2023 - Ana Guerrero <ana.guerr...@suse.com> + +- Remove unused rpmlintrc filter + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ xmlstarlet.spec ++++++ --- /var/tmp/diff_new_pack.sm1MNW/_old 2023-06-08 21:41:57.189775711 +0200 +++ /var/tmp/diff_new_pack.sm1MNW/_new 2023-06-08 21:41:57.193775735 +0200 @@ -1,7 +1,7 @@ # # spec file for package xmlstarlet # -# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,7 +12,7 @@ # 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/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # @@ -22,7 +22,7 @@ Summary: Command Line Tool to Process XML Documents License: MIT Group: Productivity/Publishing/XML -Url: http://sourceforge.net/projects/xmlstar/ +URL: https://sourceforge.net/projects/xmlstar/ Source: http://prdownloads.sourceforge.net/xmlstar/xmlstarlet-%{version}.tar.gz Source1: %{name}-rpmlintrc Patch2: %{name}-xml_depyx.c.diff @@ -30,7 +30,6 @@ BuildRequires: libxslt-devel >= 1.1.9 BuildRequires: pkgconfig BuildRequires: sgml-skel -BuildRoot: %{_tmppath}/%{name}-%{version}-build %description XMLStarlet (xml) is a command line XML toolkit which can be used to @@ -39,21 +38,20 @@ 'grep', 'sed', 'awk', 'tr', 'diff', or 'patch'. %prep -%setup -q -%patch2 +%autosetup -p0 %build export CFLAGS="%{optflags} -W -Wall" %configure \ --disable-static-libs \ --disable-silent-rules -make %{?_smp_mflags} +%make_build %check -make %{?_smp_mflags} tests +%make_build tests %install -make %{?_smp_mflags} DESTDIR=%{buildroot} install +%make_install install -d _docs mv "%{buildroot}%{_datadir}/doc"/* _docs/ @@ -66,12 +64,12 @@ ln -s %{name}.1%{ext_man} xml.1%{ext_man} %files -%defattr(-, root, root) -%doc AUTHORS ChangeLog NEWS README Copyright TODO +%license Copyright +%doc AUTHORS ChangeLog NEWS README TODO %doc _docs/* %{_bindir}/xml %{_bindir}/%{name} -%{_mandir}/man1/%{name}.1%{ext_man} -%{_mandir}/man1/xml.1%{ext_man} +%{_mandir}/man1/%{name}.1%{?ext_man} +%{_mandir}/man1/xml.1%{?ext_man} %changelog ++++++ xmlstarlet-rpmlintrc ++++++ --- /var/tmp/diff_new_pack.sm1MNW/_old 2023-06-08 21:41:57.229775947 +0200 +++ /var/tmp/diff_new_pack.sm1MNW/_new 2023-06-08 21:41:57.233775970 +0200 @@ -1,9 +1,3 @@ -## - -# -addFilter("files-duplicate .*/xmlstarlet/ChangeLog .*/xmlstarlet/NEWS") - # The package is pretty small, it doesn't pay off to split documentation addFilter("package-with-huge-docs") -(No newline at EOF)