From 01f52b8d5cad680c88286c74de8ae493d642af1d Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 23 Jul 2025 18:33:18 +0000 Subject: [PATCH 1/2] Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild --- colossus.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/colossus.spec b/colossus.spec index 3de9b85..6fd4c3e 100644 --- a/colossus.spec +++ b/colossus.spec @@ -3,7 +3,7 @@ Name: colossus %global revdate 20130917 Version: 0.14.0 %global branch %{nil} -Release: 30%{?dist} +Release: 31%{?dist} Summary: Allows people to play Titan against each other or AIs # Automatically converted from old format: GPLv2 - review is highly recommended. @@ -181,6 +181,9 @@ EOF %{_javadocdir}/%{name} %changelog +* Wed Jul 23 2025 Fedora Release Engineering - 0.14.0-31 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild + * Thu Jan 16 2025 Fedora Release Engineering - 0.14.0-30 - Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild From cc4e8894d7b9c3e4e8fd690c42bf1998c5688c34 Mon Sep 17 00:00:00 2001 From: Jiri Vanek Date: Mon, 28 Jul 2025 18:54:05 +0200 Subject: [PATCH 2/2] Rebuilt for java-25-openjdk as preffered jdk https://fedoraproject.org/wiki/Changes/Java25AndNoMoreSystemJdk Note, that since f43, you should be always explicit on what jdk to use. This commit should do exactly that. --- colossus.spec | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/colossus.spec b/colossus.spec index 6fd4c3e..1413eee 100644 --- a/colossus.spec +++ b/colossus.spec @@ -3,7 +3,7 @@ Name: colossus %global revdate 20130917 Version: 0.14.0 %global branch %{nil} -Release: 31%{?dist} +Release: 32%{?dist} Summary: Allows people to play Titan against each other or AIs # Automatically converted from old format: GPLv2 - review is highly recommended. @@ -28,13 +28,13 @@ ExclusiveArch: %{java_arches} noarch # Note the intention is to eventually require only java 1.5 for both building # and installing. But bug 510243 in gjdoc currently blocks this. -BuildRequires: java-devel +BuildRequires: java-25-devel BuildRequires: jpackage-utils -BuildRequires: ant +BuildRequires: ant-openjdk25 BuildRequires: jdom BuildRequires: desktop-file-utils BuildRequires: zip -Requires: java +Requires: java-25 Requires: jpackage-utils Requires: jdom Requires(post): coreutils @@ -181,6 +181,9 @@ EOF %{_javadocdir}/%{name} %changelog +* Mon Jul 28 2025 jiri vanek - 0.14.0-32 +- Rebuilt for java-25-openjdk as preffered jdk + * Wed Jul 23 2025 Fedora Release Engineering - 0.14.0-31 - Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild