[tcptrack/f16] Update to 1.4.2

jiteshs jiteshs at fedoraproject.org
Thu Aug 11 06:48:51 UTC 2011


commit 55d130f5a76b52675b318d96889696d3976e2411
Author: Jitesh Shah <jitesh.1337 at gmail.com>
Date:   Wed Aug 10 23:47:53 2011 -0700

    Update to 1.4.2
    
    Signed-off-by: Jitesh Shah <jitesh.1337 at gmail.com>

 .gitignore                      |    1 +
 sources                         |    2 +-
 tcptrack-1.3.0-util.patch       |   10 ----------
 tcptrack-1.4.0-unused-var.patch |   15 ---------------
 tcptrack.spec                   |   16 ++++++++--------
 5 files changed, 10 insertions(+), 34 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 347ae1d..0b8ae19 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 tcptrack-1.3.0.tar.gz
 /tcptrack-1.4.0.tar.gz
+/tcptrack-1.4.2.tar.gz
diff --git a/sources b/sources
index 284848c..9b3b4c5 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-c177a4f170eefb2c3719965694496228  tcptrack-1.4.0.tar.gz
+dacf71a6b5310caf1203a2171b598610  tcptrack-1.4.2.tar.gz
diff --git a/tcptrack.spec b/tcptrack.spec
index bb74378..8136a7d 100644
--- a/tcptrack.spec
+++ b/tcptrack.spec
@@ -1,16 +1,14 @@
 Name:           tcptrack
-Version:        1.4.0
-Release:        3%{?dist}
+Version:        1.4.2
+Release:        1%{?dist}
 Summary:        Displays information about tcp connections on a network interface
 
 Group:          Applications/System
 License:        LGPLv2+
 URL:            http://www.rhythm.cx/~steve/devel/tcptrack/
 Source0:        http://www.rhythm.cx/~steve/devel/%{name}/release/%{version}/source/%{name}-%{version}.tar.gz
-Patch0:         tcptrack-1.3.0-util.patch
 #Increase text ui select timeout to 10000 usec, upstream agrees
-Patch1:         tcptrack-1.4.0-timeout.patch
-Patch2:		tcptrack-1.4.0-unused-var.patch
+Patch0:         tcptrack-1.4.0-timeout.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  ncurses-devel
@@ -26,9 +24,7 @@ and bandwidth usage
 
 %prep
 %setup -q
-%patch0 -p1 -b .util
-%patch1 -p1 -b .timeout
-%patch2 -p1 -b .unused
+%patch0 -p1 -b .timeout
 
 %build
 %configure
@@ -52,6 +48,10 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Wed Aug 10 2011 Jitesh Shah <jitesh.1337 at gmail.com> - 1.4.2-1
+- Updated to new version
+- Security fixes
+
 * Thu Jul 14 2011 Jitesh Shah <jitesh.1337 at gmail.com> - 1.4.0-3
 - Fixed a build fault
 


More information about the scm-commits mailing list