Hello community,

here is the log from the commit of package doomsday for openSUSE:Leap:15.2 
checked in at 2020-03-09 18:12:50
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:15.2/doomsday (Old)
 and      /work/SRC/openSUSE:Leap:15.2/.doomsday.new.26092 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "doomsday"

Mon Mar  9 18:12:50 2020 rev:26 rq:781889 version:2.2.2

Changes:
--------
--- /work/SRC/openSUSE:Leap:15.2/doomsday/doomsday.changes      2020-01-15 
14:52:53.165505093 +0100
+++ /work/SRC/openSUSE:Leap:15.2/.doomsday.new.26092/doomsday.changes   
2020-03-09 18:13:45.253393529 +0100
@@ -1,0 +2,43 @@
+Thu Mar  5 14:20:55 UTC 2020 - Jan Engelhardt <[email protected]>
+
+- Add -lminizip to doomsday-libs.diff to cure a linker error.
+- Update to release 2.2.2
+  * Doomsday Script improvements, Heretic modding, weapon
+    field of view.
+
+-------------------------------------------------------------------
+Sun Jan 19 11:36:20 UTC 2020 - Jan Engelhardt <[email protected]>
+
+- Update to release 2.2.1.1
+  * The built-in scripting language has gained wider integration
+    in the engine internals.
+  * Scripted mobj actions
+  * A number of modding related improvements have been done for
+    Heretic. For example: customizable menu labels, enhanced
+    intermission screen, Values for ammo per shot, support for
+    Hexen-like wall-bouncing missiles, and a script binding for
+    starting an enemy’s attack.
+  * Separate FOV for rendering player weapons
+  * Doomsday now detects Freedoom v0.12.1.
+
+-------------------------------------------------------------------
+Sat Nov  2 00:02:30 UTC 2019 - Jan Engelhardt <[email protected]>
+
+- Previous implicit dependency on xxf86vm is now added
+  as an explicit BuildRequires.
+
+-------------------------------------------------------------------
+Sun Jun  2 15:10:46 UTC 2019 - Jan Engelhardt <[email protected]>
+
+- Update to new upstream release 2.1.1
+  * Graphics optimizations: While games still use the classic
+    renderer like in 2.0, all graphics are now drawn using OpenGL
+    3.3. This enables optimizations for more efficient rendering
+    of the player view, menus, text, and the Doomsday UI.
+  * UI improvements: The Doomsday UI look and feel has been
+    refreshed. The game library is now more flexible and powerful
+    with further game customization settings and view options.
+  * Multiplayer convenience: Clients will automatically download
+    missing PWADs from the server before joining the game.
+
+-------------------------------------------------------------------

Old:
----
  doomsday-2.0.3.tar.gz

New:
----
  _service
  doomsday-2.2.2.tar.gz

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

Other differences:
------------------
++++++ doomsday.spec ++++++
--- /var/tmp/diff_new_pack.yJomU1/_old  2020-03-09 18:13:45.813393800 +0100
+++ /var/tmp/diff_new_pack.yJomU1/_new  2020-03-09 18:13:45.813393800 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package doomsday
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# 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
@@ -12,34 +12,27 @@
 # 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:           doomsday
-Version:        2.0.3
+Version:        2.2.2
 Release:        0
 Summary:        The Doomsday Engine: DOOM/Hertic/Hexen port with pretty 
graphics
-# md2tool is the one being GPL-2.0-only
-License:        GPL-2.0+ and GPL-2.0
+License:        GPL-2.0-or-later AND GPL-2.0-only AND 
SUSE-GPL-2.0-with-linking-exception AND BSD-3-Clause AND LGPL-3.0-or-later
 Group:          Amusements/Games/3D/Shoot
-Url:            http://dengine.net/
+URL:            http://dengine.net/
 
-#Git-Web:      https://github.com/skyjake/Doomsday-Engine
-#Git-Clone:    git://github.com/skyjake/Doomsday-Engine
-Source:         http://downloads.sf.net/deng/%name-%version.tar.gz
+Source:         http://downloads.sf.net/deng/doomsday-%version.tar.gz
 Source2:        %name-rpmlintrc
 Patch1:         doomsday-no-abs-icon.patch
 Patch2:         doomsday-libs.diff
 Patch3:         doomsday-notime.diff
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  Mesa-devel
 BuildRequires:  cmake
