Hello community, here is the log from the commit of package ccache for openSUSE:Factory checked in at 2020-02-14 16:29:57 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ccache (Old) and /work/SRC/openSUSE:Factory/.ccache.new.26092 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ccache" Fri Feb 14 16:29:57 2020 rev:50 rq:770545 version:3.7.7 Changes: -------- --- /work/SRC/openSUSE:Factory/ccache/ccache.changes 2019-12-23 22:43:16.365972034 +0100 +++ /work/SRC/openSUSE:Factory/.ccache.new.26092/ccache.changes 2020-02-14 16:30:11.603347587 +0100 @@ -1,0 +2,10 @@ +Thu Feb 6 11:55:59 UTC 2020 - Martin Pluskal <[email protected]> + +- Update to version 3.7.7: + * Fixed a bug related to object file location in the dependency file (if using -MD or -MMD but not -MF and the build directory is not the same as the source directory then the object file location in the .d file would become incorrect). This fixes regression in ccache 3.7.5 introduced by the bug fix related to EDG-based compilers. Note that this removes support for EDG-based compilers again. (A better fix for this is planned for ccache 4.0.) + * Removed the unify mode since it has bugs and shortcomings that are non-trivial or impossible to fix: it doesn’t work with the direct mode, it doesn’t handle C++ raw strings correctly, it can give false cache hits for .incbin directives, it’s turned off when using -g and it can make line numbers in warning messages and __LINE__ macros incorrect. +mtime and ctime values are now stored in the manifest files only when sloppy_file_stat is set. This avoids adding superfluous manifest file entries on direct mode cache misses. + * A “Result:” line is now always printed to the log. + * The “cache miss” statistics counter will now be updated for read-only cache misses, making it consistent with the cache hit case. + +------------------------------------------------------------------- Old: ---- ccache-3.7.6.tar.xz ccache-3.7.6.tar.xz.asc New: ---- ccache-3.7.7.tar.xz ccache-3.7.7.tar.xz.asc ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ccache.spec ++++++ --- /var/tmp/diff_new_pack.RTrAsD/_old 2020-02-14 16:30:12.283347956 +0100 +++ /var/tmp/diff_new_pack.RTrAsD/_new 2020-02-14 16:30:12.287347959 +0100 @@ -1,7 +1,7 @@ # # spec file for package ccache # -# Copyright (c) 2019 SUSE LLC +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ Name: ccache -Version: 3.7.6 +Version: 3.7.7 Release: 0 Summary: A Fast C/C++ Compiler Cache License: GPL-3.0-or-later ++++++ ccache-3.7.6.tar.xz -> ccache-3.7.7.tar.xz ++++++ ++++ 2042 lines of diff (skipped)
