The package rpms/ddnet.git has added or updated architecture specific content in its spec file (ExclusiveArch/ExcludeArch or %ifarch/%ifnarch) in commit(s): https://src.fedoraproject.org/cgit/rpms/ddnet.git/commit/?id=070a34a40b9595a....
Change: +ExcludeArch: s390x
Thanks.
Full change: ============
commit 070a34a40b9595ae771e8bcf179695dfccca1056 Author: Rafael Fontenelle rafaelff@gnome.org Date: Wed May 14 02:51:31 2025 +0000
Disable s390x architecture again
diff --git a/ddnet.spec b/ddnet.spec index 519bd97..ec2155d 100644 --- a/ddnet.spec +++ b/ddnet.spec @@ -6,6 +6,9 @@ Version: 19.2 Release: 1%{?dist} Summary: DDraceNetwork, a cooperative racing mod of Teeworlds
+# Disable arch due to several test failures of +# CTestGameWorld and Sql/* in %check +ExcludeArch: s390x
# # CC-BY-SA @@ -182,6 +185,7 @@ desktop-file-validate %{buildroot}%{_datadir}/applications/%{name}.desktop - Update to version 19.2 - Resolves: rhbz#2363940 - Remove 0003-let-dbg_assert-format-the-string.patch +- Disable s390x again due to several errors in check
* Thu Apr 03 2025 Rafael Fontenelle rafaelff@gnome.org - 19.1-2 - Disable Ipv4AndIpv6Work network test
commit 547a23d1540478fcc2a1bfc9d288a8d61d746e04 Author: Rafael Fontenelle rafaelff@gnome.org Date: Mon May 12 18:22:25 2025 +0000
Remove now unnecessary patch
diff --git a/0003-let-dbg_assert-format-the-string.patch b/0003-let-dbg_assert-format-the-string.patch deleted file mode 100644 index dafc6b1..0000000 --- a/0003-let-dbg_assert-format-the-string.patch +++ /dev/null @@ -1,38 +0,0 @@ -From 7b9a9f231868c1cb0e7b413f39b5d26f9964f1e9 Mon Sep 17 00:00:00 2001 -From: BlaiZephyr arbeit.t.lechner@gmail.com -Date: Sat, 29 Mar 2025 23:20:53 +0100 -Subject: [PATCH] let dbg_assert format the string - ---- - src/base/system.cpp | 4 +--- - src/engine/client/backend_sdl.cpp | 2 +- - 2 files changed, 2 insertions(+), 4 deletions(-) - -diff --git a/src/base/system.cpp b/src/base/system.cpp -index 75a76de4309..7daf1528d82 100644 ---- a/src/base/system.cpp -+++ b/src/base/system.cpp -@@ -1166,9 +1166,7 @@ void net_addr_str(const NETADDR *addr, char *string, int max_length, bool add_po - } - else - { -- char error[64]; -- str_format(error, sizeof(error), "unknown NETADDR type %d", addr->type); -- dbg_assert(false, error); -+ dbg_assert(false, "unknown NETADDR type %d", addr->type); - } - } - -diff --git a/src/engine/client/backend_sdl.cpp b/src/engine/client/backend_sdl.cpp -index 48c5c420d5e..00d041c16d3 100644 ---- a/src/engine/client/backend_sdl.cpp -+++ b/src/engine/client/backend_sdl.cpp -@@ -165,7 +165,7 @@ void CGraphicsBackend_Threaded::ProcessError(const SGfxErrorContainer &Error) - else - VerboseStr.append(ErrStr.m_Err); - } -- dbg_assert(false, VerboseStr.c_str()); -+ dbg_assert(false, "%s", VerboseStr.c_str()); - } - - bool CGraphicsBackend_Threaded::GetWarning(std::vectorstd::string &WarningStrings) diff --git a/ddnet.spec b/ddnet.spec index 3eaaa9e..519bd97 100644 --- a/ddnet.spec +++ b/ddnet.spec @@ -37,9 +37,6 @@ Source0: https://github.com/ddnet/ddnet/archive/%%7Bversion%7D/%%7Bname%7D-%%7Bvers Patch1: 0001-Disabled-network-lookup-test.patch # Unbundle md5 and json-parser Patch2: 0002-Unbundle-md5_and_json-parser.patch -# Fixes "format not a string literal and no format arguments [-Werror=format-security]" -# https://github.com/ddnet/ddnet/issues/9961 -Patch3: 0003-let-dbg_assert-format-the-string.patch
BuildRequires: desktop-file-utils BuildRequires: libappstream-glib @@ -184,6 +181,7 @@ desktop-file-validate %{buildroot}%{_datadir}/applications/%{name}.desktop * Mon May 12 2025 Packit hello@packit.dev - 19.2-1 - Update to version 19.2 - Resolves: rhbz#2363940 +- Remove 0003-let-dbg_assert-format-the-string.patch
* Thu Apr 03 2025 Rafael Fontenelle rafaelff@gnome.org - 19.1-2 - Disable Ipv4AndIpv6Work network test
commit 8d8caa91885f1e6b6f52fddb9c6769b088e9ae80 Author: Packit hello@packit.dev Date: Mon May 12 12:50:59 2025 +0000
Update to 19.2 upstream release
- Resolves: rhbz#2363940
Commit authored by Packit automation (https://packit.dev/)
diff --git a/README.packit b/README.packit index ad2b8e5..807ffc6 100644 --- a/README.packit +++ b/README.packit @@ -1,3 +1,3 @@ This repository is maintained by packit. https://packit.dev/ -The file was generated using packit 1.3.0.post1.dev4+gb85da743. +The file was generated using packit 1.6.0.post1.dev2+gd5a7662a. diff --git a/ddnet.spec b/ddnet.spec index 3ae0c2a..3eaaa9e 100644 --- a/ddnet.spec +++ b/ddnet.spec @@ -2,8 +2,8 @@ %bcond_without ninja_build
Name: ddnet -Version: 19.1 -Release: 2%{?dist} +Version: 19.2 +Release: 1%{?dist} Summary: DDraceNetwork, a cooperative racing mod of Teeworlds
@@ -181,6 +181,10 @@ desktop-file-validate %{buildroot}%{_datadir}/applications/%{name}.desktop
%changelog +* Mon May 12 2025 Packit hello@packit.dev - 19.2-1 +- Update to version 19.2 +- Resolves: rhbz#2363940 + * Thu Apr 03 2025 Rafael Fontenelle rafaelff@gnome.org - 19.1-2 - Disable Ipv4AndIpv6Work network test - Re-enable s390x architecture diff --git a/sources b/sources index 62caf82..8e97bcf 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (ddnet-19.1.tar.gz) = 02ddf0515c3668130d6eb66e7c005223cdd62df252543b0a293532f74f4127c9b39080a4080ec5c581415c64e6e0077c735d14eb738f00f683f653ca2d49e616 +SHA512 (ddnet-19.2.tar.gz) = fe725be61061fa8f4837e7c0ec7bff366cddf80c7f87830b4b32cae9861cc0dd27a99641fbb4fae5920b7f319b9b26b786f75ef4be2189a850935a68028fe262
arch-excludes@lists.fedoraproject.org