Hello community,

here is the log from the commit of package SDL2 for openSUSE:Factory checked in 
at 2018-11-12 09:48:50
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/SDL2 (Old)
 and      /work/SRC/openSUSE:Factory/.SDL2.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "SDL2"

Mon Nov 12 09:48:50 2018 rev:25 rq:646277 version:2.0.9

Changes:
--------
--- /work/SRC/openSUSE:Factory/SDL2/SDL2.changes        2018-07-04 
23:53:28.868001374 +0200
+++ /work/SRC/openSUSE:Factory/.SDL2.new/SDL2.changes   2018-11-12 
09:48:53.580512695 +0100
@@ -1,0 +2,44 @@
+Sun Nov  4 14:10:15 UTC 2018 - Luigi Baldoni <[email protected]>
+
+- Update to version 2.0.9
+  * Added a new sensor API, initialized by passing
+    SDL_INIT_SENSOR to SDL_Init(), and defined in SDL_sensor.h
+  * Added an event SDL_SENSORUPDATE which is sent when a sensor
+    is updated
+  * Added SDL_GetDisplayOrientation() to return the current
+    display orientation
+  * Added an event SDL_DISPLAYEVENT which is sent when the
+    display orientation changes
+  * Added HIDAPI joystick drivers for more consistent support
+    for Xbox, PS4 and Nintendo Switch Pro controller support
+    across platforms. (Thanks to Valve for contributing the PS4
+    and Nintendo Switch Pro controller support)
+  * Added support for many other popular game controllers
+  * Added SDL_JoystickGetDevicePlayerIndex(),
+    SDL_JoystickGetPlayerIndex(), and
+    SDL_GameControllerGetPlayerIndex() to get the player index for
+    a controller. For XInput controllers this returns the XInput
+    index for the controller.
+  * Added SDL_GameControllerRumble() and SDL_JoystickRumble()
+    which allow simple rumble without using the haptics API
+  * Added SDL_GameControllerMappingForDeviceIndex() to get the
+    mapping for a controller before it's opened
+  * Added the hint SDL_HINT_MOUSE_DOUBLE_CLICK_TIME to control
+    the mouse double-click time
+  * Added the hint SDL_HINT_MOUSE_DOUBLE_CLICK_RADIUS to control
+    the mouse double-click radius, in pixels
+  * Added SDL_HasColorKey() to return whether a surface has a
+    colorkey active
+  * Added SDL_HasAVX512F() to return whether the CPU has
+    AVX-512F features
+  * Added SDL_IsTablet() to return whether the application is
+    running on a tablet
+  * Added SDL_THREAD_PRIORITY_TIME_CRITICAL for threads that
+    must run at the highest priority
+  * Added SDL_LinuxSetThreadPriority() to allow adjusting the
+    thread priority of native threads using RealtimeKit if
+    available.
+
+- Dropped 7babfecee045.patch (merged upstream)
+
+-------------------------------------------------------------------

Old:
----
  7babfecee045.patch
  SDL2-2.0.8.tar.gz
  SDL2-2.0.8.tar.gz.sig

New:
----
  SDL2-2.0.9.tar.gz
  SDL2-2.0.9.tar.gz.sig

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ SDL2.spec ++++++
--- /var/tmp/diff_new_pack.3wss4p/_old  2018-11-12 09:48:54.076511948 +0100
+++ /var/tmp/diff_new_pack.3wss4p/_new  2018-11-12 09:48:54.080511941 +0100
@@ -12,18 +12,18 @@
 # 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:           SDL2
 %define lname   libSDL2-2_0-0
-Version:        2.0.8
+Version:        2.0.9
 Release:        0
 Summary:        Simple DirectMedia Layer Library
 License:        Zlib
 Group:          Development/Libraries/X11
-Url:            http://libsdl.org/
+URL:            http://libsdl.org/
 
 #DL-URL:        http://libsdl.org/download-2.0.php
 Source:         http://libsdl.org/release/%name-%version.tar.gz
@@ -32,8 +32,6 @@
 Source4:        baselibs.conf
 Patch1:         sdl2-symvers.patch
 Patch2:         SDL2-endian.patch
-Patch3:         7babfecee045.patch
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  cmake
 BuildRequires:  dos2unix
 BuildRequires:  gcc-c++
@@ -111,7 +109,7 @@
 
 %prep
 %setup -q
-%patch -P 1 -P 2 -p1 -P 3
+%patch -P 1 -P 2 -p1
 dos2unix WhatsNew.txt
 dos2unix TODO.txt
 dos2unix BUGS.txt
@@ -146,12 +144,11 @@
 %postun -n %lname -p /sbin/ldconfig
 
 %files -n %lname
-%defattr(-,root,root)
-%doc BUGS.txt COPYING.txt CREDITS.txt README.txt README-SDL.txt
+%license COPYING.txt
+%doc BUGS.txt CREDITS.txt README.txt README-SDL.txt
 %_libdir/libSDL2-2*.so.*
 
 %files -n libSDL2-devel
-%defattr(-,root,root)
 %doc TODO.txt WhatsNew.txt
 %_bindir/sdl2-config
 %_libdir/libSDL2.so

++++++ SDL2-2.0.8.tar.gz -> SDL2-2.0.9.tar.gz ++++++
++++ 59343 lines of diff (skipped)


Reply via email to