[lapack] 02/02: Changelog entry for 3.7.0-2.
Sébastien Villemot
sebastien at debian.org
Wed May 24 14:45:43 UTC 2017
This is an automated email from the git hooks/post-receive script.
sebastien pushed a commit to branch master
in repository lapack.
commit 4f64c6347dd95bd1589631c3885a92dfb5e47e0f
Author: Sébastien Villemot <sebastien at debian.org>
Date: Wed May 24 16:25:01 2017 +0200
Changelog entry for 3.7.0-2.
---
debian/changelog | 11 +++++++++++
1 file changed, 11 insertions(+)
diff --git a/debian/changelog b/debian/changelog
index ae96f77..7891c2f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,14 @@
+lapack (3.7.0-2) unstable; urgency=medium
+
+ * Fix regression in libblas.a, which was empty since 3.6.1-1.
+ The bug has been introduced in the fix for #813309: the $(shell LC_ALL=C ls
+ tmp/*.o) construct used to have a consistent ordering of object files is
+ evaluated too early, and results in an empty list. Replace it by a $$(env …)
+ construct, which is evaluated after the object files have been created.
+ (Closes: #863258)
+
+ -- Sébastien Villemot <sebastien at debian.org> Wed, 24 May 2017 16:24:37 +0200
+
lapack (3.7.0-1) unstable; urgency=medium
* New upstream version 3.7.0
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/lapack.git
More information about the debian-science-commits
mailing list