From 1555f6a9512e7ae33bd370feb8f5731ade0e227c Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Sat, 27 Jul 2024 19:47:58 +0200 Subject: [PATCH] rebuilt with libfmt 11.0.2 [release 4.10.2-2mamba;Sat Jul 27 2024] --- ccache.spec | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/ccache.spec b/ccache.spec index fad4545..2a2ae33 100644 --- a/ccache.spec +++ b/ccache.spec @@ -1,6 +1,6 @@ Name: ccache -Version: 4.10.1 -Release: 1mamba +Version: 4.10.2 +Release: 2mamba Summary: A compiler cache that often boosts from 5 to 10 times speedup in common compilations. Group: Development/Tools Vendor: openmamba @@ -19,6 +19,7 @@ BuildRequires: libxxhash-devel BuildRequires: libzstd-devel ## AUTOBUILDREQ-END BuildRequires: asciidoc +BuildRequires: libfmt-devel >= 11.0.2 %description ccache is a compiler cache. It acts as a caching pre-processor to C/C++ compilers, using the -E compiler switch and a hash to detect when a compilation can be satisfied from cache. This often results in a 5 to 10 times speedup in common compilations. @@ -53,7 +54,7 @@ done install -d -m0755 %{buildroot}%{_sysconfdir}/default cat > %{buildroot}%{_sysconfdir}/default/ccache << EOF -CCACHE_ENABLED=no +CCACHE_ENABLED=yes EOF install -d -m0755 %{buildroot}%{_sysconfdir}/profile.d @@ -78,6 +79,12 @@ EOF %doc GPL-3.0.txt %changelog +* Sat Jul 27 2024 Silvan Calarco 4.10.2-2mamba +- rebuilt with libfmt 11.0.2 + +* Mon Jul 22 2024 Automatic Build System 4.10.2-1mamba +- automatic version update by autodist + * Mon Jul 01 2024 Automatic Build System 4.10.1-1mamba - automatic version update by autodist