From 6c369d82d07f8bdc9b5b635e4d3fa0b05a6b803e Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Tue, 28 Jan 2020 15:15:44 +0000 Subject: [PATCH 01/20] - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- cylindrix.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/cylindrix.spec b/cylindrix.spec index eab7f15..d64f7e9 100644 --- a/cylindrix.spec +++ b/cylindrix.spec @@ -1,6 +1,6 @@ Name: cylindrix Version: 1.0 -Release: 30%{?dist} +Release: 31%{?dist} Summary: A 3 degrees of freedom combat game License: LGPLv2 @@ -89,6 +89,9 @@ install -p -m 644 %{SOURCE2} \ %changelog +* Tue Jan 28 2020 Fedora Release Engineering - 1.0-31 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild + * Wed Jul 24 2019 Fedora Release Engineering - 1.0-30 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild From 11249d3d0868d5b9d54979b396f7333a5799c88b Mon Sep 17 00:00:00 2001 From: Gwyn Ciesla Date: Thu, 6 Feb 2020 10:59:24 -0600 Subject: [PATCH 02/20] Fix FTBFS. --- cylindrix.spec | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/cylindrix.spec b/cylindrix.spec index d64f7e9..169ab22 100644 --- a/cylindrix.spec +++ b/cylindrix.spec @@ -1,6 +1,6 @@ Name: cylindrix Version: 1.0 -Release: 31%{?dist} +Release: 32%{?dist} Summary: A 3 degrees of freedom combat game License: LGPLv2 @@ -45,11 +45,9 @@ is worth a try. %build %configure -make CFLAGS="$RPM_OPT_FLAGS -Wno-pointer-sign" LIBS="-lm" +make CFLAGS="$RPM_OPT_FLAGS -Wno-pointer-sign -fcommon" LIBS="-lm" %install -rm -rf %{buildroot} - mkdir -p %{buildroot}%{_bindir} install -m 755 %{SOURCE3} %{buildroot}%{_bindir}/cylindrix install -m 755 cylindrix %{buildroot}%{_bindir}/cylindrix-bin @@ -82,13 +80,16 @@ install -p -m 644 %{SOURCE2} \ %files %{_bindir}/cylindrix* %{_datadir}/cylindrix/ - -%doc AUTHORS COPYING +%license COPYING +%doc AUTHORS %{_datadir}/applications/cylindrix.desktop %{_datadir}/icons/hicolor/64x64/apps/cylindrix.png %changelog +* Thu Feb 06 2020 Gwyn Ciesla - 1.0-32 +- Fix FTBFS. + * Tue Jan 28 2020 Fedora Release Engineering - 1.0-31 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild From f56161af9e16d0ca3a0757bf29fafc2daea0294a Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Mon, 27 Jul 2020 14:56:13 +0000 Subject: [PATCH 03/20] - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- cylindrix.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/cylindrix.spec b/cylindrix.spec index 169ab22..782ac26 100644 --- a/cylindrix.spec +++ b/cylindrix.spec @@ -1,6 +1,6 @@ Name: cylindrix Version: 1.0 -Release: 32%{?dist} +Release: 33%{?dist} Summary: A 3 degrees of freedom combat game License: LGPLv2 @@ -87,6 +87,9 @@ install -p -m 644 %{SOURCE2} \ %changelog +* Mon Jul 27 2020 Fedora Release Engineering - 1.0-33 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild + * Thu Feb 06 2020 Gwyn Ciesla - 1.0-32 - Fix FTBFS. From 3406aae815c444518f526745ff41d377b4d34a86 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 1 Aug 2020 00:31:58 +0000 Subject: [PATCH 04/20] - Second attempt - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- cylindrix.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/cylindrix.spec b/cylindrix.spec index 782ac26..3908152 100644 --- a/cylindrix.spec +++ b/cylindrix.spec @@ -1,6 +1,6 @@ Name: cylindrix Version: 1.0 -Release: 33%{?dist} +Release: 34%{?dist} Summary: A 3 degrees of freedom combat game License: LGPLv2 @@ -87,6 +87,10 @@ install -p -m 644 %{SOURCE2} \ %changelog +* Sat Aug 01 2020 Fedora Release Engineering - 1.0-34 +- Second attempt - Rebuilt for + https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild + * Mon Jul 27 2020 Fedora Release Engineering - 1.0-33 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild From cb86be46e046642eb03db2de56471a943cf3aafc Mon Sep 17 00:00:00 2001 From: Tom Stellard Date: Thu, 17 Dec 2020 04:10:50 +0000 Subject: [PATCH 05/20] Add BuildRequires: make https://fedoraproject.org/wiki/Changes/Remove_make_from_BuildRoot --- cylindrix.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/cylindrix.spec b/cylindrix.spec index 3908152..ec02d0a 100644 --- a/cylindrix.spec +++ b/cylindrix.spec @@ -18,6 +18,7 @@ Patch4: cylindrix-1.0-object-fopen.patch Requires: hicolor-icon-theme BuildRequires: gcc-c++ BuildRequires: allegro-devel, desktop-file-utils +BuildRequires: make %description Cylindrix is a 3-on-3 combat game with 360 degrees of freedom that is From 0345d9bf3481500bbc604d6d238ed7cf895d9fbd Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Tue, 26 Jan 2021 02:54:52 +0000 Subject: [PATCH 06/20] - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- cylindrix.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/cylindrix.spec b/cylindrix.spec index ec02d0a..f26a674 100644 --- a/cylindrix.spec +++ b/cylindrix.spec @@ -1,6 +1,6 @@ Name: cylindrix Version: 1.0 -Release: 34%{?dist} +Release: 35%{?dist} Summary: A 3 degrees of freedom combat game License: LGPLv2 @@ -88,6 +88,9 @@ install -p -m 644 %{SOURCE2} \ %changelog +* Tue Jan 26 2021 Fedora Release Engineering - 1.0-35 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + * Sat Aug 01 2020 Fedora Release Engineering - 1.0-34 - Second attempt - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild From 4f4b6714fdfb312ebe8ed12c426ab02c3b3206a2 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 21 Jul 2021 20:18:34 +0000 Subject: [PATCH 07/20] - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- cylindrix.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/cylindrix.spec b/cylindrix.spec index f26a674..dc5f702 100644 --- a/cylindrix.spec +++ b/cylindrix.spec @@ -1,6 +1,6 @@ Name: cylindrix Version: 1.0 -Release: 35%{?dist} +Release: 36%{?dist} Summary: A 3 degrees of freedom combat game License: LGPLv2 @@ -88,6 +88,9 @@ install -p -m 644 %{SOURCE2} \ %changelog +* Wed Jul 21 2021 Fedora Release Engineering - 1.0-36 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild + * Tue Jan 26 2021 Fedora Release Engineering - 1.0-35 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild From 6ecfd928d63aab7fdf3bfd456d9b4bc3f422a9d8 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 20 Jan 2022 00:11:39 +0000 Subject: [PATCH 08/20] - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- cylindrix.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/cylindrix.spec b/cylindrix.spec index dc5f702..b31e743 100644 --- a/cylindrix.spec +++ b/cylindrix.spec @@ -1,6 +1,6 @@ Name: cylindrix Version: 1.0 -Release: 36%{?dist} +Release: 37%{?dist} Summary: A 3 degrees of freedom combat game License: LGPLv2 @@ -88,6 +88,9 @@ install -p -m 644 %{SOURCE2} \ %changelog +* Thu Jan 20 2022 Fedora Release Engineering - 1.0-37 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild + * Wed Jul 21 2021 Fedora Release Engineering - 1.0-36 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild From 3f40d2ef07e30a8b26d35ab79dc9b1aafb79227e Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 20 Jul 2022 23:57:40 +0000 Subject: [PATCH 09/20] Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- cylindrix.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/cylindrix.spec b/cylindrix.spec index b31e743..e856553 100644 --- a/cylindrix.spec +++ b/cylindrix.spec @@ -1,6 +1,6 @@ Name: cylindrix Version: 1.0 -Release: 37%{?dist} +Release: 38%{?dist} Summary: A 3 degrees of freedom combat game License: LGPLv2 @@ -88,6 +88,9 @@ install -p -m 644 %{SOURCE2} \ %changelog +* Wed Jul 20 2022 Fedora Release Engineering - 1.0-38 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild + * Thu Jan 20 2022 Fedora Release Engineering - 1.0-37 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild From f612520f5f8bc9780de1c011ecf2348db0bb712d Mon Sep 17 00:00:00 2001 From: Peter Fordham Date: Thu, 22 Dec 2022 08:26:12 +0000 Subject: [PATCH 10/20] Port configure script to C99. https://fedoraproject.org/wiki/Toolchain/PortingToModernC Rebuilding configure with new autotools would also solve the problem. --- cylindrix-1.0-configure-c99.patch | 13 +++++++++++++ cylindrix.spec | 7 ++++++- 2 files changed, 19 insertions(+), 1 deletion(-) create mode 100644 cylindrix-1.0-configure-c99.patch diff --git a/cylindrix-1.0-configure-c99.patch b/cylindrix-1.0-configure-c99.patch new file mode 100644 index 0000000..9572bbb --- /dev/null +++ b/cylindrix-1.0-configure-c99.patch @@ -0,0 +1,13 @@ +diff --git a/configure b/configure +index baf9b5a..487763c 100755 +--- configure ++++ configure +@@ -906,7 +906,7 @@ cat > conftest.$ac_ext << EOF + #line 907 "configure" + #include "confdefs.h" + +-main(){return(0);} ++int main(){return(0);} + EOF + if { (eval echo configure:912: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then + ac_cv_prog_cc_works=yes diff --git a/cylindrix.spec b/cylindrix.spec index e856553..3efefde 100644 --- a/cylindrix.spec +++ b/cylindrix.spec @@ -1,6 +1,6 @@ Name: cylindrix Version: 1.0 -Release: 38%{?dist} +Release: 39%{?dist} Summary: A 3 degrees of freedom combat game License: LGPLv2 @@ -15,6 +15,7 @@ Patch1: cylindrix-1.0-arch-independ-file-read.patch Patch2: cylindrix-1.0-use-int-not-long.patch Patch3: cylindrix-1.0-arch-independ-file-write.patch Patch4: cylindrix-1.0-object-fopen.patch +Patch5: cylindrix-1.0-configure-c99.patch Requires: hicolor-icon-theme BuildRequires: gcc-c++ BuildRequires: allegro-devel, desktop-file-utils @@ -42,6 +43,7 @@ is worth a try. %patch2 -p0 %patch3 -p0 %patch4 -p0 +%patch5 -p0 %build @@ -88,6 +90,9 @@ install -p -m 644 %{SOURCE2} \ %changelog +* Thu Dec 22 2022 Peter Fordham - 1.0-39 +- Port configure script to C99. + * Wed Jul 20 2022 Fedora Release Engineering - 1.0-38 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild From 3346e63b049817633fdf2c22c8c53bf8863aa4c3 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 19 Jan 2023 00:54:01 +0000 Subject: [PATCH 11/20] Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- cylindrix.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/cylindrix.spec b/cylindrix.spec index 3efefde..ae7ef75 100644 --- a/cylindrix.spec +++ b/cylindrix.spec @@ -1,6 +1,6 @@ Name: cylindrix Version: 1.0 -Release: 39%{?dist} +Release: 40%{?dist} Summary: A 3 degrees of freedom combat game License: LGPLv2 @@ -90,6 +90,9 @@ install -p -m 644 %{SOURCE2} \ %changelog +* Thu Jan 19 2023 Fedora Release Engineering - 1.0-40 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild + * Thu Dec 22 2022 Peter Fordham - 1.0-39 - Port configure script to C99. From 94d0d62a32e953cc67c82d35607b9ca01398f9dc Mon Sep 17 00:00:00 2001 From: Gwyn Ciesla Date: Wed, 1 Mar 2023 12:03:32 -0600 Subject: [PATCH 12/20] migrated to SPDX license --- cylindrix.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/cylindrix.spec b/cylindrix.spec index ae7ef75..495899a 100644 --- a/cylindrix.spec +++ b/cylindrix.spec @@ -1,9 +1,9 @@ Name: cylindrix Version: 1.0 -Release: 40%{?dist} +Release: 41%{?dist} Summary: A 3 degrees of freedom combat game -License: LGPLv2 +License: LGPL-2.0-only URL: http://www.hardgeus.com/cylindrix/ Source0: http://www.hardgeus.com/cylindrix/cylindrix-1.0.tar.bz2 Source1: cylindrix.desktop @@ -90,6 +90,9 @@ install -p -m 644 %{SOURCE2} \ %changelog +* Wed Mar 01 2023 Gwyn Ciesla - 1.0-41 +- migrated to SPDX license + * Thu Jan 19 2023 Fedora Release Engineering - 1.0-40 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild From f78ea89f7c4fd53a83e6d9872be3af70f2049276 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 19 Jul 2023 16:53:01 +0000 Subject: [PATCH 13/20] Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- cylindrix.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/cylindrix.spec b/cylindrix.spec index 495899a..1683ec7 100644 --- a/cylindrix.spec +++ b/cylindrix.spec @@ -1,6 +1,6 @@ Name: cylindrix Version: 1.0 -Release: 41%{?dist} +Release: 42%{?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 19 2023 Fedora Release Engineering - 1.0-42 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild + * Wed Mar 01 2023 Gwyn Ciesla - 1.0-41 - migrated to SPDX license From 8451931cfbbb833b2f3c87233213b01f89e11ba6 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 19 Jan 2024 16:35:29 +0000 Subject: [PATCH 14/20] Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild --- cylindrix.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/cylindrix.spec b/cylindrix.spec index 1683ec7..050004b 100644 --- a/cylindrix.spec +++ b/cylindrix.spec @@ -1,6 +1,6 @@ Name: cylindrix Version: 1.0 -Release: 42%{?dist} +Release: 43%{?dist} Summary: A 3 degrees of freedom combat game License: LGPL-2.0-only @@ -90,6 +90,9 @@ install -p -m 644 %{SOURCE2} \ %changelog +* Fri Jan 19 2024 Fedora Release Engineering - 1.0-43 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild + * Wed Jul 19 2023 Fedora Release Engineering - 1.0-42 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild From f785bacd8623a04b7cca97bcfacb63589f8856c1 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 24 Jan 2024 08:48:41 +0000 Subject: [PATCH 15/20] Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild --- cylindrix.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/cylindrix.spec b/cylindrix.spec index 050004b..f55d390 100644 --- a/cylindrix.spec +++ b/cylindrix.spec @@ -1,6 +1,6 @@ Name: cylindrix Version: 1.0 -Release: 43%{?dist} +Release: 44%{?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 Jan 24 2024 Fedora Release Engineering - 1.0-44 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild + * Fri Jan 19 2024 Fedora Release Engineering - 1.0-43 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild From db1f041d670be5f167e0dfdf814c723ee8057b18 Mon Sep 17 00:00:00 2001 From: Software Management Team Date: Thu, 30 May 2024 12:46:46 +0200 Subject: [PATCH 16/20] Eliminate use of obsolete %patchN syntax (#2283636) --- cylindrix.spec | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/cylindrix.spec b/cylindrix.spec index f55d390..d249f40 100644 --- a/cylindrix.spec +++ b/cylindrix.spec @@ -38,12 +38,12 @@ is worth a try. %prep %setup -q -%patch0 -p0 -%patch1 -p0 -%patch2 -p0 -%patch3 -p0 -%patch4 -p0 -%patch5 -p0 +%patch -P0 -p0 +%patch -P1 -p0 +%patch -P2 -p0 +%patch -P3 -p0 +%patch -P4 -p0 +%patch -P5 -p0 %build From c7cf697458d0534156b8339121a219c73cae6d91 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 17 Jul 2024 20:26:39 +0000 Subject: [PATCH 17/20] Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild --- cylindrix.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/cylindrix.spec b/cylindrix.spec index d249f40..60b5caa 100644 --- a/cylindrix.spec +++ b/cylindrix.spec @@ -1,6 +1,6 @@ Name: cylindrix Version: 1.0 -Release: 44%{?dist} +Release: 45%{?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 17 2024 Fedora Release Engineering - 1.0-45 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild + * Wed Jan 24 2024 Fedora Release Engineering - 1.0-44 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild From 1129119250f6c94f456e652541b8471d87780708 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 16 Jan 2025 15:08:54 +0000 Subject: [PATCH 18/20] 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 19/20] 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 20/20] 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