diff --git a/iptstate-2.2.1-strerror.patch b/iptstate-2.2.1-strerror.patch new file mode 100644 index 0000000..62cff74 --- /dev/null +++ b/iptstate-2.2.1-strerror.patch @@ -0,0 +1,11 @@ +diff -up iptstate-2.2.1/iptstate.cc.strerror iptstate-2.2.1/iptstate.cc +--- iptstate-2.2.1/iptstate.cc.strerror 2008-02-25 11:35:52.000000000 +0100 ++++ iptstate-2.2.1/iptstate.cc 2008-02-25 11:35:04.000000000 +0100 +@@ -42,6 +42,7 @@ + + #include + #include ++#include + #include + #include + #include diff --git a/iptstate.spec b/iptstate.spec index e11d043..74ef19b 100644 --- a/iptstate.spec +++ b/iptstate.spec @@ -1,9 +1,10 @@ Name: iptstate Summary: A top-like display of IP Tables state table entries Version: 2.2.1 -Release: 2%{?dist} +Release: 3%{?dist} Source: iptstate-%{version}.tar.bz2 Patch0: iptstate-2.1-man8.patch +Patch1: iptstate-2.2.1-strerror.patch Group: System Environment/Base URL: http://www.phildev.net/iptstate/ BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX) @@ -22,14 +23,16 @@ Since IP Tables doesn't have a built in way to easily display this information even once, an option was added to just have it display the state table once. -Features include: - - Top-like realtime state table information - - Sorting by any field - - Reversible sorting - - Single display of state table - - Customizable refresh rate - - Open Source (specifically I'm using the zlib license) - + Features include: + - Top-like realtime state table information + - Sorting by any field + - Reversible sorting + - Single display of state table + - Customizable refresh rate + - Display filtering + - Color-coding + - Open Source + - much more... %prep %setup -q @@ -52,6 +55,11 @@ rm -rf %{buildroot} %{_mandir}/man8/iptstate.* %changelog +* Mon Feb 25 2008 Thomas Woerner 2.2.1-3 +- fixed compile problem because of strerror undefined in scope + Fixes (rhbz#434482) +- fixed description (rhbz#140516) + * Wed Feb 20 2008 Fedora Release Engineering - 2.2.1-2 - Autorebuild for GCC 4.3