diff --git a/streamlink-0.3.2.tar.gz b/streamlink-0.3.2.tar.gz
deleted file mode 100644
index 9e182b6..0000000
--- a/streamlink-0.3.2.tar.gz
+++ /dev/null
@@ -1,3 +0,0 @@
-version https://git-lfs.github.com/spec/v1
-oid sha256:a73630ab99151665914544f302574f69a5dadca1441f162173cce9628ab905f9
-size 495367
diff --git a/streamlink-0.9.0.tar.gz b/streamlink-0.9.0.tar.gz
new file mode 100644
index 0000000..d937c7e
--- /dev/null
+++ b/streamlink-0.9.0.tar.gz
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:cd84c472f12b2b936b288de465ceadebdae42cf216f5b2cb1f31c106aff69324
+size 30720281
diff --git a/streamlink-use-mpv.patch b/streamlink-use-mpv.patch
index 3d416d6..5774546 100644
--- a/streamlink-use-mpv.patch
+++ b/streamlink-use-mpv.patch
@@ -1,19 +1,19 @@
 diff -ruN a/src/streamlink_cli/argparser.py b/src/streamlink_cli/argparser.py
---- a/src/streamlink_cli/argparser.py   2016-11-21 20:56:29.000000000 +0100
-+++ b/src/streamlink_cli/argparser.py   2016-12-06 13:45:44.026750416 +0100
-@@ -283,7 +283,7 @@
+--- a/src/streamlink_cli/argparser.py	2017-11-14 14:21:36.000000000 +0100
++++ b/src/streamlink_cli/argparser.py	2017-12-20 14:53:28.380643193 +0100
+@@ -309,7 +309,7 @@
+     metavar="COMMAND",
+     default=find_default_player(),
+     help="""
+-    Player to feed stream data to. By default, VLC will be used
++    Player to feed stream data to. By default, MPV will be used
+     if it can be found in its default location.
  
-       "'/path/with spaces/vlc' --file-caching=5000"
- 
--    By default VLC will be used if it can be found in its default
-+    By default MPV will be used if it can be found in its default
-     location.
-     """
- )
+     This is a shell-like syntax to support using a specific player:
 diff -ruN a/src/streamlink_cli/main.py b/src/streamlink_cli/main.py
---- a/src/streamlink_cli/main.py    2016-11-21 20:56:29.000000000 +0100
-+++ b/src/streamlink_cli/main.py    2016-12-06 13:46:36.067686197 +0100
-@@ -68,7 +68,7 @@
+--- a/src/streamlink_cli/main.py	2017-11-14 14:21:36.000000000 +0100
++++ b/src/streamlink_cli/main.py	2017-12-20 14:54:42.376865280 +0100
+@@ -72,7 +72,7 @@
          http = namedpipe = None
  
          if not args.player:
@@ -22,7 +22,7 @@ diff -ruN a/src/streamlink_cli/main.py b/src/streamlink_cli/main.py
                           "installed. You must specify the path to a player "
                           "executable with --player.")
  
-@@ -128,7 +128,7 @@
+@@ -132,7 +132,7 @@
  
      if not external:
          if not args.player:
@@ -32,8 +32,8 @@ diff -ruN a/src/streamlink_cli/main.py b/src/streamlink_cli/main.py
                           "executable with --player.")
  
 diff -ruN a/src/streamlink_cli/utils/player.py b/src/streamlink_cli/utils/player.py
---- a/src/streamlink_cli/utils/player.py    2016-11-21 20:56:29.000000000 +0100
-+++ b/src/streamlink_cli/utils/player.py    2016-12-06 13:48:25.292985793 +0100
+--- a/src/streamlink_cli/utils/player.py	2017-11-14 14:21:36.000000000 +0100
++++ b/src/streamlink_cli/utils/player.py	2017-12-20 14:56:12.896766846 +0100
 @@ -15,23 +15,23 @@
  def find_default_player():
      if "darwin" in sys.platform:
@@ -41,8 +41,8 @@ diff -ruN a/src/streamlink_cli/utils/player.py b/src/streamlink_cli/utils/player
 -        paths += ["/Applications/VLC.app/Contents/MacOS/"]
 -        paths += ["~/Applications/VLC.app/Contents/MacOS/"]
 -        path = check_paths(("VLC", "vlc"), paths)
-+        paths += ["/Applications/mpv.app/Contents/MacOS/"]
-+        paths += ["~/Applications/mpv.app/Contents/MacOS/"]
++        paths += ["/Applications/MPV.app/Contents/MacOS/"]
++        paths += ["~/Applications/MPV.app/Contents/MacOS/"]
 +        path = check_paths(("MPV", "mpv"), paths)
      elif "win32" in sys.platform:
 -        exename = "vlc.exe"
diff --git a/streamlink.changes b/streamlink.changes
index 6da7b2d..bcd7151 100644
--- a/streamlink.changes
+++ b/streamlink.changes
@@ -1,3 +1,12 @@
+-------------------------------------------------------------------
+Tue Dec 19 23:21:06 UTC 2017 - agraul@suse.com
+
+- Update to version 0.9.0:
+  * Updates to multiple plugins (electrecetv, tvplayer, Teve2,
+    cnnturk, kanald)
+- Update streamlink-use-mpv.patch
+  * Refresh to apply on rebased code
+
 -------------------------------------------------------------------
 Sun Sep 17 12:21:35 UTC 2017 - mpluskal@suse.com
 
diff --git a/streamlink.spec b/streamlink.spec
index 4c92125..0fd24e6 100644
--- a/streamlink.spec
+++ b/streamlink.spec
@@ -17,7 +17,7 @@
 
 
 Name:           streamlink
-Version:        0.3.2
+Version:        0.9.0
 Release:        0
 Summary:        Program to pipe streams from services into a video player
 License:        BSD-2-Clause