Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package dhewm3 for openSUSE:Factory checked in at 2026-06-25 10:57:31 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/dhewm3 (Old) and /work/SRC/openSUSE:Factory/.dhewm3.new.2088 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "dhewm3" Thu Jun 25 10:57:31 2026 rev:9 rq:1361599 version:1.5.5 Changes: -------- --- /work/SRC/openSUSE:Factory/dhewm3/dhewm3.changes 2025-04-14 12:58:49.797377077 +0200 +++ /work/SRC/openSUSE:Factory/.dhewm3.new.2088/dhewm3.changes 2026-06-25 10:59:46.610676966 +0200 @@ -1,0 +2,24 @@ +Tue Jun 9 08:46:48 UTC 2026 - Martin Hauke <[email protected]> + +- Update to version 1.5.5 + * Build with SDL3 + Release highlights: + * several sources of microstutters have been removed (like the + old 60 vs 62.5fps problem) so the game should run smoother than + before, especially when using VSync. + * A new feature is the support for widescreen GUIs. It requires + adjusting the .ui files; Arl created versions for the base + game, Resurrection of Evil and The Lost Mission, they are + provided as an optional Download (dhewm3-wide-guis-*.zip). + * Note that especially the main menus may have some little + glitches here and there - they're very big/complex, so + converting them to widescreen wasn't exactly straightforward. + * dhewm3 now supports BC7-compressed (BPTC) .dds textures. They + offer better quality than the older S3TC/DXT/BC1-3 texture + compression standard that Doom3 always supported, at the same + size as DXT3-5. Useful for high-res retexturing packs. + Full changelog: + * https://github.com/dhewm/dhewm3/releases/tag/1.5.5 + + +------------------------------------------------------------------- Old: ---- dhewm3-1.5.4.tar.gz New: ---- dhewm3-1.5.5.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ dhewm3.spec ++++++ --- /var/tmp/diff_new_pack.WVTdvh/_old 2026-06-25 10:59:47.142695336 +0200 +++ /var/tmp/diff_new_pack.WVTdvh/_new 2026-06-25 10:59:47.142695336 +0200 @@ -1,7 +1,7 @@ # # spec file for package dhewm3 # -# Copyright (c) 2025 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,7 +17,7 @@ Name: dhewm3 -Version: 1.5.4 +Version: 1.5.5 Release: 0 Summary: DOOM 3 source port License: GPL-3.0-only @@ -27,9 +27,9 @@ BuildRequires: gcc-c++ BuildRequires: hicolor-icon-theme BuildRequires: pkgconfig -BuildRequires: cmake(sdl2) BuildRequires: pkgconfig(libcurl) BuildRequires: pkgconfig(openal) +BuildRequires: pkgconfig(sdl3) BuildRequires: pkgconfig(x11) Provides: bundled(miniz) @@ -43,12 +43,13 @@ - Better support for widescreen (and arbitrary display resolutions) %prep -%setup -q -%autopatch -p1 +%autosetup -p1 %build cd neo -%cmake -DREPRODUCIBLE_BUILD=ON .. +%cmake \ + -DREPRODUCIBLE_BUILD=ON \ + -DSDL3=ON %make_jobs %install ++++++ dhewm3-1.5.4.tar.gz -> dhewm3-1.5.5.tar.gz ++++++ /work/SRC/openSUSE:Factory/dhewm3/dhewm3-1.5.4.tar.gz /work/SRC/openSUSE:Factory/.dhewm3.new.2088/dhewm3-1.5.5.tar.gz differ: char 12, line 1
