diff --git a/SDL2-2.0.4.tar.gz b/SDL2-2.0.4.tar.gz
deleted file mode 100644
index 7da0980..0000000
--- a/SDL2-2.0.4.tar.gz
+++ /dev/null
@@ -1,3 +0,0 @@
-version https://git-lfs.github.com/spec/v1
-oid sha256:da55e540bf6331824153805d58b590a29c39d2d506c6d02fa409aedeab21174b
-size 4136230
diff --git a/SDL2-2.0.4.tar.gz.sig b/SDL2-2.0.4.tar.gz.sig
deleted file mode 100644
index 08ffa78..0000000
Binary files a/SDL2-2.0.4.tar.gz.sig and /dev/null differ
diff --git a/SDL2-2.0.5.tar.gz b/SDL2-2.0.5.tar.gz
new file mode 100644
index 0000000..c0d00da
--- /dev/null
+++ b/SDL2-2.0.5.tar.gz
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:442038cf55965969f2ff06d976031813de643af9c9edc9e331bd761c242e8785
+size 4209352
diff --git a/SDL2-2.0.5.tar.gz.sig b/SDL2-2.0.5.tar.gz.sig
new file mode 100644
index 0000000..a11c77f
Binary files /dev/null and b/SDL2-2.0.5.tar.gz.sig differ
diff --git a/SDL2.changes b/SDL2.changes
index e547db9..0c574c1 100644
--- a/SDL2.changes
+++ b/SDL2.changes
@@ -1,3 +1,60 @@
+-------------------------------------------------------------------
+Thu Oct 20 13:47:14 UTC 2016 - aloisio@gmx.com
+
+- Update to 2.0.5
+  General:
+  * Implemented audio capture support for some platforms
+  * Added SDL_DequeueAudio() to retrieve audio when buffer 
+    queuing is turned on for audio capture
+  * Added events for dragging and dropping text
+  * Added events for dragging and dropping multiple items
+  * By default the click raising a window will not be 
+    delivered to the SDL application. You can set the hint 
+    SDL_HINT_MOUSE_FOCUS_CLICKTHROUGH to "1" to allow that click 
+    through to the window.
+  * Saving a surface with an alpha channel as a BMP will use a 
+    newer BMP format that supports alpha information. You can 
+    set the hint SDL_HINT_BMP_SAVE_LEGACY_FORMAT to "1" to use 
+    the old format.
+  * Added SDL_GetHintBoolean() to get the boolean value of a 
+    hint
+  * Added SDL_RenderSetIntegerScale() to set whether to 
+    smoothly scale or use integral multiples of the viewport 
+    size when scaling the rendering output
+  * Added SDL_CreateRGBSurfaceWithFormat() and 
+    SDL_CreateRGBSurfaceWithFormatFrom() to create an SDL 
+    surface with a specific pixel format
+  * Added SDL_GetDisplayUsableBounds() which returns the area 
+    usable for windows. For example, on Mac OS X, this subtracts 
+    the area occupied by the menu bar and dock.
+  * Added SDL_GetWindowBordersSize() which returns the size of 
+    the window's borders around the client area
+  * Added a window event SDL_WINDOWEVENT_HIT_TEST when a 
+    window had a hit test that wasn't SDL_HITTEST_NORMAL (e.g. 
+    in the title bar or window frame)
+  * Added SDL_SetWindowResizable() to change whether a window 
+    is resizable
+  * Added SDL_SetWindowOpacity() and SDL_GetWindowOpacity() to 
+    affect the window transparency
+  * Added SDL_SetWindowModalFor() to set a window as modal for 
+    another window
+  * Added support for AUDIO_U16LSB and AUDIO_U16MSB to 
+    SDL_MixAudioFormat()
+  * Fixed flipped images when reading back from target 
+    textures when using the OpenGL renderer
+  * Fixed texture color modulation with SDL_BLENDMODE_NONE 
+    when using the OpenGL renderer
+  * Fixed bug where the alpha value of colorkeys was ignored 
+    when blitting in some cases
+  Linux:
+  * Added support for the Fcitx IME
+  * Added a window event SDL_WINDOWEVENT_TAKE_FOCUS when a 
+    window manager asks the SDL window whether it wants to take 
+    focus.
+  * Refresh rates are now rounded instead of truncated, e.g. 
+    59.94 Hz is rounded up to 60 Hz instead of 59.
+  * Added initial support for touchscreens on Raspberry Pi
+
 -------------------------------------------------------------------
 Thu Mar 17 15:53:13 UTC 2016 - mpluskal@suse.com
 
diff --git a/SDL2.spec b/SDL2.spec
index 3e57025..f7089ed 100644
--- a/SDL2.spec
+++ b/SDL2.spec
@@ -18,7 +18,7 @@
 
 Name:           SDL2
 %define lname   libSDL2-2_0-0
-Version:        2.0.4
+Version:        2.0.5
 Release:        0
 Summary:        Simple DirectMedia Layer Library
 License:        Zlib