From 1c8484b6e22a27a736ded07cd64452b85c3b7d7823fe431f5f31dcf35c13ae35 Mon Sep 17 00:00:00 2001 From: Michael Vetter Date: Thu, 22 Apr 2021 14:19:27 +0000 Subject: [PATCH] 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 --- bitwise-0.41.tar.gz | 3 --- bitwise-0.42.tar.gz | 3 +++ bitwise.changes | 6 ++++++ bitwise.spec | 6 +++--- 4 files changed, 12 insertions(+), 6 deletions(-) delete mode 100644 bitwise-0.41.tar.gz create mode 100644 bitwise-0.42.tar.gz diff --git a/bitwise-0.41.tar.gz b/bitwise-0.41.tar.gz deleted file mode 100644 index 5e138cb..0000000 --- a/bitwise-0.41.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e9579aad36ca4f36d158bf016d2e38a64f1fae325b5985380237fc5082bbcf17 -size 266714 diff --git a/bitwise-0.42.tar.gz b/bitwise-0.42.tar.gz new file mode 100644 index 0000000..c4ac8d7 --- /dev/null +++ b/bitwise-0.42.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e63b4edb1f28bc21ac359803af1e70511041c4c7e9b776c1ff709fca9f00a17 +size 266895 diff --git a/bitwise.changes b/bitwise.changes index 3518db9..a2638c7 100644 --- a/bitwise.changes +++ b/bitwise.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Fri Apr 16 18:14:55 UTC 2021 - Martin Hauke + +- Update to version 0.42 + * Add support for leading 0 on binary numbers + ------------------------------------------------------------------- Tue Apr 6 10:40:17 UTC 2021 - Martin Hauke diff --git a/bitwise.spec b/bitwise.spec index f5dda62..da591ce 100644 --- a/bitwise.spec +++ b/bitwise.spec @@ -2,7 +2,7 @@ # spec file for package bitwise # # Copyright (c) 2021 SUSE LLC -# Copyright (c) 2020, Martin Hauke +# Copyright (c) 2020-2021, Martin Hauke # # 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