Hello community, here is the log from the commit of package SDL2 for openSUSE:Factory checked in at 2018-03-12 12:07:36 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/SDL2 (Old) and /work/SRC/openSUSE:Factory/.SDL2.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "SDL2" Mon Mar 12 12:07:36 2018 rev:22 rq:584126 version:2.0.8 Changes: -------- --- /work/SRC/openSUSE:Factory/SDL2/SDL2.changes 2018-02-14 14:18:49.596694540 +0100 +++ /work/SRC/openSUSE:Factory/.SDL2.new/SDL2.changes 2018-03-12 12:07:38.676221920 +0100 @@ -1,0 +2,18 @@ +Thu Mar 8 00:58:43 UTC 2018 - [email protected] + +- Update to new upstream release 2.0.8 + * Added SDL_fmod() and SDL_log10(). + * Each of the SDL math functions now has the corresponding + float version. + * Added SDL_SetYUVConversionMode() and + SDL_GetYUVConversionMode() to control the formula used when + converting to and from YUV colorspace. The options are JPEG, + BT.601, and BT.709. + * Added the hint SDL_HINT_VIDEO_X11_NET_WM_BYPASS_COMPOSITOR to + control whether the X server should skip the compositor for + the SDL application. This defaults to "1". + * Added the hint SDL_HINT_VIDEO_DOUBLE_BUFFER to control + whether the Raspberry Pi and KMSDRM video drivers should use + double or triple buffering (the default). + +------------------------------------------------------------------- Old: ---- SDL2-2.0.7.tar.gz SDL2-2.0.7.tar.gz.sig New: ---- SDL2-2.0.8.tar.gz SDL2-2.0.8.tar.gz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ SDL2.spec ++++++ --- /var/tmp/diff_new_pack.8p8Kbe/_old 2018-03-12 12:07:40.092171168 +0100 +++ /var/tmp/diff_new_pack.8p8Kbe/_new 2018-03-12 12:07:40.096171025 +0100 @@ -18,7 +18,7 @@ Name: SDL2 %define lname libSDL2-2_0-0 -Version: 2.0.7 +Version: 2.0.8 Release: 0 Summary: Simple DirectMedia Layer Library License: Zlib ++++++ SDL2-2.0.7.tar.gz -> SDL2-2.0.8.tar.gz ++++++ ++++ 51945 lines of diff (skipped) ++++++ sdl2-symvers.patch ++++++ --- /var/tmp/diff_new_pack.8p8Kbe/_old 2018-03-12 12:07:42.552082997 +0100 +++ /var/tmp/diff_new_pack.8p8Kbe/_new 2018-03-12 12:07:42.552082997 +0100 @@ -5,13 +5,13 @@ some symvers so that zypper knows when to upgrade SDL. --- Makefile.in | 2 - - sdl2.sym | 61 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ - 2 files changed, 62 insertions(+), 1 deletion(-) + sdl2.sym | 68 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ + 2 files changed, 69 insertions(+), 1 deletion(-) -Index: SDL2-2.0.7/Makefile.in +Index: SDL2-2.0.8/Makefile.in =================================================================== ---- SDL2-2.0.7.orig/Makefile.in -+++ SDL2-2.0.7/Makefile.in +--- SDL2-2.0.8.orig/Makefile.in ++++ SDL2-2.0.8/Makefile.in @@ -122,7 +122,7 @@ LT_AGE = @LT_AGE@ LT_CURRENT = @LT_CURRENT@ LT_RELEASE = @LT_RELEASE@ @@ -21,11 +21,11 @@ all: $(srcdir)/configure Makefile $(objects) $(objects)/$(TARGET) $(objects)/$(SDLMAIN_TARGET) $(objects)/$(SDLTEST_TARGET) -Index: SDL2-2.0.7/sdl2.sym +Index: SDL2-2.0.8/sdl2.sym =================================================================== --- /dev/null -+++ SDL2-2.0.7/sdl2.sym -@@ -0,0 +1,61 @@ ++++ SDL2-2.0.8/sdl2.sym +@@ -0,0 +1,68 @@ +SUSE_2.0.5 { +global: + SDL_DequeueAudio; @@ -87,3 +87,10 @@ + SDL_AddEventWatch; + SDL_DelEventWatch; +} SUSE_2.0.6; ++SUSE_2.0.8 { ++global: ++ SDL_fmod; ++ SDL_log10; ++ SDL_SetYUVConversionMode; ++ SDL_GetYUVConversionMode; ++} SUSE_2.0.7;
