Changelog for
gsl-debugsource-1.15-17.4.i586.rpm :
Fri Jun 29 14:00:00 2012 cooloAATTsuse.com
- the buildrequire for specific gcc libraries seems unneeded (and broke)
Wed Mar 28 14:00:00 2012 pthAATTsuse.de
- Remove the unneccessary -fno-strict-aliasing.
- Replace FSF address in headers by link to the FSF licenses web
page.
- prefix all patch files with a \'gsl-\'
Tue Feb 28 13:00:00 2012 idonmezAATTsuse.com
- Disable FMA support, see the following message for details:
http://lists.gnu.org/archive/html/bug-gsl/2011-11/msg00019.html
- Still disable %check on i586 because it fails.
Sat Feb 4 13:00:00 2012 jengelhAATTmedozas.de
- Remove redundant tags/sections (see specfile guidelines)
- Parallel build with %_smp_mflags
Sat Feb 4 13:00:00 2012 jengelhAATTmedozas.de
- Remove redundant tags/sections (see specfile guidelines)
Sat Oct 15 14:00:00 2011 cooloAATTsuse.com
- add libtool as buildrequire to make the spec file more reliable
Sat Oct 1 14:00:00 2011 crrodriguezAATTopensuse.org
- Workaround qemu-arm bugs.
Thu Sep 29 14:00:00 2011 andrea.turriniAATTgmail.com
- Made descriptions in gls.spec more readable
Sun Jul 17 14:00:00 2011 badshah400AATTgmail.com
- Update to 1.15: New functions, improvements and bug-fixes; see
NEWS for full list
Wed Dec 8 13:00:00 2010 kkaempfAATTnovell.com
- Update to 1.14
Bugfixes, improvements and new functions. See NEWS for full list.
Mon Dec 6 13:00:00 2010 kkaempfAATTnovell.com
- Fix build on non-SUSE distros
Mon Dec 6 13:00:00 2010 kkaempfAATTnovell.com
- Add pkg-config to BuildRequires so pkgconfig(gsl) gets created
as provides of the -devel package
Thu Feb 11 13:00:00 2010 rguentherAATTsuse.de
- Drop all fancy compile flags as long as we need -fno-strict-aliasing.
Thu Jul 30 14:00:00 2009 garloffAATTsuse.de
- Run make check on all archs, relax precision for qawc elist on x86.
Thu Jul 30 14:00:00 2009 ajAATTsuse.de
- Update to gsl-1.12:
* Many bugfixes (see NEWS for full list)
* Improvements: faster simplex mininimser gsl_multimin_fminimizer_nmsimplex2,
gsl_monte_vegas to avoid catastrophic cancellation,
* New functions: gsl_bspline_eval_deriv, new auxiliary functions
gsl_cheb_order, gsl_cheb_size, gsl_cheb_coeffs for Chebyshev series,
gsl_vector_complex_{isnonneg,add,sub,mul, div,scale,add_constant}
and gsl_matrix_complex_float_isnonn, gsl_linalg_cholesky_invert
Tue Jul 28 14:00:00 2009 ajAATTsuse.de
- Fix build - disable html generation which fails.
Tue Jan 13 13:00:00 2009 crrodriguezAATTsuse.de
- remove static libraries and \"la\" files
Fri Aug 22 14:00:00 2008 garloffAATTsuse.de
- Update to gsl-1.11:
* Bugfixes (underflow in ODE solver, overflow in
gsl_cdf_hypergeometric_{P,Q}, brent_minimiser)
* Improvements (asymptotic regime in gsl_sf_bessel_jl,
large arguments in cum. distr. functions using incomplete beta
function, missing error terms in gsl_sf_exp_mult_e10_e,
gsl_sf_hyperg_2F1 now handles x==1, gsl_ldexp and gsl_frexp,
gsl_multiroots_test_delta)
* Optimizations in gsl_ran_gaussian_ziggurat.
* New function gsl_multifit_linear_residuals.
* Updated some constants to match CODATA 2006 values.
- Update to gsl-1.10:
* The package license changed from GNU GPL v2 or later to
GNU GPL v3 or later!
* Support for generalized eigensystems.
* gsl_stats_correlation computes Pearson correlation of two data sets
* New functions: gsl_sf_expint(n,x), gsl_{vector,matrix}_isnonneg,
gsl_matrix_sub{row,column}
* Cholesky routines now handle complex matrices
* Many other improvements and additions, see NEWS for a detailed list.
Wed Nov 7 13:00:00 2007 garloffAATTsuse.de
- disable -fstack-protector (we don\'t want it for HPC code)
- avoid wrapping assumption sort testcase (gcc-4.3 fix)
- move make check to %check section
- require gsl = %{version} from -devel package
- call install-info in -devel %post/%postun
- add note on license
Mon Apr 16 14:00:00 2007 dmuellerAATTsuse.de
- run autoreconf
- fix devel package requires
- run ldconfig
Tue Mar 13 13:00:00 2007 garloffAATTsuse.de
- Update to gsl-1.9:
* Fixed the elliptic integrals F,E,P,D so that they have the
correct behavior for phi > pi/2 and phi < 0.
* New BFGS minimisation method gsl_multimin_fdfminimizer_vector_bfgs2
based on the algorithm given by R.Fletcher in \"Practical Methods
of Optimisation\" (2nd ed).
* Beta functions gsl_sf_beta_e(a,b) and gsl_sf_lnbeta_e(a,b) now
handle negative arguments a,b. New function gsl_sf_lnbeta_sgn_e
for computing magnitude and sign of negative beta values.
* gsl_cheb_eval_mode now uses the same error estimate as
gsl_cheb_eval_err.
* Improved gsl_sf_legendre_sphPlm_e to avoid underflow with large
arguments.
* Added updated Knuth generator, gsl_rng_knuthran2002, from 9th
printing of \"The Art of Computer Programming\". See
http://www-cs-faculty.stanford.edu/~knuth/news02.htm
* The functions gsl_multifit_fsolver_set, gsl_multifit_fdfsolver_set
and gsl_multiroot_fsolver_set, gsl_multiroot_fdfsolver_set now
have a const qualifier for the input vector x.
* gsl_sf_expint_E2(x) now returns the correct value 1 for x==0,
instead of NaN.
* The gsl_ran_gamma function now uses the Marsaglia-Tsang fast gamma
method of gsl_ran_gamma_mt by default.
* The matrix and vector min/max functions now always propagate any
NaNs in their input.
* Prevented NaN occuring for extreme parameters in
gsl_cdf_fdist_{P,Q}inv and gsl_cdf_beta_{P,Q}inv
* Corrected error estimates for the angular reduction functions
gsl_sf_angle_restrict_symm_err and gsl_sf_angle_restrict_pos_err.
* Corrected an error in the higher digits of M_PI_4 (this was beyond
the limit of double precision, so double precision results are not
affected).
* gsl_root_test_delta now always returns success if two iterates are
the same, x1==x0.
* A Japanese translation of the reference manual is now available
from the GSL webpage at http://www.gnu.org/software/gsl/ thanks to
Daisuke TOMINAGA.
* Added new functions for basis splines, see the \"Basis Splines\"
chapter in the GSL Reference Manual for details.
* Added new functions for testing the sign of vectors and matrices,
gsl_vector_ispos, gsl_vector_isneg, gsl_matrix_ispos and
gsl_matrix_isneg.
* Fixed a bug in gsl_sf_lnpoch_e and gsl_sf_lnpoch_sgn_e which caused
the incorrect value 1.0 instead of 0.0 to be returned for x==0.
* Fixed cancellation error in gsl_sf_laguerre_n for n > 1e7 so that
larger arguments can be calculated without loss of precision.
* Improved gsl_sf_zeta_e to return exactly zero for negative even
integers, avoiding less accurate trigonometric reduction.
* Fixed a bug in gsl_sf_zetam1_int_e where 0 was returned instead of
- 1 for negative even integer arguments.
* When the differential equation solver gsl_odeiv_apply encounters a
singularity it returns the step-size which caused the error code from
the user-defined function, as opposed to leaving the step-size
unchanged.
* Added support for nonsymmetric eigensystems
* Added Mathieu functions
Wed Feb 7 13:00:00 2007 garloffAATTsuse.de
- -l2h and BuildRequire latex2html for formulas in manual (#242160).
Thu Nov 23 13:00:00 2006 garloffAATTsuse.de
- -momit-leaf-frame-pointer was only enabled on x86_64 and i386;
however, it should have been enabled on all ix86. Fixed.
Mon Oct 16 14:00:00 2006 garloffAATTsuse.de
- Don\'t use -ffast-math any more (-ffast-math was enabled on x86,
x86-64) as otherwise we get inexact (8e-8) results with latest
compiler for log1p(1e-10), div by zero, SVD.
Fri Aug 25 14:00:00 2006 garloffAATTsuse.de
- Update to gsl-1.8.
- Enable make check in build process.