Hello community, here is the log from the commit of package benchmark for openSUSE:Factory checked in at 2019-06-24 21:53:17 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/benchmark (Old) and /work/SRC/openSUSE:Factory/.benchmark.new.4615 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "benchmark" Mon Jun 24 21:53:17 2019 rev:12 rq:711652 version:1.5.0 Changes: -------- --- /work/SRC/openSUSE:Factory/benchmark/benchmark.changes 2019-02-25 17:57:08.642301002 +0100 +++ /work/SRC/openSUSE:Factory/.benchmark.new.4615/benchmark.changes 2019-06-24 21:54:07.500141312 +0200 @@ -1,0 +2,11 @@ +Mon Jun 24 07:26:21 UTC 2019 - Martin Pluskal <[email protected]> + +- Update to version 1.5.0: + * Bump CMake minimum version to 3.5.1 (see dependencies.md) + * Add threads and repetitions to the JSON outputa + * Memory management and reporting hooks + * Documentation improvements + * Miscellaneous build fixes +- Disable gtest part of tests untill new gtest is available + +------------------------------------------------------------------- Old: ---- benchmark-1.4.1.tar.gz New: ---- benchmark-1.5.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ benchmark.spec ++++++ --- /var/tmp/diff_new_pack.J1olpx/_old 2019-06-24 21:54:09.388142765 +0200 +++ /var/tmp/diff_new_pack.J1olpx/_new 2019-06-24 21:54:09.388142765 +0200 @@ -19,14 +19,14 @@ %define soname lib%{name} %define sover 0 Name: benchmark -Version: 1.4.1 +Version: 1.5.0 Release: 0 Summary: A microbenchmark support library License: Apache-2.0 Group: Development/Libraries/C and C++ URL: https://github.com/google/benchmark Source: https://github.com/google/benchmark/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz -BuildRequires: cmake +BuildRequires: cmake >= 3.5.1 BuildRequires: gcc-c++ BuildRequires: git-core BuildRequires: gmock @@ -64,6 +64,7 @@ %cmake \ -DBENCHMARK_ENABLE_LTO=on \ + -DBENCHMARK_ENABLE_GTEST_TESTS=false \ -DBENCHMARK_ENABLE_TESTING=true %make_jobs ++++++ benchmark-1.4.1.tar.gz -> benchmark-1.5.0.tar.gz ++++++ ++++ 10651 lines of diff (skipped)
