Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package calc for openSUSE:Factory checked in at 2022-01-13 23:20:51 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/calc (Old) and /work/SRC/openSUSE:Factory/.calc.new.1892 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "calc" Thu Jan 13 23:20:51 2022 rev:30 rq:946083 version:2.14.0.14 Changes: -------- --- /work/SRC/openSUSE:Factory/calc/calc.changes 2021-11-03 17:27:21.201372908 +0100 +++ /work/SRC/openSUSE:Factory/.calc.new.1892/calc.changes 2022-01-13 23:20:52.840025469 +0100 @@ -1,0 +2,87 @@ +Wed Jan 12 17:00:43 UTC 2022 - Michael Vetter <mvet...@suse.com> + +- Update to 2.14.0.14: + * Fixed typo in Makefile.local comment. +- Remove calc-rpmlintrc: lib doesnt call exit() anymore + +------------------------------------------------------------------- +Wed Jan 12 16:58:03 UTC 2022 - Michael Vetter <mvet...@suse.com> + +- Update to 2.14.0.13: + * Minor tweak to seed() builtin. Updated help/srand and help/srandom. + * Moved Makefile.ship into Makefile. + * Removed custom/Makefile.head and custom/Makefile.tail. + * The "README.*" files and "HOWTO.INSTALL" file have been updated. + * By default, compiler warnings have been turned up. + * The readline, history and ncurses libraries are now default. + * We have renamed "stable" as "production". + * We have renamed "unstable" as "tested". + * Fixed bug impacting how have_ustat.h was formed. + +------------------------------------------------------------------- +Wed Jan 12 16:52:57 UTC 2022 - Michael Vetter <mvet...@suse.com> + +- Update to 2.14.0.12: + * Drop support for SunOS, IRIX and MINGW32_NT-5.0 targets. + * Drop support for CLOCK_SGI_CYCLE. Drop testing for __MSDOS__. + * Minor improvement of various help files. Made format of help + files more consistent. + * Corrected a few comments in zrandom.c, including a case where + the comment referred to 1007 when it should have used 2^32. + * Improved seed() generation. Improved some comments in seed.c. + Added have_environ.c to build have_environ.h in order to + determine if: extern char **environ; /* user environment */ + is an valid external symbol. + * Fixed documentation that referred to the old additive 55 + generator. We have been using the subtractive 100 in place + of the additive 55 generator for a while now. + * Fixed depend rule for custom/Makefile. + * Fixed how Makefile variable SHELL is set on macOS vs. Linux. + Using /bin/sh on macOS due to how zsh treats globs by default. + * Added charbit.h to define CALC_CHARBIT which is either CHAR_BIT + from <limits.h> or 8 or a value set by the Makefile variable + CALC_CHARBIT. Added have_limits.h to determine if <limits.h> + is a system include file. + * Fixed incorrect ustat_dev member ref in seed() builtin that + was part of the unreleased calc v2.12.0.11. + +------------------------------------------------------------------- +Wed Jan 12 16:51:40 UTC 2022 - Michael Vetter <mvet...@suse.com> + +- Update to 2.14.0.10: + * Pluged a number of memory leaks. + * Fixed a few cases where v_subtype was not properly initialuzed. + * Improved the way that internal pre-defined constants are managed. + Removed unused internal pre-defined constants. Added code to + prevent an internal pre-defined constant (that was never allocated) + from being freed. + +------------------------------------------------------------------- +Wed Jan 12 16:50:28 UTC 2022 - Michael Vetter <mvet...@suse.com> + +- Update to 2.14.0.9: + * Due to issues with clang and Apple Silicon, ARCH_CFLAGS is now, + by default, empty: ARCH_CFLAGS= + * If you want to use, say, -march=native, then either change + the Makefile or make with: make all ARCH_CFLAGS='-march=native' + * Added arch and hardware as GNU Makefile computed values. + As with ${target}, ${arch} and ${hardware} is computed by uname: + target: uname -a + arch: uname -p + hardware: uname -m + * Fixed compiling calc on Apple Silicon with homebrew. On Apple + Silicon, HomeBrew installs on into a different location. The + Makefile checks if ${hardware} is arm64 and adjusts the location + of libraries such as readline and history accordingly. + +------------------------------------------------------------------- +Wed Jan 12 16:49:31 UTC 2022 - Michael Vetter <mvet...@suse.com> + +- Update to 2.14.0.7: + * The help and man builtin commands now return an error when a + help file cannot be opened, such as when there is no help file. + * Added palindrome.cal resource file. For example, to find the + largest (highly probable) prime palindrome under 280 decimal + digits (text tweet limit): prevprimepal(1e280) + +------------------------------------------------------------------- Old: ---- calc-2.14.0.6.tar.bz2 calc-rpmlintrc New: ---- calc-2.14.0.14.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ calc.spec ++++++ --- /var/tmp/diff_new_pack.IdWT9p/_old 2022-01-13 23:20:53.336025794 +0100 +++ /var/tmp/diff_new_pack.IdWT9p/_new 2022-01-13 23:20:53.340025796 +0100 @@ -1,7 +1,7 @@ # # spec file for package calc # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,10 +16,10 @@ # -%define soname 2 +%define soname 2_14_0_14 %define libname libcalc%{soname} Name: calc -Version: 2.14.0.6 +Version: 2.14.0.14 Release: 0 Summary: C-style arbitrary precision calculator License: LGPL-2.1-only @@ -27,7 +27,6 @@ URL: http://www.isthe.com/chongo/tech/comp/calc/index.html Source0: http://www.isthe.com/chongo/src/calc/%{name}-%{version}.tar.bz2 Source1: README.openSUSE -Source2: calc-rpmlintrc BuildRequires: fdupes BuildRequires: ncurses-devel >= 5.5 BuildRequires: readline-devel >= 5.1 @@ -99,8 +98,6 @@ %install make T=%{buildroot} %{makevars} install -ln -s libcalc.so.%{version} %{buildroot}%{_libdir}/libcalc.so.2 -ln -s libcustcalc.so.%{version} %{buildroot}%{_libdir}/libcustcalc.so.2 rmdir %{buildroot}%{_includedir}/calc/custom # dummy-install some docs etc. to create the symlinks ++++++ calc-2.14.0.6.tar.bz2 -> calc-2.14.0.14.tar.bz2 ++++++ ++++ 15796 lines of diff (skipped)