Hello community, here is the log from the commit of package ccache for openSUSE:Factory checked in at 2020-07-24 09:48:15 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ccache (Old) and /work/SRC/openSUSE:Factory/.ccache.new.3592 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ccache" Fri Jul 24 09:48:15 2020 rev:54 rq:821776 version:3.7.10 Changes: -------- --- /work/SRC/openSUSE:Factory/ccache/ccache.changes 2020-06-23 21:01:53.165319086 +0200 +++ /work/SRC/openSUSE:Factory/.ccache.new.3592/ccache.changes 2020-07-24 09:48:40.708945256 +0200 @@ -1,0 +2,24 @@ +Sun Jul 19 20:21:16 UTC 2020 - Matthias Eliasson <[email protected]> + +- Update to version 3.7.10: + * Improved handling of profiling options. ccache should now work correctly + for profiling options like -fprofile-{generate,use}[=path] for GCC ≥ 9 + and Clang as well as -fauto-profile[=path] and the Clang-specific + -fprofile-instr-{generate,use}[=path] and -fprofile-sample-{use,accurate} + options. + * ccache now copies files directly from the cache to the destination file + instead of via a temporary file. This avoids problems when using + filenames long enough to be near the file system’s filename max limit. + * When the hard-link mode is enabled, ccache now only uses hard links for + object files, not other files like dependency files. This is because + compilers unlink object files before writing to them but they don’t do + that for dependency files, so the latter can become overwritten and + therefore corrupted in the cache. + * Fixed a glitch related to hard-link mode and an empty cache. + * ccache now supports the ccache.conf file to be a symlink. + * Temporary files are now deleted immediately on signals like SIGTERM and + SIGINT instead of some time later in a cleanup phase. + * Fixed a bug that affected ccache’s -o/--set-config option for the + base_dir and cache_dir_levels keys. + +------------------------------------------------------------------- Old: ---- ccache-3.7.9.tar.xz ccache-3.7.9.tar.xz.asc New: ---- ccache-3.7.10.tar.xz ccache-3.7.10.tar.xz.asc ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ccache.spec ++++++ --- /var/tmp/diff_new_pack.40RHoL/_old 2020-07-24 09:48:45.512950285 +0200 +++ /var/tmp/diff_new_pack.40RHoL/_new 2020-07-24 09:48:45.516950289 +0200 @@ -17,7 +17,7 @@ Name: ccache -Version: 3.7.9 +Version: 3.7.10 Release: 0 Summary: A Fast C/C++ Compiler Cache License: GPL-3.0-or-later ++++++ ccache-3.7.9.tar.xz -> ccache-3.7.10.tar.xz ++++++ ++++ 1998 lines of diff (skipped)
