Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package calc for openSUSE:Factory checked in 
at 2023-07-31 15:25:12
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/calc (Old)
 and      /work/SRC/openSUSE:Factory/.calc.new.32662 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "calc"

Mon Jul 31 15:25:12 2023 rev:38 rq:1101458 version:2.14.2.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/calc/calc.changes        2023-07-27 
16:53:02.570571715 +0200
+++ /work/SRC/openSUSE:Factory/.calc.new.32662/calc.changes     2023-07-31 
15:25:14.423625924 +0200
@@ -1,0 +2,7 @@
+Mon Jul 31 06:14:35 UTC 2023 - Michael Vetter <[email protected]>
+
+- Update to 2.14.2.2:
+  * Removed references to obsolete Email addresses.
+  * macOS Darwin defaults LCC to "cc".
+
+-------------------------------------------------------------------

Old:
----
  calc-2.14.2.1.tar.bz2

New:
----
  calc-2.14.2.2.tar.bz2

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

Other differences:
------------------
++++++ calc.spec ++++++
--- /var/tmp/diff_new_pack.QJladU/_old  2023-07-31 15:25:15.135630035 +0200
+++ /var/tmp/diff_new_pack.QJladU/_new  2023-07-31 15:25:15.139630058 +0200
@@ -16,10 +16,10 @@
 #
 
 
-%define soname 2_14_2_1
+%define soname 2_14_2_2
 %define libname libcalc%{soname}
 Name:           calc
-Version:        2.14.2.1
+Version:        2.14.2.2
 Release:        0
 Summary:        C-style arbitrary precision calculator
 License:        LGPL-2.1-only

++++++ calc-2.14.2.1.tar.bz2 -> calc-2.14.2.2.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/calc-2.14.2.1/CHANGES new/calc-2.14.2.2/CHANGES
--- old/calc-2.14.2.1/CHANGES   2023-07-26 08:01:03.000000000 +0200
+++ new/calc-2.14.2.2/CHANGES   2023-07-29 06:18:10.000000000 +0200
@@ -9,6 +9,10 @@
 
     Fixed sorted order of cal/README.
 
+    Removed references to obsolete Email addresses.
+
+    macOS Darwin defaults LCC to "cc".
+
 
 The following are the changes from calc version 2.14.2.0 to 2.14.2.0:
 
@@ -1604,9 +1608,9 @@
 
     There is a new calc bug report Email address:
 
-           calc-bug-report at asthe dot com
+NOTE:      calc-bug-report Email address no longer in use
 
-       This replaces the old calc-bugs at asthe dot com address.
+       This replaces the old calc-bugs Email address.
 
        To be sure we see your Email reporting a calc bug, please use the
        following phase in your Email Subject line:
@@ -2200,7 +2204,7 @@
        NOTE: If your target is not supported below and the default target
              is not suitable for your needs, please send to the:
 
-               calc-contrib at asthe dot com
+NOTE:          calc-contrib Email address no longer in use
 
              Email address an "ifeq ($(target),YOUR_TARGET_NAME)"
              ... "endif" set of lines from the Makefile so that
@@ -3923,9 +3927,9 @@
     www.isthe.com.  NOTE: The Email address uses 'asthe' and the web
     site URL uses 'isthe'.
 
-    Using calc-bugs at asthe dot com for calc bug reports,
-    calc-contrib at asthe dot com for calc contributions,
-    calc-tester-request at asthe dot com for requests to join calc-tester and
+NOTE:  calc-bugs Email address no longer in use
+NOTE:  calc-contrib Email address no longer in use
+NOTE:  calc-tester-request Email address no longer in use
 
     Replaced explicit Email addresses found this file with the <user at
     site dot domain> notation to reduce the potential for those folks
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/calc-2.14.2.1/Makefile new/calc-2.14.2.2/Makefile
--- old/calc-2.14.2.1/Makefile  2023-07-26 08:08:31.000000000 +0200
+++ new/calc-2.14.2.2/Makefile  2023-07-29 06:33:07.000000000 +0200
@@ -1381,7 +1381,7 @@
 
 # The default calc versions
 #
