Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package bitwise for openSUSE:Factory checked 
in at 2026-09-07 15:50:41
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/bitwise (Old)
 and      /work/SRC/openSUSE:Factory/.bitwise.new.1265 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "bitwise"

Mon Sep  7 15:50:41 2026 rev:6 rq:1376083 version:0.70

Changes:
--------
--- /work/SRC/openSUSE:Factory/bitwise/bitwise.changes  2026-09-04 
12:39:43.137128261 +0200
+++ /work/SRC/openSUSE:Factory/.bitwise.new.1265/bitwise.changes        
2026-09-07 15:50:43.022272447 +0200
@@ -1,0 +2,26 @@
+Mon Sep  7 06:54:07 UTC 2026 - Martin Hauke <[email protected]>
+
+- Update to version 0.70
+  Enhancements:
+  * Unary plus and minus in expressions: -5, 5 * -2 and 10 - -2
+    evaluate instead of being rejected. On the command line,
+    separate a leading minus with --: bitwise -- '-5'.
+  Bug Fixes:
+  * &, ^ and | now have the C precedence order, where & and ^ used
+    to share a level.
+  * Numbers that don't parse cleanly are now refused instead of
+    guessing: 12a used to evaluate as 12, a bare 0x or 0b as 0,
+    and a literal past UINT64_MAX as UINT64_MAX.
+  * Shifts and BIT() at or past the width of the value give 0,
+    instead of an answer computed from a masked shift count:
+    1 << 64 used to be 1, and 1 << 200 used to be 256.
+  * Fixed a stack buffer overflow on tokens longer than 64
+    characters, reachable from both the command line and the
+    : prompt.
+  * Radix64 output now matches the system l64a(); a fallback shim
+    was overriding libc and printing a different alphabet.
+  * Parse errors no longer corrupt the curses display.
+  * Fixed the ASCII line of the conversion output on big-endian
+    hosts.
+
+-------------------------------------------------------------------

Old:
----
  bitwise-0.60.tar.gz

New:
----
  bitwise-0.70.tar.gz

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

Other differences:
------------------
++++++ bitwise.spec ++++++
--- /var/tmp/diff_new_pack.eXM3rd/_old  2026-09-07 15:50:44.255324009 +0200
+++ /var/tmp/diff_new_pack.eXM3rd/_new  2026-09-07 15:50:44.258324134 +0200
@@ -18,7 +18,7 @@
 
 
 Name:           bitwise
-Version:        0.60
+Version:        0.70
 Release:        0
 Summary:        Interactive bit-wise operation in ncurses
 License:        GPL-3.0-or-later

++++++ bitwise-0.60.tar.gz -> bitwise-0.70.tar.gz ++++++
++++ 1648 lines of diff (skipped)

Reply via email to