Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package docbook_5 for openSUSE:Factory checked in at 2024-02-27 22:45:12 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/docbook_5 (Old) and /work/SRC/openSUSE:Factory/.docbook_5.new.1770 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "docbook_5" Tue Feb 27 22:45:12 2024 rev:35 rq:1152026 version:5.2cr5 Changes: -------- --- /work/SRC/openSUSE:Factory/docbook_5/docbook_5.changes 2023-03-11 18:24:31.975034734 +0100 +++ /work/SRC/openSUSE:Factory/.docbook_5.new.1770/docbook_5.changes 2024-02-27 22:45:33.396464389 +0100 @@ -1,0 +2,11 @@ +Mon Feb 26 18:42:00 UTC 2024 - Jan Engelhardt <[email protected]> + +- Shorten %prep code, utilize everything %setup has to offer. +- Avoid piping to xargs when that is not necessary. + +------------------------------------------------------------------- +Mon Feb 26 07:50:47 UTC 2024 - Dominique Leuenberger <[email protected]> + +- Use %patch -P N instead of deprecated %patchN. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ docbook_5.spec ++++++ --- /var/tmp/diff_new_pack.Rfawvv/_old 2024-02-27 22:45:36.616581178 +0100 +++ /var/tmp/diff_new_pack.Rfawvv/_new 2024-02-27 22:45:36.620581323 +0100 @@ -1,7 +1,7 @@ # # spec file for package docbook_5 # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -52,7 +52,7 @@ BuildRequires: xmlstarlet Requires: sgml-skel >= 0.7 Requires(post): sgml-skel >= 0.7 -Requires(postun):sgml-skel >= 0.7 +Requires(postun): sgml-skel >= 0.7 BuildArch: noarch %description @@ -87,24 +87,16 @@ %define xml_sysconf_dir %{_sysconfdir}/xml %prep -%setup -q -n %{name} -c -T +%setup -Tcqn %{name} -a3 -a4 -a500 -a510 -a520 sed -i 's_@VERSION@_%{realversion}_g' %{SOURCE1} # Copy catalog, README, and Makefile cp -p %{SOURCE1} %{SOURCE2} %{SOURCE6} . -# Unpack the sources: -tar -xf %{SOURCE500} -tar -xf %{SOURCE510} -unzip %{SOURCE520} -# Unpack the documentation: -tar -xf %{SOURCE3} -tar -xf %{SOURCE4} - -chmod -R a+rX,g-w,o-w . -find . -type f | xargs chmod a-x +find . -type d -exec chmod a+rx {} + +find . -type f -exec chmod u+w,a+r {} + # Patching -%patch501 +%patch -P 501 %build # Nothing to build
