[tcpflow] Fix issue with expressions

terjeros terjeros at fedoraproject.org
Thu Nov 24 19:32:40 UTC 2011


commit 484df3eeb1cb1fa433dd27b07d6edad1c99e9d5b
Author: Terje Røsten <terje.rosten at ntnu.no>
Date:   Thu Nov 24 20:32:36 2011 +0100

    Fix issue with expressions

 .gitignore   |    1 +
 sources      |    2 +-
 tcpflow.spec |    5 ++++-
 3 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index adbb136..522849d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 tcpflow-0.21.tar.gz
 /tcpflow-1.0.1.tar.gz
+/tcpflow-1.0.4.tar.gz
diff --git a/sources b/sources
index 1947315..4237b6e 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-e9955b9090451e536ad9000c6ee4e597  tcpflow-1.0.1.tar.gz
+88f25ee8723f9d7291f444e4f56dee13  tcpflow-1.0.4.tar.gz
diff --git a/tcpflow.spec b/tcpflow.spec
index 3e5ecf0..bb1d9a3 100644
--- a/tcpflow.spec
+++ b/tcpflow.spec
@@ -1,6 +1,6 @@
 Summary:       Network traffic recorder
 Name:          tcpflow
-Version:       1.0.1
+Version:       1.0.4
 Release:       1%{?dist}
 License:       GPL+
 Group:         Applications/Internet
@@ -42,6 +42,9 @@ separate file for later analysis.
 %{_mandir}/man1/%{name}*
 
 %changelog
+* Thu Nov 24 2011 Terje Rosten <terje.rosten at ntnu.no> - 1.0.4-1
+- Fix issue with expressions
+
 * 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


More information about the scm-commits mailing list