automatic version update by autodist [release 1.9.5-1mamba;Sun Jan 25 2026]

This commit is contained in:
2026-01-25 17:13:59 +01:00
parent 40bcf605ff
commit e6ea7d9015

View File

@@ -1,11 +1,11 @@
Name: benchmark
Version: 1.9.4
Version: 1.9.5
Release: 1mamba
Summary: A microbenchmark support library
Group: Development/Tools
Vendor: openmamba
Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
Packager: Silvan Calarco <silvan@openmamba.org>
URL: https://github.com/google/benchmark
Source: https://github.com/google/benchmark.git/v%{version}/benchmark-%{version}.tar.bz2
License: Apache License 2.0
@@ -23,6 +23,7 @@ A microbenchmark support library.
%package -n lib%{name}
Group: System/Libraries
Summary: A microbenchmark support library
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
%description -n lib%{name}
A microbenchmark support library.
@@ -36,7 +37,6 @@ Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
%description -n lib%{name}-devel
This package contains libraries and header files for developing applications that use %{name}.
%prep
%setup -q
@@ -55,9 +55,11 @@ This package contains libraries and header files for developing applications tha
%clean
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%files
%defattr(-,root,root)
%dir %{_datadir}/googlebenchmark
%dir %{_datadir}/googlebenchmark/tools
%{_datadir}/googlebenchmark/tools/*
%files -n lib%{name}
%defattr(-,root,root)
@@ -80,6 +82,9 @@ This package contains libraries and header files for developing applications tha
%doc README.md
%changelog
* Sun Jan 25 2026 Automatic Build System <autodist@openmamba.org> 1.9.5-1mamba
- automatic version update by autodist
* Thu May 22 2025 Automatic Build System <autodist@openmamba.org> 1.9.4-1mamba
- automatic version update by autodist