From 5756d187638a3498fdff7c81cf44bc65ae6044aa Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Tue, 26 Jan 2021 00:15:13 +0000 Subject: [PATCH 01/21] - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- 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 a707a58..47e5822 100644 --- a/apache-commons-math.spec +++ b/apache-commons-math.spec @@ -2,7 +2,7 @@ Name: apache-commons-math Version: 3.6.1 -Release: 5%{?dist} +Release: 6%{?dist} Summary: Java library of lightweight mathematics and statistics components License: ASL 1.1 and ASL 2.0 and BSD URL: http://commons.apache.org/math/ @@ -55,6 +55,9 @@ src/test/java/org/apache/commons/math3/util/FastMathTest.java %changelog +* Tue Jan 26 2021 Fedora Release Engineering - 3.6.1-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + * Mon Jul 27 2020 Fedora Release Engineering - 3.6.1-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild From 91fd7239952216b84d0fc1e9a41986a032097b81 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 21 Jul 2021 12:47:33 +0000 Subject: [PATCH 02/21] - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild Signed-off-by: Fedora Release Engineering From b60604cd66daf213685d021a7759f14aa4cba375 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 21 Jul 2021 17:43:33 +0000 Subject: [PATCH 03/21] - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- 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 47e5822..79eb673 100644 --- a/apache-commons-math.spec +++ b/apache-commons-math.spec @@ -2,7 +2,7 @@ Name: apache-commons-math Version: 3.6.1 -Release: 6%{?dist} +Release: 7%{?dist} Summary: Java library of lightweight mathematics and statistics components License: ASL 1.1 and ASL 2.0 and BSD URL: http://commons.apache.org/math/ @@ -55,6 +55,9 @@ src/test/java/org/apache/commons/math3/util/FastMathTest.java %changelog +* Wed Jul 21 2021 Fedora Release Engineering - 3.6.1-7 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild + * Tue Jan 26 2021 Fedora Release Engineering - 3.6.1-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild From 1f09d893b748b5518599ae77668a23937d6f5dbf Mon Sep 17 00:00:00 2001 From: Mohamed El Morabity Date: Tue, 27 Jul 2021 18:11:55 +0200 Subject: [PATCH 04/21] Add explicit BuildRequires on JUnit to fix build on F35 --- apache-commons-math.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/apache-commons-math.spec b/apache-commons-math.spec index 79eb673..17b6c84 100644 --- a/apache-commons-math.spec +++ b/apache-commons-math.spec @@ -2,13 +2,14 @@ Name: apache-commons-math Version: 3.6.1 -Release: 7%{?dist} +Release: 8%{?dist} Summary: Java library of lightweight mathematics and statistics components License: ASL 1.1 and ASL 2.0 and 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: mvn(junit:junit) BuildRequires: mvn(org.apache.commons:commons-parent:pom:) BuildArch: noarch @@ -55,6 +56,9 @@ src/test/java/org/apache/commons/math3/util/FastMathTest.java %changelog +* Tue Jul 27 2021 Mohamed El Morabity - 3.6.1-8 +- Add explicit BuildRequires on JUnit + * Wed Jul 21 2021 Fedora Release Engineering - 3.6.1-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild From 4738193cdd2c86db570d458efe3e00458d1d48fa Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 19 Jan 2022 21:25:34 +0000 Subject: [PATCH 05/21] - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- 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 17b6c84..c005b57 100644 --- a/apache-commons-math.spec +++ b/apache-commons-math.spec @@ -2,7 +2,7 @@ Name: apache-commons-math Version: 3.6.1 -Release: 8%{?dist} +Release: 9%{?dist} Summary: Java library of lightweight mathematics and statistics components License: ASL 1.1 and ASL 2.0 and BSD URL: http://commons.apache.org/math/ @@ -56,6 +56,9 @@ src/test/java/org/apache/commons/math3/util/FastMathTest.java %changelog +* Wed Jan 19 2022 Fedora Release Engineering - 3.6.1-9 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild + * Tue Jul 27 2021 Mohamed El Morabity - 3.6.1-8 - Add explicit BuildRequires on JUnit From fc607f8fe33a41cfe1a164798121b667bb4c104d Mon Sep 17 00:00:00 2001 From: Jiri Date: Sat, 5 Feb 2022 19:28:55 +0100 Subject: [PATCH 06/21] Rebuilt for java-17-openjdk as system jdk https://fedoraproject.org/wiki/Changes/Java17 --- 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 c005b57..b90fa12 100644 --- a/apache-commons-math.spec +++ b/apache-commons-math.spec @@ -2,7 +2,7 @@ Name: apache-commons-math Version: 3.6.1 -Release: 9%{?dist} +Release: 10%{?dist} Summary: Java library of lightweight mathematics and statistics components License: ASL 1.1 and ASL 2.0 and BSD URL: http://commons.apache.org/math/ @@ -56,6 +56,9 @@ src/test/java/org/apache/commons/math3/util/FastMathTest.java %changelog +* Sat Feb 05 2022 Jiri Vanek - 3.6.1-10 +- Rebuilt for java-17-openjdk as system jdk + * Wed Jan 19 2022 Fedora Release Engineering - 3.6.1-9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild From f64a56be38a0a25271f0ec4bdb9de8d98c5095a8 Mon Sep 17 00:00:00 2001 From: Jiri Date: Fri, 8 Jul 2022 14:30:35 +0200 Subject: [PATCH 07/21] Rebuilt for Drop i686 JDKs https://fedoraproject.org/wiki/Changes/Drop_i686_JDKs --- apache-commons-math.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/apache-commons-math.spec b/apache-commons-math.spec index b90fa12..1123ffa 100644 --- a/apache-commons-math.spec +++ b/apache-commons-math.spec @@ -2,7 +2,7 @@ Name: apache-commons-math Version: 3.6.1 -Release: 10%{?dist} +Release: 11%{?dist} Summary: Java library of lightweight mathematics and statistics components License: ASL 1.1 and ASL 2.0 and BSD URL: http://commons.apache.org/math/ @@ -12,6 +12,7 @@ BuildRequires: maven-local BuildRequires: mvn(junit:junit) BuildRequires: mvn(org.apache.commons:commons-parent:pom:) BuildArch: noarch +ExclusiveArch: %{java_arches} noarch %description Commons Math is a library of lightweight, self-contained mathematics and @@ -56,6 +57,9 @@ src/test/java/org/apache/commons/math3/util/FastMathTest.java %changelog +* Fri Jul 08 2022 Jiri Vanek - 3.6.1-11 +- Rebuilt for Drop i686 JDKs + * Sat Feb 05 2022 Jiri Vanek - 3.6.1-10 - Rebuilt for java-17-openjdk as system jdk From ff11c4eaede9ce3095bcdc31ac8d31c9d3eca6a3 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 20 Jul 2022 21:00:27 +0000 Subject: [PATCH 08/21] Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- 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 1123ffa..f0540d7 100644 --- a/apache-commons-math.spec +++ b/apache-commons-math.spec @@ -2,7 +2,7 @@ Name: apache-commons-math Version: 3.6.1 -Release: 11%{?dist} +Release: 12%{?dist} Summary: Java library of lightweight mathematics and statistics components License: ASL 1.1 and ASL 2.0 and BSD URL: http://commons.apache.org/math/ @@ -57,6 +57,9 @@ src/test/java/org/apache/commons/math3/util/FastMathTest.java %changelog +* Wed Jul 20 2022 Fedora Release Engineering - 3.6.1-12 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild + * Fri Jul 08 2022 Jiri Vanek - 3.6.1-11 - Rebuilt for Drop i686 JDKs From 4c39a726207e9bf49cc970e544c96d93aa112ebc Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 18 Jan 2023 21:55:04 +0000 Subject: [PATCH 09/21] Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- 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 f0540d7..b02f806 100644 --- a/apache-commons-math.spec +++ b/apache-commons-math.spec @@ -2,7 +2,7 @@ Name: apache-commons-math Version: 3.6.1 -Release: 12%{?dist} +Release: 13%{?dist} Summary: Java library of lightweight mathematics and statistics components License: ASL 1.1 and ASL 2.0 and BSD URL: http://commons.apache.org/math/ @@ -57,6 +57,9 @@ src/test/java/org/apache/commons/math3/util/FastMathTest.java %changelog +* Wed Jan 18 2023 Fedora Release Engineering - 3.6.1-13 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild + * Wed Jul 20 2022 Fedora Release Engineering - 3.6.1-12 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild From 126c60edbf36b1dffae4ad936913bfe391562801 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 19 Jul 2023 13:29:44 +0000 Subject: [PATCH 10/21] Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- 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 b02f806..7f10d0d 100644 --- a/apache-commons-math.spec +++ b/apache-commons-math.spec @@ -2,7 +2,7 @@ Name: apache-commons-math Version: 3.6.1 -Release: 13%{?dist} +Release: 14%{?dist} Summary: Java library of lightweight mathematics and statistics components License: ASL 1.1 and ASL 2.0 and BSD URL: http://commons.apache.org/math/ @@ -57,6 +57,9 @@ src/test/java/org/apache/commons/math3/util/FastMathTest.java %changelog +* Wed Jul 19 2023 Fedora Release Engineering - 3.6.1-14 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild + * Wed Jan 18 2023 Fedora Release Engineering - 3.6.1-13 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild From 591e3d124a872916275c0336cc55bc7fd281506b Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 19 Jan 2024 13:15:08 +0000 Subject: [PATCH 11/21] Rebuilt for https://fedoraproject.org/wiki/Fedora_40_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 7f10d0d..c532f93 100644 --- a/apache-commons-math.spec +++ b/apache-commons-math.spec @@ -2,7 +2,7 @@ Name: apache-commons-math Version: 3.6.1 -Release: 14%{?dist} +Release: 15%{?dist} Summary: Java library of lightweight mathematics and statistics components License: ASL 1.1 and ASL 2.0 and BSD URL: http://commons.apache.org/math/ @@ -57,6 +57,9 @@ src/test/java/org/apache/commons/math3/util/FastMathTest.java %changelog +* Fri Jan 19 2024 Fedora Release Engineering - 3.6.1-15 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild + * Wed Jul 19 2023 Fedora Release Engineering - 3.6.1-14 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild From 33996b0768c57c121d5fdef01c955feab9b4421d Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Mon, 22 Jan 2024 23:14:33 +0000 Subject: [PATCH 12/21] Rebuilt for https://fedoraproject.org/wiki/Fedora_40_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 c532f93..66bf650 100644 --- a/apache-commons-math.spec +++ b/apache-commons-math.spec @@ -2,7 +2,7 @@ Name: apache-commons-math Version: 3.6.1 -Release: 15%{?dist} +Release: 16%{?dist} Summary: Java library of lightweight mathematics and statistics components License: ASL 1.1 and ASL 2.0 and BSD URL: http://commons.apache.org/math/ @@ -57,6 +57,9 @@ src/test/java/org/apache/commons/math3/util/FastMathTest.java %changelog +* Mon Jan 22 2024 Fedora Release Engineering - 3.6.1-16 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild + * Fri Jan 19 2024 Fedora Release Engineering - 3.6.1-15 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild From 6030852d626064a9318dd767fd5f8bf78a647f13 Mon Sep 17 00:00:00 2001 From: Mikolaj Izdebski Date: Wed, 31 Jan 2024 19:05:14 +0100 Subject: [PATCH 13/21] Port to apache-commons-parent 65 --- 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 66bf650..ee6cefb 100644 --- a/apache-commons-math.spec +++ b/apache-commons-math.spec @@ -2,7 +2,7 @@ Name: apache-commons-math Version: 3.6.1 -Release: 16%{?dist} +Release: 17%{?dist} Summary: Java library of lightweight mathematics and statistics components License: ASL 1.1 and ASL 2.0 and BSD URL: http://commons.apache.org/math/ @@ -39,7 +39,7 @@ src/test/java/org/apache/commons/math3/util/FastMathTest.java %mvn_file :%{short_name} %{short_name} %{name} %build -%mvn_build -- -Dmaven.compiler.source=1.8 -Dmaven.compiler.target=1.8 +%mvn_build -- -Dcommons.packageId=math %install @@ -57,6 +57,9 @@ src/test/java/org/apache/commons/math3/util/FastMathTest.java %changelog +* Wed Jan 31 2024 Mikolaj Izdebski - 3.6.1-17 +- Port to apache-commons-parent 65 + * Mon Jan 22 2024 Fedora Release Engineering - 3.6.1-16 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild From 0ea45e5f528a0c1ffa05d9791e1059815499ac7e Mon Sep 17 00:00:00 2001 From: Mikolaj Izdebski Date: Wed, 31 Jan 2024 19:20:35 +0100 Subject: [PATCH 14/21] Fix commons.packageId --- apache-commons-math.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apache-commons-math.spec b/apache-commons-math.spec index ee6cefb..c66e771 100644 --- a/apache-commons-math.spec +++ b/apache-commons-math.spec @@ -39,7 +39,7 @@ src/test/java/org/apache/commons/math3/util/FastMathTest.java %mvn_file :%{short_name} %{short_name} %{name} %build -%mvn_build -- -Dcommons.packageId=math +%mvn_build -- -Dcommons.packageId=math3 %install From ebf2e2a2a08150242e4480c31943345e34c81edd Mon Sep 17 00:00:00 2001 From: Jiri Vanek Date: Tue, 27 Feb 2024 14:46:26 +0100 Subject: [PATCH 15/21] Rebuilt for java-21-openjdk as system jdk https://fedoraproject.org/wiki/Changes/Java21 --- 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 c66e771..c1251ca 100644 --- a/apache-commons-math.spec +++ b/apache-commons-math.spec @@ -2,7 +2,7 @@ Name: apache-commons-math Version: 3.6.1 -Release: 17%{?dist} +Release: 18%{?dist} Summary: Java library of lightweight mathematics and statistics components License: ASL 1.1 and ASL 2.0 and BSD URL: http://commons.apache.org/math/ @@ -57,6 +57,9 @@ src/test/java/org/apache/commons/math3/util/FastMathTest.java %changelog +* Tue Feb 27 2024 Jiri Vanek - 3.6.1-18 +- Rebuilt for java-21-openjdk as system jdk + * Wed Jan 31 2024 Mikolaj Izdebski - 3.6.1-17 - Port to apache-commons-parent 65 From 7478b86589feba73acb0d2093fb3d03b036d7cb9 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 17 Jul 2024 17:12:00 +0000 Subject: [PATCH 16/21] Rebuilt for https://fedoraproject.org/wiki/Fedora_41_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 c1251ca..877a83b 100644 --- a/apache-commons-math.spec +++ b/apache-commons-math.spec @@ -2,7 +2,7 @@ Name: apache-commons-math Version: 3.6.1 -Release: 18%{?dist} +Release: 19%{?dist} Summary: Java library of lightweight mathematics and statistics components License: ASL 1.1 and ASL 2.0 and BSD URL: http://commons.apache.org/math/ @@ -57,6 +57,9 @@ src/test/java/org/apache/commons/math3/util/FastMathTest.java %changelog +* Wed Jul 17 2024 Fedora Release Engineering - 3.6.1-19 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild + * Tue Feb 27 2024 Jiri Vanek - 3.6.1-18 - Rebuilt for java-21-openjdk as system jdk From 58bdbc90505a40ab7af777875cec93a78e47cbef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miroslav=20Such=C3=BD?= Date: Wed, 28 Aug 2024 07:54:20 +0200 Subject: [PATCH 17/21] convert license to SPDX This is part of https://fedoraproject.org/wiki/Changes/SPDX_Licenses_Phase_4 --- apache-commons-math.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/apache-commons-math.spec b/apache-commons-math.spec index 877a83b..eea6b40 100644 --- a/apache-commons-math.spec +++ b/apache-commons-math.spec @@ -2,9 +2,10 @@ Name: apache-commons-math Version: 3.6.1 -Release: 19%{?dist} +Release: 20%{?dist} Summary: Java library of lightweight mathematics and statistics components -License: ASL 1.1 and ASL 2.0 and BSD +# 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 @@ -57,6 +58,9 @@ src/test/java/org/apache/commons/math3/util/FastMathTest.java %changelog +* Wed Aug 28 2024 Miroslav Suchý - 3.6.1-20 +- convert license to SPDX + * Wed Jul 17 2024 Fedora Release Engineering - 3.6.1-19 - Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild From 9e9eddf098bcf548a7bc486eb4ef8e1dbf658b8d Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 16 Jan 2025 11:16:51 +0000 Subject: [PATCH 18/21] Rebuilt for https://fedoraproject.org/wiki/Fedora_42_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 eea6b40..0b5a585 100644 --- a/apache-commons-math.spec +++ b/apache-commons-math.spec @@ -2,7 +2,7 @@ Name: apache-commons-math Version: 3.6.1 -Release: 20%{?dist} +Release: 21%{?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 +* Thu Jan 16 2025 Fedora Release Engineering - 3.6.1-21 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild + * Wed Aug 28 2024 Miroslav Suchý - 3.6.1-20 - convert license to SPDX From 2895781d6e9c987645a9c7e556e9f2b3868fb4a6 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 23 Jul 2025 17:06:16 +0000 Subject: [PATCH 19/21] 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 20/21] 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 21/21] 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