This commit is contained in:
parent
1d6946ad64
commit
baeb6be550
3
libdrm-2.4.0-a59ea02.tar.bz2
Normal file
3
libdrm-2.4.0-a59ea02.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a4be71fff6a809d872aa51bc67fcfb10005d26562e316083f116080488a449ba
|
||||
size 315083
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:49342d4d757ed26dc4621425a4dd1341ea99c64937a6bf41f939a1664356f339
|
||||
size 324447
|
@ -1,3 +1,16 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 21 16:23:20 CEST 2008 - sndirsch@suse.de
|
||||
|
||||
- update to git commit a59ea02 (=2.4.1, Intel-2008-Q3-RC5)
|
||||
* avoid deadlock in intel_bufmgr_fake.
|
||||
* ioctl is not defined to return -errno. Don't count on ioctl
|
||||
returning -errno; use errno directly.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Oct 19 22:27:00 CEST 2008 - sndirsch@suse.de
|
||||
|
||||
- libdrm 2.4.0 finally available
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 9 09:27:47 CEST 2008 - sndirsch@suse.de
|
||||
|
||||
|
13
libdrm.spec
13
libdrm.spec
@ -19,15 +19,15 @@
|
||||
|
||||
|
||||
Name: libdrm
|
||||
BuildRequires: glibc-devel
|
||||
BuildRequires: glibc-devel pkgconfig xorg-x11-proto-devel
|
||||
Url: http://dri.sf.net
|
||||
License: X11/MIT
|
||||
Group: System/Libraries
|
||||
AutoReqProv: on
|
||||
Version: 2.4.0
|
||||
Release: 11
|
||||
Release: 12
|
||||
Summary: Userspace Interface for Kernel DRM Services
|
||||
Source: %{name}-%{version}-ce40261.tar.bz2
|
||||
Source: %{name}-%{version}-a59ea02.tar.bz2
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
|
||||
%description
|
||||
@ -138,6 +138,13 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%exclude %{_libdir}/libdrm_intel.la
|
||||
|
||||
%changelog
|
||||
* Tue Oct 21 2008 sndirsch@suse.de
|
||||
- update to git commit a59ea02 (=2.4.1, Intel-2008-Q3-RC5)
|
||||
* avoid deadlock in intel_bufmgr_fake.
|
||||
* ioctl is not defined to return -errno. Don't count on ioctl
|
||||
returning -errno; use errno directly.
|
||||
* Mon Oct 20 2008 sndirsch@suse.de
|
||||
- libdrm 2.4.0 finally available
|
||||
* Thu Oct 09 2008 sndirsch@suse.de
|
||||
- updated to git commit ce40261, which is required by latest
|
||||
xf86-video-intel driver (Intel-2008-Q3-RC3)
|
||||
|
Loading…
Reference in New Issue
Block a user