public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
To: git-commits@fedoraproject.org
Subject: [rpms/wavemon] f44: Update to 0.9.7
Date: Thu, 02 Jul 2026 11:59:03 GMT	[thread overview]
Message-ID: <178299354380.1.10977797328559710190.rpms-wavemon-9bd90342fcb9@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/wavemon
Branch : f44
Commit : 9bd90342fcb940795635711fae372f45aa801bc8
Author : Iñaki Úcar <iucar@fedoraproject.org>
Date   : 2026-07-02T13:49:40+02:00
Stats  : +12/-19 in 3 file(s)
URL    : https://src.fedoraproject.org/rpms/wavemon/c/9bd90342fcb940795635711fae372f45aa801bc8?branch=f44

Log:
Update to 0.9.7

---
diff --git a/.gitignore b/.gitignore
index a4e3807..5b034ae 100644
--- a/.gitignore
+++ b/.gitignore
@@ -17,3 +17,4 @@ wavemon-0.6.11.tar.bz2
 /wavemon-0.9.4.tar.gz
 /wavemon-0.9.5.tar.gz
 /wavemon-0.9.6.tar.gz
+/wavemon-0.9.7.tar.gz

diff --git a/sources b/sources
index 18c3e51..b16c6dd 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (wavemon-0.9.6.tar.gz) = 4e8d91fd9710e76c0d000bd61af8e59632d55112c434a1088e2aa0d5ab41a9b040f4c3c16bcf0693d972c7561853a6f3edcd14e2d6a16756b8cd1c9c8f8be644
+SHA512 (wavemon-0.9.7.tar.gz) = 006d5daea4fa2b99135fe3b9d430aa79c14c0f9b80d1cc9569fc64723976976e58bcb35530151fb99136429bbc277a4d76efa574e8f4940bbe3d6dd21082c91e

diff --git a/wavemon.spec b/wavemon.spec
index abd6f3f..6cb025f 100644
--- a/wavemon.spec
+++ b/wavemon.spec
@@ -1,20 +1,18 @@
-%undefine _hardened_build
-
 Name:           wavemon
-Version:        0.9.6
+Version:        0.9.7
 Release:        %autorelease
 Summary:        Ncurses-based monitoring application for wireless network devices
 
-# Automatically converted from old format: GPLv2+ - review is highly recommended.
-License:        GPL-2.0-or-later
+# ISC: nl80211.h
+License:        GPL-3.0-or-later AND ISC
 URL:            https://github.com/uoaerg/wavemon
 Source0:        %{url}/archive/v%{version}/%{name}-%{version}.tar.gz
 
 BuildRequires:  make
 BuildRequires:  gcc
-BuildRequires:  ncurses-devel
-BuildRequires:  libpcap-devel
-BuildRequires:  libnl3-devel
+BuildRequires:  pkgconfig(ncurses)
+BuildRequires:  pkgconfig(libcap)
+BuildRequires:  pkgconfig(libnl-3.0)
 BuildRequires:  autoconf
 BuildRequires:  automake
 
@@ -22,8 +20,8 @@ BuildRequires:  automake
 wavemon is a wireless device monitoring application that allows you to
 watch all important information like device configuration, encryption,
 and power management parameters and network information at once.
-Adaptive level bargraphs for link quality, signal/noise strength and
-signal-to-noise ratio.  The customizeable "level alarm" feature that 
+Adaptive level bar-graphs for link quality, signal/noise strength and
+signal-to-noise ratio.  The customizable "level alarm" feature that
 notices the user of changes in signal level strength audibly and/or
 visually. wavemon is able to list of access points in range and shows
 full-screen level histogram displaying signal/noise levels and SNR.
@@ -35,18 +33,12 @@ sed -r 's|\?=|=|g' -i Makefile.in
 autoreconf -fiv
 
 %build
-CFLAGS="$RPM_OPT_FLAGS -fPIC -pie -Wl,-z,relro -Wl,-z,now"
-CXXFLAGS="$RPM_OPT_FLAGS -fPIC -pie -Wl,-z,relro -Wl,-z,now"
-
-export CFLAGS
-export CXXFLAGS
-
 %configure
-make %{?_smp_mflags}
+%make_build
 
 %install
 %make_install
-# Delete wrong placed doc files
+# Delete wrong placed doc files (LICENSE and README.md)
 rm -rf %{buildroot}%{_datadir}/%{name}/*
 
 %files

                 reply	other threads:[~2026-07-02 11:59 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=178299354380.1.10977797328559710190.rpms-wavemon-9bd90342fcb9@fedoraproject.org \
    --to=git-commits@fedoraproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox