Hello community, here is the log from the commit of package gzdoom for openSUSE:Factory checked in at 2020-01-19 20:56:43 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/gzdoom (Old) and /work/SRC/openSUSE:Factory/.gzdoom.new.26092 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gzdoom" Sun Jan 19 20:56:43 2020 rev:11 rq:765559 version:4.3.2 Changes: -------- --- /work/SRC/openSUSE:Factory/gzdoom/gzdoom.changes 2019-12-21 12:32:59.515409189 +0100 +++ /work/SRC/openSUSE:Factory/.gzdoom.new.26092/gzdoom.changes 2020-01-19 20:58:14.848075776 +0100 @@ -1,0 +2,19 @@ +Sun Jan 19 11:03:29 UTC 2020 - Jan Engelhardt <[email protected]> + +- Update to release 4.3.2 + * Added ML_NOSKYWALLS and ML_DRAWFULLHEIGHT + * Added support for new Bethesda.Net Unity Edition WADs. + +------------------------------------------------------------------- +Sat Jan 11 22:33:30 UTC 2020 - Jan Engelhardt <[email protected]> + +- Update to release 4.3.1 + * New softpoly backend for the hardware renderer. + * Advanced texture colorization options. + * Scripted map postprocessor. + * Dictionary class for ZScript. + * Add PSPF_PLAYERTRANSLATED flag (makes a PSprite layer + translated to the user's color). + * Support for MIDI on Linux via ALSA sequencer. + +------------------------------------------------------------------- Old: ---- g4.2.4.tar.gz New: ---- g4.3.2.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ gzdoom.spec ++++++ --- /var/tmp/diff_new_pack.USKkfh/_old 2020-01-19 20:58:15.700076223 +0100 +++ /var/tmp/diff_new_pack.USKkfh/_new 2020-01-19 20:58:15.704076225 +0100 @@ -1,7 +1,7 @@ # # spec file for package gzdoom # -# Copyright (c) 2019 SUSE LLC +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,12 +17,12 @@ Name: gzdoom -Version: 4.2.4 +Version: 4.3.2 Release: 0 Summary: A DOOM source port with graphic and modding extensions License: GPL-3.0-only Group: Amusements/Games/3D/Shoot -URL: http://zdoom.org/ +URL: https://zdoom.org/ #Git-Clone: https://github.com/coelckers/gzdoom Source: https://github.com/coelckers/gzdoom/archive/g%version.tar.gz ++++++ g4.2.4.tar.gz -> g4.3.2.tar.gz ++++++ /work/SRC/openSUSE:Factory/gzdoom/g4.2.4.tar.gz /work/SRC/openSUSE:Factory/.gzdoom.new.26092/g4.3.2.tar.gz differ: char 25, line 1 ++++++ gzdoom-system-gme.patch ++++++ --- /var/tmp/diff_new_pack.USKkfh/_old 2020-01-19 20:58:15.724076236 +0100 +++ /var/tmp/diff_new_pack.USKkfh/_new 2020-01-19 20:58:15.724076236 +0100 @@ -8,11 +8,11 @@ libraries/zmusic/CMakeLists.txt | 2 +- 2 files changed, 5 insertions(+), 10 deletions(-) -Index: gzdoom-g4.2.4/CMakeLists.txt +Index: gzdoom-g4.3.1/CMakeLists.txt =================================================================== ---- gzdoom-g4.2.4.orig/CMakeLists.txt -+++ gzdoom-g4.2.4/CMakeLists.txt -@@ -195,12 +195,7 @@ endif() +--- gzdoom-g4.3.1.orig/CMakeLists.txt ++++ gzdoom-g4.3.1/CMakeLists.txt +@@ -196,12 +196,7 @@ endif() #endif() # GME @@ -26,7 +26,7 @@ if( MSVC ) # Eliminate unreferenced functions and data -@@ -323,7 +318,7 @@ set( CMAKE_CXX_FLAGS_DEBUG "${CMAKE_CXX_ +@@ -325,7 +320,7 @@ set( CMAKE_CXX_FLAGS_DEBUG "${CMAKE_CXX_ option(FORCE_INTERNAL_ZLIB "Use internal zlib") option(FORCE_INTERNAL_JPEG "Use internal jpeg") option(FORCE_INTERNAL_BZIP2 "Use internal bzip2") @@ -35,7 +35,7 @@ mark_as_advanced( FORCE_INTERNAL_GME ) option(FORCE_INTERNAL_ASMJIT "Use internal asmjit" ON) mark_as_advanced( FORCE_INTERNAL_ASMJIT ) -@@ -392,14 +387,14 @@ else() +@@ -391,14 +386,14 @@ else() endif() if( GME_FOUND AND NOT FORCE_INTERNAL_GME ) @@ -52,11 +52,11 @@ set( GME_LIBRARIES gme ) endif() -Index: gzdoom-g4.2.4/libraries/zmusic/CMakeLists.txt +Index: gzdoom-g4.3.1/libraries/zmusic/CMakeLists.txt =================================================================== ---- gzdoom-g4.2.4.orig/libraries/zmusic/CMakeLists.txt -+++ gzdoom-g4.2.4/libraries/zmusic/CMakeLists.txt -@@ -41,7 +41,7 @@ else() +--- gzdoom-g4.3.1.orig/libraries/zmusic/CMakeLists.txt ++++ gzdoom-g4.3.1/libraries/zmusic/CMakeLists.txt +@@ -46,7 +46,7 @@ else() endif() @@ -64,4 +64,4 @@ +include_directories( "${CMAKE_CURRENT_SOURCE_DIR}/../libraries/dumb/include" "${ZLIB_INCLUDE_DIR}" "${ADL_INCLUDE_DIR}" "${OPN_INCLUDE_DIR}" "${TIMIDITYPP_INCLUDE_DIR}" "${TIMIDITY_INCLUDE_DIR}" "${WILDMIDI_INCLUDE_DIR}" "${OPLSYNTH_INCLUDE_DIR}" "${GME_INCLUDEDIR}" "${CMAKE_CURRENT_SOURCE_DIR}" ) if (WIN32) - set( PLAT_SOURCES + set( PLAT_SOURCES
