summaryrefslogtreecommitdiffstats
path: root/bwm-ng.spec
diff options
context:
space:
mode:
Diffstat (limited to 'bwm-ng.spec')
-rw-r--r--bwm-ng.spec29
1 files changed, 20 insertions, 9 deletions
diff --git a/bwm-ng.spec b/bwm-ng.spec
index 4005f9a..3eb465f 100644
--- a/bwm-ng.spec
+++ b/bwm-ng.spec
@@ -1,13 +1,12 @@
Name: bwm-ng
-Version: 0.6
-Release: 18%{?dist}
+Version: 0.6.1
+Release: 3%{?dist}
Summary: Bandwidth Monitor NG
License: GPLv2+
URL: http://www.volker-gropp.de/?id=projects&sub=bwm-ng
Source0: http://www.volker-gropp.de/bwm-ng/%{name}-%{version}.tar.gz
Source1: bwm-ng.conf
-Patch0: bwm-ng-0.6-format-security.patch
-BuildRequires: libstatgrab-devel
+BuildRequires: libstatgrab-devel > 0.90
BuildRequires: ncurses-devel
Requires: hostname
Requires: procps
@@ -27,13 +26,8 @@ Features:
%prep
%setup -q
-%patch0 -p1
%build
-# FIXME: Package suffers from c11/inline issues
-# Workaround by appending --std=gnu89 to CFLAGS
-# Proper fix would be to fix the source-code
-CFLAGS="${RPM_OPT_FLAGS} -std=gnu89"
%configure --enable-64bit \
--enable-netstatbyte \
--enable-netstatlink \
@@ -60,6 +54,23 @@ install -pDm644 bwm-ng.1 %{buildroot}%{_mandir}/man1/bwm-ng.1
%{_mandir}/man1/bwm-ng.1*
%changelog
+* Wed Mar 23 2016 Tim Orling <ticotimo@gmail.com> - 0.6.1-3
+- re-instate dependency on libstatgrab
+
+* Tue Feb 16 2016 Sven Lankes <sven@lank.es> - 0.6.1-2
+- update conf to reflect default input change
+
+* Tue Feb 16 2016 Sven Lankes <sven@lank.es> - 0.6.1-1
+- new upstream release
+- remove upstreamed patch
+- remove dependency on libstatgrab (no longer default upstream)
+
+* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0.6-20
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
+
+* Sat Oct 17 2015 Kalev Lember <klember@redhat.com> - 0.6-19
+- Rebuilt for libstatgrab soname bump
+
* Fri Jun 19 2015 Ralf Corsépius <corsepiu@fedoraproject.org> - 0.6-18
- Append --stdc=gnu89 to CFLAGS (Work-around to c11/inline compatibility
issues. Fix FTBFS).