forked from pool/bitwise
Accepting request 886102 from home:mnhauke
- Update to version 0.42 * Add support for leading 0 on binary numbers OBS-URL: https://build.opensuse.org/request/show/886102 OBS-URL: https://build.opensuse.org/package/show/utilities/bitwise?expand=0&rev=4
This commit is contained in:
parent
6f25bed133
commit
1c8484b6e2
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e9579aad36ca4f36d158bf016d2e38a64f1fae325b5985380237fc5082bbcf17
|
||||
size 266714
|
3
bitwise-0.42.tar.gz
Normal file
3
bitwise-0.42.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7e63b4edb1f28bc21ac359803af1e70511041c4c7e9b776c1ff709fca9f00a17
|
||||
size 266895
|
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 16 18:14:55 UTC 2021 - Martin Hauke <mardnh@gmx.de>
|
||||
|
||||
- Update to version 0.42
|
||||
* Add support for leading 0 on binary numbers
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 6 10:40:17 UTC 2021 - Martin Hauke <mardnh@gmx.de>
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
# spec file for package bitwise
|
||||
#
|
||||
# Copyright (c) 2021 SUSE LLC
|
||||
# Copyright (c) 2020, 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
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -18,7 +18,7 @@
|
||||
|
||||
|
||||
Name: bitwise
|
||||
Version: 0.41
|
||||
Version: 0.42
|
||||
Release: 0
|
||||
Summary: Interactive bitwise operation in ncurses
|
||||
License: GPL-3.0-or-later
|
||||
@ -47,7 +47,7 @@ Some of the features include:
|
||||
|
||||
%build
|
||||
autoreconf -fiv
|
||||
export CFLAGS="-Wl,--start-group %{optflags} $(pkg-config --cflags --libs ncursesw)"
|
||||
export CFLAGS="%{optflags} $(pkg-config --cflags --libs ncursesw)"
|
||||
%configure
|
||||
%make_build
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user