[libdrm] libdrm 2.4.50

Dave Airlie airlied at fedoraproject.org
Thu Dec 5 01:37:51 UTC 2013


commit 7cfbeacee7e864a1cce43d44e307e501a7d71764
Author: Dave Airlie <airlied at redhat.com>
Date:   Thu Dec 5 11:26:14 2013 +1000

    libdrm 2.4.50

 .gitignore                                         |    1 +
 ...te-unaligned-offset-for-2D-1D-tiling-tran.patch |   32 -----
 ...ntel-Track-known-prime-buffers-for-re-use.patch |  131 --------------------
 libdrm.spec                                        |   13 +--
 sources                                            |    2 +-
 5 files changed, 7 insertions(+), 172 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 55c72c8..998c481 100644
--- a/.gitignore
+++ b/.gitignore
@@ -31,3 +31,4 @@ libdrm-20100612.tar.bz2
 /libdrm-2.4.46.tar.bz2
 /libdrm-2.4.47.tar.bz2
 /libdrm-2.4.49.tar.bz2
+/libdrm-2.4.50.tar.bz2
diff --git a/libdrm.spec b/libdrm.spec
index c3d08ae..6d4ad42 100644
--- a/libdrm.spec
+++ b/libdrm.spec
@@ -2,8 +2,8 @@
 
 Summary: Direct Rendering Manager runtime library
 Name: libdrm
-Version: 2.4.49
-Release: 2%{?dist}
+Version: 2.4.50
+Release: 1%{?dist}
 License: MIT
 Group: System Environment/Libraries
 URL: http://dri.sourceforge.net
@@ -30,10 +30,6 @@ BuildRequires: libxslt docbook-style-xsl
 
 Source2: 91-drm-modeset.rules
 
-# backports from master
-Patch0: 0001-radeon-Update-unaligned-offset-for-2D-1D-tiling-tran.patch
-Patch1: 0002-intel-Track-known-prime-buffers-for-re-use.patch
-
 # hardcode the 666 instead of 660 for device nodes
 Patch3: libdrm-make-dri-perms-okay.patch
 # remove backwards compat not needed on Fedora
@@ -63,8 +59,6 @@ Utility programs for the kernel DRM interface.  Will void your warranty.
 
 %prep
 %setup -q %{?gitdate:-n %{name}-%{gitdate}}
-%patch0 -p1 -b .rad
-%patch1 -p1 -b .intel
 %patch3 -p1 -b .forceperms
 %patch4 -p1 -b .no-bc
 %patch5 -p1 -b .check
@@ -209,6 +203,9 @@ done
 %{_mandir}/man7/drm*.7*
 
 %changelog
+* Thu Dec 05 2013 Dave Airlie <airlied at redhat.com> 2.4.50-1
+- libdrm 2.4.50
+
 * Mon Dec 02 2013 Dave Airlie <airlied at redhat.com> 2.4.49-2
 - backport two fixes from master
 
diff --git a/sources b/sources
index ce64d45..8a0b8ec 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-454fe27645152cbd8be8ccda21acaa24  libdrm-2.4.49.tar.bz2
+7c530defdb0110e3257bb0d001521fe4  libdrm-2.4.50.tar.bz2


More information about the scm-commits mailing list