Changelog for
libmpc3-1.1.0-lp152.3.114.x86_64.rpm :
* Wed Jan 17 2018 rguentherAATTsuse.com- Update to version 1.1.0. - Compatible with mpfr 4.0.0, obsoletes mpc-1.0.3-addsubulp.diff and mpc-1.0.3-fmma.diff. - New functions mpc_cmp_abs and mpc_rootofunity - Rewrite of the testing framework - New mpcbench tool, used with make bench - Fixed handling of over- and underflows with directed rounding in the \"other direction\" for mpc_cos, mpc_sin, mpc_exp and mpc_pow - Fixed a bug in mpc_atan(0,y) with |y| near 1- Adjust URLs to tarball and signature.
* Tue Jan 02 2018 rguentherAATTsuse.com- Add mpc-1.0.3-addsubulp.diff and mpc-1.0.3-fmma.diff to fix build with mpfr 4.0.0.
* Tue Nov 17 2015 mpluskalAATTsuse.com- Add gpg signature- Add info scriplet dependencies and move them to correct sections- Cleanup spec file with spec-cleaner
* Fri Feb 27 2015 rguentherAATTsuse.com- Update to version 1.0.3. - Fixed mpc_pow
* Thu Jan 16 2014 rguentherAATTsuse.com- Update to version 1.0.2. - Fixed mpc_atan, mpc_atanh for (+-0, +-1) - Fixed mpc_log10 for purely imaginary argument - Fixed case of intermediate zero real or imaginary part in mpc_fma
* Tue Apr 16 2013 idonmezAATTsuse.com- Add Source URL, see https://en.opensuse.org/SourceUrls
* Mon Jul 23 2012 jengelhAATTinai.de- Correct Requires of libmpc-devel to be libmpc3 rather than libmpc2
* Mon Jul 23 2012 rguentherAATTsuse.com- Update to version 1.0. - Bump SONAME to libmpc3 - License change: LGPLv3+ for code, GFDLv1.3+ (with no invariant sections) for documentation - Functions renamed: mpc_mul_2exp to mpc_mul_2ui, mpc_div_2exp to mpc_div_2ui - New functions: mpc_log10, mpc_mul_2si, mpc_div_2si - Speed-ups: - mpc_fma - Bug fixes: - mpc_div and mpc_norm now return a value indicating the effective rounding direction, as the other functions - mpc_mul, mpc_sqr and mpc_norm now return correct results even if there are over- or underflows during the computation - mpc_asin, mpc_proj, mpc_sqr: Wrong result when input variable has infinite part and equals output variable is corrected - mpc_fr_sub: Wrong return value for imaginary part is corrected- Skips version 0.9: - New functions: - mpc_set_dc, mpc_set_ldc, mpc_get_dc, mpc_get_ldc for converting between mpc type variables and C variables of type double _Complex or long double _Complex - mpc_sin_cos, computing simultaneously the sine and cosine - Speed-ups: - mpc_pow_si through binary exponentiation - mpc_pow_z when the exponent fits in a long - mpc_tan through the use of mpc_sin_cos - Bug fixes: - trigonometric functions: infinite loop due to overflow for large arguments - mpc_exp: close to infinite loop for argument close to 0 - mpc_sqrt: close to infinite loop for argument close to 1 - mpc_add_si: replaced macro by function, since the macro evaluated the same expression twice
* Sun Jan 29 2012 jengelhAATTmedozas.de- Remove redundant tags/sections per specfile guideline suggestions
* Mon Sep 06 2010 rguentherAATTnovell.com- Update to version 0.8.2.
* Speed-up of mpc_pow_ui through binary exponentiation.