Hello community, here is the log from the commit of package ccache for openSUSE:Factory checked in at 2015-05-23 13:08:32 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ccache (Old) and /work/SRC/openSUSE:Factory/.ccache.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ccache" Changes: -------- --- /work/SRC/openSUSE:Factory/ccache/ccache.changes 2015-03-27 09:40:12.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.ccache.new/ccache.changes 2015-05-23 13:08:33.000000000 +0200 @@ -1,0 +2,35 @@ +Fri May 22 07:14:06 UTC 2015 - [email protected] + +- Update to 3.2.2 + * Added support for `CCACHE_COMPILERCHECK=string:<value>`. This + is a faster alternative to `CCACHE_COMPILERCHECK=<command>` if + the command's output can be precalculated by the build system. + * Add support for caching code coverage results (compiling for + gcov). + * Fixed bug which could result in false cache hits when source + code contains `'"'` followed by `" /*"` or `" //"` (with + variations). + * Made hash of cached result created with and without + `CCACHE_CPP2` different. This makes it possible to rebuild + with `CCACHE_CPP2` set without having to clear the cache to + get new results. + * Don't try to reset a non-existing stats file. This avoids + ``No such file or directory'' messages in the ccache log when + the cache directory doesn't exist. + * Fixed a bug where ccache deleted clang diagnostics after + compiler failures. + * Avoid performing an unnecessary copy of the object file on a + cache miss. + * Bail out on too hard compiler option `-fmodules`. + * Bail out on too hard compiler option `-fplugin=libcc1plugin` + (interaction with GDB). + * Fixed build error when compiling ccache with recent clang + versions. + * Removed signal-unsafe code from signal handler. + * Corrected logic for when to output cached stderr. + * Wipe the whole cached result on failure retrieving a cached + file. + * Fixed build error when compiling ccache with recent clang + versions. + +------------------------------------------------------------------- Old: ---- ccache-3.2.1.tar.xz ccache-3.2.1.tar.xz.asc New: ---- ccache-3.2.2.tar.xz ccache-3.2.2.tar.xz.asc ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ccache.spec ++++++ --- /var/tmp/diff_new_pack.5fuXCV/_old 2015-05-23 13:08:34.000000000 +0200 +++ /var/tmp/diff_new_pack.5fuXCV/_new 2015-05-23 13:08:34.000000000 +0200 @@ -17,7 +17,7 @@ Name: ccache -Version: 3.2.1 +Version: 3.2.2 Release: 0 Summary: A Fast C/C++ Compiler Cache License: GPL-3.0+ ++++++ ccache-3.2.1.tar.xz -> ccache-3.2.2.tar.xz ++++++ ++++ 2619 lines of diff (skipped)
