Accepting request 148743 from home:tobijk:X11:XOrg

Update to version 2.4.41:
Please note:
The official tar.bz2 for this release is broken and there is no git tag, but looking at the history, 2.4.41 should be this commit:
http://cgit.freedesktop.org/mesa/drm/commit/?id=007bff7a034741dcf9d1716583f91fc4453d4112

Man pages are disabled for this build, upstream disabled them for this release.

OBS-URL: https://build.opensuse.org/request/show/148743
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libdrm?expand=0&rev=127
This commit is contained in:
2013-01-16 17:38:35 +00:00
committed by Git OBS Bridge
parent ca015473a2
commit d01fb148ac
4 changed files with 25 additions and 7 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:5c9d8104cff3c2a7310485989c70cf541e34660d271214c775c99621e1e33aeb
size 216293

3
libdrm-2.4.41.tar.bz2 Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f9be4ebcce3cbbc688390fb73ec0a5a1b89d4049d015f17c2062b956ee63d093
size 224353

View File

@@ -1,3 +1,22 @@
-------------------------------------------------------------------
Wed Jan 16 17:17:16 UTC 2013 - tobias.johannes.klausmann@mni.thm.de
- Update to version 2.4.41:
+ radeon: add new SI pci id
+ nouveau: disallow pushbuf BOs in multiple memory types
+ nouveau: expose channel engine selection on kepler chipsets
+ intel: Remove the fence count contributions when clearing relocs
+ man: convert manpages to XML instead of plain troff
+ man: add drm.7 overview page
+ man: add drm-kms overview page
+ man: add drm-memory overview page
+ intel: Fix missing ETIME on BSD operating systems
+ drm/radeon: track global bo name and always return the same
+ man: disable man page building until David saves us all
+ libdrm_nouveau.pc: don't include I${includedir}/nouveau
+ libkms: fix memory leak in error path
+ libkms: return -EINVAL on fstat error
-------------------------------------------------------------------
Tue Nov 6 00:37:44 UTC 2012 - tobias.johannes.klausmann@mni.thm.de

View File

@@ -1,7 +1,7 @@
#
# spec file for package libdrm
#
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2013 SUSE LINUX Products 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: libdrm
Url: http://dri.freedesktop.org/
Version: 2.4.40
Version: 2.4.41
Release: 0
Provides: libdrm23 = %{version}
Obsoletes: libdrm23 < %{version}
@@ -83,7 +83,6 @@ Obsoletes: libdrm-devel-64bit < %{version}
Provides: libdrm-devel-64bit = %{version}
%endif
Requires: libkms-devel = %{version}
#
%description devel
libdrm is a library for accessing the Direct Rendering Manager on
@@ -229,7 +228,7 @@ rm -f "%buildroot/%_libdir"/*.la
%_includedir/xf86drmMode.h
%_libdir/libdrm*.so
%_libdir/pkgconfig/libdrm*.pc
%_mandir/man3/drm*
#%_mandir/man3/drm*
%files -n libdrm2
%defattr(-,root,root)