commit qperf for openSUSE:Factory

2020-10-05 Thread root
Hello community,

here is the log from the commit of package qperf for openSUSE:Factory checked 
in at 2020-10-05 19:42:31

Comparing /work/SRC/openSUSE:Factory/qperf (Old)
 and  /work/SRC/openSUSE:Factory/.qperf.new.4249 (New)


Package is "qperf"

Mon Oct  5 19:42:31 2020 rev:4 rq:839584 version:0.4.11

Changes:

--- /work/SRC/openSUSE:Factory/qperf/qperf.changes  2019-06-04 
12:14:12.211785165 +0200
+++ /work/SRC/openSUSE:Factory/.qperf.new.4249/qperf.changes2020-10-05 
19:43:20.857799398 +0200
@@ -1,0 +2,6 @@
+Mon Oct  5 09:05:43 UTC 2020 - Nicolas Morey-Chaisemartin 

+
+- Update to v0.4.11
+  - No changelog available
+
+---

Old:

  qperf-0.4.10.0.aa644b22fff9.tar.bz2

New:

  qperf-0.4.11.0.c706363815a3.tar.bz2



Other differences:
--
++ qperf.spec ++
--- /var/tmp/diff_new_pack.ZvCwYA/_old  2020-10-05 19:43:21.337799867 +0200
+++ /var/tmp/diff_new_pack.ZvCwYA/_new  2020-10-05 19:43:21.337799867 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package qperf
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,16 +16,16 @@
 #
 
 
-%define git_ver .0.aa644b22fff9
+%define git_ver .0.c706363815a3
 
 Name:   qperf
 Summary:Tool to measure socket and RDMA performance
 License:BSD-2-Clause OR GPL-2.0-only
 Group:  Productivity/Networking/Diagnostic
-Version:0.4.10
+Version:0.4.11
 Release:0
 Source: %{name}-%{version}%{git_ver}.tar.bz2
-Url:http://github.com/linux-rdma/qperf
+URL:http://github.com/linux-rdma/qperf
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  autoconf
 BuildRequires:  automake

++ _service ++
--- /var/tmp/diff_new_pack.ZvCwYA/_old  2020-10-05 19:43:21.373799902 +0200
+++ /var/tmp/diff_new_pack.ZvCwYA/_new  2020-10-05 19:43:21.377799906 +0200
@@ -8,7 +8,7 @@
 @PARENT_TAG@.@TAG_OFFSET@.%h
 v(.*)
 \1
-aa644b22fff9e939e549a9759629be58b3c5cac2
+c706363815a38ff2c5cbc07b73e2cfaaa59bae0f
   
   
 qperf*.tar

++ qperf-0.4.10.0.aa644b22fff9.tar.bz2 -> 
qperf-0.4.11.0.c706363815a3.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/qperf-0.4.10.0.aa644b22fff9/cleanup 
new/qperf-0.4.11.0.c706363815a3/cleanup
--- old/qperf-0.4.10.0.aa644b22fff9/cleanup 2017-07-19 18:34:25.0 
+0200
+++ new/qperf-0.4.11.0.c706363815a3/cleanup 2018-04-03 19:29:49.0 
+0200
@@ -22,6 +22,7 @@
 src/help.c
 src/qperf.1
 src/qperf
