public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/ddnet] exclude-empty-files: ensure standard Rust compiler flags are set
@ 2026-09-03 0:10 Fabio Valentini
0 siblings, 0 replies; only message in thread
From: Fabio Valentini @ 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 : 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)
^ 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: ensure standard Rust compiler flags are set Fabio Valentini
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox