From 91f99efd4a99fea271ef630cccd05aceb4a7aecf Mon Sep 17 00:00:00 2001 From: Thomas Woerner Date: Nov 10 2009 15:25:13 +0000 Subject: - new version 2.2.2 - removed upstream strerror patch - fixed package description (rhbz#140516) --- diff --git a/.cvsignore b/.cvsignore index 5e58d21..a2088ba 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1,2 +1,3 @@ iptstate-2.1.tar.bz2 iptstate-2.2.1.tar.bz2 +iptstate-2.2.2.tar.bz2 diff --git a/iptstate-2.2.1-strerror.patch b/iptstate-2.2.1-strerror.patch deleted file mode 100644 index 62cff74..0000000 --- a/iptstate-2.2.1-strerror.patch +++ /dev/null @@ -1,11 +0,0 @@ -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 b9e5983..9fd9f47 100644 --- a/iptstate.spec +++ b/iptstate.spec @@ -1,10 +1,9 @@ Name: iptstate Summary: A top-like display of IP Tables state table entries -Version: 2.2.1 -Release: 6%{?dist} +Version: 2.2.2 +Release: 1%{?dist} Source: http://downloads.sourceforge.net/%{name}/%{name}-%{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) @@ -14,10 +13,10 @@ BuildRequires: ncurses-devel BuildRequires: libnetfilter_conntrack-devel %description -IP Tables State (iptstate) was originally written to implement -the "state top" feature of IP Filter (see "The Idea" below) in -IP Tables. "State top" displays the states held by your stateful -firewall in a top-like manner. +IP Tables State (iptstate) was originally written to implement +the "state top" feature of IP Filter in IP Tables. "State top" +displays the states held by your stateful firewall in a top-like +manner. 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 @@ -37,7 +36,6 @@ display the state table once. %prep %setup -q %patch0 -p1 -b .man8 -%patch1 -p1 -b .strerror %build make %{?_smp_mflags} CXXFLAGS="$RPM_OPT_FLAGS" @@ -56,6 +54,11 @@ rm -rf %{buildroot} %{_mandir}/man8/iptstate.* %changelog +* Tue Nov 10 2009 Thomas Woerner 2.2.2-1 +- new version 2.2.2 +- removed upstream strerror patch +- fixed package description (rhbz#140516) + * Fri Jul 24 2009 Fedora Release Engineering - 2.2.1-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild diff --git a/sources b/sources index e1f70d0..9d39e9b 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -6b08f09b9917f644629efea1febec4b3 iptstate-2.2.1.tar.bz2 +b3f2e89ef38d6e8a85c8ab88a9c514d8 iptstate-2.2.2.tar.bz2