+compile
 EOF`
 
 # We need to keep qperf.spec around for the OFED scripts but delete it if we do
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/qperf-0.4.10.0.aa644b22fff9/configure.ac 
new/qperf-0.4.11.0.c706363815a3/configure.ac
--- old/qperf-0.4.10.0.aa644b22fff9/configure.ac1970-01-01 
01:00:00.0 +0100
+++ new/qperf-0.4.11.0.c706363815a3/configure.ac2018-04-03 
19:29:49.0 +0200
@@ -0,0 +1,10 @@
+AC_INIT(qperf, 0.4.10, gene...@lists.openfabrics.org)
+AM_INIT_AUTOMAKE
+AC_PROG_CC
+AC_CHECK_LIB(ibverbs, ibv_open_device, RDMA=1)
+AC_CHECK_LIB(ibverbs, ibv_open_xrc_domain, HAS_XRC=1)
+AC_CHECK_LIB(rdmacm, rdma_create_id)
+AM_CONDITIONAL(RDMA, test -n "$RDMA")
+AM_CONDITIONAL(HAS_XRC, test -n "$HAS_XRC")
+AC_CONFIG_FILES([qperf.spec])
+AC_OUTPUT(Makefile src/Makefile)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/qperf-0.4.10.0.aa644b22fff9/configure.in 
new/qperf-0.4.11.0.c706363815a3/configure.in
--- old/qperf-0.4.10.0.aa644b22fff9/configure.in2017-07-19 
18:34:25.0 +0200
+++ new/qperf-0.4.11.0.c706363815a3/configure.in1970-01-01 
01:00:00.0 +0100
@@ -1,10 +0,0 @@
-AC_INIT(qperf, 0.4.10, gene...@lists.openfabrics.org)
-AM_INIT_AUTOMAKE(qperf, 0.4.10)
-AC_PROG_CC
-AC_CHECK_LIB(ibverbs, ibv_open_device, RDMA=1)
-AC_CHECK_LIB(ibverbs, ibv_open_xrc_domain, HAS_XRC=1)
-AC_CHECK_LIB(rdmacm, rdma_create_id)
-AM_CONDITIONAL(RDMA, test -n "$RDMA")
-AM_CONDITIONAL(HAS_XRC, test -n "$HAS_XRC")
-AC_CONFIG_FILES([qperf.spec])
-AC_OUTPUT(Makefile src/Makefile)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/qperf-0.4.10.0.aa644b22fff9/src/qperf.c 
new/qperf-0.4.11.0.c706363815a3/src/qperf.c
--- old/qperf-0.4.10.0.aa644b22fff9/src/qperf.c 2017-07-19 18:34:25.0 
+0200
+++ new/qperf-0.4.11.0.c706363815a3/src/qperf.c 2018-04-03 19:29:49.0 

commit qperf for openSUSE:Factory

2019-06-04 Thread root
Hello community,

here is the log from the commit of package qperf for openSUSE:Factory checked 
in at 2019-06-04 12:14:07

Comparing /work/SRC/openSUSE:Factory/qperf (Old)
 and  /work/SRC/openSUSE:Factory/.qperf.new.5148 (New)


Package is "qperf"

Tue Jun  4 12:14:07 2019 rev:3 rq:707349 version:0.4.10

Changes:

--- /work/SRC/openSUSE:Factory/qperf/qperf.changes  2019-06-01 
09:47:18.151369295 +0200
+++ /work/SRC/openSUSE:Factory/.qperf.new.5148/qperf.changes2019-06-04 
12:14:12.211785165 +0200
@@ -1,0 +2,5 @@
+Sun Jun  2 17:27:53 UTC 2019 - Jan Engelhardt 
+
+- Use noun phrase in summary. Wrap description.
+
+---



Other differences:
--
++ qperf.spec ++
--- /var/tmp/diff_new_pack.hEY0oG/_old  2019-06-04 12:14:13.027784898 +0200
+++ /var/tmp/diff_new_pack.hEY0oG/_new  2019-06-04 12:14:13.027784898 +0200
@@ -19,7 +19,7 @@
 %define git_ver .0.aa644b22fff9
 
 Name:   qperf
-Summary:Measure socket and RDMA performance
+Summary:Tool to measure socket and RDMA performance
 License:BSD-2-Clause OR GPL-2.0-only
 Group:  Productivity/Networking/Diagnostic
 Version:0.4.10
@@ -34,7 +34,8 @@
 BuildRequires:  libtool
 
 %description
-qperf measures bandwidth and latency between two nodes.  It can work over 
TCP/IP as well as the RDMA transports.
+qperf measures bandwidth and latency between two nodes. It can work
+over TCP/IP as well as the RDMA transports.
 
 %prep
 %setup -q -n  %{name}-%{version}%{git_ver}




commit qperf for openSUSE:Factory

2019-06-01 Thread root
Hello community,

here is the log from the commit of package qperf for openSUSE:Factory checked 
in at 2019-06-01 09:47:16

Comparing /work/SRC/openSUSE:Factory/qperf (Old)
 and  /work/SRC/openSUSE:Factory/.qperf.new.5148 (New)


Package is "qperf"

Sat Jun  1 09:47:16 2019 rev:2 rq:705812 version:0.4.10

Changes:

--- /work/SRC/openSUSE:Factory/qperf/qperf.changes  2018-01-17 
21:55:26.971253744 +0100
+++ /work/SRC/openSUSE:Factory/.qperf.new.5148/qperf.changes2019-06-01 
09:47:18.151369295 +0200
@@ -1,0 +2,6 @@
+Tue May 28 07:41:00 UTC 2019 - Nicolas Morey-Chaisemartin 

+
+- Fix typo in patchname previous log entry
+- Use %license for COPYING
+
+---
@@ -6 +12 @@
-- Drop perf-autoconf.patch and qperf-add_missing_lib.patch
+- Drop qperf-autoconf.patch and qperf-add_missing_lib.patch



Other differences:
--
++ qperf.spec ++
--- /var/tmp/diff_new_pack.GYbrNQ/_old  2019-06-01 09:47:18.891369042 +0200
+++ /var/tmp/diff_new_pack.GYbrNQ/_new  2019-06-01 09:47:18.891369042 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package qperf
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,22 +12,26 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
+
 %define git_ver .0.aa644b22fff9
 
 Name:   qperf
 Summary:Measure socket and RDMA performance
+License:BSD-2-Clause OR GPL-2.0-only
+Group:  Productivity/Networking/Diagnostic
 Version:0.4.10
 Release:0
-License:BSD-2-Clause or GPL-2.0
-Group:  Productivity/Networking/Diagnostic
 Source: %{name}-%{version}%{git_ver}.tar.bz2
 Url:http://github.com/linux-rdma/qperf
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  libibverbs-devel librdmacm-devel
-BuildRequires:  autoconf automake libtool
+BuildRequires:  autoconf
+BuildRequires:  automake
+BuildRequires:  libibverbs-devel
+BuildRequires:  librdmacm-devel
+BuildRequires:  libtool
 
 %description
 qperf measures bandwidth and latency between two nodes.  It can work over 
TCP/IP as well as the RDMA transports.
@@ -48,7 +52,7 @@
 
 %files
 %defattr(-, root, root)
-%doc COPYING
+%license COPYING
 %_bindir/qperf
 %_mandir/man1/qperf.1*