diff --git a/Mesa-drivers.changes b/Mesa-drivers.changes index 89756d0..b5107a8 100644 --- a/Mesa-drivers.changes +++ b/Mesa-drivers.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue Feb 27 18:17:53 UTC 2018 - sndirsch@suse.com + +- removed u_configure.ac-Link-to-libLLVMCodegen-to-fix-cyclic-li.patch + which is no longer needed due to changed LLVM build (boo#1082307) + ------------------------------------------------------------------- Tue Feb 27 09:58:06 UTC 2018 - sndirsch@suse.com diff --git a/Mesa-drivers.spec b/Mesa-drivers.spec index 3474cc7..684b547 100644 --- a/Mesa-drivers.spec +++ b/Mesa-drivers.spec @@ -133,7 +133,6 @@ Source6: %{name}-rpmlintrc Source7: Mesa.keyring # to be upstreamed Patch11: u_Fix-crash-in-swrast-when-setting-a-texture-for-a-pix.patch -Patch12: u_configure.ac-Link-to-libLLVMCodegen-to-fix-cyclic-li.patch # never to be upstreamed Patch18: n_VDPAU-XVMC-libs-Replace-hardlinks-with-copies.patch # currently needed for libglvnd support @@ -747,7 +746,6 @@ rm -rf docs/README.{VMS,WIN32,OS2} ### order to figure out whether the issue is still reproducable and ### hence a fix is required #%patch11 -p1 -%patch12 -p1 %patch18 -p1 %if 0%{?libglvnd} diff --git a/Mesa.changes b/Mesa.changes index 89756d0..b5107a8 100644 --- a/Mesa.changes +++ b/Mesa.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue Feb 27 18:17:53 UTC 2018 - sndirsch@suse.com + +- removed u_configure.ac-Link-to-libLLVMCodegen-to-fix-cyclic-li.patch + which is no longer needed due to changed LLVM build (boo#1082307) + ------------------------------------------------------------------- Tue Feb 27 09:58:06 UTC 2018 - sndirsch@suse.com diff --git a/Mesa.spec b/Mesa.spec index e340fc5..c3ff81b 100644 --- a/Mesa.spec +++ b/Mesa.spec @@ -132,7 +132,6 @@ Source6: %{name}-rpmlintrc Source7: Mesa.keyring # to be upstreamed Patch11: u_Fix-crash-in-swrast-when-setting-a-texture-for-a-pix.patch -Patch12: u_configure.ac-Link-to-libLLVMCodegen-to-fix-cyclic-li.patch # never to be upstreamed Patch18: n_VDPAU-XVMC-libs-Replace-hardlinks-with-copies.patch # currently needed for libglvnd support @@ -746,7 +745,6 @@ rm -rf docs/README.{VMS,WIN32,OS2} ### order to figure out whether the issue is still reproducable and ### hence a fix is required #%patch11 -p1 -%patch12 -p1 %patch18 -p1 %if 0%{?libglvnd} diff --git a/u_configure.ac-Link-to-libLLVMCodegen-to-fix-cyclic-li.patch b/u_configure.ac-Link-to-libLLVMCodegen-to-fix-cyclic-li.patch deleted file mode 100644 index fed6afb..0000000 --- a/u_configure.ac-Link-to-libLLVMCodegen-to-fix-cyclic-li.patch +++ /dev/null @@ -1,27 +0,0 @@ -From 1431fecda9cd4c38eecb6bdc172a7af9ff72c056 Mon Sep 17 00:00:00 2001 -From: Stefan Dirsch -Date: Fri, 23 Feb 2018 14:15:19 +0100 -Subject: [PATCH] configure.ac: Link to libLLVMCodegen to fix cyclic linking - problems - -Patch by "Ismail Doenmez" -https://bugzilla.suse.com/show_bug.cgi?id=1082307 ---- - configure.ac | 1 + - 1 file changed, 1 insertion(+) - -diff --git a/configure.ac b/configure.ac -index 8a9172690a..a23eb844d4 100644 ---- a/configure.ac -+++ b/configure.ac -@@ -1032,6 +1032,7 @@ llvm_add_default_components() { - - # Required default components - llvm_add_component "bitwriter" $driver_name -+ llvm_add_component "codegen" $driver_name - llvm_add_component "engine" $driver_name - llvm_add_component "mcdisassembler" $driver_name - llvm_add_component "mcjit" $driver_name --- -2.13.6 -