libdrm 2.4.34

This commit is contained in:
Dave Airlie 2012-05-12 17:41:37 +01:00
parent 7bf42d66cf
commit 5265fc9707
3 changed files with 11 additions and 7 deletions

1
.gitignore vendored
View File

@ -16,3 +16,4 @@ libdrm-20100612.tar.bz2
/libdrm-2.4.32.tar.bz2
/libdrm-2.4.33.tar.bz2
/libdrm-20120424.tar.bz2
/libdrm-2.4.34.tar.bz2

View File

@ -1,14 +1,14 @@
%define gitdate 20120424
#define gitdate 20120424
Summary: Direct Rendering Manager runtime library
Name: libdrm
Version: 2.4.34
Release: 0.3%{?dist}
Release: 1%{?dist}
License: MIT
Group: System Environment/Libraries
URL: http://dri.sourceforge.net
#Source0: http://dri.freedesktop.org/libdrm/%{name}-%{version}.tar.bz2
Source0: %{name}-%{gitdate}.tar.bz2
Source0: http://dri.freedesktop.org/libdrm/%{name}-%{version}.tar.bz2
#Source0: %{name}-%{gitdate}.tar.bz2
Source1: make-git-snapshot.sh
Requires: udev
@ -50,8 +50,8 @@ Group: Development/Tools
Utility programs for the kernel DRM interface. Will void your warranty.
%prep
%setup -q -n %{name}-%{gitdate}
#setup -q
#%setup -q -n %{name}-%{gitdate}
%setup -q
%patch3 -p1 -b .forceperms
%patch4 -p1 -b .no-bc
%patch5 -p1 -b .check
@ -180,6 +180,9 @@ done
%{_libdir}/pkgconfig/libkms.pc
%changelog
* Sat May 12 2012 Dave Airlie <airlied@redhat.com> 2.4.34-1
- libdrm 2.4.34
* Fri May 11 2012 Dennis Gilmore <dennis@ausil.us> 2.4.34-0.3
- enable libdrm_omap on arm arches

View File

@ -1 +1 @@
97744f88463239e984f8629946cf3111 libdrm-20120424.tar.bz2
293cb2b31392d52caa02ab0861dfc2c9 libdrm-2.4.34.tar.bz2