From 1129119250f6c94f456e652541b8471d87780708 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 16 Jan 2025 15:08:54 +0000 Subject: [PATCH 1/3] Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild --- cylindrix.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/cylindrix.spec b/cylindrix.spec index 60b5caa..a264bec 100644 --- a/cylindrix.spec +++ b/cylindrix.spec @@ -1,6 +1,6 @@ Name: cylindrix Version: 1.0 -Release: 45%{?dist} +Release: 46%{?dist} Summary: A 3 degrees of freedom combat game License: LGPL-2.0-only @@ -90,6 +90,9 @@ install -p -m 644 %{SOURCE2} \ %changelog +* Thu Jan 16 2025 Fedora Release Engineering - 1.0-46 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild + * Wed Jul 17 2024 Fedora Release Engineering - 1.0-45 - Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild From 73b1c97fe91a4c097da1cc1603930c9e7a4f86b3 Mon Sep 17 00:00:00 2001 From: Gwyn Ciesla Date: Fri, 31 Jan 2025 09:21:42 -0600 Subject: [PATCH 2/3] Fix FTBFS --- cylindrix.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cylindrix.spec b/cylindrix.spec index a264bec..2779480 100644 --- a/cylindrix.spec +++ b/cylindrix.spec @@ -48,7 +48,7 @@ is worth a try. %build %configure -make CFLAGS="$RPM_OPT_FLAGS -Wno-pointer-sign -fcommon" LIBS="-lm" +make CFLAGS="$RPM_OPT_FLAGS -Wno-pointer-sign -fcommon -std=gnu17" LIBS="-lm" %install mkdir -p %{buildroot}%{_bindir} From 5a9d933b4b76ca73d86359f2dfede2a2a4d4ac31 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 23 Jul 2025 18:58:26 +0000 Subject: [PATCH 3/3] Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild --- cylindrix.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/cylindrix.spec b/cylindrix.spec index 2779480..e49273c 100644 --- a/cylindrix.spec +++ b/cylindrix.spec @@ -1,6 +1,6 @@ Name: cylindrix Version: 1.0 -Release: 46%{?dist} +Release: 47%{?dist} Summary: A 3 degrees of freedom combat game License: LGPL-2.0-only @@ -90,6 +90,9 @@ install -p -m 644 %{SOURCE2} \ %changelog +* Wed Jul 23 2025 Fedora Release Engineering - 1.0-47 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild + * Thu Jan 16 2025 Fedora Release Engineering - 1.0-46 - Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild