Dominique Leuenberger 2018-09-05 11:43:05 +00:00 committed by Git OBS Bridge
commit e83ade94dd
6 changed files with 28 additions and 6 deletions

14
_service Normal file
View File

@ -0,0 +1,14 @@
<services>
<service name="tar_scm" mode="disabled">
<param name="scm">git</param>
<param name="url">https://anongit.freedesktop.org/git/xorg/driver/xf86-video-ati.git</param>
<param name="revision">master</param>
<param name="parent-tag">xf86-video-ati-18.0.1</param>
<param name="versionformat">18.0.1.g@TAG_OFFSET@</param>
</service>
<service name="recompress" mode="disabled">
<param name="file">*.tar</param>
<param name="compression">xz</param>
</service>
<service name="set_version" mode="disabled"/>
</services>

View File

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

View File

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

Binary file not shown.

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Thu Aug 16 14:19:06 UTC 2018 - sndirsch@suse.com
- Update to release 18.0.99 (git describe: 18.0.1-44-g740f0850)
* supposed to provide a fix for boo#1100759, fdo#107528, fdo#105381
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Apr 4 13:00:02 UTC 2018 - sndirsch@suse.com Wed Apr 4 13:00:02 UTC 2018 - sndirsch@suse.com

View File

@ -18,14 +18,15 @@
%define xserver_glamor 1 %define xserver_glamor 1
Name: xf86-video-ati Name: xf86-video-ati
Version: 18.0.1 Version: 18.0.1.g50
Release: 0 Release: 0
Summary: ATI video driver for the Xorg X server Summary: ATI video driver for the Xorg X server
License: MIT License: MIT
Group: System/X11/Servers/XF86_4 Group: System/X11/Servers/XF86_4
Url: http://xorg.freedesktop.org/ Url: http://xorg.freedesktop.org/
Source0: http://xorg.freedesktop.org/releases/individual/driver/%{name}-%{version}.tar.bz2 #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 Source0: %{name}-%{version}.tar.xz
#Source1: http://xorg.freedesktop.org/releases/individual/driver/%{name}-%{version}.tar.bz2.sig
Source2: %{name}.keyring Source2: %{name}.keyring
BuildRequires: autoconf >= 2.60 BuildRequires: autoconf >= 2.60
BuildRequires: automake BuildRequires: automake
@ -33,6 +34,7 @@ BuildRequires: libtool
BuildRequires: pkgconfig BuildRequires: pkgconfig
BuildRequires: pkgconfig(damageproto) BuildRequires: pkgconfig(damageproto)
BuildRequires: pkgconfig(fontsproto) BuildRequires: pkgconfig(fontsproto)
BuildRequires: pkgconfig(gbm)
# Libdrm 2.4.36 needed for kms # Libdrm 2.4.36 needed for kms
BuildRequires: pkgconfig(libdrm) >= 2.4.58 BuildRequires: pkgconfig(libdrm) >= 2.4.58
BuildRequires: pkgconfig(libdrm_radeon) >= 2.4.58 BuildRequires: pkgconfig(libdrm_radeon) >= 2.4.58