From 1c6c6c957e7311923c96b800978418c5442c3dd2 Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Fri, 5 Jan 2024 21:08:51 +0100 Subject: [PATCH] update to 3.7.2 [release 3.7.2-1mamba;Sat Aug 17 2019] --- ccache.spec | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/ccache.spec b/ccache.spec index b7752c5..ace544b 100644 --- a/ccache.spec +++ b/ccache.spec @@ -1,5 +1,5 @@ Name: ccache -Version: 3.6 +Version: 3.7.2 Release: 1mamba Summary: A compiler cache that often boosts from 5 to 10 times speedup in common compilations. Group: Development/Tools @@ -7,18 +7,23 @@ Vendor: openmamba Distribution: openmamba Packager: Silvan Calarco URL: http://ccache.samba.org -Source: http://samba.org/ftp/ccache/ccache-%{version}.tar.xz +Source: https://github.com/ccache/ccache.git/v%{version}/ccache-%{version}.tar.bz2 +#Source: http://samba.org/ftp/ccache/ccache-%{version}.tar.xz License: GPL +## AUTOBUILDREQ-BEGIN +BuildRequires: glibc-devel +BuildRequires: libz-devel +## AUTOBUILDREQ-END BuildRoot: %{_tmppath}/%{name}-%{version}-root %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. %prep -[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" - %setup -q +./autogen.sh + %build %configure %make @@ -35,6 +40,9 @@ ccache is a compiler cache. It acts as a caching pre-processor to C/C++ compiler %{_mandir}/* %changelog +* Sat Aug 17 2019 Silvan Calarco 3.7.2-1mamba +- update to 3.7.2 + * Mon Jan 28 2019 Automatic Build System 3.6-1mamba - automatic version update by autodist