From d2a3e943253744b57feb4789fc188e4e9f22276a Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 27 Jan 2024 06:33:13 +0000 Subject: [PATCH 1/7] Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild --- toolshed.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/toolshed.spec b/toolshed.spec index db4b049..8a0387a 100644 --- a/toolshed.spec +++ b/toolshed.spec @@ -1,6 +1,6 @@ Name: toolshed Version: 20220204hga1b3c7faf452 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Cross-development toolkit for use with the Tandy Color Computer License: Public Domain @@ -59,6 +59,9 @@ make %{?_smp_mflags} -C build/unix install INSTALLDIR=%{buildroot}%{_bindir} DOC %changelog +* Sat Jan 27 2024 Fedora Release Engineering - 20220204hga1b3c7faf452-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild + * Sat Jul 22 2023 Fedora Release Engineering - 20220204hga1b3c7faf452-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild From a6b9f3eb284c5f36a3f480325447196fd33d9a03 Mon Sep 17 00:00:00 2001 From: Software Management Team Date: Thu, 30 May 2024 12:46:49 +0200 Subject: [PATCH 2/7] Eliminate use of obsolete %patchN syntax (#2283636) --- toolshed.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/toolshed.spec b/toolshed.spec index 8a0387a..f067737 100644 --- a/toolshed.spec +++ b/toolshed.spec @@ -34,8 +34,8 @@ and much more. %prep %setup -q -%patch0 -p1 -%patch1 -p1 +%patch -P0 -p1 +%patch -P1 -p1 # Turn-off weird doc permissions... chmod 0644 doc/* From 84a676a7662b321d314199c5db56fd3973bba5a1 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 20 Jul 2024 07:41:52 +0000 Subject: [PATCH 3/7] Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild --- toolshed.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/toolshed.spec b/toolshed.spec index f067737..eed7b1e 100644 --- a/toolshed.spec +++ b/toolshed.spec @@ -1,6 +1,6 @@ Name: toolshed Version: 20220204hga1b3c7faf452 -Release: 5%{?dist} +Release: 6%{?dist} Summary: Cross-development toolkit for use with the Tandy Color Computer License: Public Domain @@ -59,6 +59,9 @@ make %{?_smp_mflags} -C build/unix install INSTALLDIR=%{buildroot}%{_bindir} DOC %changelog +* Sat Jul 20 2024 Fedora Release Engineering - 20220204hga1b3c7faf452-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild + * Sat Jan 27 2024 Fedora Release Engineering - 20220204hga1b3c7faf452-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild From 7117bad08daf3192ebee5b02c01ddd57210cb9d4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miroslav=20Such=C3=BD?= Date: Thu, 19 Sep 2024 07:27:06 +0000 Subject: [PATCH 4/7] Migrate to SPDX license (temporary ids) This is part of https://fedoraproject.org/wiki/Changes/SPDX_Licenses_Phase_4 Note that this is an SPDX identifier, but it still needs to be migrated to the proper identifiers in the fedora-license-data set. Please follow https://docs.fedoraproject.org/en-US/legal/update-existing-packages/#_public_domain If there will be no comments in two weeks, I will merge this. --- toolshed.spec | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/toolshed.spec b/toolshed.spec index eed7b1e..1c801df 100644 --- a/toolshed.spec +++ b/toolshed.spec @@ -3,7 +3,9 @@ Version: 20220204hga1b3c7faf452 Release: 6%{?dist} Summary: Cross-development toolkit for use with the Tandy Color Computer -License: Public Domain + +# Automatically converted from old format: Public Domain - needs further work +License: LicenseRef-Callaway-Public-Domain URL: http://sourceforge.net/projects/toolshed/ Source0: %{name}-%{version}-noroms.tar.gz # toolshed contains disassmbled code that we cannot ship. Therefore we use From 6d4bbd574e9b5665c0216234ab65953598fbdd89 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sun, 19 Jan 2025 13:06:33 +0000 Subject: [PATCH 5/7] Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild --- toolshed.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/toolshed.spec b/toolshed.spec index 1c801df..0bd9083 100644 --- a/toolshed.spec +++ b/toolshed.spec @@ -1,6 +1,6 @@ Name: toolshed Version: 20220204hga1b3c7faf452 -Release: 6%{?dist} +Release: 7%{?dist} Summary: Cross-development toolkit for use with the Tandy Color Computer @@ -61,6 +61,9 @@ make %{?_smp_mflags} -C build/unix install INSTALLDIR=%{buildroot}%{_bindir} DOC %changelog +* Sun Jan 19 2025 Fedora Release Engineering - 20220204hga1b3c7faf452-7 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild + * Sat Jul 20 2024 Fedora Release Engineering - 20220204hga1b3c7faf452-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild From e55de2e8fe4171b4855eb2ca5a83d4c2654a0f86 Mon Sep 17 00:00:00 2001 From: "John W. Linville" Date: Thu, 23 Jan 2025 10:15:42 -0500 Subject: [PATCH 6/7] Update source snapshot from current upstream Add small fixes to correct FTBFS situation --- .gitignore | 1 + sources | 2 +- toolshed.spec | 8 ++++++-- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 3e8474d..4ce8026 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /toolshed-20220204hga1b3c7faf452-noroms.tar.gz +/toolshed-20250123hg221d493c19f8-noroms.tar.gz diff --git a/sources b/sources index f7fb00a..0c4dc02 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (toolshed-20220204hga1b3c7faf452-noroms.tar.gz) = 5d7d579369fc11f853072d06b5424c2ea35e99ab523337b3333f2206e1d4e2fb203803d4048e949d8ec1febecfef93b22d5426e30927dcaf7f1644463c20eb6d +SHA512 (toolshed-20250123hg221d493c19f8-noroms.tar.gz) = f297c81e2793ff825d2b71483a971dfd9434152c99134e44426d31e1d72d5f842085990aae23d567d6e5d064d37461d6281820eac334d72166c52ec1f54d4782 diff --git a/toolshed.spec b/toolshed.spec index 0bd9083..e1b87fe 100644 --- a/toolshed.spec +++ b/toolshed.spec @@ -1,6 +1,6 @@ Name: toolshed -Version: 20220204hga1b3c7faf452 -Release: 7%{?dist} +Version: 20250123hg221d493c19f8 +Release: 1%{?dist} Summary: Cross-development toolkit for use with the Tandy Color Computer @@ -61,6 +61,10 @@ make %{?_smp_mflags} -C build/unix install INSTALLDIR=%{buildroot}%{_bindir} DOC %changelog +* Thu Jan 23 2025 John W. Linville 20250123hg221d493c19f8-1 +- Update source snapshot from current upstream +- Add small fixes to correct FTBFS situation + * Sun Jan 19 2025 Fedora Release Engineering - 20220204hga1b3c7faf452-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild From 4acba5bac618fb1288845bf912be502a45b91ca8 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 25 Jul 2025 19:26:38 +0000 Subject: [PATCH 7/7] Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild --- toolshed.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/toolshed.spec b/toolshed.spec index e1b87fe..5e9d450 100644 --- a/toolshed.spec +++ b/toolshed.spec @@ -1,6 +1,6 @@ Name: toolshed Version: 20250123hg221d493c19f8 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Cross-development toolkit for use with the Tandy Color Computer @@ -61,6 +61,9 @@ make %{?_smp_mflags} -C build/unix install INSTALLDIR=%{buildroot}%{_bindir} DOC %changelog +* Fri Jul 25 2025 Fedora Release Engineering - 20250123hg221d493c19f8-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild + * Thu Jan 23 2025 John W. Linville 20250123hg221d493c19f8-1 - Update source snapshot from current upstream - Add small fixes to correct FTBFS situation