Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package dhewm3 for openSUSE:Factory checked in at 2021-03-15 10:55:55 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/dhewm3 (Old) and /work/SRC/openSUSE:Factory/.dhewm3.new.2401 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "dhewm3" Mon Mar 15 10:55:55 2021 rev:4 rq:878971 version:1.5.1 Changes: -------- --- /work/SRC/openSUSE:Factory/dhewm3/dhewm3.changes 2019-02-24 17:20:44.136393530 +0100 +++ /work/SRC/openSUSE:Factory/.dhewm3.new.2401/dhewm3.changes 2021-03-15 10:55:56.417313535 +0100 @@ -1,0 +2,39 @@ +Sun Mar 14 10:09:33 UTC 2021 - Martin Hauke <mar...@gmx.de> + +- Update to 1.5.1: + * Update savegame format. Old savegames still work, but new + savegames can't be loaded with older versions of dhewm3! + * dhewm3 now supports the Doom3 Demo gamedata. + * Create the game window on the display the cursor is currently + on (when using more than one display). + * Added r_fullscreenDesktop CVar to set if fullscreen mode should + be "classic" or "Desktop" which means a borderless window at. + desktop resolution. + * Fullscreen modes that are not at the current desktop resolution + should work better now. + * Several sound-related bugfixes. + * Restore "Carmack's Reverse" Z-Fail stencil shadows; use + glStencilOpSeparate() if available. + * New CVar g_hitEffect: If set to 0, the player camera damage + effects (like double-vision and extreme tilt) when being hit + are disabled. + * Fix lingering messages in HUD after loading savegame. + * Fixed clipping bug in delta1. + * Improve compatibility with some custom scripts. + * Registering multiplayer servers at id's master-server fixed, + so they can be found in the multiplayer menu. + * Support for reproducible builds by setting the CMake option + REPRODUCIBLE_BUILD. + * Proper handling of paths with dots in directory names. + * In the Spanish translation all the Alpha Lab autosaves got + the same name, now the autosave name is based on the mapename + instead which is distinct. +- Remove patch + * 0001-Remove-use-of-date-time-macros.patch (fixed by upstream) + +------------------------------------------------------------------- +Thu Oct 17 17:29:10 UTC 2019 - Richard Brown <rbr...@suse.com> + +- Remove obsolete Groups tag (fate#326485) + +------------------------------------------------------------------- Old: ---- 0001-Remove-use-of-date-time-macros.patch 1.5.0.tar.gz New: ---- 1.5.1.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ dhewm3.spec ++++++ --- /var/tmp/diff_new_pack.sAHVBM/_old 2021-03-15 10:55:56.929314321 +0100 +++ /var/tmp/diff_new_pack.sAHVBM/_new 2021-03-15 10:55:56.929314321 +0100 @@ -1,7 +1,7 @@ # # spec file for package dhewm3 # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,22 +17,18 @@ Name: dhewm3 -Version: 1.5.0 +Version: 1.5.1 Release: 0 Summary: DOOM 3 source port License: GPL-3.0-only -Group: Amusements/Games/3D/Shoot -Url: https://github.com/dhewm/dhewm3 +URL: https://github.com/dhewm/dhewm3 Source0: https://github.com/dhewm/%{name}/archive/%{version}.tar.gz -# upstream bug: https://github.com/dhewm/dhewm3/issues/172 -Patch0: 0001-Remove-use-of-date-time-macros.patch BuildRequires: cmake BuildRequires: gcc-c++ +BuildRequires: libjpeg-devel BuildRequires: pkgconfig BuildRequires: cmake(sdl2) BuildRequires: pkgconfig(libcurl) -# BuildRequires: pkgconfig(libjpeg) -BuildRequires: libjpeg-devel BuildRequires: pkgconfig(ogg) BuildRequires: pkgconfig(openal) BuildRequires: pkgconfig(vorbis) @@ -49,11 +45,10 @@ %prep %setup -q -%autopatch -p1 %build cd neo -%cmake .. +%cmake -DREPRODUCIBLE_BUILD=ON .. %make_jobs %install ++++++ 1.5.0.tar.gz -> 1.5.1.tar.gz ++++++ ++++ 8090 lines of diff (skipped)