public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/wavemon] f44: * Sat Jan 21 2017 Fabian Affolter <mail@fabian-affolter.ch> - 0.8.1-1
@ 2026-07-02 11:58 Fabian Affolter
  0 siblings, 0 replies; only message in thread
From: Fabian Affolter @ 2026-07-02 11:58 UTC (permalink / raw)
  To: git-commits

            A new commit has been pushed.

            Repo   : rpms/wavemon
            Branch : f44
            Commit : 5b405f30573db61ec54b761d1d504adac3c311b1
            Author : Fabian Affolter <mail@fabian-affolter.ch>
            Date   : 2017-01-21T23:53:40+01:00
            Stats  : +11/-7 in 3 file(s)
            URL    : https://src.fedoraproject.org/rpms/wavemon/c/5b405f30573db61ec54b761d1d504adac3c311b1?branch=f44

            Log:
            * Sat Jan 21 2017 Fabian Affolter <mail@fabian-affolter.ch> - 0.8.1-1
- Update to latest upstream release 0.8.1 (rhbz#1396756)

---
diff --git a/.gitignore b/.gitignore
index c49547c..118ad01 100644
--- a/.gitignore
+++ b/.gitignore
@@ -8,3 +8,4 @@ wavemon-0.6.11.tar.bz2
 /wavemon-0.7.5.tar.bz2
 /wavemon-0.7.6.tar.bz2
 /wavemon-0.8.0.tar.gz
+/wavemon-0.8.1.tar.gz

diff --git a/sources b/sources
index eca3cbf..01406df 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-816b65577ecf1d2964dee37381901296  wavemon-0.8.0.tar.gz
+SHA512 (wavemon-0.8.1.tar.gz) = 6614e7591a55f76cc11391d1694ed8ad786adcf564c4cb1a8b52ce2b4eb591f2da239065ce274aa5e065d799479c65d3dabed3c228b851892f0a989b7ac36eb9

diff --git a/wavemon.spec b/wavemon.spec
index 53b82ca..0d0c24f 100644
--- a/wavemon.spec
+++ b/wavemon.spec
@@ -1,5 +1,5 @@
 Name:           wavemon
-Version:        0.8.0
+Version:        0.8.1
 Release:        1%{?dist}
 Summary:        Ncurses-based monitoring application for wireless network devices
 
@@ -9,6 +9,7 @@ Source0:        https://github.com/uoaerg/wavemon/archive/v%{version}.tar.gz#/%{
 
 BuildRequires:  ncurses-devel
 BuildRequires:  libpcap-devel
+BuildRequires:  libnl3-devel
 
 %description
 wavemon is a wireless device monitoring application that allows you to
@@ -22,17 +23,13 @@ full-screen level histogram displaying signal/noise levels and SNR.
 
 %prep
 %setup -q
-# Let configure* honor CFLAGS (RHBZ#1240046)
-sed -i -e 's|^CFLAGS=|#CFLAGS|' configure*
-# Prevent autoconf from rerunning
-touch configure* Makefile.in
 
 %build
 %configure
 make CFLAGS="%{optflags} -pthread" %{?_smp_mflags}
 
 %install
-make install DESTDIR=%{buildroot} INSTALL="install -p"
+%make_install
 # Delete wrong placed doc files
 rm -rf %{buildroot}%{_datadir}/%{name}/*
 
@@ -43,6 +40,12 @@ rm -rf %{buildroot}%{_datadir}/%{name}/*
 %{_bindir}/%{name}
 
 %changelog
+* Sat Jan 21 2017 Fabian Affolter <mail@fabian-affolter.ch> - 0.8.1-1
+- Update to latest upstream release 0.8.1 (rhbz#1396756)
+
+* Tue Nov 20 2016 Fabian Affolter <mail@fabian-affolter.ch> - 0.8.0-2
+- Fix build failure
+
 * Tue Nov 08 2016 Fabian Affolter <mail@fabian-affolter.ch> - 0.8.0-1
 - Update to latest upstream release
 

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

only message in thread, other threads:[~2026-07-02 11:58 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:58 [rpms/wavemon] f44: * Sat Jan 21 2017 Fabian Affolter <mail@fabian-affolter.ch> - 0.8.1-1 Fabian Affolter

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