Hello community, here is the log from the commit of package meabo for openSUSE:Factory checked in at 2019-03-06 15:47:51 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/meabo (Old) and /work/SRC/openSUSE:Factory/.meabo.new.28833 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "meabo" Wed Mar 6 15:47:51 2019 rev:2 rq:681722 version:1.0+git.20180412 Changes: -------- --- /work/SRC/openSUSE:Factory/meabo/meabo.changes 2016-10-20 23:07:51.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.meabo.new.28833/meabo.changes 2019-03-06 15:47:55.712442209 +0100 @@ -1,0 +2,6 @@ +Tue Mar 5 12:29:21 UTC 2019 - Martin Pluskal <[email protected]> + +- Update to version 1.0+git.20180412: + * Add missing #ifdef _OPENMP + +------------------------------------------------------------------- Old: ---- meabo-1.0+git.20160823.tar.xz New: ---- _servicedata meabo-1.0+git.20180412.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ meabo.spec ++++++ --- /var/tmp/diff_new_pack.r2LPYL/_old 2019-03-06 15:47:56.652441960 +0100 +++ /var/tmp/diff_new_pack.r2LPYL/_new 2019-03-06 15:47:56.656441959 +0100 @@ -1,7 +1,7 @@ # -# spec file for package maebo +# spec file for package meabo # -# Copyright (c) 2016 SUSE LINUX 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,16 +12,17 @@ # 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: meabo -Version: 1.0+git.20160823 +Version: 1.0+git.20180412 Release: 0 -License: Apache-2.0 Summary: Multi-purpose multi-phase micro-benchmark -Url: https://github.com/ARM-software/meabo +License: Apache-2.0 Group: System/Benchmark +URL: https://github.com/ARM-software/meabo Source: %{name}-%{version}.tar.xz %description @@ -45,7 +46,6 @@ what is being run, where it is run, and whether it's single or multi-threaded, all within the same run of the application. - %prep %setup -q @@ -56,8 +56,8 @@ install -D -p -m 0755 %{name}.default %{buildroot}%{_bindir}/%{name} %files -%defattr(-,root,root) -%doc README.md LICENSE.txt +%license LICENSE.txt +%doc README.md %{_bindir}/%{name} %changelog ++++++ _servicedata ++++++ <servicedata> <service name="tar_scm"> <param name="url">https://github.com/ARM-software/meabo.git</param> <param name="changesrevision">cd06cd4ce59dd4d83db53ada214ca9f7340924d8</param></service></servicedata>++++++ meabo-1.0+git.20160823.tar.xz -> meabo-1.0+git.20180412.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/meabo-1.0+git.20160823/compute_kernels.c new/meabo-1.0+git.20180412/compute_kernels.c --- old/meabo-1.0+git.20160823/compute_kernels.c 2016-08-23 17:29:24.000000000 +0200 +++ new/meabo-1.0+git.20180412/compute_kernels.c 2018-04-12 13:25:08.000000000 +0200 @@ -19,7 +19,6 @@ */ #include "compute_kernels.h" - void phase1_compute(const int num_iterations, const int array_size, const int block_size, register double temp1, register double temp2, register double temp3, register int int_temp1, register int int_temp2, @@ -820,7 +819,11 @@ } #endif +#ifdef _OPENMP seed = omp_get_thread_num(); +#else + seed = rand(); +#endif #pragma omp for for (unsigned long iter = 0; iter < num_iterations * num_randomloc; ++iter) { index = rand_r(&seed) % num_randomloc;
