Hello community,
here is the log from the commit of package xf86-video-amdgpu for
openSUSE:Factory checked in at 2020-01-12 23:18:00
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/xf86-video-amdgpu (Old)
and /work/SRC/openSUSE:Factory/.xf86-video-amdgpu.new.6675 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "xf86-video-amdgpu"
Sun Jan 12 23:18:00 2020 rev:26 rq:762590 version:19.1.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/xf86-video-amdgpu/xf86-video-amdgpu.changes
2019-10-17 12:16:16.328078039 +0200
+++
/work/SRC/openSUSE:Factory/.xf86-video-amdgpu.new.6675/xf86-video-amdgpu.changes
2020-01-12 23:18:27.362684580 +0100
@@ -1,0 +2,6 @@
+Thu Jan 9 23:39:11 UTC 2020 - Stefan Dirsch <[email protected]>
+
+- u_fno-common.patch
+ * fix build with gcc's -fno-common option (boo#1160421)
+
+-------------------------------------------------------------------
New:
----
u_fno-common.patch
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ xf86-video-amdgpu.spec ++++++
--- /var/tmp/diff_new_pack.VqNGCe/_old 2020-01-12 23:18:28.946685166 +0100
+++ /var/tmp/diff_new_pack.VqNGCe/_new 2020-01-12 23:18:28.954685169 +0100
@@ -1,7 +1,7 @@
#
# spec file for package xf86-video-amdgpu
#
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -31,6 +31,7 @@
Source1:
http://xorg.freedesktop.org/releases/individual/driver/%{name}-%{version}.tar.bz2.sig
Source2: %{name}.keyring
Source3: amdgpu.ids
+Patch0: u_fno-common.patch
BuildRequires: autoconf >= 2.6.0
BuildRequires: automake
BuildRequires: libtool
@@ -64,6 +65,7 @@
%prep
%setup -q
+%patch0 -p1
%build
autoreconf -fiv
++++++ u_fno-common.patch ++++++
--- xf86-video-amdgpu-19.1.0.old/src/drmmode_display.h 2020-01-09
23:36:44.871438889 +0000
+++ xf86-video-amdgpu-19.1.0/src/drmmode_display.h 2020-01-09
23:37:15.904031508 +0000
@@ -289,7 +289,7 @@
uint64_t *ust, uint32_t *result_seq);
-miPointerSpriteFuncRec drmmode_sprite_funcs;
+extern miPointerSpriteFuncRec drmmode_sprite_funcs;
#endif