Accepting request 1105899 from utilities

OBS-URL: https://build.opensuse.org/request/show/1105899
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/bitwise?expand=0&rev=4
This commit is contained in:
Ana Guerrero 2023-08-28 15:13:05 +00:00 committed by Git OBS Bridge
commit 759a8d3a2e
4 changed files with 20 additions and 7 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:74ecc0601813c8f2c38b1cba31bdf330f299135a5d21fa365ad5ec80f2f10c02
size 267674

3
bitwise-0.50.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:624e2aeb6be0f577c2849e1909553e9221abf8f1a6d1ab160a88f70883f1a1f1
size 268272

View File

@ -1,3 +1,16 @@
-------------------------------------------------------------------
Mon Aug 21 12:37:13 UTC 2023 - Andrea Manzini <andrea.manzini@suse.com>
- 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 <mardnh@gmx.de> Mon Nov 1 09:28:54 UTC 2021 - Martin Hauke <mardnh@gmx.de>

View File

@ -1,7 +1,7 @@
# #
# spec file for package bitwise # spec file for package bitwise
# #
# Copyright (c) 2021 SUSE LLC # Copyright (c) 2023 SUSE LLC
# Copyright (c) 2020-2021, Martin Hauke <mardnh@gmx.de> # Copyright (c) 2020-2021, Martin Hauke <mardnh@gmx.de>
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
@ -18,9 +18,9 @@
Name: bitwise Name: bitwise
Version: 0.43 Version: 0.50
Release: 0 Release: 0
Summary: Interactive bitwise operation in ncurses Summary: Interactive bit-wise operation in ncurses
License: GPL-3.0-or-later License: GPL-3.0-or-later
Group: Productivity/Scientific/Math Group: Productivity/Scientific/Math
URL: https://github.com/mellowcandle/bitwise 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. * Bitwise operations such as NOT, OR, AND, XOR, and shifts.
%prep %prep
%setup -q %autosetup
%build %build
autoreconf -fiv autoreconf -fiv