summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOliver Falk <oliver@linux-kernel.at>2013-09-16 10:26:29 +0200
committerOliver Falk <oliver@linux-kernel.at>2013-09-16 10:26:29 +0200
commitced75bb4035fc5ecf4220f4c2d2836a688090d63 (patch)
tree58ce062edffdcb8714ef4d505617687409089500
parente02f133d0c52d94ecd8785f7ed08c1e636c4c34a (diff)
downloadbwm-ng-ced75bb4035fc5ecf4220f4c2d2836a688090d63.tar.gz
bwm-ng-ced75bb4035fc5ecf4220f4c2d2836a688090d63.tar.xz
bwm-ng-ced75bb4035fc5ecf4220f4c2d2836a688090d63.zip
* Update to 0.6
* Disable libstatgrab for now because of incompatibility
-rw-r--r--.gitignore2
-rw-r--r--bwm-ng.spec12
-rw-r--r--sources2
3 files changed, 10 insertions, 6 deletions
diff --git a/.gitignore b/.gitignore
index b2d8edc..f28a4f3 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-bwm-ng-0.5.tar.gz
+/bwm-ng-0.6.tar.gz
diff --git a/bwm-ng.spec b/bwm-ng.spec
index 4495ed1..4cf985a 100644
--- a/bwm-ng.spec
+++ b/bwm-ng.spec
@@ -3,8 +3,8 @@
Summary: Bandwidth Monitor NG
Name: bwm-ng
-Version: 0.5
-Release: 9%{?dist}
+Version: 0.6
+Release: 1%{?dist}
License: GPLv2+
Group: Applications/System
@@ -15,7 +15,7 @@ Source1: bwm-ng.conf
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
Requires: net-tools, procps
-BuildRequires: ncurses-devel, libstatgrab-devel
+BuildRequires: ncurses-devel
%description
A small and simple curses base bandwidth monitor. No big features.
@@ -33,7 +33,7 @@ A small and simple curses base bandwidth monitor. No big features.
--with-getifaddrs \
--with-sysctl \
--with-procnetdev \
- --with-libstatgrab \
+ --without-libstatgrab \
--with-netstatlinux \
--without-strip
%{__make} %{?_smp_mflags}
@@ -54,6 +54,10 @@ rm -rf $RPM_BUILD_ROOT
%{_mandir}/man1/bwm-ng.1*
%changelog
+* Mon Sep 16 2013 Oliver Falk <oliver@linux-kernel.at> - 0.6-1
+- Update to 0.6
+- Disable libstatgrab for now because of incompatibility
+
* Tue Aug 21 2007 Patrick "Jima" Laughton <jima@beer.tclug.org> 0.5-9
- License clarification
diff --git a/sources b/sources
index 8dc834f..a312980 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-4c5197527c985dc8b45973dfd00deca0 bwm-ng-0.5.tar.gz
+d3a02484fb7946371bfb4e10927cebfb bwm-ng-0.6.tar.gz