public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Fabio Valentini <decathorpe@gmail.com>
To: git-commits@fedoraproject.org
Subject: [rpms/ddnet] exclude-empty-files: ensure standard Rust compiler flags are set
Date: Thu, 03 Sep 2026 00:10:15 GMT	[thread overview]
Message-ID: <178839421509.1.12568040989632574286.rpms-ddnet-9a0bc085040c@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/ddnet
Branch : exclude-empty-files
Commit : 9a0bc085040c01570e45864aba947f9a00554d30
Author : Fabio Valentini <decathorpe@gmail.com>
Date   : 2023-02-05T18:55:37+01:00
Stats  : +6/-1 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/ddnet/c/9a0bc085040c01570e45864aba947f9a00554d30?branch=exclude-empty-files

Log:
ensure standard Rust compiler flags are set

---
diff --git a/ddnet.spec b/ddnet.spec
index a0ffc35..f66c3bd 100644
--- a/ddnet.spec
+++ b/ddnet.spec
@@ -3,7 +3,7 @@
 
 Name:           ddnet
 Version:        16.7.2
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        DDraceNetwork, a cooperative racing mod of Teeworlds
 
 # Disabled while can't fix build
@@ -127,6 +127,8 @@ rm -rf src/engine/external
 
 
 %build
+# ensure standard Rust compiler flags are set
+export RUSTFLAGS="%build_rustflags"
 # WebSockets disable because it freezes all GUI | https://github.com/ddnet/ddnet/issues/1900
 # VIDEORECORDER needs ffpemg more x264
 %cmake \
@@ -176,6 +178,9 @@ appstream-util validate-relax --nonet %{buildroot}%{_metainfodir}/*.appdata.xml
 
 
 %changelog
+* Sun Feb 05 2023 Fabio Valentini <decathorpe@gmail.com> - 16.7.2-2
+- Ensure standard Rust compiler flags are set.
+
 * Wed Jan 25 2023 Sérgio Basto <sergio@serjux.com> - 16.7.2-1
 - Update ddnet to 16.7.2 (#2136968)
 

                 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=178839421509.1.12568040989632574286.rpms-ddnet-9a0bc085040c@fedoraproject.org \
    --to=decathorpe@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