diff --git a/_servicedata b/_servicedata
index f753fef..48b4b56 100644
--- a/_servicedata
+++ b/_servicedata
@@ -1,4 +1,4 @@
https://github.com/mpv-player/mpv.git
- 6d0f0546ee851f4106438c5b92c8d1d152937ea7
\ No newline at end of file
+ a85fa2d2de92a89258da6b8bf6d814cf47824a0e
\ No newline at end of file
diff --git a/mpv-0.30.0+git.1570361388.6d0f0546ee.obscpio b/mpv-0.30.0+git.1570361388.6d0f0546ee.obscpio
deleted file mode 100644
index ce69c37..0000000
--- a/mpv-0.30.0+git.1570361388.6d0f0546ee.obscpio
+++ /dev/null
@@ -1,3 +0,0 @@
-version https://git-lfs.github.com/spec/v1
-oid sha256:35b922415fc8010008f9a472326d8a692dc48e01ebfc045113a91013773b5eab
-size 8570381
diff --git a/mpv-0.30.0+git.1570822084.a85fa2d2de.obscpio b/mpv-0.30.0+git.1570822084.a85fa2d2de.obscpio
new file mode 100644
index 0000000..aa87421
--- /dev/null
+++ b/mpv-0.30.0+git.1570822084.a85fa2d2de.obscpio
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:6bb8bd528ff55f269840d10b5b01fae499e2e9979062b054f6f7bd4e88e5eb6d
+size 8576525
diff --git a/mpv-make-ffmpeg-version-check-non-fatal.patch b/mpv-make-ffmpeg-version-check-non-fatal.patch
index 509ccb5..28bc228 100644
--- a/mpv-make-ffmpeg-version-check-non-fatal.patch
+++ b/mpv-make-ffmpeg-version-check-non-fatal.patch
@@ -2,12 +2,12 @@ Index: mpv/player/main.c
===================================================================
--- mpv.orig/player/main.c
+++ mpv/player/main.c
-@@ -382,7 +382,7 @@ int mp_initialize(struct MPContext *mpct
+@@ -384,7 +384,7 @@ int mp_initialize(struct MPContext *mpct
if (handle_help_options(mpctx))
return 1; // help
- if (!print_libav_versions(mp_null_log, 0)) {
+ if (0 && !print_libav_versions(mp_null_log, 0)) {
- // Using mismatched libraries can be legitimate, but even then it's
- // a bad idea. We don't acknowledge its usefulness and stability.
- // Distro maintainers who patch this out should be aware that mpv
+ print_libav_versions(mpctx->log, MSGL_FATAL);
+ MP_FATAL(mpctx, "\nmpv was compiled against an incompatible version of "
+ "FFmpeg/Libav than the shared\nlibrary it is linked against. "
diff --git a/mpv.changes b/mpv.changes
index f4778be..0d3b8ea 100644
--- a/mpv.changes
+++ b/mpv.changes
@@ -1,4 +1,11 @@
-------------------------------------------------------------------
+Sat Oct 12 08:33:35 UTC 2019 - idonmez@suse.com
+
+- Update to version 0.30.0+git.1570822084.a85fa2d2de:
+ * See https://github.com/mpv-player/mpv/compare/c833c095d7...a85fa2d2de
+ for the complete changelog.
+ * Fixes rendering glitches on Wayland
+-------------------------------------------------------------------
Sun Oct 06 14:12:57 UTC 2019 - idonmez@suse.com
- Update to version 0.30.0+git.1570361388.6d0f0546ee:
@@ -9,7 +16,7 @@ Sun Sep 29 15:08:46 UTC 2019 - idonmez@suse.com
- Update to version 0.30.0+git.1569760020.c833c095d7:
* See https://github.com/mpv-player/mpv/compare/b6def652a4...c833c095d7
- for the complete changelog.
+ for the complete changelog.
- Refresh mpv-make-ffmpeg-version-check-non-fatal.patch
- Remove --enable-zsh-comp option, zsh completion is now always enabled
@@ -18,7 +25,7 @@ Mon Sep 23 11:24:25 UTC 2019 - idonmez@suse.com
- Update to version 0.30.0+git.1569184750.b6def652a4:
* See https://github.com/mpv-player/mpv/compare/0abe34ed21...b6def652a4
- for the complete changelog.
+ for the complete changelog.
-------------------------------------------------------------------
Tue Sep 17 13:13:30 UTC 2019 - idonmez@suse.com
diff --git a/mpv.obsinfo b/mpv.obsinfo
index a8f8a1d..199b8c1 100644
--- a/mpv.obsinfo
+++ b/mpv.obsinfo
@@ -1,5 +1,5 @@
name: mpv
-version: 0.30.0+git.1570361388.6d0f0546ee
-mtime: 1570361388
-commit: 6d0f0546ee851f4106438c5b92c8d1d152937ea7
+version: 0.30.0+git.1570822084.a85fa2d2de
+mtime: 1570822084
+commit: a85fa2d2de92a89258da6b8bf6d814cf47824a0e
diff --git a/mpv.spec b/mpv.spec
index 2eace15..544adac 100644
--- a/mpv.spec
+++ b/mpv.spec
@@ -21,7 +21,7 @@
%define _waf_ver 2.0.9
%define _mbc_ver 3.3.17
-%define _mpv_ver 0.30.0+git.1570361388.6d0f0546ee
+%define _mpv_ver 0.30.0+git.1570822084.a85fa2d2de
%define lname libmpv1
Name: mpv
Version: %{_mpv_ver}