[tcpcopy/el6: 5/6] Update to 0.9.7

Christopher Meng cicku at fedoraproject.org
Fri Feb 14 02:17:03 UTC 2014


commit 4b61c74ffd529613870d6c6f8e64c950408f6cc6
Author: Christopher Meng <i at cicku.me>
Date:   Fri Feb 14 10:13:18 2014 +0800

    Update to 0.9.7

 .gitignore   |    1 +
 sources      |    2 +-
 tcpcopy.spec |   26 ++++++++++++++------------
 3 files changed, 16 insertions(+), 13 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index a4d00e4..334e681 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 /fedora_tcpcopy-0.8.0.tar.gz
 /tcpcopy-0.9.5.tar.gz
 /tcpcopy-0.9.6.tar.gz
+/tcpcopy-0.9.7.tar.gz
diff --git a/sources b/sources
index d46891e..15916ff 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-ff434adff91d0d9547cea24708ce46ea  tcpcopy-0.9.6.tar.gz
+be3339b2cf825a347637b6c2452df435  tcpcopy-0.9.7.tar.gz
diff --git a/tcpcopy.spec b/tcpcopy.spec
index afd5bfd..3a61709 100644
--- a/tcpcopy.spec
+++ b/tcpcopy.spec
@@ -1,10 +1,10 @@
 Name:           tcpcopy
-Version:        0.9.6
+Version:        0.9.7
 Release:        1%{?dist}
 Summary:        An online request replication tool
 License:        BSD
 URL:            https://github.com/wangbin579/tcpcopy
-Source0:        https://tcpcopy.googlecode.com/files/%{name}-%{version}.tar.gz
+Source0:        https://github.com/wangbin579/tcpcopy/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
 BuildRequires:  autoconf
 BuildRequires:  automake
 BuildRequires:  libnetfilter_queue-devel
@@ -12,13 +12,12 @@ BuildRequires:  libtool
 Requires:       iptables
 
 %description
-It can help you find bugs without deploying your server software on your 
-production servers. It can also be used to do smoke testing.
-For example, when you want to migrate from Apache to Nginx, tcpcopy can help 
-you test it. Apache is running online, while tcpcopy can copy the TCP flows 
-from Apache to Nginx. To Nginx, the TCP flows are just forwarding to it. 
-This will not affect Apache at all except cost a little network 
-bandwidth and CPU load.
+tcpcopy can help you find bugs without deploying your server software on your 
+production servers. It can also be used to do smoke testing. For example, when
+you want to migrate from Apache to Nginx, tcpcopy can help you test it. Apache
+is running online, while tcpcopy can copy the TCP flows from Apache to Nginx. 
+To Nginx, the TCP flows are just forwarding to it. This will not affect Apache
+at all except cost a little network bandwidth and CPU load.
 
 %prep
 %setup -q
@@ -37,11 +36,14 @@ make install DESTDIR=%{buildroot}
 %{_bindir}/*
 
 %changelog
+* Fri Feb 14 2014 Christopher Meng <rpm at cicku.me> - 0.9.7-1
+- Update to 0.9.7
+
 * Thu Nov 14 2013 Christopher Meng <rpm at cicku.me> - 0.9.6-1
-- New version.
+- Update to 0.9.6
 
 * Tue Oct 22 2013 Christopher Meng <rpm at cicku.me> - 0.9.5-1
-- New version.
+- Update to 0.9.5
 
 * Sun Aug 04 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.8.0-4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
@@ -53,7 +55,7 @@ make install DESTDIR=%{buildroot}
 - Remove bundled libraries.
 
 * Fri Jun 07 2013 Christopher Meng <rpm at cicku.me> - 0.8.0-1
-- New upstream release.
+- Update to 0.8.0
 
 * Tue May 21 2013 Christopher Meng <rpm at cicku.me> - 0.7.0-2
 - Fix the incorrect license.


More information about the scm-commits mailing list