Accepting request 55686 from X11:XOrg

Accepted submit request 55686 from user sndirsch

OBS-URL: https://build.opensuse.org/request/show/55686
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libdrm?expand=0&rev=44
This commit is contained in:
Marcus Rückert 2010-12-13 11:36:33 +00:00 committed by Git OBS Bridge
commit 0250e0e321
4 changed files with 17 additions and 8 deletions

View File

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

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

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

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Sat Dec 11 20:55:58 UTC 2010 - sndirsch@novell.com
- libdrm 2.4.23
* drm: don't do the create the node ourselves if we have udev.
* intel: Reorder need_fence vs fenced_command to avoid fences on
gen4
* tests: Update for ENOENT returns from unknown handles
-------------------------------------------------------------------
Sat Dec 4 05:57:28 UTC 2010 - sndirsch@novell.com

View File

@ -1,5 +1,5 @@
#
# spec file for package libdrm (Version 2.4.22)
# spec file for package libdrm (Version 2.4.23)
#
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@ -24,8 +24,8 @@ Url: http://dri.sf.net
License: MIT License (or similar)
Group: System/Libraries
AutoReqProv: on
Version: 2.4.22
Release: 4
Version: 2.4.23
Release: 3
Provides: libdrm23 = %{version}
Obsoletes: libdrm23 < %{version}
# bug437293
@ -35,7 +35,7 @@ Provides: libdrm-64bit = %{version}
%endif
#
Summary: Userspace Interface for Kernel DRM Services
Source: %{name}-%{version}_20101203_af3d282.tar.bz2
Source: %{name}-%{version}.tar.bz2
Source2: baselibs.conf
Patch: enable_test_tools.diff
Patch1: revert-09b1062.diff
@ -63,7 +63,7 @@ The package contains the userspace interface to the kernel DRM
services.
%prep
%setup -q -n %{name}-%{version}_20101203_af3d282
%setup -q -n %{name}-%{version}
%patch
%patch1 -p1