From 978b53996c17f970e426bd50585c2d745baac274d38b3504b57f5afe3065e697 Mon Sep 17 00:00:00 2001 From: c unix Date: Fri, 23 Feb 2024 15:50:59 +0000 Subject: [PATCH 1/2] Accepting request 1147351 from home:cunix:godot Pin mbedtls-devel version to be lower than 3 for Leap builds, too. OBS-URL: https://build.opensuse.org/request/show/1147351 OBS-URL: https://build.opensuse.org/package/show/games/godot?expand=0&rev=77 --- godot.changes | 5 +++++ godot.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/godot.changes b/godot.changes index a47c254..3b7e234 100644 --- a/godot.changes +++ b/godot.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +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 diff --git a/godot.spec b/godot.spec index 395776c..d651939 100644 --- a/godot.spec +++ b/godot.spec @@ -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 From db96426cc38b2dc69102ddc311fa8a0000a730ebaf134f762d7354740784bbed Mon Sep 17 00:00:00 2001 From: c unix Date: Tue, 27 Feb 2024 17:50:13 +0000 Subject: [PATCH 2/2] Accepting request 1152173 from home:dimstar:rpm4.20:g Prepare for RPM 4.20 OBS-URL: https://build.opensuse.org/request/show/1152173 OBS-URL: https://build.opensuse.org/package/show/games/godot?expand=0&rev=78 --- godot.changes | 6 ++++++ godot.spec | 3 +-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/godot.changes b/godot.changes index 3b7e234..a47b7ad 100644 --- a/godot.changes +++ b/godot.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue Feb 27 11:11:10 UTC 2024 - Dominique Leuenberger + +- Use %autosetup macro. Allows to eliminate the usage of deprecated + %patchN. + ------------------------------------------------------------------- Fri Feb 16 12:00:00 UTC 2024 - cunix@mail.de diff --git a/godot.spec b/godot.spec index d651939..a7b31f2 100644 --- a/godot.spec +++ b/godot.spec @@ -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