rpms/libdrm/devel libdrm.spec,1.61,1.62

Kristian Høgsberg krh at fedoraproject.org
Mon Feb 23 20:57:51 UTC 2009


Author: krh

Update of /cvs/pkgs/rpms/libdrm/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv14412

Modified Files:
	libdrm.spec 
Log Message:
* Mon Feb 23 2009 Kristian Høgsberg <krh at redhat.com> - 2.4.4-7
- Pull in intel bufmgr changes while waiting for 2.4.5.



Index: libdrm.spec
===================================================================
RCS file: /cvs/pkgs/rpms/libdrm/devel/libdrm.spec,v
retrieving revision 1.61
retrieving revision 1.62
diff -u -r1.61 -r1.62
--- libdrm.spec	23 Feb 2009 04:40:16 -0000	1.61
+++ libdrm.spec	23 Feb 2009 20:57:21 -0000	1.62
@@ -3,7 +3,7 @@
 Summary: Direct Rendering Manager runtime library
 Name: libdrm
 Version: 2.4.4
-Release: 6%{?dist}
+Release: 7%{?dist}
 License: MIT
 Group: System Environment/Libraries
 URL: http://dri.sourceforge.net
@@ -30,6 +30,8 @@
 Patch8: libdrm-radeon.patch
 # nouveau libdrm patches
 Patch9: libdrm-nouveau.patch
+# Add this while waiting for 2.4.5
+Patch10: libdrm-intel.patch
 
 %description
 Direct Rendering Manager runtime library
@@ -50,6 +52,7 @@
 %patch4 -p1 -b .no-bc
 %patch8 -p1 -b .radeon
 %patch9 -p1 -b .nouveau
+%patch10 -p1 -b .intel
 
 %build
 autoreconf -v --install || exit 1
@@ -108,6 +111,9 @@
 %{_libdir}/pkgconfig/libdrm_nouveau.pc
 
 %changelog
+* Mon Feb 23 2009 Kristian Høgsberg <krh at redhat.com> - 2.4.4-7
+- Pull in intel bufmgr changes while waiting for 2.4.5.
+
 * Mon Feb 23 2009 Dave Airlie <airlied at redhat.com> 2.4.4-6
 - don't use the CS patch need_flush
 




More information about the scm-commits mailing list