[libdrm] today's git snapshot

Ben Skeggs bskeggs at fedoraproject.org
Wed Jan 5 22:57:08 UTC 2011


commit 740c52c215a3456cf7863c2757f8384bb807aae0
Author: Ben Skeggs <bskeggs at redhat.com>
Date:   Thu Jan 6 08:54:04 2011 +1000

    today's git snapshot

 .gitignore  |    1 +
 libdrm.spec |   17 ++++++++++-------
 sources     |    2 +-
 3 files changed, 12 insertions(+), 8 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index ce4150d..b4ef025 100644
--- a/.gitignore
+++ b/.gitignore
@@ -6,3 +6,4 @@ libdrm-20100612.tar.bz2
 /libdrm-20101123.tar.bz2
 /libdrm-20101212.tar.bz2
 /libdrm-2.4.23.tar.bz2
+/libdrm-20110106.tar.bz2
diff --git a/libdrm.spec b/libdrm.spec
index 2acc0ef..2f79b00 100644
--- a/libdrm.spec
+++ b/libdrm.spec
@@ -1,14 +1,14 @@
-#define gitdate 20101212
+%define gitdate 20110106
 
 Summary: Direct Rendering Manager runtime library
 Name: libdrm
-Version: 2.4.23
-Release: 2%{?dist}
+Version: 2.4.24
+Release: 0.1.%{gitdate}%{?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
@@ -42,8 +42,8 @@ Requires: pkgconfig
 Direct Rendering Manager development package
 
 %prep
-#setup -q -n %{name}-%{gitdate}
-%setup -q 
+%setup -q -n %{name}-%{gitdate}
+#%setup -q
 %patch3 -p1 -b .forceperms
 %patch4 -p1 -b .no-bc
 
@@ -117,6 +117,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_libdir}/pkgconfig/libkms.pc
 
 %changelog
+* Thu Jan 06 2011 Ben Skeggs <bskeggs at redhat.com> 2.4.24-0.1.20110106
+- Today's git snapshot
+
 * Mon Dec 13 2010 Adam Jackson <ajax at redhat.com> 2.4.23-2
 - libdrm 2.4.23
 
diff --git a/sources b/sources
index 5092f98..97bd9c6 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-7577ff36ec364d88fae466d4f7fc5fc6  libdrm-2.4.23.tar.bz2
+cbdb0f500075c9d491862c78941f1acc  libdrm-20110106.tar.bz2


More information about the scm-commits mailing list