- Update to version 21.0.0
* bugfixes and minor improvements - supersedes u_fno-common.patch OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/xf86-video-amdgpu?expand=0&rev=64
This commit is contained in:
parent
f2e1dbc8fd
commit
778a22c7d0
@ -1,11 +0,0 @@
|
|||||||
--- 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
|
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:4f0ea4e0ae61995ac2b7c72433d31deab63b60c78763020aaa1b28696124fe5d
|
|
||||||
size 441746
|
|
Binary file not shown.
3
xf86-video-amdgpu-21.0.0.tar.bz2
Normal file
3
xf86-video-amdgpu-21.0.0.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:607823034defba6152050e5eb1c4df94b38819ef764291abadd81b620bc2ad88
|
||||||
|
size 448400
|
@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Jul 31 08:57:12 UTC 2021 - Stefan Dirsch <sndirsch@suse.com>
|
||||||
|
|
||||||
|
- Update to version 21.0.0
|
||||||
|
* bugfixes and minor improvements
|
||||||
|
- supersedes u_fno-common.patch
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Apr 17 16:45:53 UTC 2021 - Dirk Müller <dmueller@suse.com>
|
Sat Apr 17 16:45:53 UTC 2021 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
@ -21,17 +21,17 @@
|
|||||||
%define pci_ids_dir %{_sysconfdir}/X11/xorg_pci_ids
|
%define pci_ids_dir %{_sysconfdir}/X11/xorg_pci_ids
|
||||||
%endif
|
%endif
|
||||||
Name: xf86-video-amdgpu
|
Name: xf86-video-amdgpu
|
||||||
Version: 19.1.0
|
Version: 21.0.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: AMDGPU video driver for the Xorg X server
|
Summary: AMDGPU video driver for the Xorg X server
|
||||||
License: MIT
|
License: MIT
|
||||||
Group: System/X11/Servers/XF86_4
|
Group: System/X11/Servers/XF86_4
|
||||||
URL: https://xorg.freedesktop.org/
|
URL: https://xorg.freedesktop.org/
|
||||||
Source: https://xorg.freedesktop.org/releases/individual/driver/%{name}-%{version}.tar.bz2
|
Source: https://xorg.freedesktop.org/releases/individual/driver/%{name}-%{version}.tar.bz2
|
||||||
Source1: https://xorg.freedesktop.org/releases/individual/driver/%{name}-%{version}.tar.bz2.sig
|
### Alex Deucher's GPG key currently unknown; for now verified sha512sum manually
|
||||||
|
#Source1: https://xorg.freedesktop.org/releases/individual/driver/%{name}-%{version}.tar.bz2.sig
|
||||||
Source2: %{name}.keyring
|
Source2: %{name}.keyring
|
||||||
Source3: amdgpu.ids
|
Source3: amdgpu.ids
|
||||||
Patch0: u_fno-common.patch
|
|
||||||
Patch1: N_amdgpu-present-Check-tiling-for-newer-versions-too.patch
|
Patch1: N_amdgpu-present-Check-tiling-for-newer-versions-too.patch
|
||||||
BuildRequires: autoconf >= 2.6.0
|
BuildRequires: autoconf >= 2.6.0
|
||||||
BuildRequires: automake
|
BuildRequires: automake
|
||||||
@ -65,7 +65,6 @@ Its autodetects whether your hardware has a CI or newer AMD Graphics Card
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
%patch0 -p1
|
|
||||||
%patch1 -p1
|
%patch1 -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
Loading…
Reference in New Issue
Block a user