SHA256
1
0
forked from pool/gzdoom

- Update to new upstream release 3.7.2

OBS-URL: https://build.opensuse.org/package/show/games/gzdoom?expand=0&rev=19
This commit is contained in:
Jan Engelhardt 2019-01-23 16:00:40 +00:00 committed by Git OBS Bridge
parent 0a089a95ee
commit 0e5c835185
6 changed files with 29 additions and 19 deletions

View File

@ -2,8 +2,8 @@
<service name="tar_scm" mode="disabled">
<param name="scm">git</param>
<param name="url">git://github.com/coelckers/gzdoom</param>
<param name="revision">g3.7.1</param>
<param name="versionformat">3.7.1</param>
<param name="revision">g3.7.2</param>
<param name="versionformat">3.7.2</param>
<!-- non-OSI media -->
<param name="exclude">wadsrc_extra</param>
</service>

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:40aae7098354ca424a64bd5d10a4741b4e51d86416968ab5ad6fcbe5847c2cdc
size 8382380

3
gzdoom-3.7.2.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:7414160623d46fa56672bea88f0140e86ee70dbfe2fd778cd1e4e5410b74685b
size 8379076

View File

@ -4,10 +4,10 @@
tools/zipdir/CMakeLists.txt | 4 ++--
3 files changed, 6 insertions(+), 6 deletions(-)
Index: gzdoom-3.7.1/CMakeLists.txt
Index: gzdoom-3.7.2/CMakeLists.txt
===================================================================
--- gzdoom-3.7.1.orig/CMakeLists.txt
+++ gzdoom-3.7.1/CMakeLists.txt
--- gzdoom-3.7.2.orig/CMakeLists.txt
+++ gzdoom-3.7.2/CMakeLists.txt
@@ -12,6 +12,7 @@ endif()
list( APPEND CMAKE_MODULE_PATH ${CMAKE_SOURCE_DIR}/cmake )
@ -16,7 +16,7 @@ Index: gzdoom-3.7.1/CMakeLists.txt
# Produce a warning if XP support will be missing when building a 32 bit target for MSVC.
if( MSVC )
@@ -336,7 +337,7 @@ else()
@@ -340,7 +341,7 @@ else()
set( GME_LIBRARIES gme )
endif()
@ -25,7 +25,7 @@ Index: gzdoom-3.7.1/CMakeLists.txt
if( NOT CMAKE_CROSSCOMPILING )
if( NOT CROSS_EXPORTS )
@@ -354,7 +355,6 @@ install(DIRECTORY docs/
@@ -358,7 +359,6 @@ install(DIRECTORY docs/
DESTINATION ${INSTALL_DOCS_PATH}
COMPONENT "Documentation")
@ -33,10 +33,10 @@ Index: gzdoom-3.7.1/CMakeLists.txt
add_subdirectory( tools )
add_subdirectory( dumb )
add_subdirectory( gdtoa )
Index: gzdoom-3.7.1/src/CMakeLists.txt
Index: gzdoom-3.7.2/src/CMakeLists.txt
===================================================================
--- gzdoom-3.7.1.orig/src/CMakeLists.txt
+++ gzdoom-3.7.1/src/CMakeLists.txt
--- gzdoom-3.7.2.orig/src/CMakeLists.txt
+++ gzdoom-3.7.2/src/CMakeLists.txt
@@ -461,7 +461,7 @@ add_custom_target( revision_check ALL
message( STATUS "Fluid synth libs: ${FLUIDSYNTH_LIBRARIES}" )
@ -46,8 +46,8 @@ Index: gzdoom-3.7.1/src/CMakeLists.txt
if( SNDFILE_FOUND )
set( ZDOOM_LIBS ${ZDOOM_LIBS} "${SNDFILE_LIBRARIES}" )
@@ -1301,7 +1301,7 @@ if(${CMAKE_SYSTEM_NAME} STREQUAL "SunOS"
set( ZDOOM_LIBS ${ZDOOM_LIBS} nsl socket)
@@ -1308,7 +1308,7 @@ if( UNIX )
endif()
endif()
-target_link_libraries( zdoom ${ZDOOM_LIBS} gdtoa dumb lzma )
@ -55,10 +55,10 @@ Index: gzdoom-3.7.1/src/CMakeLists.txt
include_directories( .
g_statusbar
Index: gzdoom-3.7.1/tools/zipdir/CMakeLists.txt
Index: gzdoom-3.7.2/tools/zipdir/CMakeLists.txt
===================================================================
--- gzdoom-3.7.1.orig/tools/zipdir/CMakeLists.txt
+++ gzdoom-3.7.1/tools/zipdir/CMakeLists.txt
--- gzdoom-3.7.2.orig/tools/zipdir/CMakeLists.txt
+++ gzdoom-3.7.2/tools/zipdir/CMakeLists.txt
@@ -1,9 +1,9 @@
cmake_minimum_required( VERSION 2.8.7 )

View File

@ -1,3 +1,13 @@
-------------------------------------------------------------------
Wed Jan 23 15:22:45 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
- Update to new upstream release 3.7.2
* The resolution selector now sets to auto detected resolution at
startup, no longer uses entries from the config file.
* Committing a scaling change for fullscreen sets scaling to 1.0
to guarantee the selected number of pixels are actually used.
* For details, see https://forum.zdoom.org/viewtopic.php?t=63346
-------------------------------------------------------------------
Thu Jan 3 01:37:12 UTC 2019 - Jan Engelhardt <jengelh@inai.de>

View File

@ -17,7 +17,7 @@
Name: gzdoom
Version: 3.7.1
Version: 3.7.2
Release: 0
Summary: A DOOM source port with graphic and modding extensions
License: GPL-3.0-only