Accepting request 1152488 from games

- Use %autosetup macro. Allows to eliminate the usage of deprecated
  %patchN.

- Pin mbedtls-devel version to be lower than 3 for Leap builds, too.

OBS-URL: https://build.opensuse.org/request/show/1152488
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/godot?expand=0&rev=35
This commit is contained in:
Ana Guerrero 2024-02-27 21:56:59 +00:00 committed by Git OBS Bridge
commit 1bf604c17b
2 changed files with 13 additions and 3 deletions

View File

@ -1,3 +1,14 @@
-------------------------------------------------------------------
Tue Feb 27 11:11:10 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
- Use %autosetup macro. Allows to eliminate the usage of deprecated
%patchN.
-------------------------------------------------------------------
Fri Feb 16 12:00:00 UTC 2024 - cunix@mail.de
- Pin mbedtls-devel version to be lower than 3 for Leap builds, too.
-------------------------------------------------------------------
Wed Dec 13 12:00:00 UTC 2023 - cunix@mail.de

View File

@ -110,7 +110,7 @@ BuildRequires: pkgconfig(zlib)
BuildRequires: libminiupnpc-devel
BuildRequires: pkgconfig(libwslay)
%if 0%{?sle_version} >= 150200
BuildRequires: mbedtls-devel
BuildRequires: mbedtls-devel < 3
%endif
%endif
%endif
@ -244,8 +244,7 @@ Enhances: (%{name}-runner and bash-completion)
Bash command line completion support for %{name} and %{name}-runner
%prep
%setup -q -n %{name}-%{version}-stable
%patch0 -p1
%autosetup -p1 -n %{name}-%{version}-stable
cp thirdparty/README.md thirdparty_README.md