SHA256
1
0
forked from pool/benchmark

Accepting request 859259 from devel:tools

- 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)

OBS-URL: https://build.opensuse.org/request/show/859259
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/benchmark?expand=0&rev=15
This commit is contained in:
Dominique Leuenberger 2020-12-30 16:12:22 +00:00 committed by Git OBS Bridge
commit 166752228c
4 changed files with 21 additions and 6 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:3c6a165b6ecc948967a1ead710d4a181d7b0fbcaa183ef7ea84604994966221a
size 150176

3
benchmark-1.5.2.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:dccbdab796baa1043f04982147e67bb6e118fe610da2c65f88912d73987e700c
size 160235

View File

@ -1,3 +1,18 @@
-------------------------------------------------------------------
Tue Dec 29 15:45:59 UTC 2020 - Martin Pluskal <mpluskal@suse.com>
- 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 <sflees@suse.de>

View File

@ -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' \