Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package calc for openSUSE:Factory checked in at 2026-07-06 12:33:01 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/calc (Old) and /work/SRC/openSUSE:Factory/.calc.new.1982 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "calc" Mon Jul 6 12:33:01 2026 rev:45 rq:1363877 version:2.17.0.0 Changes: -------- --- /work/SRC/openSUSE:Factory/calc/calc.changes 2026-01-20 21:05:14.373747564 +0100 +++ /work/SRC/openSUSE:Factory/.calc.new.1982/calc.changes 2026-07-06 12:35:39.358340026 +0200 @@ -1,0 +2,34 @@ +Sun Jun 28 20:23:50 UTC 2026 - Dirk Müller <[email protected]> + +- update to 2.17.0.0: + * Sync calc version 3.0.0.4 changes with calc version 2.16.1.3 + to form a new 2.17.0.0, except that the calc version will be + 2.17.0.0 of course. :-) + * Added `make asan` rule to make it easier to compile with ASAN + * NOTE: Use `make clobber` first before using the new rule to + remove any previous compilation. + * Added `make gcc` rule to force a compile with `gcc(1)`, (or + `gcc-15` for macOS), full warnings, no optimizer, no ASAN. + * Added `make clang` rule to force a compile with `c1ang(1)`, + full warnings, no optimizer, no ASAN. + * Added `calc-static-asan` rule to to compile cASAN (Address + Sanitizer). + * NOTE: Use `make clobber` first before using the new rule to + remove any previous compilation. + * Added `make asan-run` to compile and run calc in the local + directory, and run with ASAN. + * Added `make check_lcc` to test if the local C compiler + (`${LCC}`) can compile a trivial C program. + * Fixed three memcpy calls in `matsort()` in `matfunc.c`. + * Fixed and improved `chk_tree`. + * Added `chk_tree -m` for use with commands such as `make + full_debug`, and `make debug`. + * Fixed places where the code still used `BIG_ENDIAN` when it + needs `CALC_BIG_ENDIAN`. + * Fixed places where the code still used `LITTLE_ENDIAN` when + it needs `CALC_LITTLE_ENDIAN`. + * Added `${EXPAND}` to the list of utilities in + `Makefile.config`. + * Echo `${EXPAND}` in the `make env` rule of `Makefile`. + +------------------------------------------------------------------- Old: ---- calc-2.16.1.2.tar.bz2 New: ---- calc-2.17.0.0.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ calc.spec ++++++ --- /var/tmp/diff_new_pack.zRccCt/_old 2026-07-06 12:35:39.950360597 +0200 +++ /var/tmp/diff_new_pack.zRccCt/_new 2026-07-06 12:35:39.950360597 +0200 @@ -16,10 +16,10 @@ # -%define soname 2_16_1_2 +%define soname 2_17_0_0 %define libname libcalc%{soname} Name: calc -Version: 2.16.1.2 +Version: 2.17.0.0 Release: 0 Summary: C-style arbitrary precision calculator License: LGPL-2.1-only ++++++ calc-2.16.1.2.tar.bz2 -> calc-2.17.0.0.tar.bz2 ++++++ ++++ 33893 lines of diff (skipped)
