forked from pool/ccache
- Update to version 3.7.3:
* The cache size (which is counted in “used disk blocks”) is now correct on filesystems that use more or less disk blocks than conventional filesystems, e.g. ecryptfs or btrfs/zfs with transparent compression. This also fixes a related problem with ccache’s own test suite when run on such file systems. Fixed a regression in 3.7.2 when using the compiler option “-Werror” and then “-Wno-error” later on the command line. - Changes n version 3.7.2: * The compiler option -gdwarf* no longer forces “run_second_cpp = true”. * Added verification that the value passed to the -o/--set-config option is valid. * Fixed detection of precompiled headers in the depend mode. * Bail out on too hard Clang option -ftime-trace. * ccache now updates the correct stats file when adding/updating manifest files. This bug previously made the file and size statistics counters incorrect over time. * Fixed warnings from Clang about unused arguments during preprocessing. * Unknown manifest versions are now handled gracefully in --dump-manifest. * Fixed make check with “funny” locales. OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/ccache?expand=0&rev=74
This commit is contained in:
committed by
Git OBS Bridge
parent
82934d21e9
commit
99de669921
@@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: ccache
|
||||
Version: 3.7.1
|
||||
Version: 3.7.3
|
||||
Release: 0
|
||||
Summary: A Fast C/C++ Compiler Cache
|
||||
License: GPL-3.0-or-later
|
||||
@@ -60,7 +60,7 @@ ln -sf ../../bin/%{name} clang++
|
||||
ln -sf ../../bin/%{name} cc
|
||||
ln -sf ../../bin/%{name} c++
|
||||
|
||||
%ifnarch %ix86
|
||||
%ifnarch %{ix86}
|
||||
# Testsuite fails on i586
|
||||
%check
|
||||
make %{?_smp_mflags} check
|
||||
|
Reference in New Issue
Block a user