rpms/iptstate/devel iptstate-2.2.1-strerror.patch, NONE, 1.1 iptstate.spec, 1.16, 1.17

Thomas Woerner (twoerner) fedora-extras-commits at redhat.com
Mon Feb 25 10:44:38 UTC 2008


Author: twoerner

Update of /cvs/pkgs/rpms/iptstate/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21839

Modified Files:
	iptstate.spec 
Added Files:
	iptstate-2.2.1-strerror.patch 
Log Message:
- fixed compile problem because of strerror undefined in scope
  Fixes (rhbz#434482)
- fixed description (rhbz#140516)



iptstate-2.2.1-strerror.patch:

--- NEW FILE iptstate-2.2.1-strerror.patch ---
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 <iostream>
 #include <string>
+#include <cstring>
 #include <vector>
 #include <fstream>
 #include <sstream>


Index: iptstate.spec
===================================================================
RCS file: /cvs/pkgs/rpms/iptstate/devel/iptstate.spec,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- iptstate.spec	20 Feb 2008 05:59:45 -0000	1.16
+++ iptstate.spec	25 Feb 2008 10:44:02 -0000	1.17
@@ -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 @@
 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 @@
 %{_mandir}/man8/iptstate.*
 
 %changelog
+* Mon Feb 25 2008 Thomas Woerner <twoerner at redhat.com> 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 <rel-eng at fedoraproject.org> - 2.2.1-2
 - Autorebuild for GCC 4.3
 




More information about the fedora-extras-commits mailing list