/[debian-science]/packages/slepc/trunk/debian/changelog
ViewVC logotype

Contents of /packages/slepc/trunk/debian/changelog

Parent Directory Parent Directory | Revision Log Revision Log


Revision 36995 - (show annotations) (download)
Sat Nov 6 14:49:48 2010 UTC (2 years, 6 months ago) by trophime-guest
File size: 6951 byte(s)
update to 3.1
1 slepc (3.1-p4.dfsg-1.1) unstable; urgency=low
2
3 * Non-maintainer upload.
4 * New upstream version
5
6 -- Christophe Trophime <christophe.trophime@grenoble.cnrs.fr> Wed, 13 Oct 2010 09:14:03 +0200
7
8 slepc (3.0.0-p7.dfsg-8) unstable; urgency=low
9
10 [Christophe Prud'homme]
11 * debian/control: depends on libpetsc3.0.0 to ensure that the hppa
12 breakage on libpetsc3.1 is bypassed
13
14 -- Christophe Prud'homme <prudhomm@debian.org> Mon, 05 Jul 2010 16:22:27 +0200
15
16 slepc (3.0.0-p7.dfsg-7) unstable; urgency=low
17
18 [Christophe Prud'homme]
19 * Attempt to fix build on some arches: don't let petsc try to rebuild
20 the shared libs
21
22 -- Christophe Prud'homme <prudhomm@debian.org> Sun, 30 May 2010 08:35:01 +0200
23
24 slepc (3.0.0-p7.dfsg-6) unstable; urgency=low
25
26 [Christophe Prud'homme]
27 * moved to Debian Science
28 * fix Depends to PETSc 3.1 and HDF5
29
30 -- Christophe Prud'homme <prudhomm@debian.org> Sat, 29 May 2010 12:49:20 +0200
31
32 slepc (3.0.0-p7.dfsg-5) unstable; urgency=low
33
34 [Christophe Prud'homme]
35 * Added patch for a more verbose diagnostic at configure time
36
37 -- Christophe Prud'homme <prudhomm@debian.org> Sat, 29 May 2010 11:44:05 +0200
38
39 slepc (3.0.0-p7.dfsg-4) unstable; urgency=low
40
41 [Christophe Prud'homme]
42 * Bug fix: "FTBFS: ERROR: Unable to link with PETSc", thanks to Lucas
43 Nussbaum (Closes: #577291).
44 * Provide patch for PETSc 3.1 and changes in the interface
45 * Update Standards-Version to 3.8.4, no change
46
47 -- Christophe Prud'homme <prudhomm@debian.org> Fri, 28 May 2010 13:50:42 +0200
48
49 slepc (3.0.0-p7.dfsg-3) unstable; urgency=low
50
51 [Christophe Prud'homme]
52 * debian/control: fixed lintian warnings
53
54 -- Christophe Prud'homme <prudhomm@debian.org> Sun, 03 Jan 2010 08:35:04 +0100
55
56 slepc (3.0.0-p7.dfsg-2) unstable; urgency=low
57
58 [Christophe Prud'homme]
59 * Bug fix: "Updating the slepc Maintainer/Uploaders list", thanks to
60 Sandro Tosi (Closes: #550416).
61
62 -- Christophe Prud'homme <prudhomm@debian.org> Sun, 08 Nov 2009 08:09:43 +0100
63
64 slepc (3.0.0-p7.dfsg-1) unstable; urgency=low
65
66 * New upstream release (patch level 7). Includes some fixes for PGHNEP
67 problems and other minor fixes.
68 * debian/control:
69 - Update Standards-Version to 3.8.3.
70 - Force libslepc3.0.0-dev to depend on the exact same version of
71 libslepc3.0.0 (replace source:Version with binary:Version).
72 * debian/rules: Use DEB_BUILD_GNU_SYSTEM to set PETSC_ARCH such that
73 it does not fail on non linux-gnu architectures.
74 * debian/README.source: Refer to README.source for quilt.
75 * debian/watch: Use the dversionmangle option to remove the dfsg
76
77 -- Johannes Ring <johannr@simula.no> Tue, 03 Nov 2009 08:23:03 +0100
78
79 slepc (3.0.0-p5.dfsg-1) unstable; urgency=low
80
81 [ Johannes Ring ]
82 * New upstream release (patch level 5). Includes updated
83 conf/slepc_common_variables (closes: #528122).
84 * debian/rules: Removed docs/slepc.pdf from tarball (no sources).
85 * debian/control:
86 - Change section to debug for -dbg package (lintian warning).
87 - Updated Standards-Version to 3.8.2.
88 * debian/patches: Added patch to link SLEPc shared library against
89 PETSc shared libraries.
90
91 [ Christophe Prud'homme ]
92 * Bug fix: "Paths broken so petsc is unable to find slepc", thanks to
93 root (Closes: #530625).
94 * debian/rules: don't fail in mv if some files are not there
95
96 -- Christophe Prud'homme <prudhomm@debian.org> Wed, 26 Aug 2009 18:12:44 +0200
97
98 slepc (3.0.0-p2-1) unstable; urgency=low
99
100 [ Christophe Prud'homme ]
101 * New upstream release
102 + Released under GNU LGPL license.
103 + Improved support for the case that many eigenpairs are to be
104 computed. This is especially so in the default eigensolver
105 (Krylov-Schur) for symmetric problems, as well as for SVD
106 computations. The user can control the behaviour of the solver with a
107 new parameter, mpd (see EPSSetDimensions).
108 + Support for harmonic projection in the default eigensolver
109 (Krylov-Schur), see EPSSetExtraction. This can be useful for computing
110 interior or rightmost eigenvalues without the need of a spectral
111 transformation.
112 + Memory usage has been optimized in most solvers. In some cases,
113 memory requirements have been halved with respect to the previous
114 versions.
115 + In the spectral transformations (ST) the linear solver used
116 internally has been changed to a direct solver by default. The user
117 can still employ an iterative linear solver by setting the appropriate
118 options.
119 + Added better support for Fortran 90.
120 + Improved support for 'make install', see the Users Manual for
121 details.
122 * debian/copyright: updated to LGPL-3
123 * debian/control: Updated Standards-Version to 3.8.1 (no changes)
124 * debian/{control,compat}: Updated dh compat to 7
125
126 [ Johannes Ring ]
127 * Completely rewrote debian/rules. Now strongly based on debian/rules
128 from PETSc package.
129 * Removed NLU files (debian/slepc-dev.dirs, debian/slepc1.dirs,
130 debian/slepc-dev.install, debian/slepc1.install, debian/dirs, and
131 debian/examples).
132 * Removed NLU patches.
133 * debian/control:
134 - Removed build-dependency on quilt since there are no more patches.
135 - Added new package libslepc3.0.0-dbg for static debugging libraries.
136 - Added new package slepc3.0.0-doc for documentation and examples.
137 * debian/copyright: Added missing upstream author Eloy Romero.
138
139 -- Christophe Prud'homme <prudhomm@debian.org> Thu, 19 Mar 2009 14:28:49 +0100
140
141 slepc (2.3.3.7-1) unstable; urgency=low
142
143 * New upstream release: 2.3.3 with patch level 7
144
145 -- Christophe Prud'homme <prudhomm@debian.org> Tue, 28 Oct 2008 06:36:00 +0100
146
147 slepc (2.3.2-3) UNRELEASED; urgency=low
148
149 [ Ondrej Certik ]
150 * Ondrej Certik added to Uploaders.
151
152 [ Daniel Leidert ]
153 * debian/control: Vcs* and Homepage field transition. Fixed Vcs-Svn.
154
155 -- Ondrej Certik <ondrej@certik.cz> Tue, 16 Oct 2007 00:55:36 +0200
156
157 slepc (2.3.2-2) unstable; urgency=low
158
159 [ Christophe Prud'homme ]
160 * Upload slepc as libpetsc2.3.3 is now in debian
161
162 -- Christophe Prud'homme <prudhomm@debian.org> Tue, 04 Sep 2007 21:28:07 +0200
163
164 slepc (2.3.2-1oc1) unstable; urgency=low
165
166 * Unofficial build, until libpetsc2.3.3 hits the archives
167 * Fixed sources to built against libpetsc2.3.3
168 * Updated README.Debian with building instructions
169
170 -- Ondrej Certik <ondrej@certik.cz> Fri, 27 Jul 2007 15:08:44 +0200
171
172 slepc (2.3.2-1) unstable; urgency=low
173
174 * Upload to debian non-free
175
176 -- Christophe Prud'homme <prudhomm@debian.org> Mon, 09 Jul 2007 09:25:24 +0200
177
178 slepc (2.3.2-0oc3) unstable; urgency=low
179
180 * Moved the package to non-free
181
182 -- Ondrej Certik <ondrej@certik.cz> Thu, 05 Jul 2007 00:55:44 +0200
183
184 slepc (2.3.2-0oc2) unstable; urgency=low
185
186 * copy SLEPc examples into the -dev package
187
188 -- Ondrej Certik <ondrej@certik.cz> Wed, 04 Jul 2007 23:25:54 +0200
189
190 slepc (2.3.2-0oc1) unstable; urgency=low
191
192 * Initial debian package
193
194 -- Ondrej Certik <ondrej@certik.cz> Tue, 26 Jun 2007 11:18:31 +0200
195

  ViewVC Help
Powered by ViewVC 1.1.5