public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/ddnet] exclude-empty-files: Update to version 14.3.2
@ 2026-09-03 0:09 ElXreno
0 siblings, 0 replies; only message in thread
From: ElXreno @ 2026-09-03 0:09 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/ddnet
Branch : exclude-empty-files
Commit : 92513f9c4abbee1f99440a5cc5bb27b84db88ff0
Author : ElXreno <elxreno@gmail.com>
Date : 2020-08-11T19:46:44+03:00
Stats : +10/-6 in 2 file(s)
URL : https://src.fedoraproject.org/rpms/ddnet/c/92513f9c4abbee1f99440a5cc5bb27b84db88ff0?branch=exclude-empty-files
Log:
Update to version 14.3.2
Signed-off-by: ElXreno <elxreno@gmail.com>
---
diff --git a/ddnet.spec b/ddnet.spec
index f6153c6..cde0bb6 100644
--- a/ddnet.spec
+++ b/ddnet.spec
@@ -12,8 +12,8 @@
%endif
Name: ddnet
-Version: 14.2
-Release: 3%{?dist}
+Version: 14.3.2
+Release: 1%{?dist}
Summary: DDraceNetwork, a cooperative racing mod of Teeworlds
# Disabled while can't fix build
@@ -83,6 +83,7 @@ BuildRequires: pkgconfig(openssl)
BuildRequires: pkgconfig(opus)
BuildRequires: pkgconfig(opusfile)
BuildRequires: pkgconfig(sdl2)
+BuildRequires: pkgconfig(sqlite3)
BuildRequires: pkgconfig(wavpack)
BuildRequires: pkgconfig(zlib)
@@ -146,7 +147,7 @@ rm -rf src/engine/external
%if %{with ninja_build}
%ninja_build -C %{_target_platform}
%else
-%make_build -C %{_target_platform}
+%cmake_build -C %{_target_platform}
%endif
@@ -154,7 +155,7 @@ rm -rf src/engine/external
%if %{with ninja_build}
%ninja_install -C %{_target_platform}
%else
-%make_install -C %{_target_platform}
+%cmake_install -C %{_target_platform}
%endif
# Install man pages...
@@ -166,7 +167,7 @@ install -Dp -m 0644 man/DDNet-Server.6 %{buildroot}%{_mandir}/man6/DDNet-Server.
%if %{with ninja_build}
%ninja_build run_tests -C %{_target_platform}
%else
-%make_build run_tests -C %{_target_platform}
+%cmake_build run_tests -C %{_target_platform}
%endif
desktop-file-validate %{buildroot}%{_datadir}/applications/%{name}.desktop
appstream-util validate-relax --nonet %{buildroot}%{_metainfodir}/*.appdata.xml
@@ -194,6 +195,9 @@ appstream-util validate-relax --nonet %{buildroot}%{_metainfodir}/*.appdata.xml
%changelog
+* Tue Aug 11 2020 ElXreno <elxreno@gmail.com> - 14.3.2-1
+- Update to version 14.3.2
+
* Sat Aug 01 2020 Fedora Release Engineering <releng@fedoraproject.org> - 14.2-3
- Second attempt - Rebuilt for
https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
diff --git a/sources b/sources
index 7550b92..1019be7 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (ddnet-14.2.tar.gz) = 47f0aecec4da419e02ec21f82d268007774b5c2e3d9685db9eaf89ddcae86b1d3eaf047e64a3d31f5820371f3c9f60caff60709293e650be4d308bf977c8123c
+SHA512 (ddnet-14.3.2.tar.gz) = a69ce0a41a32f54dbba020b654cf91946e967cb60bf16ad90c22fcff2878ba3dabf7a80fc9ba038d93f6fd3d75b32f0f805a790cccfd522940e352f041f41fa8
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-09-03 0:09 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:09 [rpms/ddnet] exclude-empty-files: Update to version 14.3.2 ElXreno
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox