SHA256
1
0
forked from pool/godot

Accepting request 1084109 from home:jaimeMF:branches:games

- Require the mbedtls-devel version to be lower than 3

The request for adding the package to openSUSE:Factory with the version 2 is pending: https://build.opensuse.org/request/show/1084073

OBS-URL: https://build.opensuse.org/request/show/1084109
OBS-URL: https://build.opensuse.org/package/show/games/godot?expand=0&rev=62
This commit is contained in:
c unix 2023-05-03 15:33:24 +00:00 committed by Git OBS Bridge
parent be0df6e31f
commit bc20bdc9bc
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue May 2 12:29:33 UTC 2023 - Jaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@fastmail.net>
- Require the mbedtls-devel version to be lower than 3
-------------------------------------------------------------------
Wed Apr 5 12:00:00 UTC 2023 - cunix@mail.de

View File

@ -87,7 +87,7 @@ BuildRequires: pkgconfig(freetype2) >= 2.10.2
# we don't use bundled libpng and zlib as well.
BuildRequires: pkgconfig(libpng)
BuildRequires: glslang-devel
BuildRequires: mbedtls-devel
BuildRequires: mbedtls-devel < 3
BuildRequires: pkgconfig(graphite2)
BuildRequires: pkgconfig(harfbuzz)
BuildRequires: pkgconfig(libwslay)