[tcpflow] New major version Project has moved to new site and maintainer

terjeros terjeros at fedoraproject.org
Sat Oct 22 15:18:06 UTC 2011


commit 6c7dbbde3b18ccf693d6b370cdef63921a2951ea
Author: Terje Røsten <terje.rosten at ntnu.no>
Date:   Sat Oct 22 17:18:02 2011 +0200

    New major version
    Project has moved to new site and maintainer

 .gitignore                       |    1 +
 sources                          |    2 +-
 tcpflow-0.21-color.patch         |  249 --------------------------------------
 tcpflow-0.21-stats-timeout.patch |   84 -------------
 tcpflow.spec                     |   20 ++--
 5 files changed, 13 insertions(+), 343 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 1e601d5..adbb136 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 tcpflow-0.21.tar.gz
+/tcpflow-1.0.1.tar.gz
diff --git a/sources b/sources
index c0e20c0..1947315 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-45a5aef6f043312315b7f342afc4a9c5  tcpflow-0.21.tar.gz
+e9955b9090451e536ad9000c6ee4e597  tcpflow-1.0.1.tar.gz
diff --git a/tcpflow.spec b/tcpflow.spec
index 12c07e5..3e5ecf0 100644
--- a/tcpflow.spec
+++ b/tcpflow.spec
@@ -1,14 +1,11 @@
 Summary:       Network traffic recorder
 Name:          tcpflow
-Version:       0.21
-Release:       9%{?dist}
+Version:       1.0.1
+Release:       1%{?dist}
 License:       GPL+
 Group:         Applications/Internet
-URL:           http://www.circlemud.org/~jelson/software/tcpflow/
-Source0:       http://www.circlemud.org/pub/jelson/tcpflow/tcpflow-%{version}.tar.gz
-# From Debian:
-Patch0:        tcpflow-0.21-color.patch 
-Patch1:        tcpflow-0.21-stats-timeout.patch 
+URL:           http://afflib.org/software/tcpflow/
+Source0:       http://afflib.org/downloads/tcpflow-%{version}.tar.gz
 BuildRequires: libpcap-devel
 BuildRoot:     %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 %description
@@ -22,8 +19,6 @@ separate file for later analysis.
 
 %prep
 %setup -q
-%patch0 -p1
-%patch1 -p1
 %{__chmod} 0644 COPYING
 
 %build
@@ -34,6 +29,9 @@ separate file for later analysis.
 %{__rm} -rf %{buildroot}
 %{__make} DESTDIR=%{buildroot} INSTALL='install -p' install
 
+%check
+%{__make} check
+
 %clean
 %{__rm} -rf %{buildroot}
 
@@ -44,6 +42,10 @@ separate file for later analysis.
 %{_mandir}/man1/%{name}*
 
 %changelog
+* Fri Oct 21 2011 Terje Rosten <terje.rosten at ntnu.no> - 1.0.1-1
+- New major version
+- Project has moved to new site and maintainer
+
 * Wed Feb 09 2011 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.21-9
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
 


More information about the scm-commits mailing list