upstream 2.4.39 release

This commit is contained in:
Adam Jackson 2012-08-29 13:19:01 -04:00
parent 45c7b8dd92
commit 025b9d951a
3 changed files with 7 additions and 6 deletions

1
.gitignore vendored
View File

@ -21,3 +21,4 @@ libdrm-20100612.tar.bz2
/libdrm-2.4.36.tar.bz2
/libdrm-2.4.37.tar.bz2
/libdrm-2.4.38.tar.bz2
/libdrm-2.4.39.tar.bz2

View File

@ -2,8 +2,8 @@
Summary: Direct Rendering Manager runtime library
Name: libdrm
Version: 2.4.38
Release: 2%{?dist}
Version: 2.4.39
Release: 1%{?dist}
License: MIT
Group: System Environment/Libraries
URL: http://dri.sourceforge.net
@ -32,8 +32,6 @@ Patch3: libdrm-make-dri-perms-okay.patch
Patch4: libdrm-2.4.0-no-bc.patch
# make rule to print the list of test programs
Patch5: libdrm-2.4.25-check-programs.patch
# backport from master radeon prime support
Patch6: radeon-prime.patch
%description
Direct Rendering Manager runtime library
@ -61,7 +59,6 @@ Utility programs for the kernel DRM interface. Will void your warranty.
%patch3 -p1 -b .forceperms
%patch4 -p1 -b .no-bc
%patch5 -p1 -b .check
%patch6 -p1 -b .radeon-prime
%build
autoreconf -v --install || exit 1
@ -182,6 +179,9 @@ done
%{_libdir}/pkgconfig/libdrm_nouveau.pc
%changelog
* Wed Aug 29 2012 Adam Jackson <ajax@redhat.com> 2.4.39-1
- upstream 2.4.39 release
* Tue Aug 14 2012 Dave Airlie <airlied@redhat.com> 2.4.38-2
- add radeon prime support

View File

@ -1 +1 @@
a910d1305adcaa6561a7450899949105 libdrm-2.4.38.tar.bz2
9a299e021d81bab6c82307582c78319d libdrm-2.4.39.tar.bz2