diff --git a/benchmark-1.4.1.tar.gz b/benchmark-1.4.1.tar.gz deleted file mode 100644 index d9d214e..0000000 --- a/benchmark-1.4.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f8e525db3c42efc9c7f3bc5176a8fa893a9a9920bbd08cef30fb56a51854d60d -size 126850 diff --git a/benchmark-1.5.0.tar.gz b/benchmark-1.5.0.tar.gz new file mode 100644 index 0000000..a117e38 --- /dev/null +++ b/benchmark-1.5.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c6a165b6ecc948967a1ead710d4a181d7b0fbcaa183ef7ea84604994966221a +size 150176 diff --git a/benchmark.changes b/benchmark.changes index 7f2a26e..4e904cc 100644 --- a/benchmark.changes +++ b/benchmark.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Mon Jun 24 07:26:21 UTC 2019 - Martin Pluskal + +- 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 + ------------------------------------------------------------------- Sat Feb 23 10:47:16 UTC 2019 - Luigi Baldoni diff --git a/benchmark.spec b/benchmark.spec index a63c91d..52ec4fe 100644 --- a/benchmark.spec +++ b/benchmark.spec @@ -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 @@ sed -e 's|libdir=${prefix}/lib|libdir=${prefix}/%{_lib}|' \ %cmake \ -DBENCHMARK_ENABLE_LTO=on \ + -DBENCHMARK_ENABLE_GTEST_TESTS=false \ -DBENCHMARK_ENABLE_TESTING=true %make_jobs