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-03-30 21:11:34
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gzdoom (Old)
 and      /work/SRC/openSUSE:Factory/.gzdoom.new.2401 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gzdoom"

Tue Mar 30 21:11:34 2021 rev:15 rq:876936 version:4.5.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/gzdoom/gzdoom.changes    2020-09-16 
19:37:27.514675791 +0200
+++ /work/SRC/openSUSE:Factory/.gzdoom.new.2401/gzdoom.changes  2021-03-30 
21:20:15.393909928 +0200
@@ -1,0 +2,33 @@
+Thu Mar  4 19:55:21 UTC 2021 - Jan Engelhardt <jeng...@inai.de>
+
+- Add 0001-fixed-zipdir-inability-to-update-empty-zip-file.patch
+- Update to release 4.5.0
+  * For all of Doom's fullscreen images, there's now widescreen
+    versions provided.
+  * A simplified options menu is now available for quick setup of
+    the important settings.
+  * New keybindings presets. Users can now choose between the
+    classic layout and a WASD-based one.
+  * Menu and intermission screen now scale to the original
+    Doom.exe's layout by default.
+  * Major additions to the menu system - animated menu
+    transitions, image slideshows and fixed size menus can now be
+    created.
+  * The console now uses the border flat as default background
+    instead of the titlepic.
+  * It is now possible to fully quit the fullscreen console and
+    get back to the title loop.
+  * Interpolate positions and angles in the automap for smoother
+    appearance.
+  * Added $PitchSet for SNDINFO.
+  * Allow indirections in the string table by prefixing the
+    language string with '$$' the remaining text is interpreted
+    as another string label to resolve.
+  * Optimization of the patch texture checker - do not read in
+    the entire file if checking the initial header is sufficient
+    for rejecting it. This can speed up loading of large mods
+    quite significantly.
+  * OPUS support (via libsndfile)
+- Drop gzdoom-spirv.patch (merged)
+
+-------------------------------------------------------------------

Old:
----
  g4.4.2.tar.gz
  gzdoom-spirv.patch

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

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

Other differences:
------------------
++++++ gzdoom.spec ++++++
--- /var/tmp/diff_new_pack.TGVffu/_old  2021-03-30 21:20:16.457910707 +0200
+++ /var/tmp/diff_new_pack.TGVffu/_new  2021-03-30 21:20:16.461910709 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package gzdoom
 #
-# Copyright (c) 2020 SUSE LLC
+# 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,7 +17,7 @@
 
 
 Name:           gzdoom
-Version:        4.4.2
+Version:        4.5.0
 Release:        0
 Summary:        A DOOM source port with graphic and modding extensions
 License:        GPL-3.0-only
@@ -29,9 +29,9 @@
 Patch1:         gzdoom-waddir.patch
 Patch2:         gzdoom-lzma.patch
 Patch3:         gzdoom-asmjit.patch
-Patch4:         gzdoom-spirv.patch
-Patch5:         gzdoom-sdlbug.patch
-Patch6:         gzdoom-vulkan.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
@@ -76,12 +76,13 @@
 
 %prep
 %setup -qn %name-g%version
-%patch -P 1 -P 2 -P 3 -P 4 -P 5 -p1
+%patch -P 1 -P 2 -P 3 -P 4 -p1
 %if 0%{?sle_version} >= 150200
-%patch -P 6 -p1
+%patch -P 5 -p1
 rm -Rf glslang src/common/rendering/vulkan/thirdparty/vulkan
 %endif
-perl -i -pe 's{__DATE__}{""}g' src/posix/sdl/i_main.cpp
+%patch -P 6 -p1
+perl -i -pe 's{__DATE__}{""}g' src/common/platform/posix/sdl/i_main.cpp
 
 %build
 # There is handcrafted assembler, which LTO does not play nice with.
@@ -98,8 +99,9 @@
        -DCMAKE_EXE_LINKER_FLAGS="" -DCMAKE_MODULE_LINKER_FLAGS="" \
        -DINSTALL_DOCS_PATH="%_defaultdocdir/%name" \
        -DINSTALL_PK3_PATH="%_datadir/doom" \
+       -DINSTALL_SOUNDFONT_PATH="%_datadir/doom" \
        -DDYN_OPENAL=OFF
-make %{?_smp_mflags}
+%cmake_build
 
 %install
 %cmake_install

++++++ 0001-fixed-zipdir-inability-to-update-empty-zip-file.patch ++++++
>From ecf070148199c333dec01f28e4a7a05118162260 Mon Sep 17 00:00:00 2001
From: "alexey.lysiuk" <alexey.lys...@gmail.com>
Date: Sun, 1 Nov 2020 10:24:22 +0200
Subject: [PATCH] - fixed zipdir inability to update empty zip file

https://forum.zdoom.org/viewtopic.php?t=70468
---
 tools/zipdir/zipdir.c |    2 ++
 1 file changed, 2 insertions(+)

Index: gzdoom-g4.5.0/tools/zipdir/zipdir.c
===================================================================
--- gzdoom-g4.5.0.orig/tools/zipdir/zipdir.c
+++ gzdoom-g4.5.0/tools/zipdir/zipdir.c
@@ -781,6 +781,8 @@ void write_zip(const char *zipname, dir_
                        if (central_dir == NULL)
                        {
                                fprintf(stderr, "Could not read central 
directory from %s. (Is it a zipfile?)\n", zipname);
+                               fclose(ozip);
+                               ozip = NULL;
                                update = 0;
                        }
                }
++++++ g4.4.2.tar.gz -> g4.5.0.tar.gz ++++++
/work/SRC/openSUSE:Factory/gzdoom/g4.4.2.tar.gz 
/work/SRC/openSUSE:Factory/.gzdoom.new.2401/g4.5.0.tar.gz differ: char 13, line 
1

Reply via email to