From ba6ace4992f3e2e622b1ae5008922634d4394a7333fbdd7272edf0ef5f0b5519 Mon Sep 17 00:00:00 2001 From: Stefan Dirsch Date: Sat, 19 May 2018 15:12:14 +0000 Subject: [PATCH] - Update to 18.0.4 * r600 driver gets a fix for constant buffer boounds, which fixes rendering bugs in Trine and Witcher 1. * Several fixes for RADV driver: fixes around alpha channel in Pre-Vega, fix in multisample image copies, and fixes around multilayer images in compute path. * For the case of ANV/i965 drivers, also a couple of fixes, all of them around ISP. On top, there are a couple of fixes relative to code emission around 16-bit integers, and a a fix for a leak in blorp for Gen4 and Gen5. * Speaking of leaks, there are also fixes for winsys/radeon/amdgpu and pipe-loader.gets a couple of patches to fix a couple of leaks. * SPIR-V part gets a patch to apply OriginUpperLeft to FragCoord. * Mesa core gets a couple of patches to fix error handling in get_framebuffer_parameteriv, and to add missing support for glFogiv(GL_FOG_DISTANCE_MODE_NV). OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libdmx?expand=0&rev=12 --- libdmx-1.1.3.tar.bz2 | 3 --- libdmx-1.1.4.tar.bz2 | 3 +++ libdmx.changes | 7 +++++++ libdmx.spec | 4 ++-- 4 files changed, 12 insertions(+), 5 deletions(-) delete mode 100644 libdmx-1.1.3.tar.bz2 create mode 100644 libdmx-1.1.4.tar.bz2 diff --git a/libdmx-1.1.3.tar.bz2 b/libdmx-1.1.3.tar.bz2 deleted file mode 100644 index a6ce2d1..0000000 --- a/libdmx-1.1.3.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c97da36d2e56a2d7b6e4f896241785acc95e97eb9557465fd66ba2a155a7b201 -size 290859 diff --git a/libdmx-1.1.4.tar.bz2 b/libdmx-1.1.4.tar.bz2 new file mode 100644 index 0000000..2efd0e0 --- /dev/null +++ b/libdmx-1.1.4.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:253f90005d134fa7a209fbcbc5a3024335367c930adf0f3203e754cf32747243 +size 316517 diff --git a/libdmx.changes b/libdmx.changes index efcf69d..035989a 100644 --- a/libdmx.changes +++ b/libdmx.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Sat May 19 15:09:47 UTC 2018 - sndirsch@suse.com + +- update to version 1.1.4 + * This release raises the minimum required version of libX11 to + version 1.6.0 from 2013. + ------------------------------------------------------------------- Wed May 29 22:34:47 UTC 2013 - tobias.johannes.klausmann@mni.thm.de diff --git a/libdmx.spec b/libdmx.spec index f51fb5d..0602073 100644 --- a/libdmx.spec +++ b/libdmx.spec @@ -1,7 +1,7 @@ # # spec file for package libdmx # -# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,7 +18,7 @@ Name: libdmx %define lname libdmx1 -Version: 1.1.3 +Version: 1.1.4 Release: 0 Summary: Distributed Multihead X extension library License: MIT