From 0185002e533cda21f7a85fea18675bb0ade52596 Mon Sep 17 00:00:00 2001 From: Python Maint Date: Fri, 7 Jun 2024 08:49:28 +0200 Subject: [PATCH 1/7] Rebuilt for Python 3.13 --- isomd5sum.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/isomd5sum.spec b/isomd5sum.spec index 1bf7015..a4273b0 100644 --- a/isomd5sum.spec +++ b/isomd5sum.spec @@ -3,7 +3,7 @@ Summary: Utilities for working with md5sum implanted in ISO images Name: isomd5sum Version: 1.2.4 -Release: 2%{?dist} +Release: 3%{?dist} Epoch: 1 License: GPL-2.0-or-later @@ -69,6 +69,9 @@ PYTHON=%{__python3} make DESTDIR=$RPM_BUILD_ROOT install-bin install-devel insta %{python3_sitearch}/pyisomd5sum.so %changelog +* Fri Jun 07 2024 Python Maint - 1:1.2.4-3 +- Rebuilt for Python 3.13 + * Mon Apr 29 2024 Brian C. Lane - 1.2.4-2 - Revert small iso fix, it resulted in incorrect checksums Resolves: rhbz#2277398 From 707019a038449f7e3e3efc9f8b41af5785bac980 Mon Sep 17 00:00:00 2001 From: "Brian C. Lane" Date: Tue, 25 Jun 2024 09:00:14 -0700 Subject: [PATCH 2/7] - New Version 1.2.5 (bcl) - testpyisomd5sum.py: Use a consistent iso size (bcl) - Remove quiet from iso creation, size seems wrong (bcl) - workflows: Move to Fedora 39 and checkout v4 (bcl) - Revert "test: Update testing to include small iso and larger iso" (bcl) - Revert "Fix checksum failure with small isos" (bcl) --- .gitignore | 1 + isomd5sum.spec | 14 ++++++++++---- sources | 2 +- 3 files changed, 12 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index a208fac..95d6369 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,4 @@ /1.2.2.tar.gz /1.2.3.tar.gz /isomd5sum-1.2.4.tar.gz +/isomd5sum-1.2.5.tar.gz diff --git a/isomd5sum.spec b/isomd5sum.spec index a4273b0..a414a70 100644 --- a/isomd5sum.spec +++ b/isomd5sum.spec @@ -2,8 +2,8 @@ Summary: Utilities for working with md5sum implanted in ISO images Name: isomd5sum -Version: 1.2.4 -Release: 3%{?dist} +Version: 1.2.5 +Release: 1%{?dist} Epoch: 1 License: GPL-2.0-or-later @@ -12,8 +12,6 @@ License: GPL-2.0-or-later Url: %{forgeurl} Source0: %{forgesource} -Patch0001: 0001-Revert-Fix-checksum-failure-with-small-isos.patch - BuildRequires: gcc BuildRequires: popt-devel BuildRequires: python3-devel @@ -69,6 +67,14 @@ PYTHON=%{__python3} make DESTDIR=$RPM_BUILD_ROOT install-bin install-devel insta %{python3_sitearch}/pyisomd5sum.so %changelog +* Tue Jun 25 2024 Brian C. Lane - 1.2.5-1 +- New Version 1.2.5 (bcl) +- testpyisomd5sum.py: Use a consistent iso size (bcl) +- Remove quiet from iso creation, size seems wrong (bcl) +- workflows: Move to Fedora 39 and checkout v4 (bcl) +- Revert "test: Update testing to include small iso and larger iso" (bcl) +- Revert "Fix checksum failure with small isos" (bcl) + * Fri Jun 07 2024 Python Maint - 1:1.2.4-3 - Rebuilt for Python 3.13 diff --git a/sources b/sources index 752a419..2ff8ef9 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (isomd5sum-1.2.4.tar.gz) = 9afd4cb0935e2c81f82a7076af370e7588feeb9dc876ddcbe0433519ef348bb9ed3cb0c4080918f82695d06bf7fb5b9a53ecdaa94540cadd03082e87cfb9dc2c +SHA512 (isomd5sum-1.2.5.tar.gz) = aa6bb16be18b42925ac1834aa4d558fafdba7751639acfb7344a79f7ead1125d810f13c442458526f394d8790369b1c48ab41cb73881808740263161caa99655 From a67bd7bdc47dcd094a5cb174e4ba1753839a2082 Mon Sep 17 00:00:00 2001 From: "Brian C. Lane" Date: Tue, 25 Jun 2024 09:00:14 -0700 Subject: [PATCH 3/7] - New Version 1.2.5 (bcl) - testpyisomd5sum.py: Use a consistent iso size (bcl) - Remove quiet from iso creation, size seems wrong (bcl) - workflows: Move to Fedora 39 and checkout v4 (bcl) - Revert "test: Update testing to include small iso and larger iso" (bcl) - Revert "Fix checksum failure with small isos" (bcl) --- .gitignore | 1 + isomd5sum.spec | 14 ++++++++++---- sources | 2 +- 3 files changed, 12 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index a208fac..95d6369 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,4 @@ /1.2.2.tar.gz /1.2.3.tar.gz /isomd5sum-1.2.4.tar.gz +/isomd5sum-1.2.5.tar.gz diff --git a/isomd5sum.spec b/isomd5sum.spec index 1bf7015..be3c3f1 100644 --- a/isomd5sum.spec +++ b/isomd5sum.spec @@ -2,8 +2,8 @@ Summary: Utilities for working with md5sum implanted in ISO images Name: isomd5sum -Version: 1.2.4 -Release: 2%{?dist} +Version: 1.2.5 +Release: 1%{?dist} Epoch: 1 License: GPL-2.0-or-later @@ -12,8 +12,6 @@ License: GPL-2.0-or-later Url: %{forgeurl} Source0: %{forgesource} -Patch0001: 0001-Revert-Fix-checksum-failure-with-small-isos.patch - BuildRequires: gcc BuildRequires: popt-devel BuildRequires: python3-devel @@ -69,6 +67,14 @@ PYTHON=%{__python3} make DESTDIR=$RPM_BUILD_ROOT install-bin install-devel insta %{python3_sitearch}/pyisomd5sum.so %changelog +* Tue Jun 25 2024 Brian C. Lane - 1.2.5-1 +- New Version 1.2.5 (bcl) +- testpyisomd5sum.py: Use a consistent iso size (bcl) +- Remove quiet from iso creation, size seems wrong (bcl) +- workflows: Move to Fedora 39 and checkout v4 (bcl) +- Revert "test: Update testing to include small iso and larger iso" (bcl) +- Revert "Fix checksum failure with small isos" (bcl) + * Mon Apr 29 2024 Brian C. Lane - 1.2.4-2 - Revert small iso fix, it resulted in incorrect checksums Resolves: rhbz#2277398 diff --git a/sources b/sources index 752a419..2ff8ef9 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (isomd5sum-1.2.4.tar.gz) = 9afd4cb0935e2c81f82a7076af370e7588feeb9dc876ddcbe0433519ef348bb9ed3cb0c4080918f82695d06bf7fb5b9a53ecdaa94540cadd03082e87cfb9dc2c +SHA512 (isomd5sum-1.2.5.tar.gz) = aa6bb16be18b42925ac1834aa4d558fafdba7751639acfb7344a79f7ead1125d810f13c442458526f394d8790369b1c48ab41cb73881808740263161caa99655 From 61bafdfb0b551f90f27676692bf5b5e24b96bc45 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 18 Jul 2024 10:38:28 +0000 Subject: [PATCH 4/7] Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild --- isomd5sum.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/isomd5sum.spec b/isomd5sum.spec index a414a70..cc50c9d 100644 --- a/isomd5sum.spec +++ b/isomd5sum.spec @@ -3,7 +3,7 @@ Summary: Utilities for working with md5sum implanted in ISO images Name: isomd5sum Version: 1.2.5 -Release: 1%{?dist} +Release: 2%{?dist} Epoch: 1 License: GPL-2.0-or-later @@ -67,6 +67,9 @@ PYTHON=%{__python3} make DESTDIR=$RPM_BUILD_ROOT install-bin install-devel insta %{python3_sitearch}/pyisomd5sum.so %changelog +* Thu Jul 18 2024 Fedora Release Engineering - 1:1.2.5-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild + * Tue Jun 25 2024 Brian C. Lane - 1.2.5-1 - New Version 1.2.5 (bcl) - testpyisomd5sum.py: Use a consistent iso size (bcl) From 7815018a2bd2d0a71448bf5c8a4df02e3af3702c Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 17 Jan 2025 07:27:47 +0000 Subject: [PATCH 5/7] Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild --- isomd5sum.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/isomd5sum.spec b/isomd5sum.spec index cc50c9d..2ef9ef6 100644 --- a/isomd5sum.spec +++ b/isomd5sum.spec @@ -3,7 +3,7 @@ Summary: Utilities for working with md5sum implanted in ISO images Name: isomd5sum Version: 1.2.5 -Release: 2%{?dist} +Release: 3%{?dist} Epoch: 1 License: GPL-2.0-or-later @@ -67,6 +67,9 @@ PYTHON=%{__python3} make DESTDIR=$RPM_BUILD_ROOT install-bin install-devel insta %{python3_sitearch}/pyisomd5sum.so %changelog +* Fri Jan 17 2025 Fedora Release Engineering - 1:1.2.5-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild + * Thu Jul 18 2024 Fedora Release Engineering - 1:1.2.5-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild From 2052e020c5eba7c1af637263591a2b0da121616e Mon Sep 17 00:00:00 2001 From: Python Maint Date: Mon, 2 Jun 2025 20:23:44 +0200 Subject: [PATCH 6/7] Rebuilt for Python 3.14 --- isomd5sum.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/isomd5sum.spec b/isomd5sum.spec index 2ef9ef6..3a0df96 100644 --- a/isomd5sum.spec +++ b/isomd5sum.spec @@ -3,7 +3,7 @@ Summary: Utilities for working with md5sum implanted in ISO images Name: isomd5sum Version: 1.2.5 -Release: 3%{?dist} +Release: 4%{?dist} Epoch: 1 License: GPL-2.0-or-later @@ -67,6 +67,9 @@ PYTHON=%{__python3} make DESTDIR=$RPM_BUILD_ROOT install-bin install-devel insta %{python3_sitearch}/pyisomd5sum.so %changelog +* Mon Jun 02 2025 Python Maint - 1:1.2.5-4 +- Rebuilt for Python 3.14 + * Fri Jan 17 2025 Fedora Release Engineering - 1:1.2.5-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild From 55b4a8bbc07c8a20e98d2511f79312861df1a819 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 24 Jul 2025 17:48:57 +0000 Subject: [PATCH 7/7] Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild --- isomd5sum.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/isomd5sum.spec b/isomd5sum.spec index 3a0df96..e7272ea 100644 --- a/isomd5sum.spec +++ b/isomd5sum.spec @@ -3,7 +3,7 @@ Summary: Utilities for working with md5sum implanted in ISO images Name: isomd5sum Version: 1.2.5 -Release: 4%{?dist} +Release: 5%{?dist} Epoch: 1 License: GPL-2.0-or-later @@ -67,6 +67,9 @@ PYTHON=%{__python3} make DESTDIR=$RPM_BUILD_ROOT install-bin install-devel insta %{python3_sitearch}/pyisomd5sum.so %changelog +* Thu Jul 24 2025 Fedora Release Engineering - 1:1.2.5-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild + * Mon Jun 02 2025 Python Maint - 1:1.2.5-4 - Rebuilt for Python 3.14