diff --git a/benchmark-1.5.0.tar.gz b/benchmark-1.5.0.tar.gz deleted file mode 100644 index a117e38..0000000 --- a/benchmark-1.5.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3c6a165b6ecc948967a1ead710d4a181d7b0fbcaa183ef7ea84604994966221a -size 150176 diff --git a/benchmark-1.5.2.tar.gz b/benchmark-1.5.2.tar.gz new file mode 100644 index 0000000..b0d4c59 --- /dev/null +++ b/benchmark-1.5.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dccbdab796baa1043f04982147e67bb6e118fe610da2c65f88912d73987e700c +size 160235 diff --git a/benchmark.changes b/benchmark.changes index 59aaf4b..aa0bbe8 100644 --- a/benchmark.changes +++ b/benchmark.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Tue Dec 29 15:45:59 UTC 2020 - Martin Pluskal + +- Update to version 1.5.2: + * Timestamps in output are now rfc3339-formatted #965 + * overflow warnings with timers fixed #980 + * Python dependencies are now covered by a requirements.txt #994 + * JSON output cleaned up when no CPU scaling is present (#1008) + * CartesianProduct added for easier settings of multiple ranges (#1029) + * Python bindings improvements: + + Custom main functions (#993) + + A rename to google_benchmark (#199 + + More state methods bound (#1037) with a builder interface (#1040) + * Workflow additions in github include pylint (#1039) and bindings runs (#1041) + ------------------------------------------------------------------- Mon Nov 18 23:15:31 UTC 2019 - Simon Lees diff --git a/benchmark.spec b/benchmark.spec index b24607e..890999a 100644 --- a/benchmark.spec +++ b/benchmark.spec @@ -1,7 +1,7 @@ # # spec file for package benchmark # -# 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 @@ -19,7 +19,7 @@ %define soname lib%{name} %define sover 0 Name: benchmark -Version: 1.5.0 +Version: 1.5.2 Release: 0 Summary: A microbenchmark support library License: Apache-2.0 @@ -49,7 +49,7 @@ Requires: %{soname}%{sover} = %{version} Development files for google benchmark library %prep -%setup -q +%autosetup %build sed -e 's|lib_install_dir "lib/"|lib_install_dir "%{_libdir}/"|g' \