-%if 0%{?suse_version} < 1500
-BuildRequires:  gcc6-c++
-%else
 BuildRequires:  gcc-c++ >= 6
-%endif
+BuildRequires:  libcurl4
 BuildRequires:  libpng-devel
 BuildRequires:  ncurses-devel
 BuildRequires:  zlib-devel
@@ -59,13 +52,11 @@
 BuildRequires:  pkgconfig(x11)
 BuildRequires:  pkgconfig(xext)
 BuildRequires:  pkgconfig(xrandr)
+BuildRequires:  pkgconfig(xxf86vm)
 BuildRequires:  pkgconfig(zzip-zlib-config)
 # Doomsday uses a modified version of assimp, so no pkgconfig(assimp) here :-(
-Provides:       bundled(assimp) = 3.1.1
-
-%if 0%{?suse_version}
+Provides:       bundled(assimp) = 3.3.1
 Recommends:     timidity timidity-eawpats
-%endif
 Provides:       jdoom = %version-%release
 Provides:       jheretic = %version-%release
 Provides:       jhexen = %version-%release
@@ -83,15 +74,9 @@
 Group:          Amusements/Games/3D/Shoot
 Requires:       %name = %version
 BuildRequires:  python
-%if 0%{?fedora_version}
-Requires:       wxPython
-%else
 %py_requires
 Requires:       python-wxWidgets
-%endif
-%if 0%{?suse_version} >= 1130 || 0%{?fedora_version}
 BuildArch:      noarch
-%endif
 
 %description launcher
 Snowberry is the official frontend of the Doomsday Engine. It is a
@@ -100,18 +85,10 @@
 settings for launching a particular game (e.g., Doom).
 
 %prep
-%setup -q
-%patch -P 1 -P 2 -P 3 -p1
+%autosetup -p1
 
 %build
 pushd doomsday
-cf="%optflags"
-%if 0%{?suse_version} > 1320
-cf="$cf -Wno-narrowing"
-%endif
-%if 0%{?suse_version} < 1500
-export CC=gcc-6 CXX=g++-6
-%endif
 %cmake
 make -O %{?_smp_mflags}
 
