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-05-15 01:24:15 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/calc (Old) and /work/SRC/openSUSE:Factory/.calc.new.2988 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "calc" Sat May 15 01:24:15 2021 rev:25 rq:893058 version:2.13.0.1 Changes: -------- --- /work/SRC/openSUSE:Factory/calc/calc.changes 2021-04-08 21:32:05.315802059 +0200 +++ /work/SRC/openSUSE:Factory/.calc.new.2988/calc.changes 2021-05-15 01:24:29.630960418 +0200 @@ -1,0 +2,28 @@ +Fri May 14 08:52:48 UTC 2021 - Michael Vetter <mvet...@suse.com> + +- Update to 2.13.0.1: + * Replaced /usr/local with the use of ${PREFIX} in calc Makefiles. + The ${PREFIX} is not the same as ${T}. The ${T} specifies + a top level directory under which calc installs things. + While usually ${T} is empty, it can be specific path + as if calc where "chrooted" during an install. + The ${PREFIX} value, during install, is a path between + the top level ${T} install directory and the object + such as an include file. + + * Corrected a few more typos in Makefile comments. + - Added Makefile.local, a file with a single comment. The main + Makefile includes Makefile.local just before the first all rule. + One may override any Makefile setting by modifying Makefile.local. + For example, Makefile.local could force BLD_TYPE: + HAVE_STRING_H:= YES + HAVE_TIMES_H:= YES + SED:= /usr/local/bin/nsed + - Added ${LOC_MKF} to specify the make of the file that is + included just before the all file. So one could place + the above override lines into a different file and call + make changing the ${LOC_MKF} value. For example: + - make LOC_MKF=Makefile.private clobber all chk + - Updated HOWTO.INSTALL to mention Makefile.local. + +------------------------------------------------------------------- Old: ---- calc-2.13.0.0.tar.bz2 New: ---- calc-2.13.0.1.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ calc.spec ++++++ --- /var/tmp/diff_new_pack.6beb9i/_old 2021-05-15 01:24:30.134958647 +0200 +++ /var/tmp/diff_new_pack.6beb9i/_new 2021-05-15 01:24:30.134958647 +0200 @@ -19,7 +19,7 @@ %define soname 2 %define libname libcalc%{soname} Name: calc -Version: 2.13.0.0 +Version: 2.13.0.1 Release: 0 Summary: C-style arbitrary precision calculator License: LGPL-2.1-only ++++++ calc-2.13.0.0.tar.bz2 -> calc-2.13.0.1.tar.bz2 ++++++ ++++ 2481 lines of diff (skipped)