Hello community,

here is the log from the commit of package ior for openSUSE:Factory checked in 
at 2018-11-18 23:31:30
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ior (Old)
 and      /work/SRC/openSUSE:Factory/.ior.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ior"

Sun Nov 18 23:31:30 2018 rev:3 rq:649521 version:3.1.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/ior/ior.changes  2017-10-27 14:00:46.209843817 
+0200
+++ /work/SRC/openSUSE:Factory/.ior.new/ior.changes     2018-11-18 
23:31:44.941513244 +0100
@@ -1,0 +2,16 @@
+Fri Nov 16 08:38:13 UTC 2018 - Martin Pluskal <mplus...@suse.com>
+
+- Update dependencies
+- Be more explicit about used backends
+
+-------------------------------------------------------------------
+Thu Nov 15 13:14:16 UTC 2018 - jrivr...@suse.com
+
+ Update to version 3.1.0:
+  * includes support for PLFS (Jeff Inman, Brett Kettering, LANL)
+  * includes support for HDFS (Jeff Inman, LANL)
+  * includes support for S3 (Blair Crossman, Brett Kettering, LANL)
+  * option to use incompressible data transfers (Blair Crossman, LANL)
+  * code cleanup and general usability improvements (Rob Latham, ANL)
+
+-------------------------------------------------------------------

Old:
----
  ior-3.0.1.tar.gz

New:
----
  ior-3.1.0.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ ior.spec ++++++
--- /var/tmp/diff_new_pack.L6sVOq/_old  2018-11-18 23:31:47.617510023 +0100
+++ /var/tmp/diff_new_pack.L6sVOq/_new  2018-11-18 23:31:47.621510018 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package ior
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 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,20 +12,19 @@
 # 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/
 #
 
 
 Name:           ior
-Version:        3.0.1
+Version:        3.1.0
 Release:        0
 Summary:        Parallel filesystem I/O benchmark
-License:        GPL-2.0
+License:        GPL-2.0-only
 Group:          System/Benchmark
-Url:            https://github.com/LLNL/ior
-Source:         
https://github.com/LLNL/ior/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
-BuildRequires:  autoconf
-BuildRequires:  automake
+URL:            https://github.com/hpc/ior
+Source:         
https://github.com/hpc/ior/releases/download/%{version}/%{name}-%{version}.tar.gz
+BuildRequires:  libs3-devel
 BuildRequires:  openmpi2-devel
 Requires:       openmpi2
 
@@ -37,16 +36,18 @@
 
 %build
 export MPICC="%{_libdir}/mpi/gcc/openmpi2/bin/mpicc"
-./bootstrap
-%configure
+%configure \
+  --with-mpiio \
+  --with-posix
 make %{?_smp_mflags}
 
 %install
 %make_install
 rm %{buildroot}%{_datadir}/USER_GUIDE
+chmod -x  {COPYRIGHT,ChangeLog,README,doc/USER_GUIDE}
 
 %files
-%doc COPYRIGHT ChangeLog README doc/USER_GUIDE testing
+%doc COPYRIGHT ChangeLog README doc/USER_GUIDE
 %{_bindir}/%{name}
 
 %changelog

++++++ ior-3.0.1.tar.gz -> ior-3.1.0.tar.gz ++++++
++++ 26396 lines of diff (skipped)


Reply via email to