Hello community, here is the log from the commit of package cogl for openSUSE:Factory checked in at 2016-08-31 00:05:45 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/cogl (Old) and /work/SRC/openSUSE:Factory/.cogl.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "cogl" Changes: -------- --- /work/SRC/openSUSE:Factory/cogl/cogl.changes 2016-06-03 16:28:18.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.cogl.new/cogl.changes 2016-08-31 00:05:47.000000000 +0200 @@ -1,0 +2,19 @@ +Mon Aug 29 08:03:28 UTC 2016 - [email protected] + +- Add 0001-fix-build-failure-with-Werror-undef.patch: + Fix build failure for SLE (bgo#770533). + +------------------------------------------------------------------- +Fri Aug 26 19:27:59 UTC 2016 - [email protected] + +- Update to version 1.22.2: + + Skip journal dumping if not supported (bgo#728355). + + Support glMapBufferRange from ES3 (bgo#728355). + + Improvements in the KMS winsys (bgo#756926, bgo#758073). + + Require gettext 0.19 to avoid hacks (bgo#760285). + + Respect the Wayland spec for EGL surface creation (bgo#765351). + + Updated translations. +- Drop cogl-GLES-Support-glMapBufferRange.patch and + cogl-fix-black-login-screen.patch: Fixed upstream. + +------------------------------------------------------------------- Old: ---- cogl-1.22.0.tar.xz cogl-GLES-Support-glMapBufferRange.patch cogl-fix-black-login-screen.patch New: ---- 0001-fix-build-failure-with-Werror-undef.patch cogl-1.22.2.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ cogl.spec ++++++ --- /var/tmp/diff_new_pack.9t4D77/_old 2016-08-31 00:05:48.000000000 +0200 +++ /var/tmp/diff_new_pack.9t4D77/_new 2016-08-31 00:05:48.000000000 +0200 @@ -24,7 +24,7 @@ %define with_GLES2 1 Name: cogl -Version: 1.22.0 +Version: 1.22.2 Release: 0 Summary: An object oriented GL/GLES Abstraction/Utility Layer License: MIT @@ -32,10 +32,8 @@ Url: http://clutter-project.org/ Source0: http://download.gnome.org/sources/cogl/1.22/%{name}-%{version}.tar.xz Source99: baselibs.conf -# PATCH-FIX-UPSTREAM cogl-GLES-Support-glMapBufferRange.patch [email protected] -- Support glmapbufferrange, patch from upstream git, stable branch. -Patch0: cogl-GLES-Support-glMapBufferRange.patch -# PATCH-FIX-UPSTREAM cogl-fix-black-login-screen.patch boo#958885 [email protected] -- Fix black and frozen login screen after logout. -Patch1: cogl-fix-black-login-screen.patch +# PATCH-FIX-UPSTREAM 0001-fix-build-failure-with-Werror-undef.patch bgo#770533 [email protected] -- Fix build failure for SLE. +Patch0: 0001-fix-build-failure-with-Werror-undef.patch BuildRequires: fdupes BuildRequires: gtk-doc >= 1.13 BuildRequires: pkgconfig(cairo) >= 1.10 @@ -189,7 +187,6 @@ %prep %setup -q %patch0 -p1 -%patch1 -p1 %build %configure \ ++++++ 0001-fix-build-failure-with-Werror-undef.patch ++++++ >From da5e0859e15eeb93fa81bd645c93425f6acef0cd Mon Sep 17 00:00:00 2001 From: Felix Zhang <[email protected]> Date: Mon, 29 Aug 2016 15:02:14 +0800 Subject: [PATCH] fix build failure with -Werror=undef --- cogl/winsys/cogl-winsys-egl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cogl/winsys/cogl-winsys-egl.c b/cogl/winsys/cogl-winsys-egl.c index 39bfd88..4a9f3aa 100644 --- a/cogl/winsys/cogl-winsys-egl.c +++ b/cogl/winsys/cogl-winsys-egl.c @@ -1029,7 +1029,7 @@ _cogl_egl_create_image (CoglContext *ctx, egl_ctx = EGL_NO_CONTEXT; else #endif -#if COGL_HAS_WAYLAND_EGL_SERVER_SUPPORT +#ifdef COGL_HAS_WAYLAND_EGL_SERVER_SUPPORT /* The WL_bind_wayland_display spec states that EGL_NO_CONTEXT is to be used * in conjunction with the EGL_WAYLAND_BUFFER_WL target */ if (target == EGL_WAYLAND_BUFFER_WL) -- 2.6.6 ++++++ cogl-1.22.0.tar.xz -> cogl-1.22.2.tar.xz ++++++ ++++ 68626 lines of diff (skipped)
