Hello community, here is the log from the commit of package xf86-video-ati for openSUSE:Factory checked in at 2020-01-12 23:17:57 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/xf86-video-ati (Old) and /work/SRC/openSUSE:Factory/.xf86-video-ati.new.6675 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "xf86-video-ati" Sun Jan 12 23:17:57 2020 rev:38 rq:762589 version:19.1.0 Changes: -------- --- /work/SRC/openSUSE:Factory/xf86-video-ati/xf86-video-ati.changes 2019-10-18 14:30:57.992624873 +0200 +++ /work/SRC/openSUSE:Factory/.xf86-video-ati.new.6675/xf86-video-ati.changes 2020-01-12 23:18:21.462682398 +0100 @@ -1,0 +2,6 @@ +Thu Jan 9 23:26:04 UTC 2020 - Stefan Dirsch <[email protected]> + +- u_fno-common.patch + * fix build with gcc's -fno-common option (boo#1160422) + +------------------------------------------------------------------- New: ---- u_fno-common.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ xf86-video-ati.spec ++++++ --- /var/tmp/diff_new_pack.RE5Aev/_old 2020-01-12 23:18:22.946682947 +0100 +++ /var/tmp/diff_new_pack.RE5Aev/_new 2020-01-12 23:18:22.950682948 +0100 @@ -1,7 +1,7 @@ # # spec file for package xf86-video-ati # -# 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 @@ -27,6 +27,7 @@ Source0: http://xorg.freedesktop.org/releases/individual/driver/%{name}-%{version}.tar.bz2 Source1: http://xorg.freedesktop.org/releases/individual/driver/%{name}-%{version}.tar.bz2.sig Source2: %{name}.keyring +Patch0: u_fno-common.patch BuildRequires: autoconf >= 2.60 BuildRequires: automake BuildRequires: libtool @@ -66,6 +67,7 @@ %prep %setup -q +%patch0 -p1 %build autoreconf -fiv ++++++ u_fno-common.patch ++++++ --- xf86-video-ati-19.1.0.old/src/drmmode_display.h 2020-01-09 23:19:29.783677517 +0000 +++ xf86-video-ati-19.1.0/src/drmmode_display.h 2020-01-09 23:20:10.268450223 +0000 @@ -262,7 +262,7 @@ Bool drmmode_wait_vblank(xf86CrtcPtr crt uint64_t *ust, uint32_t *result_seq); -miPointerSpriteFuncRec drmmode_sprite_funcs; +extern miPointerSpriteFuncRec drmmode_sprite_funcs; #endif
