public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Packit <hello@packit.dev>
To: git-commits@fedoraproject.org
Subject: [rpms/ddnet] exclude-empty-files: Update to 18.3 upstream release
Date: Thu, 03 Sep 2026 00:10:23 GMT [thread overview]
Message-ID: <178839422340.1.12309676126682924228.rpms-ddnet-1a35221b2755@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/ddnet
Branch : exclude-empty-files
Commit : 1a35221b2755d14b7944eeddd57ed0e359e8c622
Author : Packit <hello@packit.dev>
Date : 2024-06-22T04:31:39+01:00
Stats : +14/-12 in 4 file(s)
URL : https://src.fedoraproject.org/rpms/ddnet/c/1a35221b2755d14b7944eeddd57ed0e359e8c622?branch=exclude-empty-files
Log:
Update to 18.3 upstream release
- Resolves: rhbz#2267444
Upstream tag: 18.3
Upstream commit: 97d93845
Commit authored by Packit automation (https://packit.dev/)
---
diff --git a/0001-Disabled-network-lookup-test.patch b/0001-Disabled-network-lookup-test.patch
index 22443fb..b8af988 100644
--- a/0001-Disabled-network-lookup-test.patch
+++ b/0001-Disabled-network-lookup-test.patch
@@ -1,8 +1,7 @@
-diff -Naur ddnet-17.4-orig/src/test/jobs.cpp ddnet-17.4/src/test/jobs.cpp
---- ddnet-17.4-orig/src/test/jobs.cpp 2023-11-15 22:40:08.000000000 +0000
-+++ ddnet-17.4/src/test/jobs.cpp 2023-12-12 17:40:34.456515743 +0000
-@@ -67,54 +67,6 @@
- sphore_destroy(&sphore);
+--- ./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)
+ EXPECT_NE(pJob->State(), IJob::STATE_ABORTED);
}
-TEST_F(Jobs, LookupHost)
@@ -15,7 +14,7 @@ diff -Naur ddnet-17.4-orig/src/test/jobs.cpp ddnet-17.4/src/test/jobs.cpp
- EXPECT_EQ(pJob->Nettype(), NETTYPE);
-
- Add(pJob);
-- while(pJob->Status() != IJob::STATE_DONE)
+- while(pJob->State() != IJob::STATE_DONE)
- {
- // yay, busy loop...
- thread_yield();
@@ -39,7 +38,7 @@ diff -Naur ddnet-17.4-orig/src/test/jobs.cpp ddnet-17.4/src/test/jobs.cpp
- EXPECT_EQ(pJob->Nettype(), NETTYPE);
-
- Add(pJob);
-- while(pJob->Status() != IJob::STATE_DONE)
+- while(pJob->State() != IJob::STATE_DONE)
- {
- // yay, busy loop...
- thread_yield();
@@ -52,7 +51,6 @@ diff -Naur ddnet-17.4-orig/src/test/jobs.cpp ddnet-17.4/src/test/jobs.cpp
- EXPECT_EQ(pJob->Addr().type & NETTYPE_WEBSOCKET_IPV4, pJob->Addr().type);
- }
-}
--
+
TEST_F(Jobs, Many)
{
- std::atomic<int> ThreadsRunning(0);
diff --git a/README.packit b/README.packit
index 9a6e969..d2b528d 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 0.90.0.post1.dev3+g3d9551d2.
+The file was generated using packit 0.97.1.post1.dev6+gc8c0314a.
diff --git a/ddnet.spec b/ddnet.spec
index 09ac2a3..27f55e5 100644
--- a/ddnet.spec
+++ b/ddnet.spec
@@ -2,7 +2,7 @@
%bcond_without ninja_build
Name: ddnet
-Version: 18.0.3
+Version: 18.3
Release: 1%{?dist}
Summary: DDraceNetwork, a cooperative racing mod of Teeworlds
@@ -175,6 +175,10 @@ desktop-file-validate %{buildroot}%{_datadir}/applications/%{name}.desktop
%changelog
+* Sat Jun 15 2024 Packit <hello@packit.dev> - 18.3-1
+- Update to version 18.3
+- Resolves: rhbz#2267444
+
* Sat Feb 03 2024 Packit <hello@packit.dev> - 18.0.3-1
- Version 18.0.3 (Dennis Felsing)
- Fix client/server updates (Learath)
diff --git a/sources b/sources
index a4debf6..3785db9 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (ddnet-18.0.3.tar.gz) = 6aaba3394b13ddcfdda9e4b21ebb3042965a0cfbb821df5ff24d4f5937a6c90edacf8e6aef6329c187472546cf246e0acc4d63b936015890933eac004c3473b4
+SHA512 (ddnet-18.3.tar.gz) = d82a2a9bcb8b6f6292055b1acaa5ba4ca89a281aaeb14d5437e0bcfd90fa4f7c33e6f4c82559356bd907544f95d352a8e1e3e845026d503d41fedca755695ac1
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=178839422340.1.12309676126682924228.rpms-ddnet-1a35221b2755@fedoraproject.org \
--to=hello@packit.dev \
--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