diff --git a/_service b/_service
index fa329d5..ea2a180 100644
--- a/_service
+++ b/_service
@@ -2,8 +2,8 @@
git
git://github.com/coelckers/gzdoom
- g3.7.1
- 3.7.1
+ g3.7.2
+ 3.7.2
wadsrc_extra
diff --git a/gzdoom-3.7.1.tar.xz b/gzdoom-3.7.1.tar.xz
deleted file mode 100644
index 2305765..0000000
--- a/gzdoom-3.7.1.tar.xz
+++ /dev/null
@@ -1,3 +0,0 @@
-version https://git-lfs.github.com/spec/v1
-oid sha256:40aae7098354ca424a64bd5d10a4741b4e51d86416968ab5ad6fcbe5847c2cdc
-size 8382380
diff --git a/gzdoom-3.7.2.tar.xz b/gzdoom-3.7.2.tar.xz
new file mode 100644
index 0000000..05948d4
--- /dev/null
+++ b/gzdoom-3.7.2.tar.xz
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:7414160623d46fa56672bea88f0140e86ee70dbfe2fd778cd1e4e5410b74685b
+size 8379076
diff --git a/gzdoom-lzma.patch b/gzdoom-lzma.patch
index 7022952..bef5dd0 100644
--- a/gzdoom-lzma.patch
+++ b/gzdoom-lzma.patch
@@ -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 )
diff --git a/gzdoom.changes b/gzdoom.changes
index 5a3e800..10030b6 100644
--- a/gzdoom.changes
+++ b/gzdoom.changes
@@ -1,3 +1,13 @@
+-------------------------------------------------------------------
+Wed Jan 23 15:22:45 UTC 2019 - Jan Engelhardt
+
+- 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
diff --git a/gzdoom.spec b/gzdoom.spec
index e808a58..ec0f548 100644
--- a/gzdoom.spec
+++ b/gzdoom.spec
@@ -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