public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/wavemon] rawhide: Update to 0.9.7
@ 2026-07-02 11:49 
  0 siblings, 0 replies; only message in thread
From:  @ 2026-07-02 11:49 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/wavemon
Branch : rawhide
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=rawhide

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

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-07-02 11:49 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-02 11:49 [rpms/wavemon] rawhide: Update to 0.9.7 

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox