Compare commits
65 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
04bfc69ad3 | ||
|
|
1dfd56be37 | ||
|
|
2895781d6e | ||
|
|
9e9eddf098 | ||
|
|
58bdbc9050 | ||
|
|
7478b86589 | ||
|
|
ebf2e2a2a0 | ||
|
|
0ea45e5f52 | ||
|
|
6030852d62 | ||
|
|
33996b0768 | ||
|
|
591e3d124a | ||
|
|
126c60edbf | ||
|
|
4c39a72620 | ||
|
|
ff11c4eaed | ||
|
|
f64a56be38 | ||
|
|
fc607f8fe3 | ||
|
|
4738193cdd | ||
|
|
1f09d893b7 | ||
|
|
b60604cd66 | ||
|
|
91fd723995 | ||
|
|
5756d18763 | ||
|
|
6d18bfafae | ||
|
|
8676fa4d6d | ||
|
|
3812b0882c | ||
|
|
77e0006d91 | ||
|
|
22debace8c | ||
|
|
846b826ff9 | ||
|
|
aae1d14967 | ||
|
|
209c258c4b | ||
|
|
9912286fb3 | ||
|
|
34c2c9b56b | ||
|
|
d92b1985ba | ||
|
|
7d6df7337a | ||
|
|
24a5db3dff | ||
|
|
01684f2258 | ||
|
|
a02561554a | ||
|
|
c621a8df8b | ||
|
|
3756a9d339 | ||
|
|
977e66e371 | ||
|
|
e79cd9716e | ||
|
|
a811a73ba5 | ||
|
|
f255b53715 | ||
|
|
82cd806e40 | ||
|
|
ba8f0025e2 | ||
|
|
928b54bd33 | ||
|
|
a2f2d1448a | ||
|
|
fa484b9848 | ||
|
|
03695ce371 | ||
|
|
a448339774 | ||
|
|
37cd7827cc | ||
|
|
44037a79b9 | ||
|
|
093795d873 | ||
|
|
71d64e851e | ||
|
|
a328922919 | ||
|
|
153ebca925 | ||
|
|
42f8c7fe77 | ||
|
|
2ae73fed95 | ||
|
|
8be1e55cdc | ||
|
|
cfa9674552 | ||
|
|
efafd55186 | ||
|
|
401328157b | ||
|
|
8840285d08 | ||
|
|
c52b9fbd32 | ||
|
|
1aa36371fc | ||
|
|
a6bda3b8cb |
7 changed files with 268 additions and 101 deletions
|
|
@ -1 +0,0 @@
|
|||
commons-math-2.0-src.tar.gz
|
||||
11
.gitignore
vendored
Normal file
11
.gitignore
vendored
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
commons-math-2.0-src.tar.gz
|
||||
/commons-math-2.1-src.tar.gz
|
||||
/commons-math-2.2-src.tar.gz
|
||||
/commons-math3-3.0-src.tar.gz
|
||||
/commons-math3-3.1-src.tar.gz
|
||||
/commons-math3-3.1.1-src.tar.gz
|
||||
/commons-math3-3.2-src.tar.gz
|
||||
/commons-math3-3.3-src.tar.gz
|
||||
/commons-math3-3.4-src.tar.gz
|
||||
/commons-math3-3.4.1-src.tar.gz
|
||||
/commons-math3-3.6.1-src.tar.gz
|
||||
21
Makefile
21
Makefile
|
|
@ -1,21 +0,0 @@
|
|||
# Makefile for source rpm: apache-commons-math
|
||||
# $Id$
|
||||
NAME := apache-commons-math
|
||||
SPECFILE = $(firstword $(wildcard *.spec))
|
||||
|
||||
define find-makefile-common
|
||||
for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$d/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done
|
||||
endef
|
||||
|
||||
MAKEFILE_COMMON := $(shell $(find-makefile-common))
|
||||
|
||||
ifeq ($(MAKEFILE_COMMON),)
|
||||
# attept a checkout
|
||||
define checkout-makefile-common
|
||||
test -f CVS/Root && { cvs -Q -d $$(cat CVS/Root) checkout common && echo "common/Makefile.common" ; } || { echo "ERROR: I can't figure out how to checkout the 'common' module." ; exit -1 ; } >&2
|
||||
endef
|
||||
|
||||
MAKEFILE_COMMON := $(shell $(checkout-makefile-common))
|
||||
endif
|
||||
|
||||
include $(MAKEFILE_COMMON)
|
||||
43
apache-commons-math-3.4.1-RHBZ1402145.patch
Normal file
43
apache-commons-math-3.4.1-RHBZ1402145.patch
Normal file
|
|
@ -0,0 +1,43 @@
|
|||
X-Git-Url: https://git1-us-west.apache.org/repos/asf?p=commons-math.git;a=blobdiff_plain;f=src%2Ftest%2Fjava%2Forg%2Fapache%2Fcommons%2Fmath3%2Fml%2Fneuralnet%2Fsofm%2FKohonenUpdateActionTest.java;h=b209d56b8651eb6e7bbfca10ad9bdb1802fb24f3;hp=334a5a8ebbbd011aa7d10bebbc5478df5f82becc;hb=a9006aa;hpb=838788fd6302d6cc91e1743144e0f14b71e4812e
|
||||
|
||||
diff --git a/src/test/java/org/apache/commons/math3/ml/neuralnet/sofm/KohonenUpdateActionTest.java b/src/test/java/org/apache/commons/math3/ml/neuralnet/sofm/KohonenUpdateActionTest.java
|
||||
index 334a5a8..b209d56 100644
|
||||
--- a/src/test/java/org/apache/commons/math3/ml/neuralnet/sofm/KohonenUpdateActionTest.java
|
||||
+++ b/src/test/java/org/apache/commons/math3/ml/neuralnet/sofm/KohonenUpdateActionTest.java
|
||||
@@ -17,18 +17,19 @@
|
||||
|
||||
package org.apache.commons.math3.ml.neuralnet.sofm;
|
||||
|
||||
-import org.apache.commons.math3.ml.neuralnet.Neuron;
|
||||
-import org.apache.commons.math3.ml.neuralnet.Network;
|
||||
-import org.apache.commons.math3.ml.neuralnet.MapUtils;
|
||||
-import org.apache.commons.math3.ml.neuralnet.UpdateAction;
|
||||
-import org.apache.commons.math3.ml.neuralnet.OffsetFeatureInitializer;
|
||||
-import org.apache.commons.math3.ml.neuralnet.FeatureInitializer;
|
||||
-import org.apache.commons.math3.ml.neuralnet.FeatureInitializerFactory;
|
||||
import org.apache.commons.math3.ml.distance.DistanceMeasure;
|
||||
import org.apache.commons.math3.ml.distance.EuclideanDistance;
|
||||
+import org.apache.commons.math3.ml.neuralnet.FeatureInitializer;
|
||||
+import org.apache.commons.math3.ml.neuralnet.FeatureInitializerFactory;
|
||||
+import org.apache.commons.math3.ml.neuralnet.MapUtils;
|
||||
+import org.apache.commons.math3.ml.neuralnet.Network;
|
||||
+import org.apache.commons.math3.ml.neuralnet.Neuron;
|
||||
+import org.apache.commons.math3.ml.neuralnet.OffsetFeatureInitializer;
|
||||
+import org.apache.commons.math3.ml.neuralnet.UpdateAction;
|
||||
import org.apache.commons.math3.ml.neuralnet.oned.NeuronString;
|
||||
-import org.junit.Test;
|
||||
+import org.apache.commons.math3.util.Precision;
|
||||
import org.junit.Assert;
|
||||
+import org.junit.Test;
|
||||
|
||||
/**
|
||||
* Tests for {@link KohonenUpdateAction} class.
|
||||
@@ -82,7 +83,7 @@ public class KohonenUpdateActionTest {
|
||||
|
||||
Assert.assertEquals(bestBefore, bestAfter);
|
||||
// Distance is now zero.
|
||||
- Assert.assertEquals(0, dist.compute(bestAfter.getFeatures(), features), 0d);
|
||||
+ Assert.assertEquals(0, dist.compute(bestAfter.getFeatures(), features), Precision.EPSILON);
|
||||
|
||||
for (int i = 0; i < netSize; i++) {
|
||||
// All distances have decreased.
|
||||
|
|
@ -1,39 +1,19 @@
|
|||
%global base_name math
|
||||
%global short_name commons-%{base_name}
|
||||
%global short_name commons-math3
|
||||
|
||||
Name: apache-commons-math
|
||||
Version: 2.0
|
||||
Release: 6%{?dist}
|
||||
Summary: Java library of lightweight mathematics and statistics components
|
||||
Name: apache-commons-math
|
||||
Version: 3.6.1
|
||||
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
|
||||
URL: http://commons.apache.org/math/
|
||||
Source0: http://www.apache.org/dist/commons/math/source/%{short_name}-%{version}-src.tar.gz
|
||||
|
||||
Group: Development/Libraries
|
||||
License: ASL 1.1 and ASL 2.0 and BSD
|
||||
URL: http://commons.apache.org/math/
|
||||
Source0: http://www.apache.org/dist/commons/%{base_name}/source/%{short_name}-%{version}-src.tar.gz
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
|
||||
# Cannot build with gcj, gjdoc currently blocks this (bug similar to
|
||||
# rhbz#510243)
|
||||
BuildRequires: java-devel >= 1:1.6.0
|
||||
BuildRequires: jpackage-utils
|
||||
BuildRequires: junit4
|
||||
BuildRequires: maven-doxia-sitetools
|
||||
BuildRequires: maven-plugin-bundle
|
||||
BuildRequires: maven-surefire-maven-plugin
|
||||
BuildRequires: maven-surefire-provider-junit4
|
||||
BuildRequires: maven2-plugin-antrun
|
||||
BuildRequires: maven2-plugin-assembly
|
||||
BuildRequires: maven2-plugin-compiler
|
||||
BuildRequires: maven2-plugin-idea
|
||||
BuildRequires: maven2-plugin-install
|
||||
BuildRequires: maven2-plugin-jar
|
||||
BuildRequires: maven2-plugin-javadoc
|
||||
BuildRequires: maven2-plugin-resources
|
||||
Requires: java >= 1:1.6.0
|
||||
Requires: jpackage-utils
|
||||
Requires(post): jpackage-utils
|
||||
Requires(postun):jpackage-utils
|
||||
BuildArch: noarch
|
||||
BuildRequires: maven-local-openjdk25
|
||||
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
|
||||
|
|
@ -42,68 +22,224 @@ Java programming language or Commons Lang.
|
|||
|
||||
|
||||
%package javadoc
|
||||
Summary: Javadocs for %{name}
|
||||
Group: Documentation
|
||||
Requires: %{name} = %{version}-%{release}
|
||||
Requires: jpackage-utils
|
||||
Summary: Javadoc for %{name}
|
||||
|
||||
%description javadoc
|
||||
This package contains the API documentation for %{name}.
|
||||
|
||||
|
||||
%prep
|
||||
%setup -q -n %{short_name}-%{version}-src
|
||||
%autosetup -n %{short_name}-%{version}-src -p1
|
||||
|
||||
# Skip test that fails on Java 11
|
||||
sed -i -e '/checkMissingFastMathClasses/i@Ignore' \
|
||||
src/test/java/org/apache/commons/math3/util/FastMathTest.java
|
||||
|
||||
# Compatibility links
|
||||
%mvn_alias "org.apache.commons:%{short_name}" "%{short_name}:%{short_name}"
|
||||
%mvn_file :%{short_name} %{short_name} %{name}
|
||||
|
||||
%build
|
||||
export MAVEN_REPO_LOCAL=$(pwd)/.m2/repository
|
||||
mkdir -p $MAVEN_REPO_LOCAL
|
||||
mvn-jpp \
|
||||
-Dmaven.repo.local=$MAVEN_REPO_LOCAL \
|
||||
install javadoc:javadoc
|
||||
%mvn_build -- -Dcommons.packageId=math3
|
||||
|
||||
|
||||
%install
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
mkdir -p $RPM_BUILD_ROOT%{_javadir}
|
||||
cp -p target/%{short_name}-%{version}.jar $RPM_BUILD_ROOT%{_javadir}
|
||||
ln -s %{short_name}-%{version}.jar $RPM_BUILD_ROOT%{_javadir}/%{short_name}.jar
|
||||
|
||||
mkdir -p $RPM_BUILD_ROOT%{_javadocdir}/%{name}
|
||||
cp -rp target/site/apidocs/* $RPM_BUILD_ROOT%{_javadocdir}/%{name}
|
||||
|
||||
mkdir -p $RPM_BUILD_ROOT%{_datadir}/maven2/poms
|
||||
cp -p pom.xml $RPM_BUILD_ROOT/%{_datadir}/maven2/poms/JPP-%{name}.pom
|
||||
%add_to_maven_depmap org.apache.maven %{name} %{version} JPP %{name}
|
||||
%mvn_install
|
||||
|
||||
|
||||
%clean
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
%files -f .mfiles
|
||||
%doc NOTICE.txt RELEASE-NOTES.txt
|
||||
%license LICENSE.txt
|
||||
|
||||
|
||||
%post
|
||||
%update_maven_depmap
|
||||
|
||||
|
||||
%postun
|
||||
%update_maven_depmap
|
||||
|
||||
|
||||
%files
|
||||
%defattr(-,root,root,-)
|
||||
%doc LICENSE.txt NOTICE.txt RELEASE-NOTES.txt
|
||||
%{_mavenpomdir}/*
|
||||
%{_javadir}/*.jar
|
||||
%{_mavendepmapfragdir}/*
|
||||
|
||||
|
||||
%files javadoc
|
||||
%defattr(-,root,root,-)
|
||||
%{_javadocdir}/%{name}
|
||||
%files javadoc -f .mfiles-javadoc
|
||||
%doc NOTICE.txt
|
||||
%license LICENSE.txt
|
||||
|
||||
|
||||
%changelog
|
||||
* Fri Jan 16 2026 Fedora Release Engineering <releng@fedoraproject.org> - 3.6.1-24
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild
|
||||
|
||||
* Tue Jul 29 2025 jiri vanek <jvanek@redhat.com> - 3.6.1-23
|
||||
- Rebuilt for java-25-openjdk as preffered jdk
|
||||
|
||||
* Wed Jul 23 2025 Fedora Release Engineering <releng@fedoraproject.org> - 3.6.1-22
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild
|
||||
|
||||
* Thu Jan 16 2025 Fedora Release Engineering <releng@fedoraproject.org> - 3.6.1-21
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild
|
||||
|
||||
* Wed Aug 28 2024 Miroslav Suchý <msuchy@redhat.com> - 3.6.1-20
|
||||
- convert license to SPDX
|
||||
|
||||
* Wed Jul 17 2024 Fedora Release Engineering <releng@fedoraproject.org> - 3.6.1-19
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
|
||||
|
||||
* Tue Feb 27 2024 Jiri Vanek <jvanek@redhat.com> - 3.6.1-18
|
||||
- Rebuilt for java-21-openjdk as system jdk
|
||||
|
||||
* Wed Jan 31 2024 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.6.1-17
|
||||
- Port to apache-commons-parent 65
|
||||
|
||||
* Mon Jan 22 2024 Fedora Release Engineering <releng@fedoraproject.org> - 3.6.1-16
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
||||
|
||||
* Fri Jan 19 2024 Fedora Release Engineering <releng@fedoraproject.org> - 3.6.1-15
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
||||
|
||||
* Wed Jul 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 3.6.1-14
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
||||
|
||||
* Wed Jan 18 2023 Fedora Release Engineering <releng@fedoraproject.org> - 3.6.1-13
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
||||
|
||||
* Wed Jul 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 3.6.1-12
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
||||
|
||||
* Fri Jul 08 2022 Jiri Vanek <jvanek@redhat.com> - 3.6.1-11
|
||||
- Rebuilt for Drop i686 JDKs
|
||||
|
||||
* Sat Feb 05 2022 Jiri Vanek <jvanek@redhat.com> - 3.6.1-10
|
||||
- Rebuilt for java-17-openjdk as system jdk
|
||||
|
||||
* Wed Jan 19 2022 Fedora Release Engineering <releng@fedoraproject.org> - 3.6.1-9
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
||||
|
||||
* Tue Jul 27 2021 Mohamed El Morabity <melmorabity@fedoraproject.org> - 3.6.1-8
|
||||
- Add explicit BuildRequires on JUnit
|
||||
|
||||
* Wed Jul 21 2021 Fedora Release Engineering <releng@fedoraproject.org> - 3.6.1-7
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
||||
|
||||
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 3.6.1-6
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
||||
|
||||
* Mon Jul 27 2020 Fedora Release Engineering <releng@fedoraproject.org> - 3.6.1-5
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
||||
|
||||
* Thu Jul 16 2020 Mat Booth <mat.booth@redhat.com> - 3.6.1-4
|
||||
- Allow building on JDK 11
|
||||
|
||||
* Fri Jul 10 2020 Jiri Vanek <jvanek@redhat.com> - 3.6.1-3
|
||||
- Rebuilt for JDK-11, see https://fedoraproject.org/wiki/Changes/Java11
|
||||
|
||||
* Tue Jan 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 3.6.1-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
||||
|
||||
* Fri Aug 09 2019 Mohamed El Morabity <melmorabity@fedoraproject.org> - 3.6.1-1
|
||||
- Update to 3.6.1
|
||||
|
||||
* Wed Jul 24 2019 Fedora Release Engineering <releng@fedoraproject.org> - 3.4.1-11
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
||||
|
||||
* Thu Jan 31 2019 Fedora Release Engineering <releng@fedoraproject.org> - 3.4.1-10
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
||||
|
||||
* Thu Jul 12 2018 Fedora Release Engineering <releng@fedoraproject.org> - 3.4.1-9
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
||||
|
||||
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 3.4.1-8
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
||||
|
||||
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 3.4.1-7
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
||||
|
||||
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 3.4.1-6
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
||||
|
||||
* Wed Feb 01 2017 Michael Simacek <msimacek@redhat.com> - 3.4.1-5
|
||||
- Remove BR on jacoco
|
||||
|
||||
* Fri Dec 16 2016 Mohamed El Morabity <melmorabity@fedoraproject.org> - 3.4.1-4
|
||||
- Fix RHBZ #1402145
|
||||
- Spec cleanup
|
||||
|
||||
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 3.4.1-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
||||
|
||||
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.4.1-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
||||
|
||||
* Tue Jan 13 2015 Mohamed El Morabity <melmorabity@fedoraproject.org> - 3.4.1-1
|
||||
- Update to 3.4.1
|
||||
|
||||
* Mon Jan 05 2015 Mohamed El Morabity <melmorabity@fedoraproject.org> - 3.4-1
|
||||
- Update to 3.4
|
||||
|
||||
* Fri Jun 13 2014 Mohamed El Morabity <melmorabity@fedoraproject.org> - 3.3-1
|
||||
- Update to 3.3
|
||||
- Drop apache-commons-math-3.2-RHBZ1084441.patch (fixed in 3.3)
|
||||
- Drop apache-commons-math-3.2-JDK8.patch (Java 8 support enabled in 3.3)
|
||||
|
||||
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.2-5
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
||||
|
||||
* Wed Apr 23 2014 Mohamed El Morabity <melmorabity@fedoraproject.org> - 3.2-4
|
||||
- Fix RHBZ #1084441 (see
|
||||
https://issues.apache.org/jira/browse/MATH-1057)
|
||||
- Disable unit test checking that all StrictMath methods are reimplemented in
|
||||
commons-math
|
||||
|
||||
* Fri Mar 28 2014 Michael Simacek <msimacek@redhat.com> - 3.2-4
|
||||
- Use Requires: java-headless rebuild (#1067528)
|
||||
|
||||
* Tue Aug 06 2013 Mat Booth <fedora@matbooth.co.uk> - 3.2-3
|
||||
- Update for newer guidelines
|
||||
|
||||
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.2-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
||||
|
||||
* Sat May 11 2013 Mohamed El Morabity <melmorabity@fedoraproject.org> - 3.2-1
|
||||
- Update to 3.2
|
||||
|
||||
* Wed Feb 13 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.1.1-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
||||
|
||||
* Wed Feb 06 2013 Java SIG <java-devel@lists.fedoraproject.org> - 3.1.1-2
|
||||
- Update for https://fedoraproject.org/wiki/Fedora_19_Maven_Rebuild
|
||||
- Replace maven BuildRequires with maven-local
|
||||
|
||||
* Tue Jan 15 2013 Mohamed El Morabity <melmorabity@fedoraproject.org> - 3.1.1-1
|
||||
- Update to 3.1.1
|
||||
|
||||
* Sun Dec 30 2012 Mohamed El Morabity <melmorabity@fedoraproject.org> - 3.1-1
|
||||
- Update to 3.1
|
||||
|
||||
* Wed Jul 18 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.0-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
||||
|
||||
* Thu Mar 22 2012 Mohamed El Morabity <melmorabity@fedoraproject.org> - 3.0-1
|
||||
- Update to 3.0
|
||||
|
||||
* Mon Jan 16 2012 Mohamed El Morabity <melmorabity@fedoraproject.org> - 2.2-3
|
||||
- Add missing apache-rat-plugin dependency
|
||||
- Use Maven 3
|
||||
- Spec cleanup
|
||||
|
||||
* Thu Jan 12 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.2-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
||||
|
||||
* Thu Mar 10 2011 Mohamed El Morabity <melmorabity@fedoraproject.org> - 2.2-1
|
||||
- Update to 2.2
|
||||
|
||||
* Mon Feb 07 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.1-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
||||
|
||||
* Wed Dec 29 2010 Mat Booth <fedora@matbooth.co.uk> 2.1-3
|
||||
- Drop versioned jars and javadocs, fixes F15 upgrade path.
|
||||
|
||||
* Fri Oct 22 2010 Chris Spike <chris.spike@arcor.de> 2.1-2
|
||||
- Fixed maven-surefire-plugin BR for F14
|
||||
|
||||
* Fri Oct 22 2010 Chris Spike <chris.spike@arcor.de> 2.1-1
|
||||
- Updated to 2.1
|
||||
- Removed dependency on main package for -javadoc subpackage
|
||||
- Fixed maven depmap entry
|
||||
- Added jarfile symlinks (rhbz#612455)
|
||||
- Added javadoc symlinks
|
||||
- Added license file to -javadoc subpackage
|
||||
|
||||
* Wed Feb 3 2010 ELMORABITY Mohamed <melmorabity@fedoraproject.org> 2.0-6
|
||||
- Add missing %%post/%%postun Requires
|
||||
- Use macro %%{_mavendepmapfragdir} instead of %%{_datadir}/maven2/pom
|
||||
|
|
|
|||
|
|
@ -1 +0,0 @@
|
|||
apache-commons-math-2_0-4_fc12:HEAD:apache-commons-math-2.0-4.fc12.src.rpm:1263293499
|
||||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
0572a2e542c0e138328466ff2c8dafce commons-math-2.0-src.tar.gz
|
||||
SHA512 (commons-math3-3.6.1-src.tar.gz) = cd3d4736257999bb1affd0a3d9e86be983c24651e074c9819d85770a37cf1bd3f9a809e426a41036ba3fc10e992f7d164685b964b9cda05b6c9b7a70f62d237b
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue