[n2n/el6] update to the latest 2.1.0 stable version

Hushan Jia hushan at fedoraproject.org
Tue Aug 16 03:47:08 UTC 2011


commit 69598b24658cb921be80c5ca907ef45d59a88263
Author: Hushan Jia <hushan.jia at gmail.com>
Date:   Tue Aug 16 03:45:45 2011 +0800

    update to the latest 2.1.0 stable version

 .gitignore |    1 +
 n2n.spec   |   13 ++++++++-----
 sources    |    2 +-
 3 files changed, 10 insertions(+), 6 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index df1ba37..3d29d2d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /n2n-2.0.1.tar.bz2
+/n2n-2.1.0.tar.bz2
diff --git a/n2n.spec b/n2n.spec
index c6ff7c3..356db57 100644
--- a/n2n.spec
+++ b/n2n.spec
@@ -1,14 +1,14 @@
 Name:           n2n
-Version:        2.0.1
-Release:        3%{?dist}
+Version:        2.1.0
+Release:        1%{?dist}
 Summary:        A layer-two peer-to-peer virtual private network
 
 Group:          Applications/Internet
 License:        GPLv3+
 URL:            http://www.ntop.org/n2n
 # The source for this package was pulled from upstream's svn repository.
-# git svn clone --no-minimize-url https://svn.ntop.org/svn/ntop/tags/n2n-2.0.1
-# (cd n2n-2.0.1 && git archive HEAD --format=tar --prefix=n2n-2.0.1/) | bzip2 - > n2n-2.0.1.tar.bz2
+# git svn clone --no-minimize-url https://svn.ntop.org/svn/ntop/tags/n2n-2.1.0
+# (cd n2n-2.1.0 && git archive HEAD --format=tar --prefix=n2n-2.1.0/) | bzip2 - > n2n-2.1.0.tar.bz2
 Source0:        %{name}-%{version}.tar.bz2
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
@@ -47,7 +47,10 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
-* Tue Apr 6 2011 Hushan Jia <hjia at redhat.com> 2.0.1-3
+* Tue Aug 16 2011 Hushan Jia <hushan.jia at gmail.com> 2.1.0-1
+- update to upstream 2.1.0 stable version
+
+* Wed Apr 6 2011 Hushan Jia <hjia at redhat.com> 2.0.1-3
 - remove unnecessary requires
 
 * Tue Apr 5 2011 Hushan Jia <hjia at redhat.com> 2.0.1-2
diff --git a/sources b/sources
index dd4827f..edb3022 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-25ca2a8dad65fbccbb0066e59bad7d1d  n2n-2.0.1.tar.bz2
+06cfd8231c4f85fc0f87b669cb33d6f4  n2n-2.1.0.tar.bz2


More information about the scm-commits mailing list