From ca015473a29165c3909103cab629a96d673b1f488eac372429743b3f73504fb2 Mon Sep 17 00:00:00 2001 From: Stefan Dirsch Date: Fri, 7 Dec 2012 10:41:01 +0000 Subject: [PATCH] Accepting request 140285 from home:tobijk:X11:XOrg Update to version 2.4.40: Note: + New manpages + vmwgfx is no longer experimental and is always build OBS-URL: https://build.opensuse.org/request/show/140285 OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libdrm?expand=0&rev=125 --- libdrm-2.4.39.tar.bz2 | 3 --- libdrm-2.4.40.tar.bz2 | 3 +++ libdrm.changes | 30 ++++++++++++++++++++++++++++++ libdrm.spec | 5 +++-- 4 files changed, 36 insertions(+), 5 deletions(-) delete mode 100644 libdrm-2.4.39.tar.bz2 create mode 100644 libdrm-2.4.40.tar.bz2 diff --git a/libdrm-2.4.39.tar.bz2 b/libdrm-2.4.39.tar.bz2 deleted file mode 100644 index 2b51c50..0000000 --- a/libdrm-2.4.39.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b2a132a65cc2fddfb4adac6fecc040bd0a065b77a928bd0d9ead8ef9c3aad16f -size 213476 diff --git a/libdrm-2.4.40.tar.bz2 b/libdrm-2.4.40.tar.bz2 new file mode 100644 index 0000000..01e009b --- /dev/null +++ b/libdrm-2.4.40.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c9d8104cff3c2a7310485989c70cf541e34660d271214c775c99621e1e33aeb +size 216293 diff --git a/libdrm.changes b/libdrm.changes index 8a073f4..dc8254e 100644 --- a/libdrm.changes +++ b/libdrm.changes @@ -1,3 +1,33 @@ +------------------------------------------------------------------- +Tue Nov 6 00:37:44 UTC 2012 - tobias.johannes.klausmann@mni.thm.de + +- Update to version 2.4.40: + + radeon: add some new SI pci ids + + radeon: fix unused-function warning + + intel: Fix "properly test for HAS_LLC" + + intel: Correct the word decoding for gen2 3DSTATE_LOAD_STATE_IMMEDIATE_1 + + configure.ac: Allow forcible disabling of Cairo support + + intel: properly test for HAS_LLC + + fix make distcheck + + vmwgfx: No longer experimental + + intel: add support for ValleyView + + libdrm: man page infrastructure and a few sample man pages + + intel: Mark bo's exported to prime as not reusable + + libkms: link against libdrm + + radeon: don't take the stencil-specific codepath for buffers without + stencil + + radeon: don't force stencil tile split to 0 + + radeon: fix stencil miptree allocation of combined ZS buffers on EG and + SI + + radeon: fix tile_split of 128-bit surface formats with 8x MSAA + + radeon: Fix layout of linear aligned mipmaps on SI. + + radeon: Memory footprint of SI mipmap base level is padded to powers of + two. + + radeon: Sampling pitch for non-mipmaps seems padded to slice alignment + on SI. + + initialize width/height fields in drmModeCrtc + + omap: release lock also on error paths + ------------------------------------------------------------------- Thu Sep 27 09:45:10 UTC 2012 - idonmez@suse.com diff --git a/libdrm.spec b/libdrm.spec index d2351a1..35eae95 100644 --- a/libdrm.spec +++ b/libdrm.spec @@ -18,7 +18,7 @@ Name: libdrm Url: http://dri.freedesktop.org/ -Version: 2.4.39 +Version: 2.4.40 Release: 0 Provides: libdrm23 = %{version} Obsoletes: libdrm23 < %{version} @@ -162,7 +162,7 @@ Group: System/Libraries %build export CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing" autoreconf -fi -%configure --with-pic --enable-vmwgfx-experimental-api \ +%configure --with-pic \ %ifarch %arm --enable-omap-experimental-api \ %endif @@ -229,6 +229,7 @@ rm -f "%buildroot/%_libdir"/*.la %_includedir/xf86drmMode.h %_libdir/libdrm*.so %_libdir/pkgconfig/libdrm*.pc +%_mandir/man3/drm* %files -n libdrm2 %defattr(-,root,root)