[tcpreplay] Bump up to 4.0.0beta2.

bojan bojan at fedoraproject.org
Wed Jan 1 02:23:18 UTC 2014


commit 778d0254653bc7d144ae3a8d2bf840e4f0f3e9e2
Author: Bojan Smojver <bojan at rexursive.com>
Date:   Wed Jan 1 13:23:00 2014 +1100

    Bump up to 4.0.0beta2.

 .gitignore     |    1 +
 sources        |    2 +-
 tcpreplay.spec |   13 +++++++++----
 3 files changed, 11 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index c9b6341..984f683 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 tcpreplay-3.4.4.tar.gz
+/tcpreplay-4.0.0beta2.tar.gz
diff --git a/sources b/sources
index dd89bf3..71adb11 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-22725feb9b2590809f9350308ec65180  tcpreplay-3.4.4.tar.gz
+2be9787c2202a9c5b19fc13d37389764  tcpreplay-4.0.0beta2.tar.gz
diff --git a/tcpreplay.spec b/tcpreplay.spec
index 05c3265..7ef55d3 100644
--- a/tcpreplay.spec
+++ b/tcpreplay.spec
@@ -5,15 +5,17 @@
 %define pcapdep libpcap-devel
 %endif
 
+%define PREVER beta2
+
 Name:           tcpreplay
-Version:        3.4.4
-Release:        6%{?dist}
+Version:        4.0.0
+Release:        0.%{PREVER}.1%{?dist}
 Summary:        Replay captured network traffic
 
 Group:          Applications/Internet
 License:        BSD
 URL:            http://tcpreplay.synfin.net/trac/
-Source:         http://prdownloads.sourceforge.net/tcpreplay/tcpreplay-%{version}.tar.gz
+Source:         http://prdownloads.sourceforge.net/tcpreplay/tcpreplay-%{version}%{PREVER}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  %{pcapdep} >= 0.8.0, tcpdump
@@ -30,7 +32,7 @@ certain conditions as well as capinfo which provides basic information about
 capture files.
 
 %prep
-%setup -q
+%setup -q -n %{name}-%{version}%{PREVER}
 
 %build
 %configure --enable-dynamic-link \
@@ -65,6 +67,9 @@ capture files.
 %{_bindir}/*
 
 %changelog
+* Wed Jan  1 2014 Bojan Smojver <bojan at rexursive com> - 4.0.0-0.beta2.1
+- bump up to 4.0.0beta2
+
 * Sun Aug 04 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 3.4.4-6
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
 


More information about the scm-commits mailing list