-VERSION= 2.14.2.1
+VERSION= 2.14.2.2
 
 # Names of shared libraries with versions
 #
@@ -1571,16 +1571,6 @@
 #
 # Specific target overrides or modifications to default values
 
-##########################################################################
-# NOTE: If your target is not supported below and the default target    #
-#      is not suitable for your needs, please send to the:              #
-#                                                                       #
-#              calc-contrib at asthe dot com                            #
-#                                                                       #
-#      Email address an "ifeq ($(target),YOUR_TARGET_NAME)" ... "endif" #
-#      set of lines so that we can consider them for the next release.  #
-##########################################################################
-
 #if 0  /* start of skip for non-Gnu makefiles */
 #
 ################
@@ -1698,7 +1688,7 @@
 CCOPT= ${DEBUG}
 CCMISC= ${DARWIN_ARCH}
 #
-LCC= clang
+LCC= cc
 CC= ${PURIFY} ${LCC} ${CCWERR}
 #
 # Darwin dynamic shared lib filenames
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/calc-2.14.2.1/Makefile.simple 
new/calc-2.14.2.2/Makefile.simple
--- old/calc-2.14.2.1/Makefile.simple   2023-07-26 08:08:31.000000000 +0200
+++ new/calc-2.14.2.2/Makefile.simple   2023-07-29 06:33:07.000000000 +0200
@@ -1239,7 +1239,7 @@
 
 # The default calc versions
 #
-VERSION= 2.14.2.1
+VERSION= 2.14.2.2
 
 # Names of shared libraries with versions
 #
@@ -1411,16 +1411,6 @@
 #
 # Specific target overrides or modifications to default values
 
-##########################################################################
-# NOTE: If your target is not supported below and the default target    #
-#      is not suitable for your needs, please send to the:              #
-#                                                                       #
-#              calc-contrib at asthe dot com                            #
-#                                                                       #
-#      Email address an "ifeq ($(target),YOUR_TARGET_NAME)" ... "endif" #
-#      set of lines so that we can consider them for the next release.  #
-##########################################################################
-
 #
 BLD_TYPE= calc-static-only
 #
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/calc-2.14.2.1/cal/fnv_tool.cal 
new/calc-2.14.2.2/cal/fnv_tool.cal
--- old/calc-2.14.2.1/cal/fnv_tool.cal  2023-07-26 08:05:14.000000000 +0200
+++ new/calc-2.14.2.2/cal/fnv_tool.cal  2023-07-29 06:15:13.000000000 +0200
@@ -66,7 +66,7 @@
  * NOTE: For n that is a power of 2 and n > 1024, you will find that
  *      that FNV primes become so rare that that one may not find a suitable
  *      FNV prime.  For n = 2048, 4096, 8192, 16384, 32768, 65536, 131072
- *      and 262144, there is NO suitable FNV prime.
+ *      262144, and 524288, there is NO suitable FNV prime.
  *
  *      As for as hashing goes, large values of n, even if an
  *      FNV hash may be found, are unlikely to be truly useful.  :-)
@@ -174,7 +174,7 @@
        if (popcnt(bits) == 1) {
            if (bits > 1024) {
                print "# WARNING: FNV primes for powers of 2  > 1024 are 
extremely rare.";
-               print "# WARNING: There are no FNV primes for 2048, 4096, 8192, 
16384, 327678, 65536, 131072, nor 262144.";
+               print "# WARNING: There are no FNV primes for 2048, 4096, 8192, 
16384, 327678, 65536, 131072, 262144, nor 524288.";
            }
            print "# NOTE: bits a power of 2 and bits >= 32: bits is suitable 
for a true FNV hash";
            print "n =", bits;
@@ -208,17 +208,17 @@
        }
 
        /*
-        * reject potential p value that is not prime
+        * reject p if p mod (2^40 - 2^24 - 1) <= (2^24 + 2^8 + 2^7)
         */
        p = p_minus_b + b;
