public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Rafael Fontenelle <rafaelff@gnome.org>
To: git-commits@fedoraproject.org
Subject: [rpms/ddnet] exclude-empty-files: Update patches to 19.4
Date: Thu, 03 Sep 2026 00:10:39 GMT [thread overview]
Message-ID: <178839423902.1.6553575650156286602.rpms-ddnet-94d9b8bc60f3@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/ddnet
Branch : exclude-empty-files
Commit : 94d9b8bc60f3931340a4f3d8ef303f7c2525597f
Author : Rafael Fontenelle <rafaelff@gnome.org>
Date : 2025-09-09T23:17:07+00:00
Stats : +12/-13 in 2 file(s)
URL : https://src.fedoraproject.org/rpms/ddnet/c/94d9b8bc60f3931340a4f3d8ef303f7c2525597f?branch=exclude-empty-files
Log:
Update patches to 19.4
---
diff --git a/0001-Disabled-network-lookup-test.patch b/0001-Disabled-network-lookup-test.patch
index b8af988..11cc91e 100644
--- a/0001-Disabled-network-lookup-test.patch
+++ b/0001-Disabled-network-lookup-test.patch
@@ -1,6 +1,6 @@
---- ./src/test/jobs.cpp.orig 2024-06-22 04:30:16.727376379 +0100
-+++ ./src/test/jobs.cpp 2024-06-22 04:30:37.980340670 +0100
-@@ -84,53 +84,6 @@ TEST_F(Jobs, AbortUnabortable)
+--- ddnet-19.4.orig/src/test/jobs.cpp 2025-09-09 03:33:15.000000000 -0300
++++ ddnet-19.4/src/test/jobs.cpp 2025-09-09 19:31:39.566891983 -0300
+@@ -84,53 +84,6 @@
EXPECT_NE(pJob->State(), IJob::STATE_ABORTED);
}
@@ -48,7 +48,7 @@
- EXPECT_EQ(pJob->Nettype(), NETTYPE);
- if(pJob->Result() == 0)
- {
-- EXPECT_EQ(pJob->Addr().type & NETTYPE_WEBSOCKET_IPV4, pJob->Addr().type);
+- EXPECT_EQ(pJob->Addr().type & (NETTYPE_WEBSOCKET_IPV4 | NETTYPE_WEBSOCKET_IPV6), pJob->Addr().type);
- }
-}
diff --git a/0002-Unbundle-md5_and_json-parser.patch b/0002-Unbundle-md5_and_json-parser.patch
index 3b16b7f..8f8d99e 100644
--- a/0002-Unbundle-md5_and_json-parser.patch
+++ b/0002-Unbundle-md5_and_json-parser.patch
@@ -1,7 +1,6 @@
-diff -Naur ddnet-18.0.1-orig/CMakeLists.txt ddnet-18.0.1/CMakeLists.txt
---- ddnet-18.0.1-orig/CMakeLists.txt 2024-01-22 21:52:08.000000000 +0000
-+++ ddnet-18.0.1/CMakeLists.txt 2024-01-26 04:13:34.970942877 +0000
-@@ -544,6 +544,8 @@
+--- ddnet-19.4.orig/CMakeLists.txt 2025-09-09 03:33:15.000000000 -0300
++++ ddnet-19.4/CMakeLists.txt 2025-09-09 19:22:59.843478529 -0300
+@@ -551,6 +551,8 @@
find_package(SSP)
endif()
@@ -10,7 +9,7 @@ diff -Naur ddnet-18.0.1-orig/CMakeLists.txt ddnet-18.0.1/CMakeLists.txt
if(TARGET_OS AND TARGET_OS STREQUAL "mac")
find_program(CMAKE_OTOOL otool)
find_program(DMGBUILD dmgbuild)
-@@ -625,6 +627,8 @@
+@@ -632,6 +634,8 @@
show_dependency_status("Vulkan" VULKAN)
endif()
@@ -19,7 +18,7 @@ diff -Naur ddnet-18.0.1-orig/CMakeLists.txt ddnet-18.0.1/CMakeLists.txt
if(NOT(CURL_FOUND))
message(SEND_ERROR "You must install Curl to compile ${CMAKE_PROJECT_NAME}")
endif()
-@@ -806,19 +810,6 @@
+@@ -818,19 +822,6 @@
# DEPENDENCY COMPILATION
########################################################################
@@ -39,9 +38,9 @@ diff -Naur ddnet-18.0.1-orig/CMakeLists.txt ddnet-18.0.1/CMakeLists.txt
########################################################################
# RUST
########################################################################
-@@ -2046,13 +2037,14 @@
- src/game/generated/protocol7.h
- src/game/generated/protocolglue.h
+@@ -2202,13 +2193,14 @@
+ src/generated/protocol7.h
+ src/generated/protocolglue.h
)
-set(DEPS ${DEP_JSON} ${DEP_MD5} ${ZLIB_DEP})
+set(DEPS ${ZLIB_DEP})
reply other threads:[~2026-09-03 0:10 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=178839423902.1.6553575650156286602.rpms-ddnet-94d9b8bc60f3@fedoraproject.org \
--to=rafaelff@gnome.org \
--cc=git-commits@fedoraproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox