Commit Graph

87 Commits

Author SHA256 Message Date
Dominique Leuenberger
15b711fe81 Accepting request 1037844 from devel:libraries:c_c++
- Add mpfr-4.1.1-patch01.patch to fix bug with code using
  the mpfr_custom_get_kind macro.

OBS-URL: https://build.opensuse.org/request/show/1037844
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mpfr?expand=0&rev=57
2022-11-27 11:52:43 +00:00
Richard Biener
d070d154cc - Add mpfr-4.1.1-patch01.patch to fix bug with code using
the mpfr_custom_get_kind macro.

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/mpfr?expand=0&rev=72
2022-11-24 09:10:36 +00:00
Dominique Leuenberger
9d32184467 Accepting request 1037024 from devel:libraries:c_c++
- package license files correctly (forwarded request 1036805 from AndreasStieger)

OBS-URL: https://build.opensuse.org/request/show/1037024
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mpfr?expand=0&rev=56
2022-11-22 15:09:09 +00:00
Richard Biener
5d4d6e7626 Accepting request 1036805 from home:AndreasStieger:branches:devel:libraries:c_c++
- package license files correctly

OBS-URL: https://build.opensuse.org/request/show/1036805
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/mpfr?expand=0&rev=70
2022-11-21 07:20:10 +00:00
Dominique Leuenberger
6e4cef8ff3 Accepting request 1036672 from devel:libraries:c_c++
- Update to mpfr 4.1.1
  * Bug fixes (see <https://www.mpfr.org/mpfr-4.1.0/#fixed> and/or the
    ChangeLog file), in particular for macros implementing functions.
  * Improved manual formatting.
  * Accumulated bugfixes
- Remove mpfr-4.1.0-p7.diff, all patches are contained in the
  new version.
- Update mpfr.keyring

OBS-URL: https://build.opensuse.org/request/show/1036672
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mpfr?expand=0&rev=55
2022-11-20 18:46:46 +00:00
Richard Biener
91dc75fbc2 - Update to mpfr 4.1.1
* Bug fixes (see <https://www.mpfr.org/mpfr-4.1.0/#fixed> and/or the
    ChangeLog file), in particular for macros implementing functions.
  * Improved manual formatting.
  * Accumulated bugfixes
- Remove mpfr-4.1.0-p7.diff, all patches are contained in the
  new version.
- Update mpfr.keyring

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/mpfr?expand=0&rev=68
2022-11-18 08:01:57 +00:00
Dominique Leuenberger
fde84a4c35 Accepting request 871455 from devel:libraries:c_c++
- Add cummulative patch mpfr-4.1.0-p7.diff fixing various bugs.

OBS-URL: https://build.opensuse.org/request/show/871455
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mpfr?expand=0&rev=54
2021-02-17 17:09:45 +00:00
Richard Biener
15f3e5bb23 - Add cummulative patch mpfr-4.1.0-p7.diff fixing various bugs.
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/mpfr?expand=0&rev=66
2021-02-12 14:19:05 +00:00
Richard Biener
a9a76bc87f - Add cummulative patch mpfr-4.1.0-p7.patch fixing various bugs.
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/mpfr?expand=0&rev=65
2021-02-12 08:06:46 +00:00
Dominique Leuenberger
dbcf72342b Accepting request 820814 from devel:libraries:c_c++
- Update to mpfr 4.1.0
  * New function mpfr_get_str_ndigits about conversion to a string of digits.
  * New function mpfr_dot for the dot product (incomplete, experimental).
  * New functions mpfr_get_decimal128 and mpfr_set_decimal128 (available only
    when MPFR has been built with decimal float support).
  * New function mpfr_cmpabs_ui.
  * New function mpfr_total_order_p for the IEEE 754 totalOrder predicate.
  * The mpfr_out_str function now accepts bases from -2 to -36, in order to
    follow mpfr_get_str and GMP's mpf_out_str functions (these cases gave an
    assertion failure, as with other invalid bases).
  * Shared caches: cleanup; really detect lock failures (abort in this case).
  * The behavior of the formatted output functions (mpfr_printf, etc.) with
    an empty precision field has improved: trailing zeros are kept in a way
    similar to the formatted output functions from C.
  * Improved mpfr_add and mpfr_sub when all operands have a precision equal to
    twice the number of bits per word, e.g., 128 bits on a 64-bit platform.
  * Optimized the tuning parameters for various architectures.
  * Improved test coverage to 98.6% of code for x86_64.
  * Bug fixes.
  * MPFR manual: corrected/completed the mpfr_get_str description in order to
    follow the historical behavior and GMP's mpf_get_str function.
