From 01d8c0ae3145347aa5ca7332769927307fa29ada Mon Sep 17 00:00:00 2001 From: Gwyn Ciesla Date: Thu, 2 Mar 2023 15:10:31 -0600 Subject: [PATCH 01/15] migrated to SPDX license --- xmlgraphics-commons.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/xmlgraphics-commons.spec b/xmlgraphics-commons.spec index e284f05..5aa7f5d 100644 --- a/xmlgraphics-commons.spec +++ b/xmlgraphics-commons.spec @@ -1,10 +1,10 @@ Name: xmlgraphics-commons Version: 2.8 -Release: 2%{?dist} +Release: 3%{?dist} Epoch: 0 Summary: XML Graphics Commons -License: ASL 2.0 +License: Apache-2.0 URL: http://xmlgraphics.apache.org/ Source0: http://archive.apache.org/dist/xmlgraphics/commons/source/xmlgraphics-commons-%{version}-src.tar.gz Patch0: test.patch @@ -71,6 +71,9 @@ find -name "*.jar" -delete %license LICENSE NOTICE %changelog +* Thu Mar 02 2023 Gwyn Ciesla - 0:2.8-3 +- migrated to SPDX license + * Sat Jan 21 2023 Fedora Release Engineering - 0:2.8-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild From 0416d453f5a5a9e57808330a18f339ff6379e450 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 22 Jul 2023 19:01:41 +0000 Subject: [PATCH 02/15] Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- xmlgraphics-commons.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xmlgraphics-commons.spec b/xmlgraphics-commons.spec index 5aa7f5d..82183e4 100644 --- a/xmlgraphics-commons.spec +++ b/xmlgraphics-commons.spec @@ -1,6 +1,6 @@ Name: xmlgraphics-commons Version: 2.8 -Release: 3%{?dist} +Release: 4%{?dist} Epoch: 0 Summary: XML Graphics Commons @@ -71,6 +71,9 @@ find -name "*.jar" -delete %license LICENSE NOTICE %changelog +* Sat Jul 22 2023 Fedora Release Engineering - 0:2.8-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild + * Thu Mar 02 2023 Gwyn Ciesla - 0:2.8-3 - migrated to SPDX license From 0a4121e22a4c648a662a1da2be46bdaf6c6303e2 Mon Sep 17 00:00:00 2001 From: Gwyn Ciesla Date: Wed, 23 Aug 2023 14:00:49 -0500 Subject: [PATCH 03/15] 2.9 --- sources | 2 +- test.patch | 21 --------------------- xmlgraphics-commons.spec | 10 +++++----- 3 files changed, 6 insertions(+), 27 deletions(-) delete mode 100644 test.patch diff --git a/sources b/sources index ef74ff3..8e926d5 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (xmlgraphics-commons-2.8-src.tar.gz) = 3e6c397a7444c4ce1d1aeda96a7c9abfd3d8d57a0997d7d6ae2be36303dd17550b7b92fd86eac832566bbeefccdd06619e31c0d907cd6b953a8eb934d7fa618b +SHA512 (xmlgraphics-commons-2.9-src.tar.gz) = 896a5fe41277783021075df0de1aa109a7f05416af6b0141301a2452197d85df0daef28f5c2a71802644cbff3bfe79579a1544000a4c1b5cec4c211d8effd521 diff --git a/test.patch b/test.patch deleted file mode 100644 index 450e1dd..0000000 --- a/test.patch +++ /dev/null @@ -1,21 +0,0 @@ ---- xmlgraphics/commons/trunk/src/test/java/org/apache/xmlgraphics/image/loader/CorruptImagesTestCase.java 2022/10/06 12:37:37 1904425 -+++ xmlgraphics/commons/trunk/src/test/java/org/apache/xmlgraphics/image/loader/CorruptImagesTestCase.java 2022/11/10 08:15:05 1905215 -@@ -36,9 +36,14 @@ - - ImageSessionContext sessionContext = imageContext.newSessionContext(); - ImageManager manager = imageContext.getImageManager(); -- -- ImageInfo imageInfo = manager.preloadImage(uri, sessionContext); -- assertEquals(imageInfo.getMimeType(), "image/png"); -+ try { -+ ImageInfo imageInfo = manager.preloadImage(uri, sessionContext); -+ //IOException should continue to raw png -+ assertEquals(imageInfo.getMimeType(), "image/png"); -+ } catch (Exception e) { -+ //Otherwise should throw exception -+ assertEquals(e.getMessage(), "pos < flushedPos!"); -+ } - } - - } - diff --git a/xmlgraphics-commons.spec b/xmlgraphics-commons.spec index 82183e4..f1081bf 100644 --- a/xmlgraphics-commons.spec +++ b/xmlgraphics-commons.spec @@ -1,13 +1,12 @@ Name: xmlgraphics-commons -Version: 2.8 -Release: 4%{?dist} +Version: 2.9 +Release: 1%{?dist} Epoch: 0 Summary: XML Graphics Commons License: Apache-2.0 URL: http://xmlgraphics.apache.org/ Source0: http://archive.apache.org/dist/xmlgraphics/commons/source/xmlgraphics-commons-%{version}-src.tar.gz -Patch0: test.patch BuildArch: noarch ExclusiveArch: %{java_arches} noarch @@ -38,8 +37,6 @@ This package contains API documentation for %{name}. %prep %setup -q %{name}-%{version} -%patch0 -p3 - find -name "*.jar" -delete # Disable plugins not needed for RPM build @@ -71,6 +68,9 @@ find -name "*.jar" -delete %license LICENSE NOTICE %changelog +* Wed Aug 23 2023 Gwyn Ciesla - 0:2.9-1 +- 2.9 + * Sat Jul 22 2023 Fedora Release Engineering - 0:2.8-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild From 54986fe714c845254ca24d52ec774908efa68316 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 27 Jan 2024 09:52:34 +0000 Subject: [PATCH 04/15] Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild --- xmlgraphics-commons.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xmlgraphics-commons.spec b/xmlgraphics-commons.spec index f1081bf..a1d7171 100644 --- a/xmlgraphics-commons.spec +++ b/xmlgraphics-commons.spec @@ -1,6 +1,6 @@ Name: xmlgraphics-commons Version: 2.9 -Release: 1%{?dist} +Release: 2%{?dist} Epoch: 0 Summary: XML Graphics Commons @@ -68,6 +68,9 @@ find -name "*.jar" -delete %license LICENSE NOTICE %changelog +* Sat Jan 27 2024 Fedora Release Engineering - 0:2.9-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild + * Wed Aug 23 2023 Gwyn Ciesla - 0:2.9-1 - 2.9 From 1dbbd60a629595db11ff6e30ae7b416c9685bf58 Mon Sep 17 00:00:00 2001 From: Jiri Vanek Date: Tue, 27 Feb 2024 18:34:35 +0100 Subject: [PATCH 05/15] Rebuilt for java-21-openjdk as system jdk https://fedoraproject.org/wiki/Changes/Java21 --- xmlgraphics-commons.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xmlgraphics-commons.spec b/xmlgraphics-commons.spec index a1d7171..bd715a2 100644 --- a/xmlgraphics-commons.spec +++ b/xmlgraphics-commons.spec @@ -1,6 +1,6 @@ Name: xmlgraphics-commons Version: 2.9 -Release: 2%{?dist} +Release: 3%{?dist} Epoch: 0 Summary: XML Graphics Commons @@ -68,6 +68,9 @@ find -name "*.jar" -delete %license LICENSE NOTICE %changelog +* Tue Feb 27 2024 Jiri Vanek - 0:2.9-3 +- Rebuilt for java-21-openjdk as system jdk + * Sat Jan 27 2024 Fedora Release Engineering - 0:2.9-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild From 4d2815a7b30abd02d130ac7104be1bd090a60997 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 20 Jul 2024 10:13:21 +0000 Subject: [PATCH 06/15] Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild --- xmlgraphics-commons.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xmlgraphics-commons.spec b/xmlgraphics-commons.spec index bd715a2..e649e03 100644 --- a/xmlgraphics-commons.spec +++ b/xmlgraphics-commons.spec @@ -1,6 +1,6 @@ Name: xmlgraphics-commons Version: 2.9 -Release: 3%{?dist} +Release: 4%{?dist} Epoch: 0 Summary: XML Graphics Commons @@ -68,6 +68,9 @@ find -name "*.jar" -delete %license LICENSE NOTICE %changelog +* Sat Jul 20 2024 Fedora Release Engineering - 0:2.9-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild + * Tue Feb 27 2024 Jiri Vanek - 0:2.9-3 - Rebuilt for java-21-openjdk as system jdk From 0b7caab5a58649a30abddfdd3b18c091947482b5 Mon Sep 17 00:00:00 2001 From: Gwyn Ciesla Date: Wed, 9 Oct 2024 08:40:03 -0500 Subject: [PATCH 07/15] 2.10 --- sources | 2 +- xmlgraphics-commons.spec | 8 +++++--- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/sources b/sources index 8e926d5..854c9d9 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (xmlgraphics-commons-2.9-src.tar.gz) = 896a5fe41277783021075df0de1aa109a7f05416af6b0141301a2452197d85df0daef28f5c2a71802644cbff3bfe79579a1544000a4c1b5cec4c211d8effd521 +SHA512 (xmlgraphics-commons-2.10-src.tar.gz) = 49b055891e6b76f3c357b616c34f152033ccf807432d55dd57ac83c41234c224d1a716f77ae7ef24ff49d9f376dfa6b161cde18b258d94438a467a4ad91be21d diff --git a/xmlgraphics-commons.spec b/xmlgraphics-commons.spec index e649e03..c193549 100644 --- a/xmlgraphics-commons.spec +++ b/xmlgraphics-commons.spec @@ -1,6 +1,6 @@ Name: xmlgraphics-commons -Version: 2.9 -Release: 4%{?dist} +Version: 2.10 +Release: 1%{?dist} Epoch: 0 Summary: XML Graphics Commons @@ -41,7 +41,6 @@ find -name "*.jar" -delete # Disable plugins not needed for RPM build %pom_remove_plugin :maven-checkstyle-plugin -%pom_remove_plugin :findbugs-maven-plugin # Make into OSGi bundle %pom_xpath_inject pom:project 'bundle' @@ -68,6 +67,9 @@ find -name "*.jar" -delete %license LICENSE NOTICE %changelog +* Wed Oct 09 2024 Gwyn Ciesla - 0:2.10-1 +- 2.10 + * Sat Jul 20 2024 Fedora Release Engineering - 0:2.9-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild From dcd864b2ca7c663c65614aa888b3f27cd184676c Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sun, 19 Jan 2025 16:01:02 +0000 Subject: [PATCH 08/15] Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild --- xmlgraphics-commons.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xmlgraphics-commons.spec b/xmlgraphics-commons.spec index c193549..33ddcd6 100644 --- a/xmlgraphics-commons.spec +++ b/xmlgraphics-commons.spec @@ -1,6 +1,6 @@ Name: xmlgraphics-commons Version: 2.10 -Release: 1%{?dist} +Release: 2%{?dist} Epoch: 0 Summary: XML Graphics Commons @@ -67,6 +67,9 @@ find -name "*.jar" -delete %license LICENSE NOTICE %changelog +* Sun Jan 19 2025 Fedora Release Engineering - 0:2.10-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild + * Wed Oct 09 2024 Gwyn Ciesla - 0:2.10-1 - 2.10 From 49082124daf51c39a3eec2c78cb30be9d85a0476 Mon Sep 17 00:00:00 2001 From: Gwyn Ciesla Date: Tue, 6 May 2025 08:37:54 -0500 Subject: [PATCH 09/15] 2.11 --- sources | 2 +- xmlgraphics-commons.spec | 7 +++++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/sources b/sources index 854c9d9..1bba186 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (xmlgraphics-commons-2.10-src.tar.gz) = 49b055891e6b76f3c357b616c34f152033ccf807432d55dd57ac83c41234c224d1a716f77ae7ef24ff49d9f376dfa6b161cde18b258d94438a467a4ad91be21d +SHA512 (xmlgraphics-commons-2.11-src.tar.gz) = 2249a1ca0ee26522d0a8f34af96791611dfe849278ad98b2f5a571fde662a8eef7f2594f6929f2414f57e0bcd286ed14192471556fb29c9355cb046e9c806e0c diff --git a/xmlgraphics-commons.spec b/xmlgraphics-commons.spec index 33ddcd6..fff8141 100644 --- a/xmlgraphics-commons.spec +++ b/xmlgraphics-commons.spec @@ -1,6 +1,6 @@ Name: xmlgraphics-commons -Version: 2.10 -Release: 2%{?dist} +Version: 2.11 +Release: 1%{?dist} Epoch: 0 Summary: XML Graphics Commons @@ -67,6 +67,9 @@ find -name "*.jar" -delete %license LICENSE NOTICE %changelog +* Tue May 06 2025 Gwyn Ciesla - 0:2.11-1 +- 2.11 + * Sun Jan 19 2025 Fedora Release Engineering - 0:2.10-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild From dc210a2588873c32af24950304ced624207b1461 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 25 Jul 2025 20:55:57 +0000 Subject: [PATCH 10/15] Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild --- xmlgraphics-commons.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xmlgraphics-commons.spec b/xmlgraphics-commons.spec index fff8141..23a9805 100644 --- a/xmlgraphics-commons.spec +++ b/xmlgraphics-commons.spec @@ -1,6 +1,6 @@ Name: xmlgraphics-commons Version: 2.11 -Release: 1%{?dist} +Release: 2%{?dist} Epoch: 0 Summary: XML Graphics Commons @@ -67,6 +67,9 @@ find -name "*.jar" -delete %license LICENSE NOTICE %changelog +* Fri Jul 25 2025 Fedora Release Engineering - 0:2.11-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild + * Tue May 06 2025 Gwyn Ciesla - 0:2.11-1 - 2.11 From 98aabbc2352a3d29ae65981cc5b138e02c038104 Mon Sep 17 00:00:00 2001 From: Jiri Vanek Date: Wed, 30 Jul 2025 01:32:34 +0200 Subject: [PATCH 11/15] 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. --- xmlgraphics-commons.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/xmlgraphics-commons.spec b/xmlgraphics-commons.spec index 23a9805..0aca704 100644 --- a/xmlgraphics-commons.spec +++ b/xmlgraphics-commons.spec @@ -1,6 +1,6 @@ Name: xmlgraphics-commons Version: 2.11 -Release: 2%{?dist} +Release: 3%{?dist} Epoch: 0 Summary: XML Graphics Commons @@ -11,7 +11,7 @@ Source0: http://archive.apache.org/dist/xmlgraphics/commons/source/xmlgra BuildArch: noarch ExclusiveArch: %{java_arches} noarch -BuildRequires: maven-local +BuildRequires: maven-local-openjdk25 BuildRequires: mvn(commons-io:commons-io) BuildRequires: mvn(commons-logging:commons-logging) BuildRequires: mvn(junit:junit) @@ -67,6 +67,9 @@ find -name "*.jar" -delete %license LICENSE NOTICE %changelog +* Tue Jul 29 2025 jiri vanek - 0:2.11-3 +- Rebuilt for java-25-openjdk as preffered jdk + * Fri Jul 25 2025 Fedora Release Engineering - 0:2.11-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild From c6ac148320c3440d413c0ec4d2a46351df42e2c9 Mon Sep 17 00:00:00 2001 From: Jiri Vanek Date: Wed, 30 Jul 2025 14:12:38 +0200 Subject: [PATCH 12/15] Rrevert to jdk21 during rebuild for https://fedoraproject.org/wiki/Changes/Java25AndNoMoreSystemJdk your package failed to build. Is preemptively reverted back to versioned jdk21 --- xmlgraphics-commons.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/xmlgraphics-commons.spec b/xmlgraphics-commons.spec index 0aca704..5b25fe2 100644 --- a/xmlgraphics-commons.spec +++ b/xmlgraphics-commons.spec @@ -1,6 +1,6 @@ Name: xmlgraphics-commons Version: 2.11 -Release: 3%{?dist} +Release: 4%{?dist} Epoch: 0 Summary: XML Graphics Commons @@ -11,7 +11,7 @@ Source0: http://archive.apache.org/dist/xmlgraphics/commons/source/xmlgra BuildArch: noarch ExclusiveArch: %{java_arches} noarch -BuildRequires: maven-local-openjdk25 +BuildRequires: maven-local-openjdk21 BuildRequires: mvn(commons-io:commons-io) BuildRequires: mvn(commons-logging:commons-logging) BuildRequires: mvn(junit:junit) @@ -67,6 +67,9 @@ find -name "*.jar" -delete %license LICENSE NOTICE %changelog +* Wed Jul 30 2025 jiri vanek - 0:2.11-4 +- Rrevert to jdk21 + * Tue Jul 29 2025 jiri vanek - 0:2.11-3 - Rebuilt for java-25-openjdk as preffered jdk From a25361ce60201aa50e74996b6a83f7c67e0f4a05 Mon Sep 17 00:00:00 2001 From: Jiri Vanek Date: Tue, 6 Jan 2026 10:33:17 +0100 Subject: [PATCH 13/15] Migrated to jdk25 --- jdk25.patch | 12 ++++++++++++ xmlgraphics-commons.spec | 7 ++++--- 2 files changed, 16 insertions(+), 3 deletions(-) create mode 100644 jdk25.patch diff --git a/jdk25.patch b/jdk25.patch new file mode 100644 index 0000000..2b6713a --- /dev/null +++ b/jdk25.patch @@ -0,0 +1,12 @@ +--- xmlgraphics-commons-2.11/src/main/java/org/apache/xmlgraphics/image/loader/impl/ImageLoaderRawJPEG.java ++++ xmlgraphics-commons-2.11/src/main/java/org/apache/xmlgraphics/image/loader/impl/ImageLoaderRawJPEG.java +@@ -228,7 +228,7 @@ + if (padding != 0) { + try { + iccStream.write(new byte[padding]); +- } catch (IOException ioe) { ++ } catch (Exception ioe) { + throw new IOException("Error while aligning ICC stream: " + ioe.getMessage()); + } + } + diff --git a/xmlgraphics-commons.spec b/xmlgraphics-commons.spec index 5b25fe2..2d150b5 100644 --- a/xmlgraphics-commons.spec +++ b/xmlgraphics-commons.spec @@ -1,17 +1,18 @@ Name: xmlgraphics-commons Version: 2.11 -Release: 4%{?dist} +Release: 5%{?dist} Epoch: 0 Summary: XML Graphics Commons License: Apache-2.0 URL: http://xmlgraphics.apache.org/ Source0: http://archive.apache.org/dist/xmlgraphics/commons/source/xmlgraphics-commons-%{version}-src.tar.gz +Patch1: jdk25.patch BuildArch: noarch ExclusiveArch: %{java_arches} noarch -BuildRequires: maven-local-openjdk21 +BuildRequires: maven-local-openjdk25 BuildRequires: mvn(commons-io:commons-io) BuildRequires: mvn(commons-logging:commons-logging) BuildRequires: mvn(junit:junit) @@ -36,7 +37,7 @@ This package contains API documentation for %{name}. %prep %setup -q %{name}-%{version} - +patch -p1 < %{PATCH1} find -name "*.jar" -delete # Disable plugins not needed for RPM build From 72e9f67e87b49c09cc30cc22ffc8a7ce9a4314c2 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 17 Jan 2026 20:45:36 +0000 Subject: [PATCH 14/15] Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild --- xmlgraphics-commons.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xmlgraphics-commons.spec b/xmlgraphics-commons.spec index 2d150b5..038f2fe 100644 --- a/xmlgraphics-commons.spec +++ b/xmlgraphics-commons.spec @@ -1,6 +1,6 @@ Name: xmlgraphics-commons Version: 2.11 -Release: 5%{?dist} +Release: 6%{?dist} Epoch: 0 Summary: XML Graphics Commons @@ -68,6 +68,9 @@ find -name "*.jar" -delete %license LICENSE NOTICE %changelog +* Sat Jan 17 2026 Fedora Release Engineering - 0:2.11-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild + * Wed Jul 30 2025 jiri vanek - 0:2.11-4 - Rrevert to jdk21 From 03092b4bdb893c068b3ab58e1c5bceee6c89fe7d Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 17 Jul 2026 09:18:25 +0000 Subject: [PATCH 15/15] Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild --- xmlgraphics-commons.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xmlgraphics-commons.spec b/xmlgraphics-commons.spec index 038f2fe..8f86f5c 100644 --- a/xmlgraphics-commons.spec +++ b/xmlgraphics-commons.spec @@ -1,6 +1,6 @@ Name: xmlgraphics-commons Version: 2.11 -Release: 6%{?dist} +Release: 7%{?dist} Epoch: 0 Summary: XML Graphics Commons @@ -68,6 +68,9 @@ find -name "*.jar" -delete %license LICENSE NOTICE %changelog +* Fri Jul 17 2026 Fedora Release Engineering - 0:2.11-7 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild + * Sat Jan 17 2026 Fedora Release Engineering - 0:2.11-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild