[sockperf] Update to current upstream from SVN

Michal Schmidt michich at fedoraproject.org
Mon Sep 8 14:29:51 UTC 2014


commit 8a2dfca329d7c1dd8b922ff95612280d4cb23e7b
Author: Michal Schmidt <mschmidt at redhat.com>
Date:   Mon Sep 8 16:29:29 2014 +0200

    Update to current upstream from SVN
    
    Has aarch64 and ppc64 support.

 .gitignore    |    1 +
 sockperf.spec |   15 +++++++++++----
 sources       |    2 +-
 3 files changed, 13 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e68197b..5519d79 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /sockperf-2.5.241.tar.gz
+/sockperf-2.5.244.tar.xz
diff --git a/sockperf.spec b/sockperf.spec
index b588dfd..e14839f 100644
--- a/sockperf.spec
+++ b/sockperf.spec
@@ -1,15 +1,18 @@
 Name:           sockperf
-Version:        2.5.241
-Release:        6%{?dist}
+Version:        2.5.244
+Release:        1%{?dist}
 Summary:        Network benchmarking utility for testing latency and throughput
 
 License:        BSD
 URL:            https://code.google.com/p/sockperf/
-Source0:        https://sockperf.googlecode.com/files/%{name}-%{version}.tar.gz
+#Source0:        https://sockperf.googlecode.com/files/%{name}-%{version}.tar.gz
+#Source archive generated from upstream SVN checkout:
+# svn export -r 244 http://sockperf.googlecode.com/svn/branches/sockperf_v2/ sockperf-2.5.244
+# tar -cJvf sockperf-2.5.244.tar.xz sockperf-2.5.244/
+Source0:        sockperf-2.5.244.tar.xz
 Patch1:         0001-Don-t-throw-away-Fedora-s-CXXFLAGS.patch
 Patch2:         0002-drop-the-sockperf_-version-copy-of-the-binary.patch
 Patch3:         0003-doc-installation-fixes.patch
-Patch4:         0004-add-AArch64-support.patch
 
 BuildRequires:  autoconf automake git
 BuildRequires:  doxygen
@@ -73,6 +76,10 @@ make %{?_smp_mflags}
 
 
 %changelog
+* Mon Sep 08 2014 Michal Schmidt <mschmidt at redhat.com> - 2.5.244-1
+- Update to current upstream from SVN.
+- Has aarch64 and ppc64 support.
+
 * Mon Aug 18 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 2.5.241-6
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
 
diff --git a/sources b/sources
index 7241f99..488db90 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-9daf18578324407dbbb9547da48ab433  sockperf-2.5.241.tar.gz
+ca2035502fa4b9bab1ab5dbdca65a8c9  sockperf-2.5.244.tar.xz


More information about the scm-commits mailing list