From dd638a604fe48911d66c14d57293b4a62373237b Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Thu, 18 Jan 2018 22:55:03 +0100 Subject: [PATCH 01/23] Remove obsolete scriptlets Signed-off-by: Igor Gnatenko --- xsc.spec | 18 ++++-------------- 1 file changed, 4 insertions(+), 14 deletions(-) diff --git a/xsc.spec b/xsc.spec index 89b4a92..0b5fa3a 100644 --- a/xsc.spec +++ b/xsc.spec @@ -1,6 +1,6 @@ Name: xsc Version: 1.6 -Release: 4%{?dist} +Release: 5%{?dist} Summary: A clone of the old vector graphics video game Star Castle Group: Amusements/Games @@ -40,19 +40,6 @@ mkdir -p $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/32x32/apps install -p -m 644 %{SOURCE2} \ $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/32x32/apps -%post -touch --no-create %{_datadir}/icons/hicolor || : -if [ -x %{_bindir}/gtk-update-icon-cache ]; then - %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || : -fi - -%postun -touch --no-create %{_datadir}/icons/hicolor || : -if [ -x %{_bindir}/gtk-update-icon-cache ]; then - %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || : -fi - - %files %{_bindir}/xsc %doc AUTHORS ChangeLog COPYING INSTALL NEWS README @@ -60,6 +47,9 @@ fi %{_datadir}/icons/hicolor/32x32/apps/xsc.png %changelog +* Thu Jan 18 2018 Igor Gnatenko - 1.6-5 +- Remove obsolete scriptlets + * Thu Aug 03 2017 Fedora Release Engineering - 1.6-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild From 8adc02769d3193ff0bc2429cbd1001c0b17e1e15 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 9 Feb 2018 22:05:22 +0000 Subject: [PATCH 02/23] - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- xsc.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xsc.spec b/xsc.spec index 0b5fa3a..2aa4610 100644 --- a/xsc.spec +++ b/xsc.spec @@ -1,6 +1,6 @@ Name: xsc Version: 1.6 -Release: 5%{?dist} +Release: 6%{?dist} Summary: A clone of the old vector graphics video game Star Castle Group: Amusements/Games @@ -47,6 +47,9 @@ install -p -m 644 %{SOURCE2} \ %{_datadir}/icons/hicolor/32x32/apps/xsc.png %changelog +* Fri Feb 09 2018 Fedora Release Engineering - 1.6-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild + * Thu Jan 18 2018 Igor Gnatenko - 1.6-5 - Remove obsolete scriptlets From e864e212562e360d6273d467b0184c82e0909e3e Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Tue, 10 Jul 2018 16:15:58 +0200 Subject: [PATCH 03/23] add BuildRequires: gcc-c++ Reference: https://fedoraproject.org/wiki/Changes/Remove_GCC_from_BuildRoot --- xsc.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/xsc.spec b/xsc.spec index 2aa4610..617214e 100644 --- a/xsc.spec +++ b/xsc.spec @@ -9,6 +9,7 @@ URL: http://www.panix.com/~mbh/projects.html Source0: http://www.panix.com/~mbh/xsc/xsc-%{version}.tar.gz Source1: xsc.desktop Source2: xsc.png +BuildRequires: gcc-c++ BuildRequires: desktop-file-utils, libX11-devel Requires: hicolor-icon-theme From 96f462680da88acca9bf6957a309db4c1812dac3 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 14 Jul 2018 09:35:06 +0000 Subject: [PATCH 04/23] - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- xsc.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xsc.spec b/xsc.spec index 617214e..4679ab0 100644 --- a/xsc.spec +++ b/xsc.spec @@ -1,6 +1,6 @@ Name: xsc Version: 1.6 -Release: 6%{?dist} +Release: 7%{?dist} Summary: A clone of the old vector graphics video game Star Castle Group: Amusements/Games @@ -48,6 +48,9 @@ install -p -m 644 %{SOURCE2} \ %{_datadir}/icons/hicolor/32x32/apps/xsc.png %changelog +* Sat Jul 14 2018 Fedora Release Engineering - 1.6-7 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild + * Fri Feb 09 2018 Fedora Release Engineering - 1.6-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild From 4da4ecf2785db51d3fae5deeedc55a5214989a58 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Mon, 28 Jan 2019 20:18:32 +0100 Subject: [PATCH 05/23] Remove obsolete Group tag References: https://fedoraproject.org/wiki/Changes/Remove_Group_Tag --- xsc.spec | 1 - 1 file changed, 1 deletion(-) diff --git a/xsc.spec b/xsc.spec index 4679ab0..89771d1 100644 --- a/xsc.spec +++ b/xsc.spec @@ -3,7 +3,6 @@ Version: 1.6 Release: 7%{?dist} Summary: A clone of the old vector graphics video game Star Castle -Group: Amusements/Games License: GPLv2+ URL: http://www.panix.com/~mbh/projects.html Source0: http://www.panix.com/~mbh/xsc/xsc-%{version}.tar.gz From 6f5dce30cbdbcb9101042cd6703e9891ae9961d4 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sun, 3 Feb 2019 12:49:21 +0000 Subject: [PATCH 06/23] - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- xsc.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xsc.spec b/xsc.spec index 89771d1..b34ba86 100644 --- a/xsc.spec +++ b/xsc.spec @@ -1,6 +1,6 @@ Name: xsc Version: 1.6 -Release: 7%{?dist} +Release: 8%{?dist} Summary: A clone of the old vector graphics video game Star Castle License: GPLv2+ @@ -47,6 +47,9 @@ install -p -m 644 %{SOURCE2} \ %{_datadir}/icons/hicolor/32x32/apps/xsc.png %changelog +* Sun Feb 03 2019 Fedora Release Engineering - 1.6-8 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild + * Sat Jul 14 2018 Fedora Release Engineering - 1.6-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild From cdcc261d3a6faf8277249be0f44dbfaafd6f0ae0 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 27 Jul 2019 04:38:28 +0000 Subject: [PATCH 07/23] - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- xsc.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xsc.spec b/xsc.spec index b34ba86..e1f8892 100644 --- a/xsc.spec +++ b/xsc.spec @@ -1,6 +1,6 @@ Name: xsc Version: 1.6 -Release: 8%{?dist} +Release: 9%{?dist} Summary: A clone of the old vector graphics video game Star Castle License: GPLv2+ @@ -47,6 +47,9 @@ install -p -m 644 %{SOURCE2} \ %{_datadir}/icons/hicolor/32x32/apps/xsc.png %changelog +* Sat Jul 27 2019 Fedora Release Engineering - 1.6-9 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild + * Sun Feb 03 2019 Fedora Release Engineering - 1.6-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild From dbfeba2a2779bd7a020319fa532c5b5c89a570b0 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 31 Jan 2020 04:55:15 +0000 Subject: [PATCH 08/23] - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- xsc.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xsc.spec b/xsc.spec index e1f8892..dd20a68 100644 --- a/xsc.spec +++ b/xsc.spec @@ -1,6 +1,6 @@ Name: xsc Version: 1.6 -Release: 9%{?dist} +Release: 10%{?dist} Summary: A clone of the old vector graphics video game Star Castle License: GPLv2+ @@ -47,6 +47,9 @@ install -p -m 644 %{SOURCE2} \ %{_datadir}/icons/hicolor/32x32/apps/xsc.png %changelog +* Fri Jan 31 2020 Fedora Release Engineering - 1.6-10 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild + * Sat Jul 27 2019 Fedora Release Engineering - 1.6-9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild From da31867c578beebff9d58a8079170415358cb888 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 29 Jul 2020 15:05:11 +0000 Subject: [PATCH 09/23] - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- xsc.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xsc.spec b/xsc.spec index dd20a68..3fdbcb8 100644 --- a/xsc.spec +++ b/xsc.spec @@ -1,6 +1,6 @@ Name: xsc Version: 1.6 -Release: 10%{?dist} +Release: 11%{?dist} Summary: A clone of the old vector graphics video game Star Castle License: GPLv2+ @@ -47,6 +47,9 @@ install -p -m 644 %{SOURCE2} \ %{_datadir}/icons/hicolor/32x32/apps/xsc.png %changelog +* Wed Jul 29 2020 Fedora Release Engineering - 1.6-11 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild + * Fri Jan 31 2020 Fedora Release Engineering - 1.6-10 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild From b8e7b03b648283921cc2aa730f553ed40816d5b4 Mon Sep 17 00:00:00 2001 From: Tom Stellard Date: Sat, 9 Jan 2021 01:38:18 +0000 Subject: [PATCH 10/23] Add BuildRequires: make https://fedoraproject.org/wiki/Changes/Remove_make_from_BuildRoot --- xsc.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/xsc.spec b/xsc.spec index 3fdbcb8..70b6b2d 100644 --- a/xsc.spec +++ b/xsc.spec @@ -8,6 +8,7 @@ URL: http://www.panix.com/~mbh/projects.html Source0: http://www.panix.com/~mbh/xsc/xsc-%{version}.tar.gz Source1: xsc.desktop Source2: xsc.png +BuildRequires: make BuildRequires: gcc-c++ BuildRequires: desktop-file-utils, libX11-devel Requires: hicolor-icon-theme From 055035673c7b3ec89d2b26492beaa300a922da07 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 28 Jan 2021 00:23:38 +0000 Subject: [PATCH 11/23] - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- xsc.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xsc.spec b/xsc.spec index 70b6b2d..1241821 100644 --- a/xsc.spec +++ b/xsc.spec @@ -1,6 +1,6 @@ Name: xsc Version: 1.6 -Release: 11%{?dist} +Release: 12%{?dist} Summary: A clone of the old vector graphics video game Star Castle License: GPLv2+ @@ -48,6 +48,9 @@ install -p -m 644 %{SOURCE2} \ %{_datadir}/icons/hicolor/32x32/apps/xsc.png %changelog +* Thu Jan 28 2021 Fedora Release Engineering - 1.6-12 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + * Wed Jul 29 2020 Fedora Release Engineering - 1.6-11 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild From e6e400fe762dc4940908fb23a858da55d39c6a75 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 23 Jul 2021 21:57:17 +0000 Subject: [PATCH 12/23] - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- xsc.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xsc.spec b/xsc.spec index 1241821..0fdfff6 100644 --- a/xsc.spec +++ b/xsc.spec @@ -1,6 +1,6 @@ Name: xsc Version: 1.6 -Release: 12%{?dist} +Release: 13%{?dist} Summary: A clone of the old vector graphics video game Star Castle License: GPLv2+ @@ -48,6 +48,9 @@ install -p -m 644 %{SOURCE2} \ %{_datadir}/icons/hicolor/32x32/apps/xsc.png %changelog +* Fri Jul 23 2021 Fedora Release Engineering - 1.6-13 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild + * Thu Jan 28 2021 Fedora Release Engineering - 1.6-12 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild From 474ab5cfcfe2ab8426da1f51c3dcd723bbc5835d Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 22 Jan 2022 05:30:47 +0000 Subject: [PATCH 13/23] - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- xsc.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xsc.spec b/xsc.spec index 0fdfff6..f3b081f 100644 --- a/xsc.spec +++ b/xsc.spec @@ -1,6 +1,6 @@ Name: xsc Version: 1.6 -Release: 13%{?dist} +Release: 14%{?dist} Summary: A clone of the old vector graphics video game Star Castle License: GPLv2+ @@ -48,6 +48,9 @@ install -p -m 644 %{SOURCE2} \ %{_datadir}/icons/hicolor/32x32/apps/xsc.png %changelog +* Sat Jan 22 2022 Fedora Release Engineering - 1.6-14 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild + * Fri Jul 23 2021 Fedora Release Engineering - 1.6-13 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild From 68ae54d9c307e697e61bb95a0a866f553a2d0f80 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 23 Jul 2022 13:32:08 +0000 Subject: [PATCH 14/23] Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- xsc.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xsc.spec b/xsc.spec index f3b081f..6769fa3 100644 --- a/xsc.spec +++ b/xsc.spec @@ -1,6 +1,6 @@ Name: xsc Version: 1.6 -Release: 14%{?dist} +Release: 15%{?dist} Summary: A clone of the old vector graphics video game Star Castle License: GPLv2+ @@ -48,6 +48,9 @@ install -p -m 644 %{SOURCE2} \ %{_datadir}/icons/hicolor/32x32/apps/xsc.png %changelog +* Sat Jul 23 2022 Fedora Release Engineering - 1.6-15 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild + * Sat Jan 22 2022 Fedora Release Engineering - 1.6-14 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild From 8e5b4273a857131731666a34b46dfdf43eff08be Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 21 Jan 2023 07:52:10 +0000 Subject: [PATCH 15/23] Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- xsc.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xsc.spec b/xsc.spec index 6769fa3..3f6e1de 100644 --- a/xsc.spec +++ b/xsc.spec @@ -1,6 +1,6 @@ Name: xsc Version: 1.6 -Release: 15%{?dist} +Release: 16%{?dist} Summary: A clone of the old vector graphics video game Star Castle License: GPLv2+ @@ -48,6 +48,9 @@ install -p -m 644 %{SOURCE2} \ %{_datadir}/icons/hicolor/32x32/apps/xsc.png %changelog +* Sat Jan 21 2023 Fedora Release Engineering - 1.6-16 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild + * Sat Jul 23 2022 Fedora Release Engineering - 1.6-15 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild From 4597c64ea8e7fdb385b2129ed30e8edb70b8595b Mon Sep 17 00:00:00 2001 From: Gwyn Ciesla Date: Tue, 28 Feb 2023 15:55:27 -0600 Subject: [PATCH 16/23] migrated to SPDX license --- xsc.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/xsc.spec b/xsc.spec index 3f6e1de..8a7ec1f 100644 --- a/xsc.spec +++ b/xsc.spec @@ -1,9 +1,9 @@ Name: xsc Version: 1.6 -Release: 16%{?dist} +Release: 17%{?dist} Summary: A clone of the old vector graphics video game Star Castle -License: GPLv2+ +License: GPL-2.0-or-later URL: http://www.panix.com/~mbh/projects.html Source0: http://www.panix.com/~mbh/xsc/xsc-%{version}.tar.gz Source1: xsc.desktop @@ -48,6 +48,9 @@ install -p -m 644 %{SOURCE2} \ %{_datadir}/icons/hicolor/32x32/apps/xsc.png %changelog +* Tue Feb 28 2023 Gwyn Ciesla - 1.6-17 +- migrated to SPDX license + * Sat Jan 21 2023 Fedora Release Engineering - 1.6-16 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild From 24dab67ea9987be659a30d953fbe4bc68568f7f2 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 22 Jul 2023 19:17:42 +0000 Subject: [PATCH 17/23] Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- xsc.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xsc.spec b/xsc.spec index 8a7ec1f..736929e 100644 --- a/xsc.spec +++ b/xsc.spec @@ -1,6 +1,6 @@ Name: xsc Version: 1.6 -Release: 17%{?dist} +Release: 18%{?dist} Summary: A clone of the old vector graphics video game Star Castle License: GPL-2.0-or-later @@ -48,6 +48,9 @@ install -p -m 644 %{SOURCE2} \ %{_datadir}/icons/hicolor/32x32/apps/xsc.png %changelog +* Sat Jul 22 2023 Fedora Release Engineering - 1.6-18 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild + * Tue Feb 28 2023 Gwyn Ciesla - 1.6-17 - migrated to SPDX license From 0b18e09ad937bd01559128667e0ead15f571e49b Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 27 Jan 2024 10:10:44 +0000 Subject: [PATCH 18/23] Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild --- xsc.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xsc.spec b/xsc.spec index 736929e..23a218d 100644 --- a/xsc.spec +++ b/xsc.spec @@ -1,6 +1,6 @@ Name: xsc Version: 1.6 -Release: 18%{?dist} +Release: 19%{?dist} Summary: A clone of the old vector graphics video game Star Castle License: GPL-2.0-or-later @@ -48,6 +48,9 @@ install -p -m 644 %{SOURCE2} \ %{_datadir}/icons/hicolor/32x32/apps/xsc.png %changelog +* Sat Jan 27 2024 Fedora Release Engineering - 1.6-19 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild + * Sat Jul 22 2023 Fedora Release Engineering - 1.6-18 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild From 839efc6a4acd36a6647b42a431183ee4c710637c Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 20 Jul 2024 10:28:15 +0000 Subject: [PATCH 19/23] Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild --- xsc.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xsc.spec b/xsc.spec index 23a218d..342f2b1 100644 --- a/xsc.spec +++ b/xsc.spec @@ -1,6 +1,6 @@ Name: xsc Version: 1.6 -Release: 19%{?dist} +Release: 20%{?dist} Summary: A clone of the old vector graphics video game Star Castle License: GPL-2.0-or-later @@ -48,6 +48,9 @@ install -p -m 644 %{SOURCE2} \ %{_datadir}/icons/hicolor/32x32/apps/xsc.png %changelog +* Sat Jul 20 2024 Fedora Release Engineering - 1.6-20 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild + * Sat Jan 27 2024 Fedora Release Engineering - 1.6-19 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild From 90942c498bff8b5ffb02040ece29fb074fbb4947 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sun, 19 Jan 2025 16:18:16 +0000 Subject: [PATCH 20/23] Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild --- xsc.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xsc.spec b/xsc.spec index 342f2b1..3b02f85 100644 --- a/xsc.spec +++ b/xsc.spec @@ -1,6 +1,6 @@ Name: xsc Version: 1.6 -Release: 20%{?dist} +Release: 21%{?dist} Summary: A clone of the old vector graphics video game Star Castle License: GPL-2.0-or-later @@ -48,6 +48,9 @@ install -p -m 644 %{SOURCE2} \ %{_datadir}/icons/hicolor/32x32/apps/xsc.png %changelog +* Sun Jan 19 2025 Fedora Release Engineering - 1.6-21 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild + * Sat Jul 20 2024 Fedora Release Engineering - 1.6-20 - Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild From a13ca6a9fc3487c4a14eb80d5909367f6b19e60b Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 25 Jul 2025 21:04:45 +0000 Subject: [PATCH 21/23] Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild --- xsc.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xsc.spec b/xsc.spec index 3b02f85..83036f7 100644 --- a/xsc.spec +++ b/xsc.spec @@ -1,6 +1,6 @@ Name: xsc Version: 1.6 -Release: 21%{?dist} +Release: 22%{?dist} Summary: A clone of the old vector graphics video game Star Castle License: GPL-2.0-or-later @@ -48,6 +48,9 @@ install -p -m 644 %{SOURCE2} \ %{_datadir}/icons/hicolor/32x32/apps/xsc.png %changelog +* Fri Jul 25 2025 Fedora Release Engineering - 1.6-22 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild + * Sun Jan 19 2025 Fedora Release Engineering - 1.6-21 - Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild From 856a6824293aed477a6479e716200ce9bf61122a Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 17 Jan 2026 20:53:59 +0000 Subject: [PATCH 22/23] Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild --- xsc.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xsc.spec b/xsc.spec index 83036f7..294fdf2 100644 --- a/xsc.spec +++ b/xsc.spec @@ -1,6 +1,6 @@ Name: xsc Version: 1.6 -Release: 22%{?dist} +Release: 23%{?dist} Summary: A clone of the old vector graphics video game Star Castle License: GPL-2.0-or-later @@ -48,6 +48,9 @@ install -p -m 644 %{SOURCE2} \ %{_datadir}/icons/hicolor/32x32/apps/xsc.png %changelog +* Sat Jan 17 2026 Fedora Release Engineering - 1.6-23 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild + * Fri Jul 25 2025 Fedora Release Engineering - 1.6-22 - Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild From 78b9d51ff7520ebfa8bbf8747caa8c058acb2232 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 17 Jul 2026 09:26:39 +0000 Subject: [PATCH 23/23] Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild --- xsc.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xsc.spec b/xsc.spec index 294fdf2..e6f98df 100644 --- a/xsc.spec +++ b/xsc.spec @@ -1,6 +1,6 @@ Name: xsc Version: 1.6 -Release: 23%{?dist} +Release: 24%{?dist} Summary: A clone of the old vector graphics video game Star Castle License: GPL-2.0-or-later @@ -48,6 +48,9 @@ install -p -m 644 %{SOURCE2} \ %{_datadir}/icons/hicolor/32x32/apps/xsc.png %changelog +* Fri Jul 17 2026 Fedora Release Engineering - 1.6-24 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild + * Sat Jan 17 2026 Fedora Release Engineering - 1.6-23 - Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild