Accepting request 714276 from home:iznogood:branches:X11:XOrg
New stable release OBS-URL: https://build.opensuse.org/request/show/714276 OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/Mesa?expand=0&rev=847
This commit is contained in:
parent
6f77c9b887
commit
0bb34dd94f
@ -1,3 +1,15 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jul 9 16:20:07 UTC 2019 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||||
|
|
||||||
|
- Update to version 19.1.2:
|
||||||
|
* Different fixes for the Intel and AMD Vulkan drivers,
|
||||||
|
Freedreno, the Meson build system, and some other fixes for
|
||||||
|
other parts and/or drivers.
|
||||||
|
* Worth to mention a fix for a crash in Wolfenstein II with the
|
||||||
|
RADV driver, and another fix relevant for DXVK on Intel gen7
|
||||||
|
drivers.
|
||||||
|
- Update Source urls from ftp to https.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Jun 27 20:18:07 UTC 2019 - Bjørn Lie <bjorn.lie@gmail.com>
|
Thu Jun 27 20:18:07 UTC 2019 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||||
|
|
||||||
|
@ -42,7 +42,7 @@
|
|||||||
|
|
||||||
%define glamor 1
|
%define glamor 1
|
||||||
%define _name_archive mesa
|
%define _name_archive mesa
|
||||||
%define _version 19.1.1
|
%define _version 19.1.2
|
||||||
%define with_opencl 0
|
%define with_opencl 0
|
||||||
%define with_vulkan 0
|
%define with_vulkan 0
|
||||||
%define with_llvm 0
|
%define with_llvm 0
|
||||||
@ -110,19 +110,15 @@
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
Name: Mesa-drivers
|
Name: Mesa-drivers
|
||||||
Version: 19.1.1
|
Version: 19.1.2
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: System for rendering 3-D graphics
|
Summary: System for rendering 3-D graphics
|
||||||
License: MIT
|
License: MIT
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
URL: http://www.mesa3d.org
|
URL: http://www.mesa3d.org
|
||||||
#Git-Clone: git://anongit.freedesktop.org/mesa/mesa
|
#Git-Clone: git://anongit.freedesktop.org/mesa/mesa
|
||||||
# For now directory structure of Mesa's ftp changed
|
Source: https://mesa.freedesktop.org/archive/%{_name_archive}-%{_version}.tar.xz
|
||||||
# Source: ftp://ftp.freedesktop.org/pub/mesa/%%{version}/%%{_name_archive}-%%{_version}.tar.xz
|
Source1: https://mesa.freedesktop.org/archive/%{_name_archive}-%{_version}.tar.xz.sig
|
||||||
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: %%{_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
|
||||||
|
12
Mesa.changes
12
Mesa.changes
@ -1,3 +1,15 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jul 9 16:20:07 UTC 2019 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||||
|
|
||||||
|
- Update to version 19.1.2:
|
||||||
|
* Different fixes for the Intel and AMD Vulkan drivers,
|
||||||
|
Freedreno, the Meson build system, and some other fixes for
|
||||||
|
other parts and/or drivers.
|
||||||
|
* Worth to mention a fix for a crash in Wolfenstein II with the
|
||||||
|
RADV driver, and another fix relevant for DXVK on Intel gen7
|
||||||
|
drivers.
|
||||||
|
- Update Source urls from ftp to https.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Jun 27 20:18:07 UTC 2019 - Bjørn Lie <bjorn.lie@gmail.com>
|
Thu Jun 27 20:18:07 UTC 2019 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||||
|
|
||||||
|
12
Mesa.spec
12
Mesa.spec
@ -41,7 +41,7 @@
|
|||||||
|
|
||||||
%define glamor 1
|
%define glamor 1
|
||||||
%define _name_archive mesa
|
%define _name_archive mesa
|
||||||
%define _version 19.1.1
|
%define _version 19.1.2
|
||||||
%define with_opencl 0
|
%define with_opencl 0
|
||||||
%define with_vulkan 0
|
%define with_vulkan 0
|
||||||
%define with_llvm 0
|
%define with_llvm 0
|
||||||
@ -109,19 +109,15 @@
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
Name: Mesa
|
Name: Mesa
|
||||||
Version: 19.1.1
|
Version: 19.1.2
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: System for rendering 3-D graphics
|
Summary: System for rendering 3-D graphics
|
||||||
License: MIT
|
License: MIT
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
URL: http://www.mesa3d.org
|
URL: http://www.mesa3d.org
|
||||||
#Git-Clone: git://anongit.freedesktop.org/mesa/mesa
|
#Git-Clone: git://anongit.freedesktop.org/mesa/mesa
|
||||||
# For now directory structure of Mesa's ftp changed
|
Source: https://mesa.freedesktop.org/archive/%{_name_archive}-%{_version}.tar.xz
|
||||||
# Source: ftp://ftp.freedesktop.org/pub/mesa/%%{version}/%%{_name_archive}-%%{_version}.tar.xz
|
Source1: https://mesa.freedesktop.org/archive/%{_name_archive}-%{_version}.tar.xz.sig
|
||||||
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: %%{_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
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:72114b16b4a84373b2acda060fe2bb1d45ea2598efab3ef2d44bdeda74f15581
|
|
||||||
size 10927620
|
|
Binary file not shown.
3
mesa-19.1.2.tar.xz
Normal file
3
mesa-19.1.2.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:813a144ea8ebefb7b48b6733f3f603855b0f61268d86cc1cc26a6b4be908fcfd
|
||||||
|
size 10930748
|
BIN
mesa-19.1.2.tar.xz.sig
Normal file
BIN
mesa-19.1.2.tar.xz.sig
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user