commit gstreamer-0_10-plugins-base for openSUSE:Factory
Hello community, here is the log from the commit of package gstreamer-0_10-plugins-base for openSUSE:Factory checked in at 2016-06-29 15:01:48 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/gstreamer-0_10-plugins-base (Old) and /work/SRC/openSUSE:Factory/.gstreamer-0_10-plugins-base.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "gstreamer-0_10-plugins-base" Changes: -------- --- /work/SRC/openSUSE:Factory/gstreamer-0_10-plugins-base/gstreamer-0_10-plugins-base.changes 2016-03-29 14:49:28.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.gstreamer-0_10-plugins-base.new/gstreamer-0_10-plugins-base.changes 2016-06-29 15:01:50.000000000 +0200 @@ -1,0 +2,6 @@ +Fri Jun 17 11:01:35 UTC 2016 - dimstar@opensuse.org + +- Add gstreamer-0_10-plugins-base-gcc6-fixes.patch: Fix header + files to now fail when being used with gcc 6 (boo#985251). + +------------------------------------------------------------------- New: ---- gstreamer-0_10-plugins-base-gcc6-fixes.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ gstreamer-0_10-plugins-base.spec ++++++ --- /var/tmp/diff_new_pack.w08tef/_old 2016-06-29 15:01:51.000000000 +0200 +++ /var/tmp/diff_new_pack.w08tef/_new 2016-06-29 15:01:51.000000000 +0200 @@ -37,6 +37,8 @@ Patch2: gstreamer-0_10-plugins-base-gcc5-fix-on-i586.patch # PATCH-FIX-UPSTREAM gstreamer-0_10-plugins-base-gtk-1.25.patch dimstar@opensuse.org -- Fix build with gtk-doc 1.25. index.sgml is an internal file and must not be messed with (and with gtk-doc 1.25 it is no longer created) Patch3: gstreamer-0_10-plugins-base-gtk-1.25.patch +# PATCH-FIX-UPSTREAM gstreamer-0_10-plugins-base-gcc6-fixes.patch boo#985251 dimstar@opensuse.org -- Fix header files so they can be used with gcc 6 +Patch4: gstreamer-0_10-plugins-base-gcc6-fixes.patch BuildRequires: alsa-devel BuildRequires: cdparanoia-devel BuildRequires: check-devel @@ -242,6 +244,7 @@ %patch1 -p1 %patch2 -p1 %patch3 -p1 +%patch4 -p1 %build export CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing" ++++++ gstreamer-0_10-plugins-base-gcc6-fixes.patch ++++++ Index: gst-plugins-base-0.10.36/gst-libs/gst/video/video.h =================================================================== --- gst-plugins-base-0.10.36.orig/gst-libs/gst/video/video.h +++ gst-plugins-base-0.10.36/gst-libs/gst/video/video.h @@ -342,9 +342,9 @@ typedef enum { */ #define GST_VIDEO_CAPS_RGB8_PALETTED \ "video/x-raw-rgb, bpp = (int)8, depth = (int)8, " \ - "width = "GST_VIDEO_SIZE_RANGE" , " \ + "width = " GST_VIDEO_SIZE_RANGE " , " \ "height = " GST_VIDEO_SIZE_RANGE ", " \ - "framerate = "GST_VIDEO_FPS_RANGE + "framerate = " GST_VIDEO_FPS_RANGE /** * GST_VIDEO_CAPS_YUV:
participants (1)
-
root@hilbert.suse.de