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-02-22 14:41:12
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/calc (Old)
 and      /work/SRC/openSUSE:Factory/.calc.new.2378 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "calc"

Mon Feb 22 14:41:12 2021 rev:22 rq:874289 version:2.12.8.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/calc/calc.changes        2021-02-16 
22:51:08.970718039 +0100
+++ /work/SRC/openSUSE:Factory/.calc.new.2378/calc.changes      2021-02-22 
14:41:17.668679810 +0100
@@ -1,0 +2,6 @@
+Mon Feb 22 10:57:23 UTC 2021 - Michael Vetter <mvet...@suse.com>
+
+- Update to 2.12.8.2:
+  * Calc can now correctly compile without CUSTOM being defined
+
+-------------------------------------------------------------------

Old:
----
  calc-2.12.8.1.tar.bz2

New:
----
  calc-2.12.8.2.tar.bz2

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

Other differences:
------------------
++++++ calc.spec ++++++
--- /var/tmp/diff_new_pack.GvOChe/_old  2021-02-22 14:41:18.324680537 +0100
+++ /var/tmp/diff_new_pack.GvOChe/_new  2021-02-22 14:41:18.328680542 +0100
@@ -19,7 +19,7 @@
 %define soname 2
 %define libname libcalc%{soname}
 Name:           calc
-Version:        2.12.8.1
+Version:        2.12.8.2
 Release:        0
 Summary:        C-style arbitrary precision calculator
 License:        LGPL-2.1-only

++++++ calc-2.12.8.1.tar.bz2 -> calc-2.12.8.2.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/calc-2.12.8.1/CHANGES new/calc-2.12.8.2/CHANGES
--- old/calc-2.12.8.1/CHANGES   2021-02-16 07:19:16.000000000 +0100
+++ new/calc-2.12.8.2/CHANGES   2021-02-20 18:20:29.000000000 +0100
@@ -1,4 +1,19 @@
-The following are the changes from calc version 2.12.8.0 to date:
+The following are the changes from calc version 2.12.8.1 to date:
+
+    Fixed how the *.tar.bz2 are formed.  The calc-2.12.8.0.tar.bz2 file
+    that was formed for calc version 2.12.8.0 was missing most files.
+
+    Expanded 'make chk' to also verify that 'make distchk' and 'make
+    distlist' execute successfully.  This will help check a regression
+    of the bug that produced the bogus calc-2.12.8.0.tar.bz2 file.
+
+    Added additional regression tests related 0^(zero_expression)==1.
+
+    Calc can now correctly compile without CUSTOM being defined,
+    thanks to a report by <GitHub user barsnick>.
+
+
+The following are the changes from calc version 2.12.7.5 to 2.12.8.0:
 
     Fixed a mistake in "help intro" where some inserted text changed
     the value of "." and thus made the next result incorrect.
@@ -54,15 +69,6 @@
 
            http://www.isthe.com/chongo/tech/comp/calc/calc-question.html
 
-    Fixed how the *.tar.bz2 are formed.  The calc-2.12.8.0.tar.bz2 file
-    that was formed for calc version 2.12.8.0 was missing most files.
-
-    Expanded 'make chk' to also verify that 'make distchk' and 'make
-    distlist' execute successfully.  This will help check a regression
-    of the bug that produced the bogus calc-2.12.8.0.tar.bz2 file.
-
-    Added additional regression tests related 0^(zero_expression)==1.
-
 
 The following are the changes from calc version 2.12.7.1 to 2.12.7.5:
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/calc-2.12.8.1/Makefile new/calc-2.12.8.2/Makefile
--- old/calc-2.12.8.1/Makefile  2021-02-16 07:15:31.000000000 +0100
+++ new/calc-2.12.8.2/Makefile  2021-02-20 18:26:58.000000000 +0100
@@ -1053,7 +1053,7 @@
 
 # The default calc versions
 #
