Accepting request 1216742 from devel:tools

OBS-URL: https://build.opensuse.org/request/show/1216742
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/benchmark?expand=0&rev=25
This commit is contained in:
Ana Guerrero 2024-10-22 12:51:23 +00:00 committed by Git OBS Bridge
commit 9261dbf6e4
7 changed files with 25 additions and 10 deletions

View File

@ -1,7 +1,7 @@
<services>
<service name="obs_scm" mode="manual">
<param name="revision">v1.8.5</param>
<param name="versionformat">1.8.5</param>
<param name="revision">v1.9.0</param>
<param name="versionformat">1.9.0</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">a6ad7fbbdc2e14fab82bb8a6d27760d700198cbf</param></service></servicedata>
<param name="changesrevision">12235e24652fc7f809373e7c11a5f73c5763fc4c</param></service></servicedata>

BIN
benchmark-1.8.5.obscpio (Stored with Git LFS)

Binary file not shown.

3
benchmark-1.9.0.obscpio Normal file
View File

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

View File

@ -1,3 +1,18 @@
-------------------------------------------------------------------
Sat Oct 19 15:40:54 UTC 2024 - andrea.manzini@suse.com
- Update to version 1.9.0:
* Ensure reported Time is walltime by removing spurious scaling by threads (#1836)
* Update clang-format-lint-action (#1829)
* Cache upd (#1830)
* Move ProfilerManager Start/Stop routines closer to actual benchmark #1807 (#1818)
* Bump nanobind-bazel to v2.1.0, add stubgen target (#1824)
* Update nanobind into benchmark_deps.bzl (#1826)
* Update libs into .pre-commit-config.yaml (#1825)
* Use log2 now that NDK requires at least API 21 which includes it. (#1822)
* Suppress invalid-offsetof warning for clang (#1821)
* Update benchmark Python bindings for nanobind 2.0, and update to nanobind 2.0. (#1817)
-------------------------------------------------------------------
Tue Jul 30 09:23:50 UTC 2024 - Martin Pluskal <mpluskal@suse.com>

View File

@ -1,4 +1,4 @@
name: benchmark
version: 1.8.5
mtime: 1721297584
commit: a6ad7fbbdc2e14fab82bb8a6d27760d700198cbf
version: 1.9.0
mtime: 1723802895
commit: 12235e24652fc7f809373e7c11a5f73c5763fc4c

View File

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