From 348cda82a9a372e8f750d6010ed7a89bca4d4fbc74402561c6d0297e393c45b4 Mon Sep 17 00:00:00 2001 From: Martin Pluskal Date: Tue, 6 Dec 2022 10:59:57 +0000 Subject: [PATCH] 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 --- _service | 4 ++-- _servicedata | 2 +- benchmark-1.7.0.obscpio | 3 --- benchmark-1.7.1.obscpio | 3 +++ benchmark.changes | 31 +++++++++++++++++++++++++++++++ benchmark.obsinfo | 6 +++--- benchmark.spec | 2 +- 7 files changed, 41 insertions(+), 10 deletions(-) delete mode 100644 benchmark-1.7.0.obscpio create mode 100644 benchmark-1.7.1.obscpio diff --git a/_service b/_service index a0b3b8e..7841ad0 100644 --- a/_service +++ b/_service @@ -1,7 +1,7 @@ - v1.7.0 - 1.7.0 + v1.7.1 + 1.7.1 https://github.com/google/benchmark.git git enable diff --git a/_servicedata b/_servicedata index 9fe35cf..6166310 100644 --- a/_servicedata +++ b/_servicedata @@ -1,4 +1,4 @@ https://github.com/google/benchmark.git - 361e8d1cfe0c6c36d30b39f1b61302ece5507320 \ No newline at end of file + d572f4777349d43653b21d6c2fc63020ab326db2 \ No newline at end of file diff --git a/benchmark-1.7.0.obscpio b/benchmark-1.7.0.obscpio deleted file mode 100644 index 09237cd..0000000 --- a/benchmark-1.7.0.obscpio +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:01f951c0085e6f735aa49629e01e2ab5080567271c848eb7336bf94079a6de55 -size 856076 diff --git a/benchmark-1.7.1.obscpio b/benchmark-1.7.1.obscpio new file mode 100644 index 0000000..034704b --- /dev/null +++ b/benchmark-1.7.1.obscpio @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:605b85ae3e40aac9af4e6727883e334f218f01ddf26dbaacd452ee228a3dc054 +size 866316 diff --git a/benchmark.changes b/benchmark.changes index 76fc404..46a78d2 100644 --- a/benchmark.changes +++ b/benchmark.changes @@ -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 diff --git a/benchmark.obsinfo b/benchmark.obsinfo index de19d89..e931a1c 100644 --- a/benchmark.obsinfo +++ b/benchmark.obsinfo @@ -1,4 +1,4 @@ name: benchmark -version: 1.7.0 -mtime: 1658748938 -commit: 361e8d1cfe0c6c36d30b39f1b61302ece5507320 +version: 1.7.1 +mtime: 1668175263 +commit: d572f4777349d43653b21d6c2fc63020ab326db2 diff --git a/benchmark.spec b/benchmark.spec index 5e81f0f..15b946b 100644 --- a/benchmark.spec +++ b/benchmark.spec @@ -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