-VERSION= 2.12.8.1
+VERSION= 2.12.8.2
 
 # Names of shared libraries with versions
 #
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/calc-2.12.8.1/Makefile.simple 
new/calc-2.12.8.2/Makefile.simple
--- old/calc-2.12.8.1/Makefile.simple   2021-02-16 08:07:23.000000000 +0100
+++ new/calc-2.12.8.2/Makefile.simple   2021-02-20 18:31:04.000000000 +0100
@@ -980,7 +980,7 @@
 
 # The default calc versions
 #
-VERSION= 2.12.8.1
+VERSION= 2.12.8.2
 
 # Names of shared libraries with versions
 #
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/calc-2.12.8.1/custom/Makefile 
new/calc-2.12.8.2/custom/Makefile
--- old/calc-2.12.8.1/custom/Makefile   2021-02-16 08:06:40.000000000 +0100
+++ new/calc-2.12.8.2/custom/Makefile   2021-02-20 18:30:17.000000000 +0100
@@ -348,7 +348,7 @@
 
 # The default calc versions
 #
-VERSION= 2.12.8.1
+VERSION= 2.12.8.2
 
 # Names of shared libraries with versions
 #
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/calc-2.12.8.1/custom/Makefile.head 
new/calc-2.12.8.2/custom/Makefile.head
--- old/calc-2.12.8.1/custom/Makefile.head      2021-02-16 06:25:34.000000000 
+0100
+++ new/calc-2.12.8.2/custom/Makefile.head      2021-02-20 18:26:58.000000000 
+0100
@@ -348,7 +348,7 @@
 
 # The default calc versions
 #
-VERSION= 2.12.8.1
+VERSION= 2.12.8.2
 
 # Names of shared libraries with versions
 #
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/calc-2.12.8.1/custom/Makefile.simple 
new/calc-2.12.8.2/custom/Makefile.simple
--- old/calc-2.12.8.1/custom/Makefile.simple    2021-02-16 08:07:23.000000000 
+0100
+++ new/calc-2.12.8.2/custom/Makefile.simple    2021-02-20 18:31:04.000000000 
+0100
@@ -333,7 +333,7 @@
 
 # The default calc versions
 #
-VERSION= 2.12.8.1
+VERSION= 2.12.8.2
 
 # Names of shared libraries with versions
 #
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/calc-2.12.8.1/lib_calc.c new/calc-2.12.8.2/lib_calc.c
--- old/calc-2.12.8.1/lib_calc.c        2021-02-13 01:06:04.000000000 +0100
+++ new/calc-2.12.8.2/lib_calc.c        2021-02-20 18:16:56.000000000 +0100
@@ -565,6 +565,7 @@
                calc_helpdir = HELPDIR;
        }
 
+#if defined(CUSTOM)
        /* determine the $CALCCUSTOMHELP value */
        c = (no_env ? NULL : getenv(CALCCUSTOMHELP));
        calc_customhelpdir = (c ? strdup(c) : NULL);
@@ -572,6 +573,7 @@
                /* will use /usr/local/share/calc/custhelp */
                calc_customhelpdir = CUSTOMHELPDIR;
        }
+#endif /* CUSTOM */
 }
 
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/calc-2.12.8.1/version.c new/calc-2.12.8.2/version.c
--- old/calc-2.12.8.1/version.c 2021-02-16 06:25:19.000000000 +0100
+++ new/calc-2.12.8.2/version.c 2021-02-20 18:26:45.000000000 +0100
@@ -45,7 +45,7 @@
 #define MAJOR_VER      2       /* major library version */
 #define MINOR_VER      12      /* minor library version */
 #define MAJOR_PATCH    8       /* major software version level */