-       if (ptest(p) == 0) {
+       if ((p % (2^40 - 2^24 - 1)) <= (2^24 + 2^8 + 2^7)) {
            continue;
        }
 
        /*
-        * accept p if p mod (2^40 - 2^24 - 1) > (2^24 + 2^8 + 2^7)
+        * accept potential p value that is prime
         */
-       if ((p % (2^40 - 2^24 - 1)) > (2^24 + 2^8 + 2^7)) {
+       if (ptest(p) == 1) {
            return p;
        }
     }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/calc-2.14.2.1/custom/Makefile 
new/calc-2.14.2.2/custom/Makefile
--- old/calc-2.14.2.1/custom/Makefile   2023-07-26 08:08:31.000000000 +0200
+++ new/calc-2.14.2.2/custom/Makefile   2023-07-29 06:33:07.000000000 +0200
@@ -475,7 +475,7 @@
 
 # The default calc versions
 #
-VERSION= 2.14.2.1
+VERSION= 2.14.2.2
 
 # Names of shared libraries with versions
 #
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/calc-2.14.2.1/custom/Makefile.simple 
new/calc-2.14.2.2/custom/Makefile.simple
--- old/calc-2.14.2.1/custom/Makefile.simple    2023-07-26 08:08:31.000000000 
+0200
+++ new/calc-2.14.2.2/custom/Makefile.simple    2023-07-29 06:33:07.000000000 
+0200
@@ -445,7 +445,7 @@
 
 # The default calc versions
 #
-VERSION= 2.14.2.1
+VERSION= 2.14.2.2
 
 # Names of shared libraries with versions
 #
@@ -586,16 +586,6 @@
 #
 # Specific target overrides or modifications to default values
 
-##########################################################################
-# NOTE: If your target is not supported below and the default target    #
-#      is not suitable for your needs, please send to the:              #
-#                                                                       #
-#              calc-contrib at asthe dot com                            #
-#                                                                       #
-#      Email address an "ifeq ($(target),YOUR_TARGET_NAME)" ... "endif" #
-#      set of lines so that we can consider them for the next release.  #
-##########################################################################
-
 #
 BLD_TYPE= calc-static-only
 #
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/calc-2.14.2.1/help/todo new/calc-2.14.2.2/help/todo
--- old/calc-2.14.2.1/help/todo 2021-12-06 08:03:23.000000000 +0100
+++ new/calc-2.14.2.2/help/todo 2023-07-29 06:15:13.000000000 +0200
@@ -101,11 +101,11 @@
 
 Calc bug reports and calc bug fixes should be sent to:
 
-       calc-bug-report at asthe dot com
+NOTE:  calc-bug-report Email address no longer in use
 
        NOTE: Remove spaces and replace 'at' with @, 'dot' with .
 
-    This replaces the old calc-bugs at asthe dot com address.
+    This replaces the old calc-bugs Email address.
 
     To be sure we see your Email reporting a calc bug, please use the
     following phase in your Email Subject line:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/calc-2.14.2.1/help/wishlist 
new/calc-2.14.2.2/help/wishlist
--- old/calc-2.14.2.1/help/wishlist     2021-12-06 08:03:23.000000000 +0100
+++ new/calc-2.14.2.2/help/wishlist     2023-07-29 06:15:13.000000000 +0200
@@ -187,11 +187,11 @@
 
 Calc bug reports and calc bug fixes should be sent to:
 
-       calc-bug-report at asthe dot com
+NOTE:  calc-bug-report Email address no longer in use
 
        NOTE: Remove spaces and replace 'at' with @, 'dot' with .
 
-    This replaces the old calc-bugs at asthe dot com address.
+    This replaces the old calc-bugs Email address.
 
     To be sure we see your Email reporting a calc bug, please use the
     following phase in your Email Subject line:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/calc-2.14.2.1/version.c new/calc-2.14.2.2/version.c
--- old/calc-2.14.2.1/version.c 2023-07-26 08:08:24.000000000 +0200
+++ new/calc-2.14.2.2/version.c 2023-07-29 06:33:00.000000000 +0200
@@ -84,7 +84,7 @@
 #define MAJOR_VER      2       /* major library version */
 #define MINOR_VER      14      /* minor library version */
 #define MAJOR_PATCH    2       /* major software version level */
-#define MINOR_PATCH    1       /* minor software version level */
+#define MINOR_PATCH    2       /* minor software version level */
 
 
 /*

Reply via email to