Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package gzdoom for openSUSE:Factory checked 
in at 2021-05-23 00:06:27
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gzdoom (Old)
 and      /work/SRC/openSUSE:Factory/.gzdoom.new.2988 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gzdoom"

Sun May 23 00:06:27 2021 rev:16 rq:894992 version:4.6.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/gzdoom/gzdoom.changes    2021-03-30 
21:20:15.393909928 +0200
+++ /work/SRC/openSUSE:Factory/.gzdoom.new.2988/gzdoom.changes  2021-05-23 
00:06:31.362499560 +0200
@@ -1,0 +2,11 @@
+Sat May 22 17:03:00 UTC 2021 - Jan Engelhardt <jeng...@inai.de>
+
+- Update to release 4.6
+  * Widescreen graphics for Heretic and Hexen
+  * Sprite shadows like in the Build engine. Both in software and
+    hardware renderer.
+  * 16 bit channel PNG files can be read.
+  * DEHEXTRA working properly now.
+  * Various enhancements and fixes for ZScript.
+
+-------------------------------------------------------------------

Old:
----
  0001-fixed-zipdir-inability-to-update-empty-zip-file.patch
  g4.5.0.tar.gz

New:
----
  g4.6.0.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ gzdoom.spec ++++++
--- /var/tmp/diff_new_pack.EuXfSt/_old  2021-05-23 00:06:32.030496005 +0200
+++ /var/tmp/diff_new_pack.EuXfSt/_new  2021-05-23 00:06:32.034495984 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           gzdoom
-Version:        4.5.0
+Version:        4.6.0
 Release:        0
 Summary:        A DOOM source port with graphic and modding extensions
 License:        GPL-3.0-only
@@ -31,7 +31,6 @@
 Patch3:         gzdoom-asmjit.patch
 Patch4:         gzdoom-sdlbug.patch
 Patch5:         gzdoom-vulkan.patch
-Patch6:         0001-fixed-zipdir-inability-to-update-empty-zip-file.patch
 BuildRequires:  cmake >= 2.8.7
 BuildRequires:  gcc-c++
 BuildRequires:  libjpeg-devel
@@ -81,7 +80,6 @@
 %patch -P 5 -p1
 rm -Rf glslang src/common/rendering/vulkan/thirdparty/vulkan
 %endif
-%patch -P 6 -p1
 perl -i -pe 's{__DATE__}{""}g' src/common/platform/posix/sdl/i_main.cpp
 
 %build

++++++ g4.5.0.tar.gz -> g4.6.0.tar.gz ++++++
/work/SRC/openSUSE:Factory/gzdoom/g4.5.0.tar.gz 
/work/SRC/openSUSE:Factory/.gzdoom.new.2988/g4.6.0.tar.gz differ: char 13, line 
1

++++++ gzdoom-lzma.patch ++++++
--- /var/tmp/diff_new_pack.EuXfSt/_old  2021-05-23 00:06:32.074495771 +0200
+++ /var/tmp/diff_new_pack.EuXfSt/_new  2021-05-23 00:06:32.074495771 +0200
@@ -9,11 +9,11 @@
  tools/zipdir/CMakeLists.txt |    4 ++--
  3 files changed, 6 insertions(+), 6 deletions(-)
 
-Index: gzdoom-g4.4.0/CMakeLists.txt
+Index: gzdoom-g4.6.0/CMakeLists.txt
 ===================================================================
---- gzdoom-g4.4.0.orig/CMakeLists.txt
-+++ gzdoom-g4.4.0/CMakeLists.txt
-@@ -12,6 +12,7 @@ endif()
+--- gzdoom-g4.6.0.orig/CMakeLists.txt
++++ gzdoom-g4.6.0/CMakeLists.txt
+@@ -17,6 +17,7 @@ endif()
  
  list( APPEND CMAKE_MODULE_PATH ${CMAKE_SOURCE_DIR}/cmake )
  include( FindPackageHandleStandardArgs )
@@ -21,7 +21,7 @@
  
  # Support cross compiling
  option( FORCE_CROSSCOMPILE "Turn on cross compiling." NO )
-@@ -369,7 +370,7 @@ else()
+@@ -378,7 +379,7 @@ else()
  endif()
  
  
@@ -30,7 +30,7 @@
  
  if( NOT CMAKE_CROSSCOMPILING )
        if( NOT CROSS_EXPORTS )
-@@ -389,7 +390,6 @@ install(DIRECTORY docs/
+@@ -398,7 +399,6 @@ install(DIRECTORY docs/
  
  option( DYN_OPENAL "Dynamically load OpenAL" ON )
  
@@ -38,11 +38,11 @@
  add_subdirectory( tools )
  add_subdirectory( libraries/gdtoa )
  add_subdirectory( wadsrc )
-Index: gzdoom-g4.4.0/src/CMakeLists.txt
+Index: gzdoom-g4.6.0/src/CMakeLists.txt
 ===================================================================
---- gzdoom-g4.4.0.orig/src/CMakeLists.txt
-+++ gzdoom-g4.4.0/src/CMakeLists.txt
-@@ -437,7 +437,7 @@ set( ZDOOM_LIBS ${ZDOOM_LIBS} "${ZLIB_LI
+--- gzdoom-g4.6.0.orig/src/CMakeLists.txt
++++ gzdoom-g4.6.0/src/CMakeLists.txt
+@@ -406,7 +406,7 @@ set( ZDOOM_LIBS ${ZDOOM_LIBS} "${ZLIB_LI
  if (HAVE_VULKAN)
        set( ZDOOM_LIBS ${ZDOOM_LIBS} "glslang" "SPIRV" "OGLCompiler")
  endif()
@@ -51,7 +51,7 @@
  
  if( ${HAVE_VM_JIT} )
        add_definitions( -DHAVE_VM_JIT )
-@@ -1238,7 +1238,7 @@ if( UNIX )
+@@ -1231,7 +1231,7 @@ if( UNIX )
        endif()
  endif()
  
@@ -60,12 +60,12 @@
  
  include_directories( .
        common/audio/sound
-Index: gzdoom-g4.4.0/tools/zipdir/CMakeLists.txt
+Index: gzdoom-g4.6.0/tools/zipdir/CMakeLists.txt
 ===================================================================
---- gzdoom-g4.4.0.orig/tools/zipdir/CMakeLists.txt
-+++ gzdoom-g4.4.0/tools/zipdir/CMakeLists.txt
+--- gzdoom-g4.6.0.orig/tools/zipdir/CMakeLists.txt
++++ gzdoom-g4.6.0/tools/zipdir/CMakeLists.txt
 @@ -1,9 +1,9 @@
- cmake_minimum_required( VERSION 2.8.7 )
+ cmake_minimum_required( VERSION 3.1.0 )
  
  if( NOT CMAKE_CROSSCOMPILING )
 -      include_directories( "${ZLIB_INCLUDE_DIR}" "${BZIP2_INCLUDE_DIR}" 
"${LZMA_INCLUDE_DIR}" )

Reply via email to