-#define MINOR_PATCH    1       /* minor software version level */
+#define MINOR_PATCH    2       /* minor software version level */
 
 
 /*

++++++ checksum.sha-256 ++++++
--- /var/tmp/diff_new_pack.GvOChe/_old  2021-02-22 14:41:18.984681270 +0100
+++ /var/tmp/diff_new_pack.GvOChe/_new  2021-02-22 14:41:18.984681270 +0100
@@ -18,19 +18,23 @@
 3e0f27bd6f910f2d556fe5e0fb9b670f16445640fcd157101b26556b2abccec9       
calc-2.12.7.6.tar.bz2
 52eff9b5489449946460e10fa830ecc3e51a7364e05fd0765e5410e506e459d7       
calc-2.12.8.0-13.src.rpm
 3e7572ba728270aa0f060cad2ee105b95c02eb7413c2981ea29427226c5e34ba       
calc-2.12.8.0-13.x86_64.rpm
-c0af46337ea46ade44f6553f4dbb55838bca53160488ffb593da8a68df39b823       
calc-2.12.8.0.tar.bz2
 2c18b32aa4f75bc3d803bc29699484728c5b8377b7e052f5d5b279d0dda543a5       
calc-2.12.8.1-13.src.rpm
 1400f23b10d1e1e0105ced8f6862f41ab6631e8e4d1e2710ee4e1f4995cde34c       
calc-2.12.8.1-13.x86_64.rpm
 4f055cb86696220cc4737e031441857267245ebc19e2bb91aac7a5242973d79a       
calc-2.12.8.1.tar.bz2
+c4ac3a378f9bbad8c7be29d6eaa4a66e160c34813a54ddead8ffc7acbb2f81f6       
calc-2.12.8.2-13.src.rpm
+352af1ad0db02a9e892cb5328f778576b4c4d67829250133cd6b7889cec03769       
calc-2.12.8.2-13.x86_64.rpm
+c8a7b83c04a6eea587fe762ff01b586e2f66df13e9034499d361da863f03242f       
calc-2.12.8.2.tar.bz2
 d0fbe0a33f3c5f7dcbaf3f5725121feec67aa95d416b0164e92210d9dec928d2       
calc-debuginfo-2.12.7.1-12.x86_64.rpm
 f95d095cffe5b9e5d575c7e0338a9932f6f97b64a8eff4b5b42cfc5e36f179d3       
calc-debuginfo-2.12.7.2-12.x86_64.rpm
 ae6ef45776411d33ef01ab8a5a1b9096270436cb239843761cc1385d02bef134       
calc-debuginfo-2.12.7.5-13.x86_64.rpm
 610ed3b233c9d4636e95080d6a4d0ae5e4603f0d716005a26b3cb87b2cc60d32       
calc-debuginfo-2.12.7.6-13.x86_64.rpm
 273a9c83705811393f7913ea2e373200a02ed1a904e3648393ad1445a52f4283       
calc-debuginfo-2.12.8.0-13.x86_64.rpm
 9cbc72b070ac50122ebf4c8b3230b388570295fb4792c12942aa9d9918bd55dc       
calc-debuginfo-2.12.8.1-13.x86_64.rpm
+e3b7f57df0f3750f75248b47f412d22eefea82ffaa0c1d8163b8f79162ab5f33       
calc-debuginfo-2.12.8.2-13.x86_64.rpm
 2b39127026d5f47d4d484de0256c5913474d8309e8ffd3eea0158b4ec0fda462       
calc-devel-2.12.7.1-12.x86_64.rpm
 b7ecad22ca6dab0ad7a141d829e15665060e27ef85d5bf1b81b4d2c201c39f90       
calc-devel-2.12.7.2-12.x86_64.rpm
 4bba1bb9b85fde7a1d365b0ed4df61db23ee16f51ab4342bcbae33ea6864e06f       
calc-devel-2.12.7.5-13.x86_64.rpm
 9541d0aa883a4408b69ca453afde0421615782211857d05d062e538311714fd7       
calc-devel-2.12.7.6-13.x86_64.rpm
 f22089e3585ad49ebd6aa723a44b9c67e37c4e2d5ef4f15d28ca4ae4bbe134c5       
calc-devel-2.12.8.0-13.x86_64.rpm
 0d33f0451963f3c31a4952416a4213cd7c46859ff40000a3e5a76cbe1e410a4c       
calc-devel-2.12.8.1-13.x86_64.rpm
+9c8c21413dc0d06b6428fac42c5230dcc6d17f76e4a9ba063a01ee6bdf42e8a6       
calc-devel-2.12.8.2-13.x86_64.rpm

Reply via email to