Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package docbook-utils for openSUSE:Factory checked in at 2026-09-15 17:09:15 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/docbook-utils (Old) and /work/SRC/openSUSE:Factory/.docbook-utils.new.383539 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "docbook-utils" Tue Sep 15 17:09:15 2026 rev:23 rq:1377749 version:0.6.15 Changes: -------- --- /work/SRC/openSUSE:Factory/docbook-utils/docbook-utils.changes 2024-02-28 19:45:18.717869189 +0100 +++ /work/SRC/openSUSE:Factory/.docbook-utils.new.383539/docbook-utils.changes 2026-09-15 17:09:41.990551082 +0200 @@ -1,0 +2,14 @@ +Sun Sep 13 13:56:57 UTC 2026 - Martin Pluskal <[email protected]> + +- Update to version 0.6.15: + * First release on GitHub (devexp-db/docbook-utils), + autotools files updated for newer toolchains. + * Switch Source URL to the GitHub release tarball. + * Rebase fix-bashisms patch for upstream's quoted test + expressions. +- Drop docbook-utils-0.6.14-fix-bashisms.patch (superseded + by the 0.6.15 rebase below). +- Add docbook-utils-0.6.15-fix-bashisms.patch (rebased for + 0.6.15). + +------------------------------------------------------------------- Old: ---- docbook-utils-0.6.14-fix-bashisms.patch docbook-utils-0.6.14.tar.gz New: ---- docbook-utils-0.6.15-fix-bashisms.patch docbook-utils-0.6.15.tar.xz ----------(Old B)---------- Old: expressions. - Drop docbook-utils-0.6.14-fix-bashisms.patch (superseded by the 0.6.15 rebase below). ----------(Old E)---------- ----------(New B)---------- New: by the 0.6.15 rebase below). - Add docbook-utils-0.6.15-fix-bashisms.patch (rebased for 0.6.15). ----------(New E)---------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ docbook-utils.spec ++++++ --- /var/tmp/diff_new_pack.vRLAFh/_old 2026-09-15 17:09:43.424611099 +0200 +++ /var/tmp/diff_new_pack.vRLAFh/_new 2026-09-15 17:09:43.425611141 +0200 @@ -1,7 +1,7 @@ # # spec file for package docbook-utils # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2026 SUSE LLC and contributors # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,24 +17,27 @@ Name: docbook-utils -BuildRequires: automake -BuildRequires: docbook-dsssl-stylesheets -BuildRequires: openjade -BuildRequires: perl-SGMLS -BuildRequires: sgml-skel +Version: 0.6.15 +Release: 0 Summary: Small Wrapper Scripts for Processing DocBook Files License: LGPL-2.1-or-later -Group: Productivity/Publishing/DocBook -Version: 0.6.14 -Release: 0 -Requires: %{name}-minimal -Requires: texlive-jadetex -Source: https://src.fedoraproject.org/repo/pkgs/docbook-utils/%{name}-%{version}.tar.gz/6b41b18c365c01f225bc417cf632d81c/%{name}-%{version}.tar.gz +URL: https://github.com/devexp-db/docbook-utils +Source: https://github.com/devexp-db/docbook-utils/releases/download/v%{version}/%{name}-%{version}.tar.xz Patch0: docbook-utils-catalog-jw.patch -Patch1: docbook-utils-0.6.14-fix-bashisms.patch +Patch1: docbook-utils-0.6.15-fix-bashisms.patch # PATCH-FIX-TO-UPSTREAM Patch2: support_source_date_epoch.patch -BuildRoot: %{_tmppath}/%{name}-%{version}-build +BuildRequires: docbook-dsssl-stylesheets +BuildRequires: openjade +BuildRequires: sgml-skel +# Keep the tool package names: spec-cleaner --perl explodes them into +# the full provided perl() module list, which is noise. +BuildRequires: automake +BuildRequires: perl-SGMLS +Requires: %{name}-minimal +# Keep the texlive package name: the tex() file deps resolve to the +# same package but hide which backend the scripts actually need. +Requires: texlive-jadetex BuildArch: noarch %description @@ -49,15 +52,15 @@ %package minimal Summary: Small Wrapper Scripts for Processing DocBook Files -Group: Productivity/Publishing/DocBook Requires: docbook-dsssl-stylesheets Requires: docbook_3 Requires: docbook_4 Requires: iso_ent Requires: openjade Requires: opensp -Requires: perl-SGMLS Requires: sgml-skel +# Keep the tool package name, see the BuildRequires comment above. +Requires: perl-SGMLS %description minimal The docbook-utils package is a set of a few small programs intended to @@ -78,42 +81,41 @@ %build autoreconf -i -f %configure -make %{?_smp_mflags} +%make_build %install -make DESTDIR=$RPM_BUILD_ROOT install -mv $RPM_BUILD_ROOT/usr/doc/html/docbook* html +%make_install +mv %{buildroot}%{_prefix}/doc/html/docbook* html %files minimal -%defattr (-,root,root) -%doc README COPYING TODO html -%_bindir/docbook2html -%_bindir/docbook2man -%_bindir/docbook2rtf -%_bindir/jw -%_bindir/sgmldiff -%_bindir/docbook2txt -%dir %{_prefix}/share/sgml/docbook/utils-%{version} -%dir %{_prefix}/share/sgml/docbook/utils-%{version}/backends -%{_prefix}/share/sgml/docbook/utils-%{version}/frontends -%{_prefix}/share/sgml/docbook/utils-%{version}/backends/html -%{_prefix}/share/sgml/docbook/utils-%{version}/backends/man -%{_prefix}/share/sgml/docbook/utils-%{version}/backends/rtf -%{_prefix}/share/sgml/docbook/utils-%{version}/backends/txt -%{_prefix}/share/sgml/docbook/utils-%{version}/docbook-utils.dsl -%{_prefix}/share/sgml/docbook/utils-%{version}/helpers +%license COPYING +%doc README TODO html +%{_bindir}/docbook2html +%{_bindir}/docbook2man +%{_bindir}/docbook2rtf +%{_bindir}/jw +%{_bindir}/sgmldiff +%{_bindir}/docbook2txt +%dir %{_datadir}/sgml/docbook/utils-%{version} +%dir %{_datadir}/sgml/docbook/utils-%{version}/backends +%{_datadir}/sgml/docbook/utils-%{version}/frontends +%{_datadir}/sgml/docbook/utils-%{version}/backends/html +%{_datadir}/sgml/docbook/utils-%{version}/backends/man +%{_datadir}/sgml/docbook/utils-%{version}/backends/rtf +%{_datadir}/sgml/docbook/utils-%{version}/backends/txt +%{_datadir}/sgml/docbook/utils-%{version}/docbook-utils.dsl +%{_datadir}/sgml/docbook/utils-%{version}/helpers %files -%defattr (-,root,root) -%_bindir/docbook2ps -%_bindir/docbook2dvi -%_bindir/docbook2pdf -%_bindir/docbook2tex -%_bindir/docbook2texi -%{_prefix}/share/sgml/docbook/utils-%{version}/backends/tex -%{_prefix}/share/sgml/docbook/utils-%{version}/backends/texi -%{_prefix}/share/sgml/docbook/utils-%{version}/backends/dvi -%{_prefix}/share/sgml/docbook/utils-%{version}/backends/ps -%{_prefix}/share/sgml/docbook/utils-%{version}/backends/pdf +%{_bindir}/docbook2ps +%{_bindir}/docbook2dvi +%{_bindir}/docbook2pdf +%{_bindir}/docbook2tex +%{_bindir}/docbook2texi +%{_datadir}/sgml/docbook/utils-%{version}/backends/tex +%{_datadir}/sgml/docbook/utils-%{version}/backends/texi +%{_datadir}/sgml/docbook/utils-%{version}/backends/dvi +%{_datadir}/sgml/docbook/utils-%{version}/backends/ps +%{_datadir}/sgml/docbook/utils-%{version}/backends/pdf %{_mandir}/man?/* ++++++ docbook-utils-0.6.14-fix-bashisms.patch -> docbook-utils-0.6.15-fix-bashisms.patch ++++++ --- /work/SRC/openSUSE:Factory/docbook-utils/docbook-utils-0.6.14-fix-bashisms.patch 2015-01-22 21:48:32.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.docbook-utils.new.383539/docbook-utils-0.6.15-fix-bashisms.patch 2026-09-15 17:09:41.973550371 +0200 @@ -1,6 +1,6 @@ -diff -Ndurp docbook-utils-0.6.14/bin/jw.in docbook-utils-0.6.14-fix-bashisms/bin/jw.in ---- docbook-utils-0.6.14/bin/jw.in 2003-04-30 19:21:49.000000000 +0300 -+++ docbook-utils-0.6.14-fix-bashisms/bin/jw.in 2014-10-19 16:34:25.485833459 +0300 +diff -Ndurp docbook-utils-0.6.15/bin/jw.in docbook-utils-0.6.15-fix-bashisms/bin/jw.in +--- docbook-utils-0.6.15/bin/jw.in 2003-04-30 19:21:49.000000000 +0300 ++++ docbook-utils-0.6.15-fix-bashisms/bin/jw.in 2014-10-19 16:34:25.485833459 +0300 @@ -1,61 +1,63 @@ -#! /bin/sh +#!/bin/sh @@ -185,7 +185,7 @@ + echo $SGML_HELP_MESSAGE >&2 exit 1 fi - if [ ! -s $SGML_FRONTEND ] + if [ ! -s "$SGML_FRONTEND" ] @@ -255,7 +258,7 @@ fi # Check that we have a backend if [ -z "$SGML_BACKEND" ] @@ -203,7 +203,7 @@ + echo $SGML_HELP_MESSAGE >&2 exit 1 fi - if [ ! -s $SGML_FILE ] + if [ ! -s "$SGML_FILE" ] @@ -402,7 +405,7 @@ fi # Create output directory if not available if [ -z "$SGML_OUTPUT_DIRECTORY" ] @@ -212,4 +212,4 @@ + echo $SGML_HELP_MESSAGE >&2 exit 1 fi - if [ ! -d $SGML_OUTPUT_DIRECTORY ] + if [ ! -d "$SGML_OUTPUT_DIRECTORY" ]
