libdrm 2.4.64

This commit is contained in:
Dave Airlie 2015-08-25 07:34:47 +10:00
parent 812ae072f8
commit da09620f10
3 changed files with 12 additions and 8 deletions

View File

@ -1,12 +1,12 @@
diff -up libdrm-20080303/xf86drm.h.da libdrm-20080303/xf86drm.h
--- libdrm-20080303/xf86drm.h.da 2008-03-19 15:26:31.000000000 +1000
+++ libdrm-20080303/xf86drm.h 2008-03-19 15:26:46.000000000 +1000
@@ -45,7 +45,7 @@
diff -up libdrm-2.4.64/xf86drm.h.forceperms libdrm-2.4.64/xf86drm.h
--- libdrm-2.4.64/xf86drm.h.forceperms 2015-08-25 07:25:09.946427122 +1000
+++ libdrm-2.4.64/xf86drm.h 2015-08-25 07:28:57.435553839 +1000
@@ -74,7 +74,7 @@ extern "C" {
/* Default /dev/dri directory permissions 0755 */
#define DRM_DEV_DIRMODE \
(S_IRUSR|S_IWUSR|S_IXUSR|S_IRGRP|S_IXGRP|S_IROTH|S_IXOTH)
-#define DRM_DEV_MODE (S_IRUSR|S_IWUSR|S_IRGRP|S_IWGRP)
+#define DRM_DEV_MODE (S_IRUSR|S_IWUSR|S_IRGRP|S_IWGRP|S_IROTH|S_IWOTH)
#define DRM_DIR_NAME "/dev/dri"
#define DRM_DEV_NAME "%s/card%d"
#ifdef __OpenBSD__
#define DRM_DIR_NAME "/dev"

View File

@ -2,8 +2,8 @@
Summary: Direct Rendering Manager runtime library
Name: libdrm
Version: 2.4.62
Release: 2%{?dist}
Version: 2.4.64
Release: 1%{?dist}
License: MIT
Group: System Environment/Libraries
URL: http://dri.sourceforge.net
@ -226,6 +226,9 @@ done
%{_mandir}/man7/drm*.7*
%changelog
* Tue Aug 25 2015 Dave Airlie <airlied@redhat.com> 2.4.64-1
- libdrm 2.4.64
* Mon Jul 13 2015 Dan Horák <dan[at]danny.cz> 2.4.62-2
- valgrind needs explicit disable if not available

View File

@ -1 +1,2 @@
c9291bae0e5ca65d1483821d3698d3ab libdrm-2.4.62.tar.bz2
543b2d28359cf33974fa0e772dd61732 libdrm-2.4.64.tar.bz2