Dirk Mueller
58167c8c7d
- Correct Requires of libmpc-devel to be libmpc3 rather than libmpc2 OBS-URL: https://build.opensuse.org/request/show/128755 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/mpc?expand=0&rev=26
132 lines
4.7 KiB
Plaintext
132 lines
4.7 KiB
Plaintext
-------------------------------------------------------------------
|
|
Mon Jul 23 12:47:08 UTC 2012 - jengelh@inai.de
|
|
|
|
- Correct Requires of libmpc-devel to be libmpc3 rather than libmpc2
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Jul 23 08:43:52 UTC 2012 - rguenther@suse.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 20:35:55 UTC 2012 - jengelh@medozas.de
|
|
|
|
- Remove redundant tags/sections per specfile guideline suggestions
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Sep 6 13:59:51 UTC 2010 - rguenther@novell.com
|
|
|
|
- Update to version 0.8.2.
|
|
* Speed-up of mpc_pow_ui through binary exponentiation.
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Jul 1 09:52:55 UTC 2010 - rguenther@novell.com
|
|
|
|
- really fix baselibs for mpc-devel.
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Jul 1 09:37:56 UTC 2010 - rguenther@novell.com
|
|
|
|
- fix baselibs for mpc-devel.
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Jun 28 06:38:35 UTC 2010 - jengelh@medozas.de
|
|
|
|
- use %_smp_mflags
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Feb 1 12:01:25 UTC 2010 - jengelh@medozas.de
|
|
|
|
- Package baselibs.conf
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Jan 11 13:46:57 CET 2010 - rguenther@suse.de
|
|
|
|
- Update to bugfix release 0.8.1.
|
|
Fixes
|
|
* acosh, asinh, atanh: swap of precisions between real and imaginary parts
|
|
* atan: memory leak
|
|
* log: wrong ternary value in data file; masked by bug in mpfr 2.4.1
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Dec 1 14:28:22 CET 2009 - rguenther@suse.de
|
|
|
|
- Fix erroneous test data.
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Nov 5 16:59:22 CET 2009 - rguenther@suse.de
|
|
|
|
- Update to version 0.8 as required by GCC 4.5.
|
|
* C99 feature completion:
|
|
- Inverse trigonometric functions: mpc_asin, mpc_acos, mpc_atan,
|
|
mpc_asinh, mpc_acosh, mpc_atanh
|
|
- Power functions: mpc_pow_d, mpc_pow_ld, mpc_pow_si, mpc_pow_ui,
|
|
mpc_pow_z, mpc_pow_fr
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Sep 11 12:18:44 CEST 2009 - rguenther@suse.de
|
|
|
|
- Update to version 0.7. [fate#306970]
|
|
* Bumps SONAME to libmpc.so.2.
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Jul 13 11:27:10 CEST 2009 - rguenther@suse.de
|
|
|
|
- Re-add static library.
|
|
- Adjust baselibs.conf for new SO version.
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Jun 8 15:23:17 CEST 2009 - crrodriguez@suse.de
|
|
|
|
- remove static libraries
|
|
|
|
-------------------------------------------------------------------
|
|
Tue May 19 17:49:15 CEST 2009 - rguenther@suse.de
|
|
|
|
- Add patch to fix testsuite failures with -D_FORTIFY_SOURCE=2.
|
|
- Fix shlib package name.
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Apr 1 22:07:42 CEST 2009 - rguenther@suse.de
|
|
|
|
- Update to MPC version 0.6.
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Mar 15 20:25:00 CET 2009 - rguenther@suse.de
|
|
|
|
- Initial packaging of MPC version 0.5.2.
|
|
|