diff --git a/bitwise-0.43.tar.gz b/bitwise-0.43.tar.gz deleted file mode 100644 index 171c0d3..0000000 --- a/bitwise-0.43.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:74ecc0601813c8f2c38b1cba31bdf330f299135a5d21fa365ad5ec80f2f10c02 -size 267674 diff --git a/bitwise-0.50.tar.gz b/bitwise-0.50.tar.gz new file mode 100644 index 0000000..6e7cb83 --- /dev/null +++ b/bitwise-0.50.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:624e2aeb6be0f577c2849e1909553e9221abf8f1a6d1ab160a88f70883f1a1f1 +size 268272 diff --git a/bitwise.changes b/bitwise.changes index c1d7530..d9e28b5 100644 --- a/bitwise.changes +++ b/bitwise.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Mon Aug 21 12:37:13 UTC 2023 - Andrea Manzini + +- Update to version 0.50 + * Enhancements: + + Add r command to reverse endianess + + Allow shortening of commands + * Bug Fixes: + + Disable mouse events in interactive command mode + + Fix backward key not working in some terminals + + Fix divide by zero crash + + Fit bit function overflow + ------------------------------------------------------------------- Mon Nov 1 09:28:54 UTC 2021 - Martin Hauke diff --git a/bitwise.spec b/bitwise.spec index e425fe3..74179c6 100644 --- a/bitwise.spec +++ b/bitwise.spec @@ -1,7 +1,7 @@ # # spec file for package bitwise # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2023 SUSE LLC # Copyright (c) 2020-2021, Martin Hauke # # All modifications and additions to the file contributed by third parties @@ -18,9 +18,9 @@ Name: bitwise -Version: 0.43 +Version: 0.50 Release: 0 -Summary: Interactive bitwise operation in ncurses +Summary: Interactive bit-wise operation in ncurses License: GPL-3.0-or-later Group: Productivity/Scientific/Math URL: https://github.com/mellowcandle/bitwise @@ -43,7 +43,7 @@ Some of the features include: * Bitwise operations such as NOT, OR, AND, XOR, and shifts. %prep -%setup -q +%autosetup %build autoreconf -fiv