diff --git a/.gitignore b/.gitignore index ebc83b6..b84b076 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /iptraf-ng-1.1.0.tar.gz +/iptraf-ng-1.1.1.tar.gz diff --git a/iptraf-ng.spec b/iptraf-ng.spec index 578f25a..8d9ce69 100644 --- a/iptraf-ng.spec +++ b/iptraf-ng.spec @@ -1,7 +1,7 @@ Summary: A console-based network monitoring utility Name: iptraf-ng Version: 1.1.0 -Release: 2%{?dist} +Release: 1%{?dist} Source0: https://fedorahosted.org/releases/i/p/iptraf-ng/%{name}-%{version}.tar.gz Source1: iptraf-ng-logrotate.conf URL: https://fedorahosted.org/iptraf-ng/ @@ -12,9 +12,6 @@ BuildRequires: ncurses-devel Obsoletes: iptraf < 3.1 Provides: iptraf = 3.1 -# remove after a new version -Patch0: 0001-fix-wrongly-used-execl.patch - %description IPTraf-ng is a console-based network monitoring utility. IPTraf gathers data like TCP connection packet and byte counts, interface statistics @@ -70,6 +67,9 @@ rm -rf $RPM_BUILD_ROOT %config(noreplace) %{_sysconfdir}/logrotate.d/iptraf-ng %changelog +* Thu Feb 02 2012 Nikola Pajkovsky - 1.1.1-1 +- new upstream iptraf-ng-1.1.1 + * Mon Jan 16 2011 Nikola Pajkovsky - 1.1.0-2 - fix wrongly used execl diff --git a/sources b/sources index 16309da..367072f 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -79a3787027515f688a35173ffbee6432 iptraf-ng-1.1.0.tar.gz +a48c30c186aafc1e8921b611236b732b iptraf-ng-1.1.1.tar.gz