Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package calc for openSUSE:Factory checked in at 2021-10-13 18:06:17 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/calc (Old) and /work/SRC/openSUSE:Factory/.calc.new.2443 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "calc" Wed Oct 13 18:06:17 2021 rev:28 rq:925094 version:2.14.0.3 Changes: -------- --- /work/SRC/openSUSE:Factory/calc/calc.changes 2021-09-09 23:07:57.796860142 +0200 +++ /work/SRC/openSUSE:Factory/.calc.new.2443/calc.changes 2021-10-13 18:10:10.235658693 +0200 @@ -1,0 +2,34 @@ +Wed Oct 13 10:32:02 UTC 2021 - Adam Majer <adam.ma...@suse.de> + +- Drop explicit -march definition (bsc#1191604, bsc#1100677) + +------------------------------------------------------------------- +Wed Oct 13 08:26:35 UTC 2021 - Michael Vetter <mvet...@suse.com> + +- Update to 2.14.0.3: + * Added builtin functions to convert between degrees and + degrees, minutes and seconds under the config("mod") + See help/d2dms and help/d2dm. + * Added builtin functions to convert between gradians and + gradians, minutes and seconds under the config("mod") + See help/g2gms and help/g2gm. + * Added builtin functions to convert between hours and + hours, minutes and seconds under the config("mod") + See help/h2hms and help/h2hm. + * Renumbered regression tests 3408 thru 3437, to 9102 thru 9131. + * Updated Added hms.cal resource file to use h2hms() builtin. + * Updated Added dms.cal resource file to use d2dms() builtin. + * Fix minor typo in help/mod SYNOPSIS. + * Fix minor typo in help/quo SYNOPSIS. + * Added a few more examples to help/strcmp. + * Added builtin functions to convert between degrees, minutes and + seconds and degrees under the config("mod") + See help/dms2d and help/dm2d. + * Added builtin functions to convert between gradians, minutes and + seconds and gradians under the config("mod") + See help/g2gms and help/g2gm. + * Added builtin functions to convert between hours, minutes and + seconds and hours under the config("mod"): + See help/hms2h and help/hm2h. + +------------------------------------------------------------------- Old: ---- calc-2.14.0.2.tar.bz2 New: ---- calc-2.14.0.3.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ calc.spec ++++++ --- /var/tmp/diff_new_pack.GVKTYM/_old 2021-10-13 18:10:10.703659426 +0200 +++ /var/tmp/diff_new_pack.GVKTYM/_new 2021-10-13 18:10:10.703659426 +0200 @@ -19,7 +19,7 @@ %define soname 2 %define libname libcalc%{soname} Name: calc -Version: 2.14.0.2 +Version: 2.14.0.3 Release: 0 Summary: C-style arbitrary precision calculator License: LGPL-2.1-only @@ -77,12 +77,6 @@ %define _NC_FLAGS %(ncursesw6-config --cflags) %define _NC_LIBS %(ncursesw6-config --libs) -%ifarch %{ix86} x86_64 -# avoid compilation with -march=native -%define arch_cflags -march=corei7 -%else -%define arch_cflags "" -%endif %define makevars \\\ BINDIR=%{_bindir} \\\ LIBDIR=%{_libdir} \\\ @@ -94,7 +88,7 @@ USE_READLINE="-DUSE_READLINE" \\\ READLINE_LIB="-lreadline -lhistory %{_NC_LIBS} -L./custom -lcustcalc" \\\ LD_SHARE="%{_NC_LIBS}" \\\ - ARCH_CFLAGS=%{arch_cflags} \\\ + ARCH_CFLAGS= \\\ EXTRA_CFLAGS="%{optflags} -g -fno-strict-aliasing %{_NC_FLAGS}" %build ++++++ calc-2.14.0.2.tar.bz2 -> calc-2.14.0.3.tar.bz2 ++++++ ++++ 3239 lines of diff (skipped)