[libdrm] Update to a newer git snapshot

Richard Hughes rhughes at fedoraproject.org
Tue Apr 24 13:36:10 UTC 2012


commit 5e34c634cb0ed0da5a49407b4521786370062e10
Author: Richard Hughes <richard at hughsie.com>
Date:   Tue Apr 24 14:34:58 2012 +0100

    Update to a newer git snapshot

 .gitignore  |    1 +
 libdrm.spec |   28 ++++++++++++++--------------
 sources     |    2 +-
 3 files changed, 16 insertions(+), 15 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index a7c1334..6b1ffdf 100644
--- a/.gitignore
+++ b/.gitignore
@@ -15,3 +15,4 @@ libdrm-20100612.tar.bz2
 /libdrm-2.4.31.tar.bz2
 /libdrm-2.4.32.tar.bz2
 /libdrm-2.4.33.tar.bz2
+/libdrm-20120424.tar.bz2
diff --git a/libdrm.spec b/libdrm.spec
index 7c9dc73..6e95f4c 100644
--- a/libdrm.spec
+++ b/libdrm.spec
@@ -1,14 +1,14 @@
-#define gitdate 20110106
+%define gitdate 20120424
 
 Summary: Direct Rendering Manager runtime library
 Name: libdrm
-Version: 2.4.33
-Release: 1%{?dist}
+Version: 2.4.34
+Release: 0.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
@@ -51,15 +51,15 @@ 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
 
 %build
 autoreconf -v --install || exit 1
-%configure --enable-udev --enable-nouveau-experimental-api --enable-libkms
+%configure --enable-udev --enable-libkms
 make %{?_smp_mflags}
 pushd tests
 make %{?smp_mflags} `make check-programs`
@@ -100,8 +100,8 @@ done
 %endif
 %{_libdir}/libdrm_radeon.so.1
 %{_libdir}/libdrm_radeon.so.1.0.0
-%{_libdir}/libdrm_nouveau.so.1
-%{_libdir}/libdrm_nouveau.so.1.0.0
+%{_libdir}/libdrm_nouveau.so.2
+%{_libdir}/libdrm_nouveau.so.2.0.0
 /lib/udev/rules.d/91-drm-modeset.rules
 
 %files -n drm-utils
@@ -145,11 +145,8 @@ done
 %{_includedir}/libdrm/radeon_cs_int.h
 %{_includedir}/libdrm/radeon_surface.h
 %{_includedir}/libdrm/r600_pci_ids.h
-%{_includedir}/libdrm/nouveau_drmif.h
+%{_includedir}/libdrm/nouveau.h
 %{_includedir}/libdrm/*_drm.h
-%dir %{_includedir}/nouveau
-%{_includedir}/nouveau/nouveau_*.h
-%{_includedir}/nouveau/nv*_pushbuf.h
 %{_libdir}/libdrm.so
 %{_libdir}/libkms.so
 %ifarch %{ix86} x86_64 ia64
@@ -166,6 +163,9 @@ done
 %{_libdir}/pkgconfig/libkms.pc
 
 %changelog
+* Tue Apr 24 2012 Richard Hughes <rhughes at redhat.com> - 2.4.34-0.1.20120424
+- Update to a newer git snapshot
+
 * Sat Mar 31 2012 Dave Airlie <airlied at redhat.com> 2.4.33-1
 - libdrm 2.4.33
 - drop libdrm-2.4.32-tn-surface.patch
diff --git a/sources b/sources
index f4e5841..81cd04a 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-eb2a76720af5051b1687328a2240daed  libdrm-2.4.33.tar.bz2
+97744f88463239e984f8629946cf3111  libdrm-20120424.tar.bz2


More information about the scm-commits mailing list