Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package nethack for openSUSE:Factory checked in at 2025-03-17 22:19:19 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/nethack (Old) and /work/SRC/openSUSE:Factory/.nethack.new.19136 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "nethack" Mon Mar 17 22:19:19 2025 rev:7 rq:1253889 version:3.4.3 Changes: -------- --- /work/SRC/openSUSE:Factory/nethack/nethack.changes 2025-03-16 18:59:47.491493635 +0100 +++ /work/SRC/openSUSE:Factory/.nethack.new.19136/nethack.changes 2025-03-17 22:23:14.732650901 +0100 @@ -1,0 +2,14 @@ +Mon Mar 17 16:56:16 UTC 2025 - Thomas Zimmermann <tzimmerm...@suse.com> + +- Modify nethack-config.patch: Define AUTOPICKUP_EXCEPTIONS to make + autopickup more user friendly. It is usually preferable for players + to not pick up items automatically. Exceptions are Zorkmids (i.e., + in-game money). The compile-time option AUTOPICKUP_EXCEPTIONS allows + for configuring this at runtime. + +------------------------------------------------------------------- +Mon Mar 17 16:52:16 UTC 2025 - Thomas Zimmermann <tzimmerm...@suse.com> + +- Fix package description: it's the 'Mazes of Menace' (plural). + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ nethack.spec ++++++ --- /var/tmp/diff_new_pack.9tSnM4/_old 2025-03-17 22:23:15.392678521 +0100 +++ /var/tmp/diff_new_pack.9tSnM4/_new 2025-03-17 22:23:15.392678521 +0100 @@ -51,7 +51,7 @@ %description NetHack is a turn-based role-playing game with complex game mechanics. -Descent into the Maze of Menace and retrieve the Amulet of Yendor. Play +Descent into the Mazes of Menace and retrieve the Amulet of Yendor. Play as different character classes, such as fighter, wizard, rogue and others. Persist against various monsters and defeat the Wizard of Yendor. ++++++ nethack-config.patch ++++++ --- /var/tmp/diff_new_pack.9tSnM4/_old 2025-03-17 22:23:15.424679861 +0100 +++ /var/tmp/diff_new_pack.9tSnM4/_new 2025-03-17 22:23:15.428680028 +0100 @@ -113,6 +113,15 @@ /* * If it is desirable to limit the number of people that can play Hack +@@ -349,7 +349,7 @@ typedef unsigned char uchar; + */ + + /*#define GOLDOBJ */ /* Gold is kept on obj chains - Helge Hafting */ +-/*#define AUTOPICKUP_EXCEPTIONS */ /* exceptions to autopickup */ ++#define AUTOPICKUP_EXCEPTIONS /* exceptions to autopickup */ + + /* End of Section 5 */ + Index: sys/unix/Makefile.doc =================================================================== --- sys/unix/Makefile.doc.orig