From cd17a29340e5fe7b7dc68f44fc1e7404694a37c8 Mon Sep 17 00:00:00 2001 From: Automatic Build System Date: Sat, 1 Jun 2024 11:12:30 +0200 Subject: [PATCH] automatic version update by autodist [release 4.10-1mamba;Fri May 31 2024] --- ccache.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/ccache.spec b/ccache.spec index 095fecd..017c554 100644 --- a/ccache.spec +++ b/ccache.spec @@ -1,5 +1,5 @@ Name: ccache -Version: 4.9.1 +Version: 4.10 Release: 1mamba Summary: A compiler cache that often boosts from 5 to 10 times speedup in common compilations. Group: Development/Tools @@ -11,9 +11,11 @@ Source: https://github.com/ccache/ccache.git/v%{version}/ccache-%{version License: GPL ## AUTOBUILDREQ-BEGIN BuildRequires: glibc-devel +BuildRequires: libfmt-devel BuildRequires: libgcc BuildRequires: libhiredis-devel BuildRequires: libstdc++6-devel +BuildRequires: libxxhash-devel BuildRequires: libzstd-devel ## AUTOBUILDREQ-END BuildRequires: asciidoc @@ -76,6 +78,9 @@ EOF %doc GPL-3.0.txt %changelog +* Fri May 31 2024 Automatic Build System 4.10-1mamba +- automatic version update by autodist + * Tue Feb 06 2024 Automatic Build System 4.9.1-1mamba - automatic version update by autodist