- Remove mpfr-4.0.2-p6.patch and floating-point-format-no-lto.patch

OBS-URL: https://build.opensuse.org/request/show/820814
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mpfr?expand=0&rev=53
2020-08-02 10:27:20 +00:00
Richard Biener
4ec3e5dd09 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/mpfr?expand=0&rev=63 2020-07-14 06:34:38 +00:00
Richard Biener
3bfb137a9f - Update to mpfr 4.1.0
* New function mpfr_get_str_ndigits about conversion to a string of digits.
  * New function mpfr_dot for the dot product (incomplete, experimental).
  * New functions mpfr_get_decimal128 and mpfr_set_decimal128 (available only
    when MPFR has been built with decimal float support).
  * New function mpfr_cmpabs_ui.
  * New function mpfr_total_order_p for the IEEE 754 totalOrder predicate.
  * The mpfr_out_str function now accepts bases from -2 to -36, in order to
    follow mpfr_get_str and GMP's mpf_out_str functions (these cases gave an
    assertion failure, as with other invalid bases).
  * Shared caches: cleanup; really detect lock failures (abort in this case).
  * The behavior of the formatted output functions (mpfr_printf, etc.) with
    an empty precision field has improved: trailing zeros are kept in a way
    similar to the formatted output functions from C.
  * Improved mpfr_add and mpfr_sub when all operands have a precision equal to
    twice the number of bits per word, e.g., 128 bits on a 64-bit platform.
  * Optimized the tuning parameters for various architectures.
  * Improved test coverage to 98.6% of code for x86_64.
  * Bug fixes.
  * MPFR manual: corrected/completed the mpfr_get_str description in order to
    follow the historical behavior and GMP's mpf_get_str function.
- Remove mpfr-4.0.2-p6.patch and floating-point-format-no-lto.patch

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/mpfr?expand=0&rev=62
2020-07-13 09:40:43 +00:00
Dominique Leuenberger
7e528b6b53 Accepting request 790496 from devel:libraries:c_c++
- Add cummulative patch mpfr-4.0.2-p6.patch fixing various bugs.

