Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package chocolate-doom for openSUSE:Factory checked in at 2023-03-29 23:28:29 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/chocolate-doom (Old) and /work/SRC/openSUSE:Factory/.chocolate-doom.new.31432 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "chocolate-doom" Wed Mar 29 23:28:29 2023 rev:18 rq:1075330 version:3.0.1 Changes: -------- --- /work/SRC/openSUSE:Factory/chocolate-doom/chocolate-doom.changes 2021-06-26 21:26:01.699388089 +0200 +++ /work/SRC/openSUSE:Factory/.chocolate-doom.new.31432/chocolate-doom.changes 2023-03-29 23:28:32.363886446 +0200 @@ -1,0 +2,6 @@ +Wed Mar 29 16:33:13 UTC 2023 - Jan Engelhardt <[email protected]> + +- Switch from packageand() to modern rpm conditionals +- Avoid conflict with crispy-doom manpages + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ chocolate-doom.spec ++++++ --- /var/tmp/diff_new_pack.LejYFT/_old 2023-03-29 23:28:32.839888990 +0200 +++ /var/tmp/diff_new_pack.LejYFT/_new 2023-03-29 23:28:32.843889011 +0200 @@ -1,7 +1,7 @@ # # spec file for package chocolate-doom # -# Copyright (c) 2021 SUSE LLC +# 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 @@ -60,7 +60,7 @@ Summary: Chocolate Doom command line completion support for bash Group: System/Shells BuildArch: noarch -Supplements: packageand(chocolate-doom:bash-completion) +Supplements: (%name and bash-completion) %description bash-completion Additions for bash-completion to support chocolate-doom. @@ -80,6 +80,10 @@ mkdir -p "$b/%_bindir" rm -f "$b/%_docdir/%name/INSTALL" rm -f "$b/%_datadir/applications/chocolate-setup.desktop" # has wrong paths +pushd "$b/%_mandir/man5" +for i in default heretic hexen strife; do + mv "$i.cfg.5" "chocolate-doom-$i.cfg.5" +done %fdupes %buildroot/%_prefix %post
