From 6e8d9ad79afd968e63d2b528d04e2ffa26c4d506 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 22 Jul 2023 19:06:03 +0000 Subject: [PATCH 1/7] Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- xonotic.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xonotic.spec b/xonotic.spec index 2b6b369..1adc977 100644 --- a/xonotic.spec +++ b/xonotic.spec @@ -7,7 +7,7 @@ Summary: Multiplayer, deathmatch oriented first person shooter Name: xonotic Version: 0.8.6 -Release: 1%{?dist} +Release: 2%{?dist} License: GPL-2.0-or-later and LGPL-2.0-or-later URL: http://www.xonotic.org/ # Custom tarball: @@ -270,6 +270,9 @@ EOF %changelog +* Sat Jul 22 2023 Fedora Release Engineering - 0.8.6-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild + * Tue Jun 20 2023 Gwyn Ciesla - 0.8.6-1 - 0.8.6 From 71c292e2101a7fc7f7d42609510e2deaa04cb794 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 27 Jan 2024 09:56:51 +0000 Subject: [PATCH 2/7] Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild --- xonotic.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xonotic.spec b/xonotic.spec index 1adc977..5e98d2a 100644 --- a/xonotic.spec +++ b/xonotic.spec @@ -7,7 +7,7 @@ Summary: Multiplayer, deathmatch oriented first person shooter Name: xonotic Version: 0.8.6 -Release: 2%{?dist} +Release: 3%{?dist} License: GPL-2.0-or-later and LGPL-2.0-or-later URL: http://www.xonotic.org/ # Custom tarball: @@ -270,6 +270,9 @@ EOF %changelog +* Sat Jan 27 2024 Fedora Release Engineering - 0.8.6-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild + * Sat Jul 22 2023 Fedora Release Engineering - 0.8.6-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild From 9d0b414337644fd980691d053c98bcb9061dfa9b Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 20 Jul 2024 10:17:45 +0000 Subject: [PATCH 3/7] Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild --- xonotic.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xonotic.spec b/xonotic.spec index 5e98d2a..c8bf615 100644 --- a/xonotic.spec +++ b/xonotic.spec @@ -7,7 +7,7 @@ Summary: Multiplayer, deathmatch oriented first person shooter Name: xonotic Version: 0.8.6 -Release: 3%{?dist} +Release: 4%{?dist} License: GPL-2.0-or-later and LGPL-2.0-or-later URL: http://www.xonotic.org/ # Custom tarball: @@ -270,6 +270,9 @@ EOF %changelog +* Sat Jul 20 2024 Fedora Release Engineering - 0.8.6-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild + * Sat Jan 27 2024 Fedora Release Engineering - 0.8.6-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild From 5acf9c3c62da0d7f6414b2809a43089c17f6a4e9 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sun, 19 Jan 2025 16:06:23 +0000 Subject: [PATCH 4/7] Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild --- xonotic.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xonotic.spec b/xonotic.spec index c8bf615..fadbdb5 100644 --- a/xonotic.spec +++ b/xonotic.spec @@ -7,7 +7,7 @@ Summary: Multiplayer, deathmatch oriented first person shooter Name: xonotic Version: 0.8.6 -Release: 4%{?dist} +Release: 5%{?dist} License: GPL-2.0-or-later and LGPL-2.0-or-later URL: http://www.xonotic.org/ # Custom tarball: @@ -270,6 +270,9 @@ EOF %changelog +* Sun Jan 19 2025 Fedora Release Engineering - 0.8.6-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild + * Sat Jul 20 2024 Fedora Release Engineering - 0.8.6-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild From b50b6a2874531c23d04fce600c03957e896a811f Mon Sep 17 00:00:00 2001 From: Gwyn Ciesla Date: Mon, 3 Feb 2025 16:27:24 -0600 Subject: [PATCH 5/7] Fix FTBFS --- xonotic.spec | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/xonotic.spec b/xonotic.spec index fadbdb5..359b2ca 100644 --- a/xonotic.spec +++ b/xonotic.spec @@ -120,10 +120,10 @@ sed -i 's/nexuiz/xonotic/g' makefile makefile.inc export DP_FS_BASEDIR=%{_datadir}/xonotic #export DP_CRYPTO_STATIC_LIBDIR="." #export DP_CRYPTO_RIJNDAEL_STATIC_LIBDIR="." -make release OPTIM_RELEASE="$RPM_OPT_FLAGS" STRIP=: -make cl-xonotic OPTIM_RELEASE="$RPM_OPT_FLAGS" STRIP=: -make sdl-xonotic OPTIM_RELEASE="$RPM_OPT_FLAGS" STRIP=: -make sv-xonotic OPTIM_RELEASE="$RPM_OPT_FLAGS" STRIP=: +make release OPTIM_RELEASE="$RPM_OPT_FLAGS -std=gnu17" STRIP=: +make cl-xonotic OPTIM_RELEASE="$RPM_OPT_FLAGS -std=gnu17" STRIP=: +make sdl-xonotic OPTIM_RELEASE="$RPM_OPT_FLAGS -std=gnu17" STRIP=: +make sv-xonotic OPTIM_RELEASE="$RPM_OPT_FLAGS -std=gnu17" STRIP=: %install rm -rf %{buildroot} From eca22baae61b51566cbcbc202a2d59c640ddbb59 Mon Sep 17 00:00:00 2001 From: Gwyn Ciesla Date: Mon, 17 Feb 2025 11:13:34 -0600 Subject: [PATCH 6/7] Set PrefersNonDefaultGPU to false, BZ 2345949 --- xonotic.desktop | 1 - xonotic.spec | 5 ++++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/xonotic.desktop b/xonotic.desktop index 70f4b2a..233223c 100644 --- a/xonotic.desktop +++ b/xonotic.desktop @@ -7,4 +7,3 @@ Exec=xonotic-sdl-wrapper Terminal=false Type=Application Categories=Game;ActionGame; -PrefersNonDefaultGPU=true diff --git a/xonotic.spec b/xonotic.spec index 359b2ca..23f55bc 100644 --- a/xonotic.spec +++ b/xonotic.spec @@ -7,7 +7,7 @@ Summary: Multiplayer, deathmatch oriented first person shooter Name: xonotic Version: 0.8.6 -Release: 5%{?dist} +Release: 6%{?dist} License: GPL-2.0-or-later and LGPL-2.0-or-later URL: http://www.xonotic.org/ # Custom tarball: @@ -270,6 +270,9 @@ EOF %changelog +* Mon Feb 17 2025 Gwyn Ciesla - 0.8.6-6 +- Set PrefersNonDefaultGPU to false, BZ 2345949. + * Sun Jan 19 2025 Fedora Release Engineering - 0.8.6-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild From ffa977e0e2dd3a90d78dfbaec1fc03476ef4067c Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 25 Jul 2025 20:58:42 +0000 Subject: [PATCH 7/7] Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild --- xonotic.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xonotic.spec b/xonotic.spec index 23f55bc..e8b3e03 100644 --- a/xonotic.spec +++ b/xonotic.spec @@ -7,7 +7,7 @@ Summary: Multiplayer, deathmatch oriented first person shooter Name: xonotic Version: 0.8.6 -Release: 6%{?dist} +Release: 7%{?dist} License: GPL-2.0-or-later and LGPL-2.0-or-later URL: http://www.xonotic.org/ # Custom tarball: @@ -270,6 +270,9 @@ EOF %changelog +* Fri Jul 25 2025 Fedora Release Engineering - 0.8.6-7 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild + * Mon Feb 17 2025 Gwyn Ciesla - 0.8.6-6 - Set PrefersNonDefaultGPU to false, BZ 2345949.