OBS-URL: https://build.opensuse.org/request/show/790496
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mpfr?expand=0&rev=52
2020-04-05 18:49:00 +00:00
Richard Biener
287533c1c8 - Add cummulative patch mpfr-4.0.2-p6.patch fixing various bugs.
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/mpfr?expand=0&rev=60
2020-04-01 07:37:50 +00:00
Dominique Leuenberger
6806214c0f Accepting request 715477 from devel:libraries:c_c++
- Add floating-point-format-no-lto.patch in order to fix assembler scanning
  (boo#1141190). (forwarded request 715464 from marxin)

OBS-URL: https://build.opensuse.org/request/show/715477
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mpfr?expand=0&rev=51
2019-07-21 09:28:42 +00:00
Richard Biener
f829e63b51 Accepting request 715464 from home:marxin:branches:devel:libraries:c_c++
- Add floating-point-format-no-lto.patch in order to fix assembler scanning
  (boo#1141190).

OBS-URL: https://build.opensuse.org/request/show/715464
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/mpfr?expand=0&rev=58
2019-07-15 12:53:12 +00:00
Stephan Kulow
1094af1f98 Accepting request 670549 from devel:libraries:c_c++
- Update to mpfr 4.0.2
  * Cummulative bugfix release, includes mpfr-4.0.1-cummulative-patch.patch.

OBS-URL: https://build.opensuse.org/request/show/670549
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mpfr?expand=0&rev=50
2019-02-08 11:07:55 +00:00
Richard Biener
a1fcc2b453 * Cummulative bugfix release, includes mpfr-4.0.1-cummulative-patch.patch.
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/mpfr?expand=0&rev=56
2019-02-01 11:14:10 +00:00
Richard Biener
2641247c79 - Update to mpfr 4.0.2
* Cummulative bugfix release.

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/mpfr?expand=0&rev=55
2019-02-01 08:38:10 +00:00
Dominique Leuenberger
98e4d98895 Accepting request 610003 from devel:libraries:c_c++
- Fix %install_info_delete usage:
  * It has to be performed in %preun not in %postun.
  * See https://en.opensuse.org/openSUSE:Packaging_Conventions_RPM_Macros#.25install_info_delete. (forwarded request 610001 from 1Antoine1)

OBS-URL: https://build.opensuse.org/request/show/610003
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mpfr?expand=0&rev=49
2018-05-22 14:57:57 +00:00
Richard Biener
c209961b17 Accepting request 610001 from home:1Antoine1:branches:devel:libraries:c_c++
- Fix %install_info_delete usage:
  * It has to be performed in %preun not in %postun.
  * See https://en.opensuse.org/openSUSE:Packaging_Conventions_RPM_Macros#.25install_info_delete.

OBS-URL: https://build.opensuse.org/request/show/610001
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/mpfr?expand=0&rev=53
2018-05-17 07:02:05 +00:00
Dominique Leuenberger
402c7c6824 Accepting request 603129 from devel:libraries:c_c++
- Add mpfr-4.0.1-cummulative-patch.patch.  Fixes
  * A subtraction of two numbers of the same sign or addition of two
    numbers of different signs can be rounded incorrectly (and the
    ternary value can be incorrect) when one of the two inputs is
    reused as the output (destination) and all these MPFR numbers
    have exactly GMP_NUMB_BITS bits of precision (typically, 32 bits
    on 32-bit machines, 64 bits on 64-bit machines).
  * The mpfr_fma and mpfr_fms functions can behave incorrectly in case
    of internal overflow or underflow.
  * The result of the mpfr_sqr function can be rounded incorrectly
    in a rare case near underflow when the destination has exactly
    GMP_NUMB_BITS bits of precision (typically, 32 bits on 32-bit
    machines, 64 bits on 64-bit machines) and the input has at most
    GMP_NUMB_BITS bits of precision.
  * The behavior and documentation of the mpfr_get_str function are
    inconsistent concerning the minimum precision (this is related to
    the change of the minimum precision from 2 to 1 in MPFR 4.0.0). The
    get_str patch fixes this issue in the following way: the value 1
    can now be provided for n (4th argument of mpfr_get_str); if n = 0,
    then the number of significant digits in the output string can now
    be 1, as already implied by the documentation (but the code was
    increasing it to 2).
  * The mpfr_cmp_q function can behave incorrectly when the rational
    (mpq_t) number has a null denominator.
  * The mpfr_inp_str and mpfr_out_str functions might behave
    incorrectly when the stream is a null pointer: the stream is
    replaced by stdin and stdout, respectively. This behavior is
    useless, not documented (thus incorrect in case a null pointer
    would have a special meaning), and not consistent with other
    input/output functions.

OBS-URL: https://build.opensuse.org/request/show/603129
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mpfr?expand=0&rev=48
2018-05-07 12:52:02 +00:00
Richard Biener
29e86add7c - Add mpfr-4.0.1-cummulative-patch.patch. Fixes
* A subtraction of two numbers of the same sign or addition of two
    numbers of different signs can be rounded incorrectly (and the
    ternary value can be incorrect) when one of the two inputs is
    reused as the output (destination) and all these MPFR numbers
    have exactly GMP_NUMB_BITS bits of precision (typically, 32 bits
    on 32-bit machines, 64 bits on 64-bit machines).
  * The mpfr_fma and mpfr_fms functions can behave incorrectly in case
    of internal overflow or underflow.
  * The result of the mpfr_sqr function can be rounded incorrectly
    in a rare case near underflow when the destination has exactly
    GMP_NUMB_BITS bits of precision (typically, 32 bits on 32-bit
    machines, 64 bits on 64-bit machines) and the input has at most
    GMP_NUMB_BITS bits of precision.
  * The behavior and documentation of the mpfr_get_str function are
    inconsistent concerning the minimum precision (this is related to
    the change of the minimum precision from 2 to 1 in MPFR 4.0.0). The
    get_str patch fixes this issue in the following way: the value 1
    can now be provided for n (4th argument of mpfr_get_str); if n = 0,
    then the number of significant digits in the output string can now
    be 1, as already implied by the documentation (but the code was
    increasing it to 2).
  * The mpfr_cmp_q function can behave incorrectly when the rational
    (mpq_t) number has a null denominator.
  * The mpfr_inp_str and mpfr_out_str functions might behave
    incorrectly when the stream is a null pointer: the stream is
    replaced by stdin and stdout, respectively. This behavior is
    useless, not documented (thus incorrect in case a null pointer
    would have a special meaning), and not consistent with other
    input/output functions.

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/mpfr?expand=0&rev=51
2018-05-02 09:02:53 +00:00
Dominique Leuenberger
a8b4d66a67 Accepting request 574113 from devel:libraries:c_c++
OBS-URL: https://build.opensuse.org/request/show/574113
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mpfr?expand=0&rev=47
2018-02-10 16:52:14 +00:00
459183fddf Accepting request 573894 from home:AndreasStieger:branches:devel:libraries:c_c++
mpfr 4.0.1

OBS-URL: https://build.opensuse.org/request/show/573894
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/mpfr?expand=0&rev=49
2018-02-08 08:38:43 +00:00
Dominique Leuenberger
18969f6550 Accepting request 561121 from devel:libraries:c_c++
Please stage together with mpc

- Update to mpfr 4.0.0
  * The "dinde aux marrons" release.
  * MPFR now depends on GMP 5.0+ instead of 4.1+.
  * API change:
    Applications that call GMP's mp_set_memory_functions function to change
    the allocators must first call the new function mpfr_mp_memory_cleanup
    in all threads where MPFR is potentially used; this new function is
    currently equivalent to mpfr_free_cache.
    The reason is that the way memory allocation is done by MPFR has changed
    (again), so that the current GMP allocators are used (since for some
    applications, the old allocators may become invalid).
    Note: Freeing the caches like this might have a performance impact on some
    particular applications; if this is an issue, this could be handled for a
    future MPFR version.
  * Mini-gmp support via the --enable-mini-gmp configure option (experimental).
  * The minimum precision MPFR_PREC_MIN is now 1, with rounding defined as
    in the errata of IEEE 754-2008 and in the following IEEE 754 revision
    (ties rounded away from zero).
  * Shared caches for multithreaded applications.
    New function mpfr_free_cache2.
  * Partial support of MPFR_RNDF (faithful rounding).
  * New functions: mpfr_fpif_export and mpfr_fpif_import to export and import
    numbers in a floating-point interchange format, independent both on the
    number of bits per word and on the endianness.
  * New function mpfr_fmodquo to return the low bits of the quotient
    corresponding to mpfr_fmod.
  * New functions mpfr_flags_clear, mpfr_flags_set, mpfr_flags_test,
    mpfr_flags_save and mpfr_flags_restore to operate on groups of flags.
  * New functions mpfr_set_float128 and mpfr_get_float128 to convert from/to
    the __float128 type (requires --enable-float128 and compiler support).

OBS-URL: https://build.opensuse.org/request/show/561121
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mpfr?expand=0&rev=46
2018-01-10 22:28:45 +00:00
Richard Biener
0f7b204ad7 - Update to mpfr 4.0.0
* The "dinde aux marrons" release.
  * MPFR now depends on GMP 5.0+ instead of 4.1+.
  * API change:
    Applications that call GMP's mp_set_memory_functions function to change
    the allocators must first call the new function mpfr_mp_memory_cleanup
    in all threads where MPFR is potentially used; this new function is
    currently equivalent to mpfr_free_cache.
    The reason is that the way memory allocation is done by MPFR has changed
    (again), so that the current GMP allocators are used (since for some
    applications, the old allocators may become invalid).
    Note: Freeing the caches like this might have a performance impact on some
    particular applications; if this is an issue, this could be handled for a
    future MPFR version.
  * Mini-gmp support via the --enable-mini-gmp configure option (experimental).
  * The minimum precision MPFR_PREC_MIN is now 1, with rounding defined as
    in the errata of IEEE 754-2008 and in the following IEEE 754 revision
    (ties rounded away from zero).
  * Shared caches for multithreaded applications.
    New function mpfr_free_cache2.
  * Partial support of MPFR_RNDF (faithful rounding).
  * New functions: mpfr_fpif_export and mpfr_fpif_import to export and import
    numbers in a floating-point interchange format, independent both on the
    number of bits per word and on the endianness.
  * New function mpfr_fmodquo to return the low bits of the quotient
    corresponding to mpfr_fmod.
  * New functions mpfr_flags_clear, mpfr_flags_set, mpfr_flags_test,
    mpfr_flags_save and mpfr_flags_restore to operate on groups of flags.
  * New functions mpfr_set_float128 and mpfr_get_float128 to convert from/to
    the __float128 type (requires --enable-float128 and compiler support).

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/mpfr?expand=0&rev=47
2018-01-02 12:43:08 +00:00
Dominique Leuenberger
1894fe4f61 Accepting request 523593 from devel:libraries:c_c++
- Update to mpfr 3.1.6 release
  * Includes mpfr-3.1.5-p9.patch

OBS-URL: https://build.opensuse.org/request/show/523593
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mpfr?expand=0&rev=45
2017-09-20 15:04:52 +00:00
Richard Biener
8c81ad16e0 - Update to mpfr 3.1.6 release
* Includes mpfr-3.1.5-p9.patch

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/mpfr?expand=0&rev=45
2017-09-12 08:11:00 +00:00
Yuchen Lin
e06c627441 Accepting request 512478 from devel:libraries:c_c++
- Add mpfr-3.1.5-p9.patch with cummulative patches to patchlevel p9,
  obsoletes mpfr-3.1.5-p8.patch.

OBS-URL: https://build.opensuse.org/request/show/512478
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mpfr?expand=0&rev=44
2017-08-08 09:56:22 +00:00
Richard Biener
2d2969333b - Add mpfr-3.1.5-p9.patch with cummulative patches to patchlevel p9,
obsoletes mpfr-3.1.5-p8.patch.

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/mpfr?expand=0&rev=43
2017-07-25 10:40:38 +00:00
Dominique Leuenberger
5b46ca60d6 Accepting request 501592 from devel:libraries:c_c++
- Add mpfr-3.1.5-p8.patch with cummulative patches to patchlevel p8.

OBS-URL: https://build.opensuse.org/request/show/501592
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mpfr?expand=0&rev=43
2017-06-12 13:11:24 +00:00
Richard Biener
8d9b00ed45 - Add mpfr-3.1.5-p8.patch with cummulative patches to patchlevel p8.
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/mpfr?expand=0&rev=41
2017-06-07 08:19:23 +00:00
Dominique Leuenberger
132686f50b Accepting request 440205 from devel:libraries:c_c++
- Follow openSUSE Packaging Guidelines: do not packae static
  libraries:
  + Pass --disable-static to configure. (forwarded request 439927 from dimstar)

OBS-URL: https://build.opensuse.org/request/show/440205
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mpfr?expand=0&rev=42
2016-11-16 12:28:19 +00:00
Richard Biener
a4b44f3727 Accepting request 439927 from home:dimstar:Factory
- Follow openSUSE Packaging Guidelines: do not packae static
  libraries:
  + Pass --disable-static to configure.

OBS-URL: https://build.opensuse.org/request/show/439927
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/mpfr?expand=0&rev=39
2016-11-14 09:57:41 +00:00
Dominique Leuenberger
c568659479 Accepting request 430694 from devel:libraries:c_c++
- Update to mpfr 3.1.5:
  * C++11 compatibility.
  * Bug fixes (see <http://www.mpfr.org/mpfr-3.1.4/#fixed>
    and ChangeLog file).
  * More tests.

OBS-URL: https://build.opensuse.org/request/show/430694
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mpfr?expand=0&rev=41
2016-09-30 13:12:01 +00:00
Richard Biener
15f9a9afc5 - Update to mpfr 3.1.5:
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/mpfr?expand=0&rev=37
2016-09-28 07:34:57 +00:00
Richard Biener
16b48dd0cd - Update to mpfr 3.1.4:
* C++11 compatibility.
  * Bug fixes (see <http://www.mpfr.org/mpfr-3.1.4/#fixed>
    and ChangeLog file).
  * More tests.

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/mpfr?expand=0&rev=36
2016-09-27 12:53:03 +00:00
Dominique Leuenberger
ddd35bd821 Accepting request 367311 from devel:libraries:c_c++
mpfr 3.1.4 (forwarded request 367179 from AndreasStieger)

OBS-URL: https://build.opensuse.org/request/show/367311
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mpfr?expand=0&rev=40
2016-03-21 11:43:21 +00:00
Richard Biener
c3847d56ec Accepting request 367179 from home:AndreasStieger:branches:devel:libraries:c_c++
mpfr 3.1.4

OBS-URL: https://build.opensuse.org/request/show/367179
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/mpfr?expand=0&rev=34
2016-03-07 09:54:01 +00:00
Dominique Leuenberger
478fe6f343 Accepting request 359955 from devel:libraries:c_c++
- Add cummulative patch mpfr-3.1.3-patch1to12.patch
  * Bug fixes (see <http://www.mpfr.org/mpfr-3.1.3/#fixed>

OBS-URL: https://build.opensuse.org/request/show/359955
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mpfr?expand=0&rev=39
2016-02-22 09:09:41 +00:00
Richard Biener
035087ef6c - Add cummulative patch mpfr-3.1.3-patch1to12.patch
* Bug fixes (see <http://www.mpfr.org/mpfr-3.1.3/#fixed>

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/mpfr?expand=0&rev=32
2016-02-17 11:09:26 +00:00
Stephan Kulow
89844b211f Accepting request 312940 from devel:libraries:c_c++
1

OBS-URL: https://build.opensuse.org/request/show/312940
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mpfr?expand=0&rev=38
2015-07-05 15:50:25 +00:00
Ismail Dönmez
a50a12de43 Accepting request 312935 from home:AndreasStieger:branches:devel:libraries:c_c++
update to 3.1.3

OBS-URL: https://build.opensuse.org/request/show/312935
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/mpfr?expand=0&rev=30
2015-06-21 16:09:53 +00:00
Dominique Leuenberger
6372cc971e Accepting request 288302 from devel:libraries:c_c++
1

OBS-URL: https://build.opensuse.org/request/show/288302
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mpfr?expand=0&rev=37
2015-03-05 14:31:25 +00:00
ac16df0bcd Accepting request 288292 from home:pluskalm:branches:devel:libraries:c_c++
- Cleanup spec file with spec-claner
- Add gpg signature

OBS-URL: https://build.opensuse.org/request/show/288292
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/mpfr?expand=0&rev=28
2015-03-01 12:25:00 +00:00
Dominique Leuenberger
80c03d2d6a Accepting request 280281 from devel:libraries:c_c++
- Add mpfr-3.1.2-patch11.diff to fix possible buffer overflow in
  mpfr_strtofr (CVE-2014-9474).  [bnc#911812]

OBS-URL: https://build.opensuse.org/request/show/280281
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mpfr?expand=0&rev=36
2015-01-10 22:04:52 +00:00
Richard Biener
0063cae2f0 - Add mpfr-3.1.2-patch11.diff to fix possible buffer overflow in
mpfr_strtofr (CVE-2014-9474).  [bnc#911812]

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/mpfr?expand=0&rev=26
2015-01-08 10:25:44 +00:00
Stephan Kulow
d2e6c10b9b Accepting request 184601 from devel:libraries:c_c++
Add source url to factory too.

OBS-URL: https://build.opensuse.org/request/show/184601
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mpfr?expand=0&rev=33
2013-07-30 16:40:34 +00:00
Richard Biener
ae7726ea10 Accepting request 171090 from home:namtrac:bugfix
- Add Source URL, see https://en.opensuse.org/SourceUrls

OBS-URL: https://build.opensuse.org/request/show/171090
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/mpfr?expand=0&rev=24
2013-04-16 12:51:20 +00:00