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-04-08 21:32:01
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/calc (Old)
 and      /work/SRC/openSUSE:Factory/.calc.new.2401 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "calc"

Thu Apr  8 21:32:01 2021 rev:24 rq:883534 version:2.13.0.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/calc/calc.changes        2021-03-12 
13:33:48.138366447 +0100
+++ /work/SRC/openSUSE:Factory/.calc.new.2401/calc.changes      2021-04-08 
21:32:05.315802059 +0200
@@ -1,0 +2,44 @@
+Wed Apr  7 07:41:36 UTC 2021 - Michael Vetter <[email protected]>
+
+- Update to 2.13.0.0:
+  * Fixed typo (missing quotes) in the env rule.
+  * Fixed intendation problem in CHANGES.
+  * Combined 2.12.9.1 changes into the 2.12.8.2 to 2.12.9.0
+    range, and thus renamed the range to 2.12.8.2 to 2.12.9.1.
+  * Fixed issues related to building Makefile.simple.
+  * Fixed how the Makefile variable MANPATH is set for macOS.
+  * Added a bunch of information to the near bottom of HOWTO.INSTALL
+    on calc Makefiles.  This information discusses the various
+    Makefiles found in the calc source.
+  * Added comments in various calc Makefiles about their origin.
+    In particular, for Makefiles that are constructed such as
+    Makefile.simple, custom/Makefile and custom/Makefile.simple
+    there are comments about how they were made.
+  * For all calc Makefiles, including those in sub-directories,
+    near the top there is now a line of the form:
+    # SRC: ... some message about the origin ...
+  * Fixed how the calc(1) man page is installed under macOS.
+  * Fixed how calc man page in ${CATDIR} is formed.
+  * Fixed how Makefile.simple is formed.
+  * Fixed the #! calc script argument processing.  The initial #!
+    line must end in a -f.  For example, if calc is in /usr/local/bin/calc,
+    then the following would be the first line of a calc script:
+  * It is common that -q be usde with a calc script, so assuming the
+    same /usr/local/bin/calc path
+  * Use of -s in the #! first line of a calc script is not needed
+    since -f implies -f.
+  * The argv() will now return values more typical of C's main().
+    Before it returned one less than the number of arguments.  Now,
+    for example, when calc is given 2 args, argv() will return 3.
+  * The value of argv(0) will be the path to calc, or in the
+    case of a #! calc cscript, it will return the name of the script.
+  * Updated the calc man page and help/argv to reflect the
+    above changes.
+  * Improved the formatting of the calc man page.
+  * Fixed the formation of the win32 sub-directory via the win32_hsrc
+    Makefile rule.
+  * Due to incompatible changes to the argv() function, and #! calc
+    scripts, we are setting the version to the next minor number:
+- Remove checksum.sha-256
+
+-------------------------------------------------------------------

Old:
----
  calc-2.12.9.0.tar.bz2
  checksum.sha-256

New:
----
  calc-2.13.0.0.tar.bz2

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ calc.spec ++++++
--- /var/tmp/diff_new_pack.CVHOnv/_old  2021-04-08 21:32:05.915802717 +0200
+++ /var/tmp/diff_new_pack.CVHOnv/_new  2021-04-08 21:32:05.915802717 +0200
@@ -19,16 +19,15 @@
 %define soname 2
 %define libname libcalc%{soname}
 Name:           calc
-Version:        2.12.9.0
+Version:        2.13.0.0
 Release:        0
 Summary:        C-style arbitrary precision calculator
 License:        LGPL-2.1-only
 Group:          Productivity/Scientific/Math
 URL:            http://www.isthe.com/chongo/tech/comp/calc/index.html
 Source0:        http://www.isthe.com/chongo/src/calc/%{name}-%{version}.tar.bz2
-Source1:        http://www.isthe.com/chongo/src/calc/checksum.sha-256
-Source2:        README.openSUSE
-Source3:        calc-rpmlintrc
+Source1:        README.openSUSE
+Source2:        calc-rpmlintrc
 BuildRequires:  fdupes
 BuildRequires:  ncurses-devel >= 5.5
 BuildRequires:  readline-devel >= 5.1
@@ -67,13 +66,9 @@
 this library.
 
 %prep
-( cd ${RPM_SOURCE_DIR};
-  sed -n "/$(basename %{SOURCE0})/s/[[:space:]]\+/  /p" %{SOURCE1} | \
-    sha256sum -c - || exit 23;
-)
 %setup -q
 
-cp "%{SOURCE2}" .
+cp "%{SOURCE1}" .
 
 sed -i '/${CC} ${LIBCUSTCALC_SHLIB} ${CUSTCALC_OBJ}/a\
 \tln -s $@ libcustcalc.so

++++++ calc-2.12.9.0.tar.bz2 -> calc-2.13.0.0.tar.bz2 ++++++
++++ 5567 lines of diff (skipped)

Reply via email to