Accepting request 242921 from home:tobijk:X11:XOrg

OBS-URL: https://build.opensuse.org/request/show/242921
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libdrm?expand=0&rev=179
This commit is contained in:
Stefan Dirsch 2014-07-30 03:56:00 +00:00 committed by Git OBS Bridge
parent fc30a61895
commit 58d9bdfcd2
5 changed files with 12 additions and 33 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:5caf273766147ec57c7acfb9d468ed59baf767828e51517abc161057ca70c643
size 589443

3
libdrm-2.4.56.tar.bz2 Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:e20fbbe092177a8422913d8884a1255477456ab5b10b07389fa891a4dce54030
size 590856

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Tue Jul 29 22:33:46 UTC 2014 - tobias.johannes.klausmann@mni.thm.de
- Update to version 2.4.56:
Libdrm 2.4.56 has been released. It fixes MSAA for the Radeon Hawaii GPU.
- Remove upstreamed patch:
u_No-longer-hardcode-path-for-drm.h-include-in-qxl_drm.patch
-------------------------------------------------------------------
Fri Jul 25 15:08:00 UTC 2014 - tobias.johannes.klausmann@mni.thm.de

View File

@ -18,7 +18,7 @@
Name: libdrm
Url: http://dri.freedesktop.org/
Version: 2.4.55
Version: 2.4.56
Release: 0
Provides: libdrm23 = %{version}
Obsoletes: libdrm23 < %{version}
@ -39,7 +39,6 @@ Source: %{name}-%{version}.tar.bz2
Source2: baselibs.conf
# PATCH-FIX-UPSTREAM libdrm-implicit-defs.diff fdo#48599 -- Fix compiler warnings in tests/radeon/radeon_ttm.c
Patch2: u_Fix-compilation-on-systems-that-don-t-provide-O_CLOE.patch
Patch3: u_No-longer-hardcode-path-for-drm.h-include-in-qxl_drm.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: autoconf >= 2.63
@ -164,7 +163,6 @@ Group: System/Libraries
%prep
%setup -q
%patch2 -p1
%patch3 -p1
%build
export CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing"

View File

@ -1,27 +0,0 @@
From ef61a3e62f87443a7384883b87cc01ec488e4823 Mon Sep 17 00:00:00 2001
From: Stefan Dirsch <sndirsch@suse.de>
Date: Wed, 23 Apr 2014 16:35:19 +0200
Subject: [PATCH] No longer hardcode path for drm.h include in qxl_drm.h.
\#include "drm/drm.h" --> #include "drm.h"
(same as in other <driver>_drm.h files)
---
include/drm/qxl_drm.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/include/drm/qxl_drm.h b/include/drm/qxl_drm.h
index 5d7de70..1e331a8 100644
--- a/include/drm/qxl_drm.h
+++ b/include/drm/qxl_drm.h
@@ -25,7 +25,7 @@
#define QXL_DRM_H
#include <stddef.h>
-#include "drm/drm.h"
+#include "drm.h"
/* Please note that modifications to all structs defined here are
* subject to backwards-compatibility constraints.
--
1.8.4.5