SHA256
1
0
forked from pool/Mesa

Accepting request 611221 from home:michalsrb:branches:X11:XOrg

- Fix python3-Mako dependency on <= Leap 42.3.
- Temporarily replace mesa-18.1.0.tar.xz.sig with
  mesa-18.1.0.tar.xz.sha1sum. The sig file uses EDDSA which is not
  supported by gpg in OBS at the moment.

OBS-URL: https://build.opensuse.org/request/show/611221
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/Mesa?expand=0&rev=746
This commit is contained in:
Stefan Dirsch 2018-05-22 11:48:14 +00:00 committed by Git OBS Bridge
parent fb75e5d215
commit 9ad2e78211
6 changed files with 25 additions and 2 deletions

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Tue May 22 08:44:11 UTC 2018 - msrb@suse.com
- Fix python3-Mako dependency on <= Leap 42.3.
- Temporarily replace mesa-18.1.0.tar.xz.sig with
mesa-18.1.0.tar.xz.sha1sum. The sig file uses EDDSA which is not
supported by gpg in OBS at the moment.
-------------------------------------------------------------------
Sat May 19 17:45:35 UTC 2018 - mimi.vx@gmail.com

View File

@ -124,7 +124,8 @@ Url: http://www.mesa3d.org
# Source: ftp://ftp.freedesktop.org/pub/mesa/%%{version}/%%{_name_archive}-%%{_version}.tar.xz
Source: ftp://ftp.freedesktop.org/pub/mesa/%{_name_archive}-%{_version}.tar.xz
# Source1: ftp://ftp.freedesktop.org/pub/mesa/%%{version}/%%{_name_archive}-%%{_version}.tar.xz.sig
Source1: ftp://ftp.freedesktop.org/pub/mesa/%{_name_archive}-%{_version}.tar.xz.sig
# Source1: ftp://ftp.freedesktop.org/pub/mesa/%{_name_archive}-%{_version}.tar.xz.sig
Source1: %{_name_archive}-%{_version}.tar.xz.sha1sum
Source2: baselibs.conf
Source3: README.updates
Source4: manual-pages.tar.bz2
@ -150,6 +151,8 @@ BuildRequires: pkgconfig
BuildRequires: python3-base
%if 0%{?suse_version} > 1320
BuildRequires: python3-mako
%else
BuildRequires: python3-Mako
%endif
BuildRequires: python3-xml
BuildRequires: pkgconfig(dri2proto)

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Tue May 22 08:44:11 UTC 2018 - msrb@suse.com
- Fix python3-Mako dependency on <= Leap 42.3.
- Temporarily replace mesa-18.1.0.tar.xz.sig with
mesa-18.1.0.tar.xz.sha1sum. The sig file uses EDDSA which is not
supported by gpg in OBS at the moment.
-------------------------------------------------------------------
Sat May 19 17:45:35 UTC 2018 - mimi.vx@gmail.com

View File

@ -123,7 +123,8 @@ Url: http://www.mesa3d.org
# Source: ftp://ftp.freedesktop.org/pub/mesa/%%{version}/%%{_name_archive}-%%{_version}.tar.xz
Source: ftp://ftp.freedesktop.org/pub/mesa/%{_name_archive}-%{_version}.tar.xz
# Source1: ftp://ftp.freedesktop.org/pub/mesa/%%{version}/%%{_name_archive}-%%{_version}.tar.xz.sig
Source1: ftp://ftp.freedesktop.org/pub/mesa/%{_name_archive}-%{_version}.tar.xz.sig
# Source1: ftp://ftp.freedesktop.org/pub/mesa/%{_name_archive}-%{_version}.tar.xz.sig
Source1: %{_name_archive}-%{_version}.tar.xz.sha1sum
Source2: baselibs.conf
Source3: README.updates
Source4: manual-pages.tar.bz2
@ -149,6 +150,8 @@ BuildRequires: pkgconfig
BuildRequires: python3-base
%if 0%{?suse_version} > 1320
BuildRequires: python3-mako
%else
BuildRequires: python3-Mako
%endif
BuildRequires: python3-xml
BuildRequires: pkgconfig(dri2proto)

View File

@ -0,0 +1 @@
3da4b5f4ae3705c017a8f988f1304be45eed875f mesa-18.1.0.tar.xz

Binary file not shown.