diff options
author | Sebastien Fabbro <bicatali@gentoo.org> | 2008-01-24 09:51:09 +0000 |
---|---|---|
committer | Sebastien Fabbro <bicatali@gentoo.org> | 2008-01-24 09:51:09 +0000 |
commit | 24bb2381013b7168685d52ffef1dc9eea78145f7 (patch) | |
tree | b7f924f0a9e6aca58796fed37ec6a0311623f292 /sci-libs/scipy/ChangeLog | |
parent | Bug #206800 - Fix epydoc command to work with epydoc-3.0. (diff) | |
download | gentoo-2-24bb2381013b7168685d52ffef1dc9eea78145f7.tar.gz gentoo-2-24bb2381013b7168685d52ffef1dc9eea78145f7.tar.bz2 gentoo-2-24bb2381013b7168685d52ffef1dc9eea78145f7.zip |
New patch to fix some undefined pointer (mainly on amd64). Trying to fix bug #195619 by forcing a fixed numpy version and rewrite of site configuration file. Removed some obsolete versions.
(Portage version: 2.1.4)
Diffstat (limited to 'sci-libs/scipy/ChangeLog')
-rw-r--r-- | sci-libs/scipy/ChangeLog | 19 |
1 files changed, 17 insertions, 2 deletions
diff --git a/sci-libs/scipy/ChangeLog b/sci-libs/scipy/ChangeLog index 7934a05fe2ab..7d4307cdba6e 100644 --- a/sci-libs/scipy/ChangeLog +++ b/sci-libs/scipy/ChangeLog @@ -1,6 +1,21 @@ # ChangeLog for sci-libs/scipy -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/scipy/ChangeLog,v 1.26 2007/12/17 12:28:19 bicatali Exp $ +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sci-libs/scipy/ChangeLog,v 1.27 2008/01/24 09:51:08 bicatali Exp $ + +*scipy-0.6.0-r4 (24 Jan 2008) + + 24 Jan 2008; Sébastien Fabbro <bicatali@gentoo.org> + -files/scipy-0.5.2-bspline.patch, -files/scipy-0.5.2-cdf.patch, + -files/scipy-0.5.2-minpack.patch, + -files/scipy-0.5.2-montecarlo-test.patch, + -files/scipy-0.5.2-nonexisting.patch, -files/scipy-0.5.2-randomkit.patch, + -files/scipy-0.5.2-signals.patch, -files/scipy-0.5.2-viewer.patch, + +files/scipy-0.6.0-ndimage.patch, -files/enabled_packages.txt, + -scipy-0.5.2.1.ebuild, -scipy-0.6.0.ebuild, -scipy-0.6.0-r1.ebuild, + +scipy-0.6.0-r4.ebuild: + New patch to fix some undefined pointer (mainly on amd64). Trying to fix bug + #195619 by forcing a fixed numpy version and rewrite of site configuration + file. Removed some obsolete versions. *scipy-0.6.0-r3 (17 Dec 2007) |