Hello community,

here is the log from the commit of package doomsday for openSUSE:Factory 
checked in at 2019-06-19 21:03:40
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/doomsday (Old)
 and      /work/SRC/openSUSE:Factory/.doomsday.new.4811 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "doomsday"

Wed Jun 19 21:03:40 2019 rev:22 rq:707487 version:2.1.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/doomsday/doomsday.changes        2018-02-09 
15:51:28.766915457 +0100
+++ /work/SRC/openSUSE:Factory/.doomsday.new.4811/doomsday.changes      
2019-06-19 21:03:59.562271719 +0200
@@ -1,0 +2,14 @@
+Sun Jun  2 15:10:46 UTC 2019 - Jan Engelhardt <jeng...@inai.de>
+
+- 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:
----
  Doomsday-Engine-2.1.1.tar.xz
  _service

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

Other differences:
------------------
++++++ doomsday.spec ++++++
--- /var/tmp/diff_new_pack.mIEL8L/_old  2019-06-19 21:04:01.234273170 +0200
+++ /var/tmp/diff_new_pack.mIEL8L/_new  2019-06-19 21:04:01.238273173 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package doomsday
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,22 +12,21 @@
 # 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.1.1
 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/
 
 #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:         Doomsday-Engine-%version.tar.xz
 Source2:        %name-rpmlintrc
 Patch1:         doomsday-no-abs-icon.patch
 Patch2:         doomsday-libs.diff
@@ -100,8 +99,7 @@
 settings for launching a particular game (e.g., Doom).
 
 %prep
-%setup -q
-%patch -P 1 -P 2 -P 3 -p1
+%autosetup -n Doomsday-Engine-%version -p1
 
 %build
 pushd doomsday

++++++ _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">build2967</param>
                <param name="parent-tag">build2967</param>
                <param name="versionformat">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-libs.diff ++++++
--- /var/tmp/diff_new_pack.mIEL8L/_old  2019-06-19 21:04:01.286273215 +0200
+++ /var/tmp/diff_new_pack.mIEL8L/_new  2019-06-19 21:04:01.286273215 +0200
@@ -9,11 +9,11 @@
  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)
@@ -21,8 +21,8 @@
 +    target_link_libraries (libgui PUBLIC ${assimpLibs} -lz)
  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-notime.diff ++++++
--- /var/tmp/diff_new_pack.mIEL8L/_old  2019-06-19 21:04:01.298273225 +0200
+++ /var/tmp/diff_new_pack.mIEL8L/_new  2019-06-19 21:04:01.302273229 +0200
@@ -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