diff --git a/_service b/_service
index 9985921..095b121 100644
--- a/_service
+++ b/_service
@@ -2,8 +2,8 @@
git
git://github.com/coelckers/gzdoom
- g3.5.0
- 3.5.0
+ g3.6.0
+ 3.6.0
wadsrc_extra
diff --git a/gzdoom-3.5.0.tar.xz b/gzdoom-3.5.0.tar.xz
deleted file mode 100644
index 688a8dd..0000000
--- a/gzdoom-3.5.0.tar.xz
+++ /dev/null
@@ -1,3 +0,0 @@
-version https://git-lfs.github.com/spec/v1
-oid sha256:a58c76511a7d5c4219bd430063c8431037b9cf02c4f28836d42a8dd72453cfb6
-size 7991064
diff --git a/gzdoom-3.6.0.tar.xz b/gzdoom-3.6.0.tar.xz
new file mode 100644
index 0000000..8f74ce1
--- /dev/null
+++ b/gzdoom-3.6.0.tar.xz
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:970536a12e1ae718911100e2152f26e73bd7a8505a32f911576b387f4fe78901
+size 8032488
diff --git a/gzdoom.changes b/gzdoom.changes
index 1a8f045..9eaa79b 100644
--- a/gzdoom.changes
+++ b/gzdoom.changes
@@ -1,3 +1,17 @@
+-------------------------------------------------------------------
+Tue Oct 16 11:52:51 UTC 2018 - Jan Engelhardt
+
+- Update to new upstream release 3.6.0
+ * Add OBJ model support
+ * Add HITOWNER flag, when set, allows a projectile to collide
+ with its shooter.
+ * Enabled the linear shadowmap filter.
+ * Added 5x and 6x upscaling with xBRZ
+ * Exports various resurrection-related functions to ZScript.
+- Update to new upstream release 3.5.1
+ * Added post processing support to the software renderer and
+ softpoly.
+
-------------------------------------------------------------------
Sun Aug 5 12:00:27 UTC 2018 - mardnh@gmx.de
diff --git a/gzdoom.spec b/gzdoom.spec
index 94ec6ca..b1dd630 100644
--- a/gzdoom.spec
+++ b/gzdoom.spec
@@ -12,12 +12,12 @@
# 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: gzdoom
-Version: 3.5.0
+Version: 3.6.0
Release: 0
Summary: A DOOM source port with graphic and modding extensions
License: GPL-3.0-only
@@ -44,8 +44,10 @@ BuildRequires: pkgconfig(fluidsynth)
BuildRequires: pkgconfig(gl)
BuildRequires: pkgconfig(gtk+-3.0)
BuildRequires: pkgconfig(libgme)
+BuildRequires: pkgconfig(libmpg123)
BuildRequires: pkgconfig(openal)
BuildRequires: pkgconfig(sdl2)
+BuildRequires: pkgconfig(sndfile)
BuildRequires: pkgconfig(zlib)
%if 0%{?suse_version} >= 1500
BuildRequires: pkgconfig(clzma) >= 17.01
@@ -98,7 +100,9 @@ perl -i -pe 's{}{%version}g' \
-DCMAKE_SHARED_LINKER_FLAGS="" \
-DCMAKE_EXE_LINKER_FLAGS="" -DCMAKE_MODULE_LINKER_FLAGS="" \
-DINSTALL_DOCS_PATH="%_defaultdocdir/%name" \
- -DINSTALL_PK3_PATH="%_datadir/doom"
+ -DINSTALL_PK3_PATH="%_datadir/doom" \
+ -DDYN_FLUIDSYNTH=BOOL:FALSE -DDYN_OPENAL=BOOL:FALSE \
+ -DDYN_SNDFILE=BOOL:FALSE -DDYN_MPG123=BOOL:FALSE
make %{?_smp_mflags}
%install