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:
parent
fb75e5d215
commit
9ad2e78211
@ -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
|
Sat May 19 17:45:35 UTC 2018 - mimi.vx@gmail.com
|
||||||
|
|
||||||
|
@ -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/%%{version}/%%{_name_archive}-%%{_version}.tar.xz
|
||||||
Source: ftp://ftp.freedesktop.org/pub/mesa/%{_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/%%{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
|
Source2: baselibs.conf
|
||||||
Source3: README.updates
|
Source3: README.updates
|
||||||
Source4: manual-pages.tar.bz2
|
Source4: manual-pages.tar.bz2
|
||||||
@ -150,6 +151,8 @@ BuildRequires: pkgconfig
|
|||||||
BuildRequires: python3-base
|
BuildRequires: python3-base
|
||||||
%if 0%{?suse_version} > 1320
|
%if 0%{?suse_version} > 1320
|
||||||
BuildRequires: python3-mako
|
BuildRequires: python3-mako
|
||||||
|
%else
|
||||||
|
BuildRequires: python3-Mako
|
||||||
%endif
|
%endif
|
||||||
BuildRequires: python3-xml
|
BuildRequires: python3-xml
|
||||||
BuildRequires: pkgconfig(dri2proto)
|
BuildRequires: pkgconfig(dri2proto)
|
||||||
|
@ -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
|
Sat May 19 17:45:35 UTC 2018 - mimi.vx@gmail.com
|
||||||
|
|
||||||
|
@ -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/%%{version}/%%{_name_archive}-%%{_version}.tar.xz
|
||||||
Source: ftp://ftp.freedesktop.org/pub/mesa/%{_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/%%{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
|
Source2: baselibs.conf
|
||||||
Source3: README.updates
|
Source3: README.updates
|
||||||
Source4: manual-pages.tar.bz2
|
Source4: manual-pages.tar.bz2
|
||||||
@ -149,6 +150,8 @@ BuildRequires: pkgconfig
|
|||||||
BuildRequires: python3-base
|
BuildRequires: python3-base
|
||||||
%if 0%{?suse_version} > 1320
|
%if 0%{?suse_version} > 1320
|
||||||
BuildRequires: python3-mako
|
BuildRequires: python3-mako
|
||||||
|
%else
|
||||||
|
BuildRequires: python3-Mako
|
||||||
%endif
|
%endif
|
||||||
BuildRequires: python3-xml
|
BuildRequires: python3-xml
|
||||||
BuildRequires: pkgconfig(dri2proto)
|
BuildRequires: pkgconfig(dri2proto)
|
||||||
|
1
mesa-18.1.0.tar.xz.sha1sum
Normal file
1
mesa-18.1.0.tar.xz.sha1sum
Normal file
@ -0,0 +1 @@
|
|||||||
|
3da4b5f4ae3705c017a8f988f1304be45eed875f mesa-18.1.0.tar.xz
|
Binary file not shown.
Loading…
Reference in New Issue
Block a user