public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/ddnet] exclude-empty-files: Update patches to 19.4
@ 2026-09-03  0:10 Rafael Fontenelle
  0 siblings, 0 replies; only message in thread
From: Rafael Fontenelle @ 2026-09-03  0:10 UTC (permalink / raw)
  To: git-commits

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})

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-09-03  0:10 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-09-03  0:10 [rpms/ddnet] exclude-empty-files: Update patches to 19.4 Rafael Fontenelle

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox