From 8033988fbc2b0cf193e59893ae773af0dcb38773 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Sun, 7 Jan 2018 19:08:56 +0100 Subject: [PATCH 01/26] Remove obsolete scriptlets Signed-off-by: Igor Gnatenko --- amoebax.spec | 18 ++++-------------- 1 file changed, 4 insertions(+), 14 deletions(-) diff --git a/amoebax.spec b/amoebax.spec index 0858b35..382a3a7 100644 --- a/amoebax.spec +++ b/amoebax.spec @@ -1,6 +1,6 @@ Name: amoebax Version: 0.2.1 -Release: 12%{?dist} +Release: 13%{?dist} Summary: Action-Puzzle Game Group: Amusements/Games License: GPLv2+ and Free Art @@ -94,19 +94,6 @@ mv $RPM_BUILD_ROOT%{_datadir}/pixmaps/%{name}.svg \ $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/scalable/apps -%post -touch --no-create %{_datadir}/icons/hicolor &>/dev/null || : - -%postun -if [ $1 -eq 0 ] ; then - touch --no-create %{_datadir}/icons/hicolor &>/dev/null - gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : -fi - -%posttrans -gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : - - %files %doc AUTHORS COPYING* NEWS README* THANKS TODO doc/manual.pdf %{_bindir}/%{name} @@ -118,6 +105,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : %changelog +* Sun Jan 07 2018 Igor Gnatenko - 0.2.1-13 +- Remove obsolete scriptlets + * Wed Aug 02 2017 Fedora Release Engineering - 0.2.1-12 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild From 32be4e74c6939539fd7adbe6d75370fb4311114c Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 7 Feb 2018 02:12:51 +0000 Subject: [PATCH 02/26] - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- amoebax.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/amoebax.spec b/amoebax.spec index 382a3a7..f993ef5 100644 --- a/amoebax.spec +++ b/amoebax.spec @@ -1,6 +1,6 @@ Name: amoebax Version: 0.2.1 -Release: 13%{?dist} +Release: 14%{?dist} Summary: Action-Puzzle Game Group: Amusements/Games License: GPLv2+ and Free Art @@ -105,6 +105,9 @@ mv $RPM_BUILD_ROOT%{_datadir}/pixmaps/%{name}.svg \ %changelog +* Wed Feb 07 2018 Fedora Release Engineering - 0.2.1-14 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild + * Sun Jan 07 2018 Igor Gnatenko - 0.2.1-13 - Remove obsolete scriptlets From e9f9c8c9a2b56f623108e40255249d52d07a2b1e Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Tue, 10 Jul 2018 16:08:11 +0200 Subject: [PATCH 03/26] add BuildRequires: gcc-c++ Reference: https://fedoraproject.org/wiki/Changes/Remove_GCC_from_BuildRoot --- amoebax.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/amoebax.spec b/amoebax.spec index f993ef5..e535046 100644 --- a/amoebax.spec +++ b/amoebax.spec @@ -7,6 +7,7 @@ License: GPLv2+ and Free Art URL: http://www.emma-soft.com/games/amoebax/ Source0: http://www.emma-soft.com/games/amoebax/download/amoebax-%{version}.tar.bz2 Patch0: amoebax-0.2.0-gcc43.patch +BuildRequires: gcc-c++ BuildRequires: SDL_mixer-devel SDL_image-devel zlib-devel libpng-devel BuildRequires: libvorbis-devel doxygen desktop-file-utils Requires: hicolor-icon-theme From 8ac82fa9ba3ee0152d61ee77fe8ba70327155e0c Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 12 Jul 2018 20:11:35 +0000 Subject: [PATCH 04/26] - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- amoebax.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/amoebax.spec b/amoebax.spec index e535046..c3560ea 100644 --- a/amoebax.spec +++ b/amoebax.spec @@ -1,6 +1,6 @@ Name: amoebax Version: 0.2.1 -Release: 14%{?dist} +Release: 15%{?dist} Summary: Action-Puzzle Game Group: Amusements/Games License: GPLv2+ and Free Art @@ -106,6 +106,9 @@ mv $RPM_BUILD_ROOT%{_datadir}/pixmaps/%{name}.svg \ %changelog +* Thu Jul 12 2018 Fedora Release Engineering - 0.2.1-15 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild + * Wed Feb 07 2018 Fedora Release Engineering - 0.2.1-14 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild From b2b67606e027d0b6c719813b7624ad1d0fd3a75c Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Mon, 28 Jan 2019 20:17:38 +0100 Subject: [PATCH 05/26] Remove obsolete Group tag References: https://fedoraproject.org/wiki/Changes/Remove_Group_Tag --- amoebax.spec | 1 - 1 file changed, 1 deletion(-) diff --git a/amoebax.spec b/amoebax.spec index c3560ea..fe4a31e 100644 --- a/amoebax.spec +++ b/amoebax.spec @@ -2,7 +2,6 @@ Name: amoebax Version: 0.2.1 Release: 15%{?dist} Summary: Action-Puzzle Game -Group: Amusements/Games License: GPLv2+ and Free Art URL: http://www.emma-soft.com/games/amoebax/ Source0: http://www.emma-soft.com/games/amoebax/download/amoebax-%{version}.tar.bz2 From a409238f8c1db4448b5c3c5eb0ec715937b66322 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 31 Jan 2019 13:15:52 +0000 Subject: [PATCH 06/26] - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- amoebax.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/amoebax.spec b/amoebax.spec index fe4a31e..25b89a4 100644 --- a/amoebax.spec +++ b/amoebax.spec @@ -1,6 +1,6 @@ Name: amoebax Version: 0.2.1 -Release: 15%{?dist} +Release: 16%{?dist} Summary: Action-Puzzle Game License: GPLv2+ and Free Art URL: http://www.emma-soft.com/games/amoebax/ @@ -105,6 +105,9 @@ mv $RPM_BUILD_ROOT%{_datadir}/pixmaps/%{name}.svg \ %changelog +* Thu Jan 31 2019 Fedora Release Engineering - 0.2.1-16 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild + * Thu Jul 12 2018 Fedora Release Engineering - 0.2.1-15 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild From 48e3dda95c0c563b82003127637f7b6a88286b91 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 24 Jul 2019 17:50:45 +0000 Subject: [PATCH 07/26] - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- amoebax.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/amoebax.spec b/amoebax.spec index 25b89a4..bd30389 100644 --- a/amoebax.spec +++ b/amoebax.spec @@ -1,6 +1,6 @@ Name: amoebax Version: 0.2.1 -Release: 16%{?dist} +Release: 17%{?dist} Summary: Action-Puzzle Game License: GPLv2+ and Free Art URL: http://www.emma-soft.com/games/amoebax/ @@ -105,6 +105,9 @@ mv $RPM_BUILD_ROOT%{_datadir}/pixmaps/%{name}.svg \ %changelog +* Wed Jul 24 2019 Fedora Release Engineering - 0.2.1-17 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild + * Thu Jan 31 2019 Fedora Release Engineering - 0.2.1-16 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild From 6396ade69fa93e6cd56e7b347b9389eea4e9f9a5 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Tue, 28 Jan 2020 11:31:07 +0000 Subject: [PATCH 08/26] - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- amoebax.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/amoebax.spec b/amoebax.spec index bd30389..3a8d6d7 100644 --- a/amoebax.spec +++ b/amoebax.spec @@ -1,6 +1,6 @@ Name: amoebax Version: 0.2.1 -Release: 17%{?dist} +Release: 18%{?dist} Summary: Action-Puzzle Game License: GPLv2+ and Free Art URL: http://www.emma-soft.com/games/amoebax/ @@ -105,6 +105,9 @@ mv $RPM_BUILD_ROOT%{_datadir}/pixmaps/%{name}.svg \ %changelog +* Tue Jan 28 2020 Fedora Release Engineering - 0.2.1-18 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild + * Wed Jul 24 2019 Fedora Release Engineering - 0.2.1-17 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild From d51ee8abcabb0420cbe9de4fc076612f972c1319 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Mon, 27 Jul 2020 12:00:07 +0000 Subject: [PATCH 09/26] - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- amoebax.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/amoebax.spec b/amoebax.spec index 3a8d6d7..1d47e1e 100644 --- a/amoebax.spec +++ b/amoebax.spec @@ -1,6 +1,6 @@ Name: amoebax Version: 0.2.1 -Release: 18%{?dist} +Release: 19%{?dist} Summary: Action-Puzzle Game License: GPLv2+ and Free Art URL: http://www.emma-soft.com/games/amoebax/ @@ -105,6 +105,9 @@ mv $RPM_BUILD_ROOT%{_datadir}/pixmaps/%{name}.svg \ %changelog +* Mon Jul 27 2020 Fedora Release Engineering - 0.2.1-19 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild + * Tue Jan 28 2020 Fedora Release Engineering - 0.2.1-18 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild From 1dc23a49df84893593ae3e90c979e1b3700c7e41 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 31 Jul 2020 23:57:02 +0000 Subject: [PATCH 10/26] - Second attempt - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- amoebax.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/amoebax.spec b/amoebax.spec index 1d47e1e..3eb3d2f 100644 --- a/amoebax.spec +++ b/amoebax.spec @@ -1,6 +1,6 @@ Name: amoebax Version: 0.2.1 -Release: 19%{?dist} +Release: 20%{?dist} Summary: Action-Puzzle Game License: GPLv2+ and Free Art URL: http://www.emma-soft.com/games/amoebax/ @@ -105,6 +105,10 @@ mv $RPM_BUILD_ROOT%{_datadir}/pixmaps/%{name}.svg \ %changelog +* Fri Jul 31 2020 Fedora Release Engineering - 0.2.1-20 +- Second attempt - Rebuilt for + https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild + * Mon Jul 27 2020 Fedora Release Engineering - 0.2.1-19 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild From 25d28415c8dca95cffe9c1f9ba36e9caac31a5c8 Mon Sep 17 00:00:00 2001 From: Tom Stellard Date: Wed, 16 Dec 2020 23:26:34 +0000 Subject: [PATCH 11/26] Add BuildRequires: make https://fedoraproject.org/wiki/Changes/Remove_make_from_BuildRoot --- amoebax.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/amoebax.spec b/amoebax.spec index 3eb3d2f..a01168d 100644 --- a/amoebax.spec +++ b/amoebax.spec @@ -9,6 +9,7 @@ Patch0: amoebax-0.2.0-gcc43.patch BuildRequires: gcc-c++ BuildRequires: SDL_mixer-devel SDL_image-devel zlib-devel libpng-devel BuildRequires: libvorbis-devel doxygen desktop-file-utils +BuildRequires: make Requires: hicolor-icon-theme %description From dd2abee96d490c4c8900700f6f6234a007920bfa Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Tue, 26 Jan 2021 00:03:06 +0000 Subject: [PATCH 12/26] - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- amoebax.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/amoebax.spec b/amoebax.spec index a01168d..908dbc9 100644 --- a/amoebax.spec +++ b/amoebax.spec @@ -1,6 +1,6 @@ Name: amoebax Version: 0.2.1 -Release: 20%{?dist} +Release: 21%{?dist} Summary: Action-Puzzle Game License: GPLv2+ and Free Art URL: http://www.emma-soft.com/games/amoebax/ @@ -106,6 +106,9 @@ mv $RPM_BUILD_ROOT%{_datadir}/pixmaps/%{name}.svg \ %changelog +* Tue Jan 26 2021 Fedora Release Engineering - 0.2.1-21 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + * Fri Jul 31 2020 Fedora Release Engineering - 0.2.1-20 - Second attempt - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild From 3d18eb76f176bd8745cda99335939c7bba0e3152 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 21 Jul 2021 12:35:29 +0000 Subject: [PATCH 13/26] - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild Signed-off-by: Fedora Release Engineering From ad1ce200819362e2e7391f9598b923907da3580d Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 21 Jul 2021 17:30:58 +0000 Subject: [PATCH 14/26] - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- amoebax.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/amoebax.spec b/amoebax.spec index 908dbc9..0e1bbe4 100644 --- a/amoebax.spec +++ b/amoebax.spec @@ -1,6 +1,6 @@ Name: amoebax Version: 0.2.1 -Release: 21%{?dist} +Release: 22%{?dist} Summary: Action-Puzzle Game License: GPLv2+ and Free Art URL: http://www.emma-soft.com/games/amoebax/ @@ -106,6 +106,9 @@ mv $RPM_BUILD_ROOT%{_datadir}/pixmaps/%{name}.svg \ %changelog +* Wed Jul 21 2021 Fedora Release Engineering - 0.2.1-22 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild + * Tue Jan 26 2021 Fedora Release Engineering - 0.2.1-21 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild From 1fdb285007a1faac5d1e55765fb2ac5c4ef6891a Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 19 Jan 2022 21:12:09 +0000 Subject: [PATCH 15/26] - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- amoebax.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/amoebax.spec b/amoebax.spec index 0e1bbe4..299dcf7 100644 --- a/amoebax.spec +++ b/amoebax.spec @@ -1,6 +1,6 @@ Name: amoebax Version: 0.2.1 -Release: 22%{?dist} +Release: 23%{?dist} Summary: Action-Puzzle Game License: GPLv2+ and Free Art URL: http://www.emma-soft.com/games/amoebax/ @@ -106,6 +106,9 @@ mv $RPM_BUILD_ROOT%{_datadir}/pixmaps/%{name}.svg \ %changelog +* Wed Jan 19 2022 Fedora Release Engineering - 0.2.1-23 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild + * Wed Jul 21 2021 Fedora Release Engineering - 0.2.1-22 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild From 7975abe5fe991eaa12588c162880e7fff834e66d Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 20 Jul 2022 20:44:03 +0000 Subject: [PATCH 16/26] Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- amoebax.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/amoebax.spec b/amoebax.spec index 299dcf7..41d99ca 100644 --- a/amoebax.spec +++ b/amoebax.spec @@ -1,6 +1,6 @@ Name: amoebax Version: 0.2.1 -Release: 23%{?dist} +Release: 24%{?dist} Summary: Action-Puzzle Game License: GPLv2+ and Free Art URL: http://www.emma-soft.com/games/amoebax/ @@ -106,6 +106,9 @@ mv $RPM_BUILD_ROOT%{_datadir}/pixmaps/%{name}.svg \ %changelog +* Wed Jul 20 2022 Fedora Release Engineering - 0.2.1-24 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild + * Wed Jan 19 2022 Fedora Release Engineering - 0.2.1-23 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild From 818a69b980e0b0616184a7170745b8a280e48cbf Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 18 Jan 2023 21:40:47 +0000 Subject: [PATCH 17/26] Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- amoebax.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/amoebax.spec b/amoebax.spec index 41d99ca..00a06af 100644 --- a/amoebax.spec +++ b/amoebax.spec @@ -1,6 +1,6 @@ Name: amoebax Version: 0.2.1 -Release: 24%{?dist} +Release: 25%{?dist} Summary: Action-Puzzle Game License: GPLv2+ and Free Art URL: http://www.emma-soft.com/games/amoebax/ @@ -106,6 +106,9 @@ mv $RPM_BUILD_ROOT%{_datadir}/pixmaps/%{name}.svg \ %changelog +* Wed Jan 18 2023 Fedora Release Engineering - 0.2.1-25 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild + * Wed Jul 20 2022 Fedora Release Engineering - 0.2.1-24 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild From e136a4ce76661ea4f0028f6c13e948e1715915a4 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 19 Jul 2023 13:12:55 +0000 Subject: [PATCH 18/26] Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- amoebax.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/amoebax.spec b/amoebax.spec index 00a06af..f3a6c62 100644 --- a/amoebax.spec +++ b/amoebax.spec @@ -1,6 +1,6 @@ Name: amoebax Version: 0.2.1 -Release: 25%{?dist} +Release: 26%{?dist} Summary: Action-Puzzle Game License: GPLv2+ and Free Art URL: http://www.emma-soft.com/games/amoebax/ @@ -106,6 +106,9 @@ mv $RPM_BUILD_ROOT%{_datadir}/pixmaps/%{name}.svg \ %changelog +* Wed Jul 19 2023 Fedora Release Engineering - 0.2.1-26 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild + * Wed Jan 18 2023 Fedora Release Engineering - 0.2.1-25 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild From dc6cbe26458d863f523941a70d7526f1608134d5 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 19 Jan 2024 12:50:11 +0000 Subject: [PATCH 19/26] Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild --- amoebax.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/amoebax.spec b/amoebax.spec index f3a6c62..96652cd 100644 --- a/amoebax.spec +++ b/amoebax.spec @@ -1,6 +1,6 @@ Name: amoebax Version: 0.2.1 -Release: 26%{?dist} +Release: 27%{?dist} Summary: Action-Puzzle Game License: GPLv2+ and Free Art URL: http://www.emma-soft.com/games/amoebax/ @@ -106,6 +106,9 @@ mv $RPM_BUILD_ROOT%{_datadir}/pixmaps/%{name}.svg \ %changelog +* Fri Jan 19 2024 Fedora Release Engineering - 0.2.1-27 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild + * Wed Jul 19 2023 Fedora Release Engineering - 0.2.1-26 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild From bd5a1f801c88147527d88c4ad52d1a614c721d19 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Mon, 22 Jan 2024 22:59:28 +0000 Subject: [PATCH 20/26] Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild --- amoebax.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/amoebax.spec b/amoebax.spec index 96652cd..ee0188d 100644 --- a/amoebax.spec +++ b/amoebax.spec @@ -1,6 +1,6 @@ Name: amoebax Version: 0.2.1 -Release: 27%{?dist} +Release: 28%{?dist} Summary: Action-Puzzle Game License: GPLv2+ and Free Art URL: http://www.emma-soft.com/games/amoebax/ @@ -106,6 +106,9 @@ mv $RPM_BUILD_ROOT%{_datadir}/pixmaps/%{name}.svg \ %changelog +* Mon Jan 22 2024 Fedora Release Engineering - 0.2.1-28 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild + * Fri Jan 19 2024 Fedora Release Engineering - 0.2.1-27 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild From 3bf2ba5a8949d99b39fdaa246304dd4dcf42faa6 Mon Sep 17 00:00:00 2001 From: Software Management Team Date: Thu, 30 May 2024 12:46:46 +0200 Subject: [PATCH 21/26] Eliminate use of obsolete %patchN syntax (#2283636) --- amoebax.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/amoebax.spec b/amoebax.spec index ee0188d..9aa27fa 100644 --- a/amoebax.spec +++ b/amoebax.spec @@ -32,7 +32,7 @@ in the family. %prep %setup -q -%patch0 -p1 +%patch -P0 -p1 %build From 0f6ea304ab0a9ccdd20733dc2bae7b14238a77b3 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 17 Jul 2024 16:56:11 +0000 Subject: [PATCH 22/26] Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild --- amoebax.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/amoebax.spec b/amoebax.spec index 9aa27fa..1e66807 100644 --- a/amoebax.spec +++ b/amoebax.spec @@ -1,6 +1,6 @@ Name: amoebax Version: 0.2.1 -Release: 28%{?dist} +Release: 29%{?dist} Summary: Action-Puzzle Game License: GPLv2+ and Free Art URL: http://www.emma-soft.com/games/amoebax/ @@ -106,6 +106,9 @@ mv $RPM_BUILD_ROOT%{_datadir}/pixmaps/%{name}.svg \ %changelog +* Wed Jul 17 2024 Fedora Release Engineering - 0.2.1-29 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild + * Mon Jan 22 2024 Fedora Release Engineering - 0.2.1-28 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild From 986d97741d75c427d77ba5191bc6291a67d5e29c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miroslav=20Such=C3=BD?= Date: Wed, 7 Aug 2024 09:16:05 +0200 Subject: [PATCH 23/26] convert license to SPDX This is part of https://fedoraproject.org/wiki/Changes/SPDX_Licenses_Phase_4 --- amoebax.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/amoebax.spec b/amoebax.spec index 1e66807..25035e1 100644 --- a/amoebax.spec +++ b/amoebax.spec @@ -1,8 +1,9 @@ Name: amoebax Version: 0.2.1 -Release: 29%{?dist} +Release: 30%{?dist} Summary: Action-Puzzle Game -License: GPLv2+ and Free Art +# Automatically converted from old format: GPLv2+ and Free Art - review is highly recommended. +License: GPL-2.0-or-later AND LAL-1.3 URL: http://www.emma-soft.com/games/amoebax/ Source0: http://www.emma-soft.com/games/amoebax/download/amoebax-%{version}.tar.bz2 Patch0: amoebax-0.2.0-gcc43.patch @@ -106,6 +107,9 @@ mv $RPM_BUILD_ROOT%{_datadir}/pixmaps/%{name}.svg \ %changelog +* Wed Aug 07 2024 Miroslav Suchý - 0.2.1-30 +- convert license to SPDX + * Wed Jul 17 2024 Fedora Release Engineering - 0.2.1-29 - Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild From e05377b0588ab22e9f030a38caca31b14336accd Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 16 Jan 2025 10:58:28 +0000 Subject: [PATCH 24/26] Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild --- amoebax.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/amoebax.spec b/amoebax.spec index 25035e1..42749d2 100644 --- a/amoebax.spec +++ b/amoebax.spec @@ -1,6 +1,6 @@ Name: amoebax Version: 0.2.1 -Release: 30%{?dist} +Release: 31%{?dist} Summary: Action-Puzzle Game # Automatically converted from old format: GPLv2+ and Free Art - review is highly recommended. License: GPL-2.0-or-later AND LAL-1.3 @@ -107,6 +107,9 @@ mv $RPM_BUILD_ROOT%{_datadir}/pixmaps/%{name}.svg \ %changelog +* Thu Jan 16 2025 Fedora Release Engineering - 0.2.1-31 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild + * Wed Aug 07 2024 Miroslav Suchý - 0.2.1-30 - convert license to SPDX From 5af62872c75f94d1bbfaac676cd9016f0e7bbb0e Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 23 Jul 2025 16:57:09 +0000 Subject: [PATCH 25/26] Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild --- amoebax.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/amoebax.spec b/amoebax.spec index 42749d2..10eb4db 100644 --- a/amoebax.spec +++ b/amoebax.spec @@ -1,6 +1,6 @@ Name: amoebax Version: 0.2.1 -Release: 31%{?dist} +Release: 32%{?dist} Summary: Action-Puzzle Game # Automatically converted from old format: GPLv2+ and Free Art - review is highly recommended. License: GPL-2.0-or-later AND LAL-1.3 @@ -107,6 +107,9 @@ mv $RPM_BUILD_ROOT%{_datadir}/pixmaps/%{name}.svg \ %changelog +* Wed Jul 23 2025 Fedora Release Engineering - 0.2.1-32 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild + * Thu Jan 16 2025 Fedora Release Engineering - 0.2.1-31 - Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild From e619848dbe8048a20ee0aaa8c7c68ff324362581 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 16 Jan 2026 03:38:40 +0000 Subject: [PATCH 26/26] Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild --- amoebax.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/amoebax.spec b/amoebax.spec index 10eb4db..a0330fe 100644 --- a/amoebax.spec +++ b/amoebax.spec @@ -1,6 +1,6 @@ Name: amoebax Version: 0.2.1 -Release: 32%{?dist} +Release: 33%{?dist} Summary: Action-Puzzle Game # Automatically converted from old format: GPLv2+ and Free Art - review is highly recommended. License: GPL-2.0-or-later AND LAL-1.3 @@ -107,6 +107,9 @@ mv $RPM_BUILD_ROOT%{_datadir}/pixmaps/%{name}.svg \ %changelog +* Fri Jan 16 2026 Fedora Release Engineering - 0.2.1-33 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild + * Wed Jul 23 2025 Fedora Release Engineering - 0.2.1-32 - Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild