Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package xmlto for openSUSE:Factory checked in at 2025-10-28 14:45:17 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/xmlto (Old) and /work/SRC/openSUSE:Factory/.xmlto.new.1980 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "xmlto" Tue Oct 28 14:45:17 2025 rev:35 rq:1313841 version:0.0.29 Changes: -------- --- /work/SRC/openSUSE:Factory/xmlto/xmlto.changes 2024-02-27 22:45:41.832770359 +0100 +++ /work/SRC/openSUSE:Factory/.xmlto.new.1980/xmlto.changes 2025-10-28 14:45:33.660401967 +0100 @@ -1,0 +2,13 @@ +Sat Oct 11 10:07:14 UTC 2025 - Andreas Stieger <[email protected]> + +- update to 0.0.29: + * Rename variable BASH to XMLTO_BASH_PATH + * Regenerate xmlif to use new version of gcc + * Rename and format markdown files + * Convert output path to unix on cygwin/msys + * Add .gitignore + * Skip validating xmlto man page during build +- drop xmlto-nonvoid.patch, included upstream +- drop xmlto-codecleanup.patch, not needed + +------------------------------------------------------------------- Old: ---- xmlto-0.0.28.tar.bz2 xmlto-codecleanup.patch xmlto-nonvoid.patch New: ---- xmlto-0.0.29.tar.bz2 ----------(Old B)---------- Old:- drop xmlto-nonvoid.patch, included upstream - drop xmlto-codecleanup.patch, not needed Old: * Skip validating xmlto man page during build - drop xmlto-nonvoid.patch, included upstream - drop xmlto-codecleanup.patch, not needed ----------(Old E)---------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ xmlto.spec ++++++ --- /var/tmp/diff_new_pack.jHCYDY/_old 2025-10-28 14:45:34.260427201 +0100 +++ /var/tmp/diff_new_pack.jHCYDY/_new 2025-10-28 14:45:34.260427201 +0100 @@ -2,6 +2,7 @@ # spec file for package xmlto # # Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2025 Andreas Stieger <[email protected]> # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +18,7 @@ Name: xmlto -Version: 0.0.28 +Version: 0.0.29 Release: 0 Summary: Tool for Converting XML Files to Various Formats License: GPL-2.0-or-later @@ -25,9 +26,9 @@ URL: https://pagure.io/xmlto/ Source0: https://releases.pagure.org/%{name}/%{name}-%{version}.tar.bz2 Source10: README.SUSE -Patch0: xmlto-nonvoid.patch Patch1: xmlto-xsltopts.patch -Patch2: xmlto-codecleanup.patch +BuildRequires: autoconf +BuildRequires: automake BuildRequires: docbook-xsl-stylesheets BuildRequires: fdupes BuildRequires: flex @@ -53,11 +54,12 @@ rm -f xmlif/xmlif.c %build -%configure BASH=/bin/bash -make %{?_smp_mflags} +autoreconf -fiv +%configure XMLTO_BASH_PATH=/bin/bash +%make_build %check -make check %{?_smp_mflags} +%make_build check %install %make_install @@ -67,7 +69,7 @@ %files %doc README.SUSE %license COPYING -%doc AUTHORS README ChangeLog FAQ THANKS NEWS +%doc ChangeLog FAQ.md NEWS.md README.md THANKS.md %{_bindir}/xmlto %{_bindir}/xmlif %{_mandir}/man1/xmlto.1%{?ext_man} ++++++ xmlto-0.0.28.tar.bz2 -> xmlto-0.0.29.tar.bz2 ++++++ ++++ 15705 lines of diff (skipped)
