This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository commons-math3.
commit 2675ce2cd3bf22904542feeabc30a5e58ad6125e Author: Emmanuel Bourg <[email protected]> Date: Sun Mar 27 00:43:17 2016 +0100 Removed 02_MATH-1207.patch (fixed upstream) --- debian/changelog | 4 +++- debian/patches/02_MATH-1207.patch | 13 ------------- debian/patches/series | 1 - 3 files changed, 3 insertions(+), 15 deletions(-) diff --git a/debian/changelog b/debian/changelog index e510374..c30427e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,5 +1,7 @@ -commons-math3 (3.6-3) UNRELEASED; urgency=medium +commons-math3 (3.6.1-1) UNRELEASED; urgency=medium + * New upstream release + - Removed 02_MATH-1207.patch (fixed upstream) * Standards-Version updated to 3.9.7 (no changes) * Use secure Vcs-* URLs diff --git a/debian/patches/02_MATH-1207.patch b/debian/patches/02_MATH-1207.patch deleted file mode 100644 index a246794..0000000 --- a/debian/patches/02_MATH-1207.patch +++ /dev/null @@ -1,13 +0,0 @@ -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%2Fmath4%2Fml%2Fneuralnet%2Fsofm%2FKohonenUpdateActionTest.java;h=7a064cfc0863c390f6266ed806589eb7bcea39cd;hp=9051dd65e79271d92c80989d86931a6f67cea435;hb=86eb3a2fa74988e4ccf3aae7f4b77edb84555320;hpb=0a5cd11327d50e5906fb4dc08bce5baea6b2d247 - ---- 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 -@@ -82,7 +82,7 @@ - - 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), 1e-16); - - for (int i = 0; i < netSize; i++) { - // All distances have decreased. diff --git a/debian/patches/series b/debian/patches/series index 1ca9daf..4b8b273 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -1,3 +1,2 @@ 01_ignore_unstable_tests.diff -02_MATH-1207.patch 03_libjs-mathjax.patch -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/commons-math3.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

