Accepting request 1109717 from X11:XOrg
- Update to bugfix release 23.1.7: --> https://docs.mesa3d.org/relnotes/23.1.7.html - mini-cleanup for python package BuildRequires in specfile - added python3-dataclasses package for sle15/Leap15 to finally fix build for these build targets; dataclasses module is in standard library of python >= 3.7 ... OBS-URL: https://build.opensuse.org/request/show/1109717 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/Mesa?expand=0&rev=485
This commit is contained in:
commit
29006a9d1d
14
Mesa.changes
14
Mesa.changes
@ -1,3 +1,17 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 7 07:02:41 UTC 2023 - Stefan Dirsch <sndirsch@suse.com>
|
||||
|
||||
- Update to bugfix release 23.1.7:
|
||||
--> https://docs.mesa3d.org/relnotes/23.1.7.html
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 1 10:31:27 UTC 2023 - Stefan Dirsch <sndirsch@suse.com>
|
||||
|
||||
- mini-cleanup for python package BuildRequires in specfile
|
||||
- added python3-dataclasses package for sle15/Leap15 to finally fix
|
||||
build for these build targets; dataclasses module is in standard
|
||||
library of python >= 3.7 ...
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Aug 17 08:35:12 UTC 2023 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
|
12
Mesa.spec
12
Mesa.spec
@ -42,7 +42,7 @@
|
||||
|
||||
%define glamor 1
|
||||
%define _name_archive mesa
|
||||
%define _version 23.1.6
|
||||
%define _version 23.1.7
|
||||
%define with_opencl 0
|
||||
%define with_rusticl 0
|
||||
%define with_vulkan 0
|
||||
@ -123,7 +123,7 @@
|
||||
%endif
|
||||
|
||||
Name: Mesa%{psuffix}
|
||||
Version: 23.1.6
|
||||
Version: 23.1.7
|
||||
Release: 0
|
||||
Summary: System for rendering 3-D graphics
|
||||
License: MIT
|
||||
@ -163,11 +163,11 @@ BuildRequires: memory-constraints
|
||||
BuildRequires: meson
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: python3-base
|
||||
%if 0%{?suse_version} > 1320
|
||||
BuildRequires: python3-mako
|
||||
%else
|
||||
BuildRequires: python3-Mako
|
||||
# dataclasses is in standard library of python >= 3.7
|
||||
%if 0%{?suse_version} < 1550
|
||||
BuildRequires: python3-dataclasses
|
||||
%endif
|
||||
BuildRequires: python3-Mako
|
||||
BuildRequires: python3-xml
|
||||
BuildRequires: pkgconfig(dri2proto)
|
||||
BuildRequires: pkgconfig(dri3proto)
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f4c7fd8e7b472a88da7d83e9a48f6f3bd17d4ea2cc4386f7231b796f3964157a
|
||||
size 18505124
|
Binary file not shown.
3
mesa-23.1.7.tar.xz
Normal file
3
mesa-23.1.7.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:409641eadf0ed1c7794797a6f5a0b0195b5580b282166e5ec5629c6bcda6acd3
|
||||
size 18544916
|
BIN
mesa-23.1.7.tar.xz.sig
Normal file
BIN
mesa-23.1.7.tar.xz.sig
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user