Hello community, here is the log from the commit of package gzdoom for openSUSE:Factory checked in at 2018-11-10 16:58:18 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/gzdoom (Old) and /work/SRC/openSUSE:Factory/.gzdoom.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gzdoom" Sat Nov 10 16:58:18 2018 rev:3 rq:645682 version:3.6.0 Changes: -------- --- /work/SRC/openSUSE:Factory/gzdoom/gzdoom.changes 2018-08-31 10:44:53.467234673 +0200 +++ /work/SRC/openSUSE:Factory/.gzdoom.new/gzdoom.changes 2018-11-10 16:59:22.219754116 +0100 @@ -1,0 +2,15 @@ +Tue Oct 16 11:52:51 UTC 2018 - Jan Engelhardt <[email protected]> + +- Update to new upstream release 3.6.0 + * Add OBJ model support + * Add HITOWNER flag, when set, allows a projectile to collide + with its shooter. + * Enabled the linear shadowmap filter. + * Added 5x and 6x upscaling with xBRZ + * Exports various resurrection-related functions to ZScript. +- Update to new upstream release 3.5.1 + * Added post processing support to the software renderer and + softpoly. +- Add fl2.patch + +------------------------------------------------------------------- Old: ---- gzdoom-3.5.0.tar.xz New: ---- fl2.patch gzdoom-3.6.0.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ gzdoom.spec ++++++ --- /var/tmp/diff_new_pack.c9R8Fd/_old 2018-11-10 16:59:23.679752331 +0100 +++ /var/tmp/diff_new_pack.c9R8Fd/_new 2018-11-10 16:59:23.683752326 +0100 @@ -12,12 +12,12 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # Name: gzdoom -Version: 3.5.0 +Version: 3.6.0 Release: 0 Summary: A DOOM source port with graphic and modding extensions License: GPL-3.0-only @@ -29,6 +29,7 @@ Patch1: gzdoom-waddir.patch Patch2: gzdoom-wadsrc-extra.patch Patch3: gzdoom-staticlibs.patch +Patch4: fl2.patch Patch5: gzdoom-lzma.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: cmake >= 2.8.7 @@ -44,8 +45,10 @@ BuildRequires: pkgconfig(gl) BuildRequires: pkgconfig(gtk+-3.0) BuildRequires: pkgconfig(libgme) +BuildRequires: pkgconfig(libmpg123) BuildRequires: pkgconfig(openal) BuildRequires: pkgconfig(sdl2) +BuildRequires: pkgconfig(sndfile) BuildRequires: pkgconfig(zlib) %if 0%{?suse_version} >= 1500 BuildRequires: pkgconfig(clzma) >= 17.01 @@ -79,7 +82,7 @@ %prep %setup -q -%patch -P 1 -P 2 -P 3 -p1 +%patch -P 1 -P 2 -P 3 -P 4 -p1 %if 0%{?suse_version} >= 1500 %patch -P 5 -p1 @@ -98,7 +101,9 @@ -DCMAKE_SHARED_LINKER_FLAGS="" \ -DCMAKE_EXE_LINKER_FLAGS="" -DCMAKE_MODULE_LINKER_FLAGS="" \ -DINSTALL_DOCS_PATH="%_defaultdocdir/%name" \ - -DINSTALL_PK3_PATH="%_datadir/doom" + -DINSTALL_PK3_PATH="%_datadir/doom" \ + -DDYN_FLUIDSYNTH=OFF -DDYN_OPENAL=OFF \ + -DDYN_SNDFILE=OFF -DDYN_MPG123=OFF make %{?_smp_mflags} %install ++++++ _service ++++++ --- /var/tmp/diff_new_pack.c9R8Fd/_old 2018-11-10 16:59:23.707752297 +0100 +++ /var/tmp/diff_new_pack.c9R8Fd/_new 2018-11-10 16:59:23.707752297 +0100 @@ -2,8 +2,8 @@ <service name="tar_scm" mode="disabled"> <param name="scm">git</param> <param name="url">git://github.com/coelckers/gzdoom</param> - <param name="revision">g3.5.0</param> - <param name="versionformat">3.5.0</param> + <param name="revision">g3.6.0</param> + <param name="versionformat">3.6.0</param> <!-- non-OSI media --> <param name="exclude">wadsrc_extra</param> </service> ++++++ fl2.patch ++++++ From: Jan Engelhardt <[email protected]> Date: 2018-10-16 14:29:56.900427855 +0200 Make the build work with fluidsynth 2.x. --- src/sound/mididevices/music_fluidsynth_mididevice.cpp | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) Index: gzdoom-3.6.0/src/sound/mididevices/music_fluidsynth_mididevice.cpp =================================================================== --- gzdoom-3.6.0.orig/src/sound/mididevices/music_fluidsynth_mididevice.cpp +++ gzdoom-3.6.0/src/sound/mididevices/music_fluidsynth_mididevice.cpp @@ -78,10 +78,13 @@ extern "C" unsigned __stdcall GetSystemD #define FLUID_CHORUS_DEFAULT_LEVEL 2.0f #define FLUID_CHORUS_DEFAULT_SPEED 0.3f #define FLUID_CHORUS_DEFAULT_DEPTH 8.0f -#define FLUID_CHORUS_DEFAULT_TYPE FLUID_CHORUS_MOD_SINE #endif +#ifndef FLUID_CHORUS_DEFAULT_TYPE +#define FLUID_CHORUS_DEFAULT_TYPE FLUID_CHORUS_MOD_SINE +#endif + // TYPES ------------------------------------------------------------------- // EXTERNAL FUNCTION PROTOTYPES -------------------------------------------- ++++++ gzdoom-3.5.0.tar.xz -> gzdoom-3.6.0.tar.xz ++++++ /work/SRC/openSUSE:Factory/gzdoom/gzdoom-3.5.0.tar.xz /work/SRC/openSUSE:Factory/.gzdoom.new/gzdoom-3.6.0.tar.xz differ: char 29, line 1
