Accepting request 1040167 from home:dirkmueller:Factory

- Update to version 1.7.1:
  * version bump for release
  * [bazel] Build libpfm as a dependency to allow collection of perf counters (#1408)
  * Add information for supported Python versions to setup.py (#1502)
  * Partially revert "Do not depend on unversioned python binary (#1496)" (#1501)
  * Do not depend on unversioned python binary (#1496)
  * Fix Solaris compilation (#1499) (#1500)
  * Support for QuRT OS (Hexagon RTOS) (#1497)
  * bump cmake dep and docs (#1468)
  * Bump pybind11 version to enable Python 3.11 wheel builds (#1489)
  * Discuss sources of variance in the user guide (#1481)
  * Stop using pandas.Timedelta (fixes #1482) (#1483)
  * Eliminate usage of deprecated  API in sysinfo.cc (#1474)
  * Enable aarch64 Linux wheel builds, use cibuildwheel action directly (#1472)
  * Clean up test documentation formatting (#1475)
  * use CMAKE_INSTALL_FULL in pkg-config file (#1473)
  * Link error when use as static library on windows. (#1470)
  * add debug option for enabling more output for failed cxxfeaturechecks (#1467)
  * FIx typo in benchmark.h (#1465)
  * run ClearRegisteredBenchmarks at exit (#1463)
  * Avoid deprecation warning in NVHPC (#1459)
  * Ensure we don't need benchmark installed to pass c++ feature checks (#1456)
  * Explicitly cast int literals to int8_t in tests to silence implicit-conversion warnings (#1455)
  * Fixed build issues on window (#1449)
  * remove unnecessary generated include directory (#1451)
  * Initialize help hook before actually parsing the command line (#1447)
  * Remove stray comment and added missing header (#1444)

OBS-URL: https://build.opensuse.org/request/show/1040167
OBS-URL: https://build.opensuse.org/package/show/devel:tools/benchmark?expand=0&rev=45
This commit is contained in:
Martin Pluskal 2022-12-06 10:59:57 +00:00 committed by Git OBS Bridge
parent 8cbcb58d14
commit 348cda82a9
7 changed files with 41 additions and 10 deletions

View File

@ -1,7 +1,7 @@
<services>
<service name="obs_scm" mode="disabled">
<param name="revision">v1.7.0</param>
<param name="versionformat">1.7.0</param>
<param name="revision">v1.7.1</param>
<param name="versionformat">1.7.1</param>
<param name="url">https://github.com/google/benchmark.git</param>
<param name="scm">git</param>
<param name="changesgenerate">enable</param>

View File

@ -1,4 +1,4 @@
<servicedata>
<service name="tar_scm">
<param name="url">https://github.com/google/benchmark.git</param>
<param name="changesrevision">361e8d1cfe0c6c36d30b39f1b61302ece5507320</param></service></servicedata>
<param name="changesrevision">d572f4777349d43653b21d6c2fc63020ab326db2</param></service></servicedata>

View File

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

BIN
benchmark-1.7.1.obscpio (Stored with Git LFS) Normal file

Binary file not shown.

View File

@ -1,3 +1,34 @@
-------------------------------------------------------------------
Mon Dec 05 08:36:46 UTC 2022 - dmueller@suse.com
- Update to version 1.7.1:
* version bump for release
* [bazel] Build libpfm as a dependency to allow collection of perf counters (#1408)
* Add information for supported Python versions to setup.py (#1502)
* Partially revert "Do not depend on unversioned python binary (#1496)" (#1501)
* Do not depend on unversioned python binary (#1496)
* Fix Solaris compilation (#1499) (#1500)
* Support for QuRT OS (Hexagon RTOS) (#1497)
* bump cmake dep and docs (#1468)
* Bump pybind11 version to enable Python 3.11 wheel builds (#1489)
* Discuss sources of variance in the user guide (#1481)
* Stop using pandas.Timedelta (fixes #1482) (#1483)
* Eliminate usage of deprecated API in sysinfo.cc (#1474)
* Enable aarch64 Linux wheel builds, use cibuildwheel action directly (#1472)
* Clean up test documentation formatting (#1475)
* use CMAKE_INSTALL_FULL in pkg-config file (#1473)
* Link error when use as static library on windows. (#1470)
* add debug option for enabling more output for failed cxxfeaturechecks (#1467)
* FIx typo in benchmark.h (#1465)
* run ClearRegisteredBenchmarks at exit (#1463)
* Avoid deprecation warning in NVHPC (#1459)
* Ensure we don't need benchmark installed to pass c++ feature checks (#1456)
* Explicitly cast int literals to int8_t in tests to silence implicit-conversion warnings (#1455)
* Fixed build issues on window (#1449)
* remove unnecessary generated include directory (#1451)
* Initialize help hook before actually parsing the command line (#1447)
* Remove stray comment and added missing header (#1444)
-------------------------------------------------------------------
Mon Aug 15 11:19:19 UTC 2022 - dmueller@suse.com

View File

@ -1,4 +1,4 @@
name: benchmark
version: 1.7.0
mtime: 1658748938
commit: 361e8d1cfe0c6c36d30b39f1b61302ece5507320
version: 1.7.1
mtime: 1668175263
commit: d572f4777349d43653b21d6c2fc63020ab326db2

View File

@ -19,7 +19,7 @@
%define soname lib%{name}
%define sover 1
Name: benchmark
Version: 1.7.0
Version: 1.7.1
Release: 0
Summary: A microbenchmark support library
License: Apache-2.0