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:
parent
8cbcb58d14
commit
348cda82a9
4
_service
4
_service
@ -1,7 +1,7 @@
|
|||||||
<services>
|
<services>
|
||||||
<service name="obs_scm" mode="disabled">
|
<service name="obs_scm" mode="disabled">
|
||||||
<param name="revision">v1.7.0</param>
|
<param name="revision">v1.7.1</param>
|
||||||
<param name="versionformat">1.7.0</param>
|
<param name="versionformat">1.7.1</param>
|
||||||
<param name="url">https://github.com/google/benchmark.git</param>
|
<param name="url">https://github.com/google/benchmark.git</param>
|
||||||
<param name="scm">git</param>
|
<param name="scm">git</param>
|
||||||
<param name="changesgenerate">enable</param>
|
<param name="changesgenerate">enable</param>
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
<servicedata>
|
<servicedata>
|
||||||
<service name="tar_scm">
|
<service name="tar_scm">
|
||||||
<param name="url">https://github.com/google/benchmark.git</param>
|
<param name="url">https://github.com/google/benchmark.git</param>
|
||||||
<param name="changesrevision">361e8d1cfe0c6c36d30b39f1b61302ece5507320</param></service></servicedata>
|
<param name="changesrevision">d572f4777349d43653b21d6c2fc63020ab326db2</param></service></servicedata>
|
@ -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
BIN
benchmark-1.7.1.obscpio
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -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
|
Mon Aug 15 11:19:19 UTC 2022 - dmueller@suse.com
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
name: benchmark
|
name: benchmark
|
||||||
version: 1.7.0
|
version: 1.7.1
|
||||||
mtime: 1658748938
|
mtime: 1668175263
|
||||||
commit: 361e8d1cfe0c6c36d30b39f1b61302ece5507320
|
commit: d572f4777349d43653b21d6c2fc63020ab326db2
|
||||||
|
@ -19,7 +19,7 @@
|
|||||||
%define soname lib%{name}
|
%define soname lib%{name}
|
||||||
%define sover 1
|
%define sover 1
|
||||||
Name: benchmark
|
Name: benchmark
|
||||||
Version: 1.7.0
|
Version: 1.7.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: A microbenchmark support library
|
Summary: A microbenchmark support library
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
|
Loading…
Reference in New Issue
Block a user