From 2895781d6e9c987645a9c7e556e9f2b3868fb4a6 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 23 Jul 2025 17:06:16 +0000 Subject: [PATCH 1/3] Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild --- apache-commons-math.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/apache-commons-math.spec b/apache-commons-math.spec index 0b5a585..5fde3b3 100644 --- a/apache-commons-math.spec +++ b/apache-commons-math.spec @@ -2,7 +2,7 @@ Name: apache-commons-math Version: 3.6.1 -Release: 21%{?dist} +Release: 22%{?dist} Summary: Java library of lightweight mathematics and statistics components # Automatically converted from old format: ASL 1.1 and ASL 2.0 and BSD - review is highly recommended. License: Apache-1.1 AND Apache-2.0 AND LicenseRef-Callaway-BSD @@ -58,6 +58,9 @@ src/test/java/org/apache/commons/math3/util/FastMathTest.java %changelog +* Wed Jul 23 2025 Fedora Release Engineering - 3.6.1-22 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild + * Thu Jan 16 2025 Fedora Release Engineering - 3.6.1-21 - Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild From 1dfd56be37db9026f8a0d3068c773ddb1dca96ff Mon Sep 17 00:00:00 2001 From: Jiri Vanek Date: Tue, 29 Jul 2025 19:07:09 +0200 Subject: [PATCH 2/3] 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. --- apache-commons-math.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/apache-commons-math.spec b/apache-commons-math.spec index 5fde3b3..ee9a696 100644 --- a/apache-commons-math.spec +++ b/apache-commons-math.spec @@ -2,14 +2,14 @@ Name: apache-commons-math Version: 3.6.1 -Release: 22%{?dist} +Release: 23%{?dist} Summary: Java library of lightweight mathematics and statistics components # Automatically converted from old format: ASL 1.1 and ASL 2.0 and BSD - review is highly recommended. License: Apache-1.1 AND Apache-2.0 AND LicenseRef-Callaway-BSD URL: http://commons.apache.org/math/ Source0: http://www.apache.org/dist/commons/math/source/%{short_name}-%{version}-src.tar.gz -BuildRequires: maven-local +BuildRequires: maven-local-openjdk25 BuildRequires: mvn(junit:junit) BuildRequires: mvn(org.apache.commons:commons-parent:pom:) BuildArch: noarch @@ -58,6 +58,9 @@ src/test/java/org/apache/commons/math3/util/FastMathTest.java %changelog +* Tue Jul 29 2025 jiri vanek - 3.6.1-23 +- Rebuilt for java-25-openjdk as preffered jdk + * Wed Jul 23 2025 Fedora Release Engineering - 3.6.1-22 - Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild From 04bfc69ad33ec05b222069e7b2a2b8b1679d291b Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 16 Jan 2026 03:47:30 +0000 Subject: [PATCH 3/3] Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild --- apache-commons-math.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/apache-commons-math.spec b/apache-commons-math.spec index ee9a696..bcc8b29 100644 --- a/apache-commons-math.spec +++ b/apache-commons-math.spec @@ -2,7 +2,7 @@ Name: apache-commons-math Version: 3.6.1 -Release: 23%{?dist} +Release: 24%{?dist} Summary: Java library of lightweight mathematics and statistics components # Automatically converted from old format: ASL 1.1 and ASL 2.0 and BSD - review is highly recommended. License: Apache-1.1 AND Apache-2.0 AND LicenseRef-Callaway-BSD @@ -58,6 +58,9 @@ src/test/java/org/apache/commons/math3/util/FastMathTest.java %changelog +* Fri Jan 16 2026 Fedora Release Engineering - 3.6.1-24 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild + * Tue Jul 29 2025 jiri vanek - 3.6.1-23 - Rebuilt for java-25-openjdk as preffered jdk