@@ -149,6 +126,8 @@
 %_libdir/%name/
 %_datadir/%name/
 %_datadir/applications/*.desktop
+%_datadir/metainfo/
+%_datadir/icons/*
 %_datadir/pixmaps/*.png
 
 %changelog

++++++ _service ++++++
<services>
        <service name="tar_scm" mode="disabled">
                <param name="scm">git</param>
                <param 
name="url">https://github.com/skyjake/Doomsday-Engine</param>
                <param name="revision">v2.2.1-1</param>
                <param name="parent-tag">v2.2.1-1</param>
                <param name="versionformat">2.2.1.1</param>
                <!-- extras not in the normal tarball release -->
                <param name="exclude">attic</param>
                <param name="exclude">packs</param>
                <param name="exclude">web</param>
                <param name="exclude">web2</param>
                <param name="exclude">webapi</param>
                <!-- questionable license: -->
                <param 
name="exclude">doomsday/apps/client/net.dengine.client.pack/audio</param>
        </service>
        <service name="recompress" mode="disabled">
                <param name="file">*.tar</param>
                <param name="compression">xz</param>
        </service>
        <service name="set_version" mode="disabled"/>
</services>
++++++ doomsday-2.0.3.tar.gz -> doomsday-2.2.2.tar.gz ++++++
/work/SRC/openSUSE:Leap:15.2/doomsday/doomsday-2.0.3.tar.gz 
/work/SRC/openSUSE:Leap:15.2/.doomsday.new.26092/doomsday-2.2.2.tar.gz differ: 
char 5, line 1

++++++ doomsday-libs.diff ++++++
--- /var/tmp/diff_new_pack.yJomU1/_old  2020-03-09 18:13:45.853393820 +0100
+++ /var/tmp/diff_new_pack.yJomU1/_new  2020-03-09 18:13:45.853393820 +0100
@@ -9,20 +9,20 @@
  doomsday/sdk/libgui/CMakeLists.txt |    4 ++--
  1 file changed, 2 insertions(+), 2 deletions(-)
 
-Index: doomsday-2.0.3/doomsday/sdk/libgui/CMakeLists.txt
+Index: Doomsday-Engine-2.1.1/doomsday/sdk/libgui/CMakeLists.txt
 ===================================================================
---- doomsday-2.0.3.orig/doomsday/sdk/libgui/CMakeLists.txt
-+++ doomsday-2.0.3/doomsday/sdk/libgui/CMakeLists.txt
-@@ -118,7 +118,7 @@ if (UNIX AND NOT APPLE)
+--- Doomsday-Engine-2.1.1.orig/doomsday/sdk/libgui/CMakeLists.txt
++++ Doomsday-Engine-2.1.1/doomsday/sdk/libgui/CMakeLists.txt
+@@ -141,7 +141,7 @@ if (UNIX AND NOT APPLE)
      # must be linked publicly (rather than privately like is the
      # done for libassimp).
      get_property (assimpLibs TARGET libassimp PROPERTY 
INTERFACE_LINK_LIBRARIES)
 -    target_link_libraries (libgui PUBLIC ${assimpLibs})
-+    target_link_libraries (libgui PUBLIC ${assimpLibs} -lz)
++    target_link_libraries (libgui PUBLIC ${assimpLibs} -lz -lminizip)
  endif ()
  
- if (APPLE)
-@@ -128,7 +128,7 @@ endif ()
+ if (IOS)
+@@ -153,7 +153,7 @@ endif ()
  
  if (DENG_X11)
      target_include_directories (libgui PRIVATE ${X11_INCLUDE_DIR})

++++++ doomsday-no-abs-icon.patch ++++++
--- /var/tmp/diff_new_pack.yJomU1/_old  2020-03-09 18:13:45.861393824 +0100
+++ /var/tmp/diff_new_pack.yJomU1/_new  2020-03-09 18:13:45.861393824 +0100
@@ -7,25 +7,13 @@
 
 
 ---
- doomsday/apps/client/doomsday-engine.desktop.in |    3 +--
- doomsday/tools/shell/doomsday-shell.desktop.in  |    3 +--
- 2 files changed, 2 insertions(+), 4 deletions(-)
+ doomsday/tools/shell/doomsday-shell.desktop.in |    3 +--
+ 1 file changed, 1 insertion(+), 2 deletions(-)
 
-Index: doomsday-2.0.0/doomsday/apps/client/doomsday-engine.desktop.in
+Index: Doomsday-Engine-2.2.1.1/doomsday/tools/shell/doomsday-shell.desktop.in
 ===================================================================
---- doomsday-2.0.0.orig/doomsday/apps/client/doomsday-engine.desktop.in
-+++ doomsday-2.0.0/doomsday/apps/client/doomsday-engine.desktop.in
-@@ -6,5 +6,4 @@ Categories=Game;ActionGame;
- Exec=${CMAKE_INSTALL_PREFIX}/bin/doomsday
- Terminal=false
- Type=Application
--Icon=${CMAKE_INSTALL_PREFIX}/${DENG_INSTALL_DATA_DIR}/deng-logo-256.png
--
-+Icon=deng-logo-256.png
-Index: doomsday-2.0.0/doomsday/tools/shell/doomsday-shell.desktop.in
-===================================================================
---- doomsday-2.0.0.orig/doomsday/tools/shell/doomsday-shell.desktop.in
-+++ doomsday-2.0.0/doomsday/tools/shell/doomsday-shell.desktop.in
+--- Doomsday-Engine-2.2.1.1.orig/doomsday/tools/shell/doomsday-shell.desktop.in
++++ Doomsday-Engine-2.2.1.1/doomsday/tools/shell/doomsday-shell.desktop.in
 @@ -6,5 +6,4 @@ Categories=Game;ActionGame;
  Exec=${CMAKE_INSTALL_PREFIX}/bin/doomsday-shell
  Terminal=false

++++++ doomsday-notime.diff ++++++
--- /var/tmp/diff_new_pack.yJomU1/_old  2020-03-09 18:13:45.865393826 +0100
+++ /var/tmp/diff_new_pack.yJomU1/_new  2020-03-09 18:13:45.865393826 +0100
@@ -24,10 +24,10 @@
  doomsday/tools/savegametool/src/main.cpp              |    3 +--
  18 files changed, 18 insertions(+), 20 deletions(-)
 
-Index: doomsday-2.0.3/doomsday/apps/client/include/dd_def.h
+Index: Doomsday-Engine-2.1.1/doomsday/apps/client/include/dd_def.h
 ===================================================================
---- doomsday-2.0.3.orig/doomsday/apps/client/include/dd_def.h
-+++ doomsday-2.0.3/doomsday/apps/client/include/dd_def.h
+--- Doomsday-Engine-2.1.1.orig/doomsday/apps/client/include/dd_def.h
++++ Doomsday-Engine-2.1.1/doomsday/apps/client/include/dd_def.h
 @@ -78,7 +78,7 @@ extern "C" {
  
  #define DOOMSDAY_VER_ID     DOOMSDAY_RELEASE_TYPE DOOMSDAY_VER_ID_64BIT 
DOOMSDAY_VER_ID_DEBUG DOOMSDAY_VER_ID_RANGECHECK DOOMSDAY_VER_ID_BUILD
@@ -37,13 +37,13 @@
  
  #define SAFEDIV(x,y)    (!(y) || !((x)/(y))? 1 : (x)/(y))
  #define ORDER(x,y,a,b)  ( (x)<(y)? ((a)=(x),(b)=(y)) : ((b)=(x),(a)=(y)) )
-Index: doomsday-2.0.3/doomsday/apps/client/src/ui/dialogs/aboutdialog.cpp
+Index: 
Doomsday-Engine-2.1.1/doomsday/apps/client/src/ui/dialogs/aboutdialog.cpp
 ===================================================================
---- doomsday-2.0.3.orig/doomsday/apps/client/src/ui/dialogs/aboutdialog.cpp
-+++ doomsday-2.0.3/doomsday/apps/client/src/ui/dialogs/aboutdialog.cpp
-@@ -83,8 +83,7 @@ AboutDialog::AboutDialog() : DialogWidge
+--- 
Doomsday-Engine-2.1.1.orig/doomsday/apps/client/src/ui/dialogs/aboutdialog.cpp
++++ Doomsday-Engine-2.1.1/doomsday/apps/client/src/ui/dialogs/aboutdialog.cpp
+@@ -84,8 +84,7 @@ AboutDialog::AboutDialog() : DialogWidge
              .arg(DOOMSDAY_RELEASE_TYPE)
-             .arg(version.compactNumber())
+             //.arg(version.compactNumber())
              .arg(version.build)
 -            .arg(Time::fromText(__DATE__ " " __TIME__, Time::CompilerDateTime)
 -                 .asDateTime().toString(Qt::SystemLocaleShortDate))
@@ -51,10 +51,10 @@
              .arg(tr("bit"))
              .arg(version.gitDescription.isEmpty()? "" : ("\n" _E(s)_E(F) + 
version.gitDescription + _E(.)_E(.)));
      info->setText(txt);
-Index: doomsday-2.0.3/doomsday/apps/plugins/directsound/include/version.h
+Index: 
Doomsday-Engine-2.1.1/doomsday/apps/plugins/directsound/include/version.h
 ===================================================================
---- doomsday-2.0.3.orig/doomsday/apps/plugins/directsound/include/version.h
-+++ doomsday-2.0.3/doomsday/apps/plugins/directsound/include/version.h
+--- 
Doomsday-Engine-2.1.1.orig/doomsday/apps/plugins/directsound/include/version.h
++++ Doomsday-Engine-2.1.1/doomsday/apps/plugins/directsound/include/version.h
 @@ -46,7 +46,7 @@
  #define PLUGIN_DETAILS      "Doomsday plugin for audio playback via 
DirectSound"
  
@@ -64,10 +64,10 @@
  #define PLUGIN_VERSION_NUMBER 1,2,5,0 // For WIN32 version info.
  
  #endif
-Index: doomsday-2.0.3/doomsday/apps/plugins/doom/include/version.h
+Index: Doomsday-Engine-2.1.1/doomsday/apps/plugins/doom/include/version.h
 ===================================================================
---- doomsday-2.0.3.orig/doomsday/apps/plugins/doom/include/version.h
-+++ doomsday-2.0.3/doomsday/apps/plugins/doom/include/version.h
+--- Doomsday-Engine-2.1.1.orig/doomsday/apps/plugins/doom/include/version.h
++++ Doomsday-Engine-2.1.1/doomsday/apps/plugins/doom/include/version.h
 @@ -59,7 +59,7 @@
  #define PLUGIN_DOCSURL      DOOMSDAY_DOCSURL
  
@@ -77,10 +77,10 @@
  #define PLUGIN_VERSION_NUMBER DOOMSDAY_VERSION_NUMBER // For WIN32 version 
info.
  
  // For WIN32 version info:
-Index: doomsday-2.0.3/doomsday/apps/plugins/doom64/include/version.h
+Index: Doomsday-Engine-2.1.1/doomsday/apps/plugins/doom64/include/version.h
 ===================================================================
---- doomsday-2.0.3.orig/doomsday/apps/plugins/doom64/include/version.h
-+++ doomsday-2.0.3/doomsday/apps/plugins/doom64/include/version.h
+--- Doomsday-Engine-2.1.1.orig/doomsday/apps/plugins/doom64/include/version.h
++++ Doomsday-Engine-2.1.1/doomsday/apps/plugins/doom64/include/version.h
 @@ -58,7 +58,7 @@
  #define PLUGIN_DOCSURL      DOOMSDAY_DOCSURL
  
@@ -90,10 +90,10 @@
  #define PLUGIN_VERSION_NUMBER DOOMSDAY_VERSION_NUMBER // For WIN32 version 
info.
  
  // For WIN32 version info:
-Index: doomsday-2.0.3/doomsday/apps/plugins/example/include/version.h
+Index: Doomsday-Engine-2.1.1/doomsday/apps/plugins/example/include/version.h
 ===================================================================
---- doomsday-2.0.3.orig/doomsday/apps/plugins/example/include/version.h
-+++ doomsday-2.0.3/doomsday/apps/plugins/example/include/version.h
+--- Doomsday-Engine-2.1.1.orig/doomsday/apps/plugins/example/include/version.h
++++ Doomsday-Engine-2.1.1/doomsday/apps/plugins/example/include/version.h
 @@ -44,7 +44,7 @@
  #define PLUGIN_DOCSURL      DOOMSDAY_DOCSURL
  
@@ -103,10 +103,10 @@
  #define PLUGIN_VERSION_NUMBER 1,2,0,0 // For WIN32 version info.
  
  // For WIN32 version info:
-Index: doomsday-2.0.3/doomsday/apps/plugins/fluidsynth/include/version.h
+Index: Doomsday-Engine-2.1.1/doomsday/apps/plugins/fluidsynth/include/version.h
 ===================================================================
---- doomsday-2.0.3.orig/doomsday/apps/plugins/fluidsynth/include/version.h
-+++ doomsday-2.0.3/doomsday/apps/plugins/fluidsynth/include/version.h
+--- 
Doomsday-Engine-2.1.1.orig/doomsday/apps/plugins/fluidsynth/include/version.h
++++ Doomsday-Engine-2.1.1/doomsday/apps/plugins/fluidsynth/include/version.h
 @@ -38,7 +38,7 @@
  #define PLUGIN_DETAILS      "Doomsday plugin for music playback via 
FluidSynth"
  
@@ -116,10 +116,10 @@
  #define PLUGIN_VERSION_NUMBER 1,1,0,0 // For WIN32 version info.
  
  #endif
-Index: doomsday-2.0.3/doomsday/apps/plugins/fmod/include/version.h
+Index: Doomsday-Engine-2.1.1/doomsday/apps/plugins/fmod/include/version.h
 ===================================================================
---- doomsday-2.0.3.orig/doomsday/apps/plugins/fmod/include/version.h
-+++ doomsday-2.0.3/doomsday/apps/plugins/fmod/include/version.h
+--- Doomsday-Engine-2.1.1.orig/doomsday/apps/plugins/fmod/include/version.h
++++ Doomsday-Engine-2.1.1/doomsday/apps/plugins/fmod/include/version.h
 @@ -58,7 +58,7 @@
  #define PLUGIN_DETAILS      "Doomsday plugin for audio playback via Firelight 
Technologies' FMOD Ex "
  
@@ -129,10 +129,10 @@
  #define PLUGIN_VERSION_NUMBER 1,0,2,0 // For WIN32 version info.
  
  #endif
-Index: doomsday-2.0.3/doomsday/apps/plugins/heretic/include/version.h
+Index: Doomsday-Engine-2.1.1/doomsday/apps/plugins/heretic/include/version.h
 ===================================================================
---- doomsday-2.0.3.orig/doomsday/apps/plugins/heretic/include/version.h
-+++ doomsday-2.0.3/doomsday/apps/plugins/heretic/include/version.h
+--- Doomsday-Engine-2.1.1.orig/doomsday/apps/plugins/heretic/include/version.h
++++ Doomsday-Engine-2.1.1/doomsday/apps/plugins/heretic/include/version.h
 @@ -59,7 +59,7 @@
  #define PLUGIN_DOCSURL      DOOMSDAY_DOCSURL
  
@@ -142,10 +142,10 @@
  #define PLUGIN_VERSION_NUMBER DOOMSDAY_VERSION_NUMBER // For WIN32 version 
info.
  
  // For WIN32 version info:
-Index: doomsday-2.0.3/doomsday/apps/plugins/hexen/include/version.h
+Index: Doomsday-Engine-2.1.1/doomsday/apps/plugins/hexen/include/version.h
 ===================================================================
---- doomsday-2.0.3.orig/doomsday/apps/plugins/hexen/include/version.h
-+++ doomsday-2.0.3/doomsday/apps/plugins/hexen/include/version.h
+--- Doomsday-Engine-2.1.1.orig/doomsday/apps/plugins/hexen/include/version.h
++++ Doomsday-Engine-2.1.1/doomsday/apps/plugins/hexen/include/version.h
 @@ -59,7 +59,7 @@
  #define PLUGIN_DOCSURL      DOOMSDAY_DOCSURL
  
@@ -155,10 +155,10 @@
  #define PLUGIN_VERSION_NUMBER DOOMSDAY_VERSION_NUMBER // For WIN32 version 
info.
  
  // For WIN32 version info:
-Index: doomsday-2.0.3/doomsday/apps/plugins/importdeh/include/version.h
+Index: Doomsday-Engine-2.1.1/doomsday/apps/plugins/importdeh/include/version.h
 ===================================================================
---- doomsday-2.0.3.orig/doomsday/apps/plugins/importdeh/include/version.h
-+++ doomsday-2.0.3/doomsday/apps/plugins/importdeh/include/version.h
+--- 
Doomsday-Engine-2.1.1.orig/doomsday/apps/plugins/importdeh/include/version.h
++++ Doomsday-Engine-2.1.1/doomsday/apps/plugins/importdeh/include/version.h
 @@ -39,7 +39,7 @@
  #define PLUGIN_DETAILS      "Doomsday plugin for importing DeHackEd patches."
  
@@ -168,10 +168,10 @@
  #define PLUGIN_VERSION_NUMBER 2,0,0,0 // For WIN32 version info.
  
  #endif // LIBDEHREAD_VERSION_H
-Index: doomsday-2.0.3/doomsday/apps/plugins/importidtech1/include/version.h
+Index: 
Doomsday-Engine-2.1.1/doomsday/apps/plugins/importidtech1/include/version.h
 ===================================================================
---- doomsday-2.0.3.orig/doomsday/apps/plugins/importidtech1/include/version.h
-+++ doomsday-2.0.3/doomsday/apps/plugins/importidtech1/include/version.h
+--- 
Doomsday-Engine-2.1.1.orig/doomsday/apps/plugins/importidtech1/include/version.h
++++ Doomsday-Engine-2.1.1/doomsday/apps/plugins/importidtech1/include/version.h
 @@ -40,7 +40,7 @@
  #define PLUGIN_DETAILS      "Doomsday plugin for loading id Tech 1 resources."
  
@@ -181,10 +181,10 @@
  #define PLUGIN_VERSION_NUMBER 1,0,0,0 // For WIN32 version info.
  
  #endif // IMPORTIDTECH1_VERSION_H
-Index: doomsday-2.0.3/doomsday/apps/plugins/importsave/include/version.h
+Index: Doomsday-Engine-2.1.1/doomsday/apps/plugins/importsave/include/version.h
 ===================================================================
---- doomsday-2.0.3.orig/doomsday/apps/plugins/importsave/include/version.h
-+++ doomsday-2.0.3/doomsday/apps/plugins/importsave/include/version.h
+--- 
Doomsday-Engine-2.1.1.orig/doomsday/apps/plugins/importsave/include/version.h
++++ Doomsday-Engine-2.1.1/doomsday/apps/plugins/importsave/include/version.h
 @@ -38,7 +38,7 @@
  #define PLUGIN_DETAILS      "Doomsday plugin for importing legacy saved 
games."
  
@@ -194,10 +194,10 @@
  #define PLUGIN_VERSION_NUMBER 1,0,0,0 // For WIN32 version info.
  
  #endif // IMPORTSAVE_VERSION_H
-Index: doomsday-2.0.3/doomsday/apps/plugins/importudmf/include/version.h
+Index: Doomsday-Engine-2.1.1/doomsday/apps/plugins/importudmf/include/version.h
 ===================================================================
---- doomsday-2.0.3.orig/doomsday/apps/plugins/importudmf/include/version.h
-+++ doomsday-2.0.3/doomsday/apps/plugins/importudmf/include/version.h
+--- 
Doomsday-Engine-2.1.1.orig/doomsday/apps/plugins/importudmf/include/version.h
++++ Doomsday-Engine-2.1.1/doomsday/apps/plugins/importudmf/include/version.h
 @@ -38,7 +38,7 @@
  #define PLUGIN_DETAILS      "Doomsday plugin for importing Universal Doom Map 
Format maps."
  
@@ -207,10 +207,10 @@
  #define PLUGIN_VERSION_NUMBER 1,0,0,0 // For WIN32 version info.
  
  #endif // IMPORTUDMF_VERSION_H
-Index: doomsday-2.0.3/doomsday/apps/plugins/openal/include/version.h
+Index: Doomsday-Engine-2.1.1/doomsday/apps/plugins/openal/include/version.h
 ===================================================================
---- doomsday-2.0.3.orig/doomsday/apps/plugins/openal/include/version.h
-+++ doomsday-2.0.3/doomsday/apps/plugins/openal/include/version.h
+--- Doomsday-Engine-2.1.1.orig/doomsday/apps/plugins/openal/include/version.h
++++ Doomsday-Engine-2.1.1/doomsday/apps/plugins/openal/include/version.h
 @@ -46,7 +46,7 @@
  #define PLUGIN_DETAILS      "Doomsday plugin for audio playback via OpenAL"
  
@@ -220,10 +220,10 @@
  #define PLUGIN_VERSION_NUMBER 1,2,4,0 // For WIN32 version info.
  
  #endif
-Index: doomsday-2.0.3/doomsday/apps/plugins/winmm/include/version.h
+Index: Doomsday-Engine-2.1.1/doomsday/apps/plugins/winmm/include/version.h
 ===================================================================
---- doomsday-2.0.3.orig/doomsday/apps/plugins/winmm/include/version.h
-+++ doomsday-2.0.3/doomsday/apps/plugins/winmm/include/version.h
+--- Doomsday-Engine-2.1.1.orig/doomsday/apps/plugins/winmm/include/version.h
++++ Doomsday-Engine-2.1.1/doomsday/apps/plugins/winmm/include/version.h
 @@ -46,7 +46,7 @@
  #define PLUGIN_DETAILS      "Doomsday plugin for audio playback via Windows 
Multimedia."
  
@@ -233,10 +233,10 @@
  #define PLUGIN_VERSION_NUMBER 1,0,5,0 // For WIN32 version info.
  
  #endif
-Index: doomsday-2.0.3/doomsday/tools/amethyst/src/defs.h
+Index: Doomsday-Engine-2.1.1/doomsday/tools/amethyst/src/defs.h
 ===================================================================
---- doomsday-2.0.3.orig/doomsday/tools/amethyst/src/defs.h
-+++ doomsday-2.0.3/doomsday/tools/amethyst/src/defs.h
+--- Doomsday-Engine-2.1.1.orig/doomsday/tools/amethyst/src/defs.h
++++ Doomsday-Engine-2.1.1/doomsday/tools/amethyst/src/defs.h
 @@ -19,7 +19,7 @@
  #define __AMETHYST_COMMON_DEFS_H__
  
@@ -246,10 +246,10 @@
  #define MAX_COLUMNS     40
  
  #define IS_BREAK(c)     ((c)=='@' || (c)=='{' || (c)=='}' || (c)=='$')
-Index: doomsday-2.0.3/doomsday/tools/savegametool/src/main.cpp
+Index: Doomsday-Engine-2.1.1/doomsday/tools/savegametool/src/main.cpp
 ===================================================================
---- doomsday-2.0.3.orig/doomsday/tools/savegametool/src/main.cpp
-+++ doomsday-2.0.3/doomsday/tools/savegametool/src/main.cpp
+--- Doomsday-Engine-2.1.1.orig/doomsday/tools/savegametool/src/main.cpp
++++ Doomsday-Engine-2.1.1/doomsday/tools/savegametool/src/main.cpp
 @@ -72,8 +72,7 @@ String versionText()
      return String("%1 version %2 (%3)")
                 .arg(DENG2_TEXT_APP->applicationName())


Reply via email to