Dominique Leuenberger 2017-03-21 21:44:12 +00:00 committed by Git OBS Bridge
commit 7347e35bfd
6 changed files with 32 additions and 18 deletions

View File

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

Binary file not shown.

View File

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

Binary file not shown.

View File

@ -1,3 +1,19 @@
-------------------------------------------------------------------
Thu Mar 16 12:03:22 UTC 2017 - mpluskal@suse.com
- Update to version 7.9.0:
* Allow TearFree to be toggled at runtime via an RandR output
property "TearFree". The xorg.conf option "TearFree" now
controls the default value of the output properties.
* Use glamor by default for 2D acceleration with >= R600 and
Xorg >= 1.18.3.
* Ship 10-radeon.conf xorg.conf.d snippet for Xorg >= 1.16, so
that the radeon driver can be loaded automatically even when
the ati wrapper driver isn't installed.
* Support loading the amdgpu driver from the ati wrapper driver.
* Use DRM render nodes for DRI3 clients when available.
* Plus many other improvements and fixes.
-------------------------------------------------------------------
Sat Nov 19 15:08:54 UTC 2016 - tobias.johannes.klausmann@mni.thm.de

View File

@ -1,7 +1,7 @@
#
# spec file for package xf86-video-ati
#
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2017 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
@ -17,9 +17,8 @@
%define xserver_glamor 1
Name: xf86-video-ati
Version: 7.8.0
Version: 7.9.0
Release: 0
Summary: ATI video driver for the Xorg X server
License: MIT
@ -28,19 +27,14 @@ Url: http://xorg.freedesktop.org/
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
BuildRequires: Mesa-devel
BuildRequires: autoconf >= 2.60
BuildRequires: automake
BuildRequires: libtool
BuildRequires: pkg-config
BuildRequires: pkgconfig
BuildRequires: pkgconfig(fontsproto)
# Libdrm 2.4.36 needed for kms
BuildRequires: pkgconfig(libdrm) >= 2.4.58
# Glamor is new and we want that now
%if !%xserver_glamor
BuildRequires: pkgconfig(glamor) >= 0.3.1
%endif
BuildRequires: pkgconfig(libdrm_radeon) >= 2.4.58
BuildRequires: pkgconfig(libudev)
BuildRequires: pkgconfig(pciaccess) >= 0.8.0
@ -52,13 +46,16 @@ BuildRequires: pkgconfig(xf86driproto)
BuildRequires: pkgconfig(xorg-macros) >= 1.8
BuildRequires: pkgconfig(xorg-server) >= 1.15
BuildRequires: pkgconfig(xproto)
Supplements: modalias(xorg-x11-server:pci:v00001002d*sv*sd*bc03sc*i*)
# This was part of the xorg-x11-driver-video package up to version 7.6
Conflicts: xorg-x11-driver-video <= 7.6
BuildRoot: %{_tmppath}/%{name}-%{version}-build
ExcludeArch: s390 s390x
Supplements: modalias(xorg-x11-server:pci:v00001002d*sv*sd*bc03sc*i*)
%x11_abi_videodrv_req
%{x11_abi_videodrv_req}
# Glamor is new and we want that now
%if !%{xserver_glamor}
BuildRequires: pkgconfig(glamor) >= 0.3.1
%endif
%description
ati is an Xorg driver for ATI/AMD video cards.
@ -78,15 +75,16 @@ make %{?_smp_mflags} V=1
%install
%make_install
find %{buildroot}%{_libdir} -name '*.la' -type f -delete -print
find %{buildroot} -type f -name "*.la" -delete -print
%files
%defattr(-,root,root)
%doc COPYING README
%dir %{_libdir}/xorg/modules/drivers
%{_datadir}/X11/xorg.conf.d/10-radeon.conf
%{_libdir}/xorg/modules/drivers/ati_drv.so
%{_libdir}/xorg/modules/drivers/radeon_drv.so
%{_datadir}/man/man4/ati.4%{?ext_man}
%{_datadir}/man/man4/radeon.4%{?ext_man}
%{_mandir}/man4/ati.4%{?ext_man}
%{_mandir}/man4/radeon.4%{?ext_man}
%changelog