[libdrm] libdrm 2.4.22

Adam Jackson ajax at fedoraproject.org
Wed Oct 6 18:30:22 UTC 2010


commit 89971f315df71b8927a6c85fe0e92c0432fecbc9
Author: Adam Jackson <ajax at redhat.com>
Date:   Wed Oct 6 14:33:40 2010 -0400

    libdrm 2.4.22

 .gitignore                     |    1 +
 libdrm-2.4.21-b803918f3f.patch |  506 ----------------------------------------
 libdrm.spec                    |    9 +-
 sources                        |    3 +-
 4 files changed, 7 insertions(+), 512 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 3de4b53..4a3a6f1 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 libdrm-20100529.tar.bz2
 libdrm-20100612.tar.bz2
+/libdrm-2.4.22.tar.bz2
diff --git a/libdrm.spec b/libdrm.spec
index a2b7dc9..cb3e9cb 100644
--- a/libdrm.spec
+++ b/libdrm.spec
@@ -2,8 +2,8 @@
 
 Summary: Direct Rendering Manager runtime library
 Name: libdrm
-Version: 2.4.21
-Release: 3%{?dist}
+Version: 2.4.22
+Release: 1%{?dist}
 License: MIT
 Group: System Environment/Libraries
 URL: http://dri.sourceforge.net
@@ -22,7 +22,6 @@ BuildRequires: libudev-devel
 
 Source2: 91-drm-modeset.rules
 
-Patch1: libdrm-2.4.21-b803918f3f.patch
 # hardcode the 666 instead of 660 for device nodes
 Patch3: libdrm-make-dri-perms-okay.patch
 # remove backwards compat not needed on Fedora
@@ -45,7 +44,6 @@ Direct Rendering Manager development package
 %prep
 #%setup -q -n %{name}-%{gitdate}
 %setup -q 
-%patch1 -p1 -b .git
 %patch3 -p1 -b .forceperms
 %patch4 -p1 -b .no-bc
 
@@ -118,6 +116,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_libdir}/pkgconfig/libkms.pc
 
 %changelog
+* Wed Oct 06 2010 Adam Jackson <ajax at redhat.com> 2.4.22-1
+- libdrm 2.4.22
+
 * Mon Jul 05 2010 Dave Airlie <airlied at redhat.com> 2.4.21-3
 - pull in latest git changes
 
diff --git a/sources b/sources
index 5b83227..0e98988 100644
--- a/sources
+++ b/sources
@@ -1,2 +1 @@
-3c56e03172b236e14905ef9a68ba2f97  libdrm-2.4.20.tar.bz2
-273ed9dad986e3a931649f3d8762ff74  libdrm-2.4.21.tar.bz2
+3bdfa33f35d1c902e5115cceb5500c83  libdrm-2.4.22.tar.bz2


More information about the scm-commits mailing list