Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package wavemon for openSUSE:Factory checked in at 2022-12-25 15:15:13 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/wavemon (Old) and /work/SRC/openSUSE:Factory/.wavemon.new.1563 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "wavemon" Sun Dec 25 15:15:13 2022 rev:30 rq:1045278 version:0.9.4 Changes: -------- --- /work/SRC/openSUSE:Factory/wavemon/wavemon.changes 2020-12-28 00:28:32.909772891 +0100 +++ /work/SRC/openSUSE:Factory/.wavemon.new.1563/wavemon.changes 2022-12-25 15:15:31.205599645 +0100 @@ -1,0 +2,36 @@ +Sun Dec 25 07:29:37 UTC 2022 - Luigi Baldoni <[email protected]> + +- Update to version 0.9.4 + Enhancements and Fixes: + * Info Screen + + fix mis-spelled format identifier + + add fields for carrier / link mode, + + handle (accidentally) positive signal levels + + fix display of bonded interfaces + + add more network information + + add IPv6 support + + use error-checking mutexes + + display MCS bitrate information + * Scan Screen + + do not enable scan if rfkill is enabled + + unblock data mutex at end (fixing a deadlock condition) + + reset filter when there are no results + * History Screen + + deprecate threshold actions (were not of much use) + + remove support for noise levels + + add missing #include + + add wide-character support + + reset data when switching between interfaces + * Menu Bar + + improve highlighting of selected entries + Miscellaneous: + * drop dependency on wireless extensions + * build uses correct ncurses flags + * build now uses -Wextra by default + * build now honours configure CFLAGS + * update README + * document how to use wavemon within screen + * list of wireless interfaces is now also populated via + nl80211 (no longer ioctl) + +------------------------------------------------------------------- Old: ---- wavemon-0.9.3.tar.gz New: ---- wavemon-0.9.4.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ wavemon.spec ++++++ --- /var/tmp/diff_new_pack.lAQu8X/_old 2022-12-25 15:15:31.629602045 +0100 +++ /var/tmp/diff_new_pack.lAQu8X/_new 2022-12-25 15:15:31.633602068 +0100 @@ -1,7 +1,7 @@ # # spec file for package wavemon # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,18 +17,18 @@ Name: wavemon -Version: 0.9.3 +Version: 0.9.4 Release: 0 Summary: An ncurses monitoring application for wireless network devices License: GPL-2.0-or-later Group: Productivity/Networking/Diagnostic URL: https://github.com/uoaerg/wavemon Source: https://github.com/uoaerg/wavemon/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz -BuildRequires: libcap-devel -BuildRequires: ncurses-devel +BuildRequires: libpcap-devel BuildRequires: pkgconfig -BuildRequires: pkgconfig(libnl-3.0) +BuildRequires: pkgconfig(libnl-3.0) >= 3.2 BuildRequires: pkgconfig(libnl-genl-3.0) +BuildRequires: pkgconfig(ncursesw) %description wavemon is a wireless device monitoring application that allows you to @@ -39,10 +39,11 @@ devices supported by the wireless kernel extensions by Jean Tourrilhes. %prep -%setup -q +%autosetup -p1 %build -export CFLAGS="%{optflags} `pkg-config --cflags libnl-3.0` -D_REENTRANT -pthread" +export CFLAGS="%{optflags} `pkg-config --cflags libnl-3.0` -DNCURSES_WIDECHAR -pthread" + %configure \ --docdir=%{_docdir}/%{name} %make_build ++++++ wavemon-0.9.3.tar.gz -> wavemon-0.9.4.tar.gz ++++++ ++++ 3350 lines of diff (skipped)
