public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Rafael Fontenelle <rffontenelle@gmail.com>
To: git-commits@fedoraproject.org
Subject: [rpms/ddnet] rawhide: Add Rust libc and patch CMakeLists.txt
Date: Mon, 20 Jul 2026 02:06:00 GMT	[thread overview]
Message-ID: <178451316090.1.4518633628664939950.rpms-ddnet-556bada840c8@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/ddnet
Branch : rawhide
Commit : 556bada840c866e57ad613489ebc261cc12b8111
Author : Rafael Fontenelle <rffontenelle@gmail.com>
Date   : 2026-07-19T22:34:46-03:00
Stats  : +3/-0 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/ddnet/c/556bada840c866e57ad613489ebc261cc12b8111?branch=rawhide

Log:
Add Rust libc and patch CMakeLists.txt

---
diff --git a/ddnet.spec b/ddnet.spec
index f48282b..c156178 100644
--- a/ddnet.spec
+++ b/ddnet.spec
@@ -75,6 +75,7 @@ BuildRequires:  spirv-tools
 #BuildRequires:  pkgconfig(libswresample)
 #BuildRequires:  pkgconfig(x264)
 BuildRequires:  (crate(cxx/default) >= 1.0.0 with crate(cxx/default) < 2.0.0~)
+BuildRequires:  crate(libc)
 BuildRequires:  gmock-devel
 
 Requires:       %{name}-data = %{version}-%{release}
@@ -120,6 +121,8 @@ find -type f -exec sed -i 's|engine/external/json-parser/json.h|json-parser/json
 
 %cargo_prep
 sed '/Cargo.lock/d' -i CMakeLists.txt
+sed '/RUST_CARGO/s/--locked/--offline/' -i CMakeLists.txt
+sed '/foreach.*VULKAN_SHADER_/s/FILE_LIST/OUTPUT_PATHS/' -i CMakeLists.txt
 touch CMakeLists.txt
 
 # Remove bundled stuff...

                 reply	other threads:[~2026-07-20  2:06 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=178451316090.1.4518633628664939950.rpms-ddnet-556bada840c8@fedoraproject.org \
    --to=rffontenelle@gmail.com \
    --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