[libdrm] libdrm 2.4.34

Dave Airlie airlied at fedoraproject.org
Sat May 12 16:43:30 UTC 2012


commit 5265fc970757c0cf73631fc12efd845fac48cc09
Author: Dave Airlie <airlied at redhat.com>
Date:   Sat May 12 17:41:37 2012 +0100

    libdrm 2.4.34

 .gitignore  |    1 +
 libdrm.spec |   15 +++++++++------
 sources     |    2 +-
 3 files changed, 11 insertions(+), 7 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 6b1ffdf..0340d80 100644
--- a/.gitignore
+++ b/.gitignore
@@ -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
diff --git a/libdrm.spec b/libdrm.spec
index 83d5fec..239ad7a 100644
--- a/libdrm.spec
+++ b/libdrm.spec
@@ -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 at redhat.com> 2.4.34-1
+- libdrm 2.4.34
+
 * Fri May 11 2012 Dennis Gilmore <dennis at ausil.us> 2.4.34-0.3
 - enable libdrm_omap on arm arches
 
diff --git a/sources b/sources
index 81cd04a..41a35fe 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-97744f88463239e984f8629946cf3111  libdrm-20120424.tar.bz2
+293cb2b31392d52caa02ab0861dfc2c9  libdrm-2.4.34.tar.bz2


More information about the scm-commits mailing list