diff --git a/ccache-3.1.4.tar.bz2 b/ccache-3.1.4.tar.bz2 deleted file mode 100644 index 80081ac..0000000 --- a/ccache-3.1.4.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5288359487c951e7be7af2e60d3b8fc7b9d89252becf51b31ecc415efdae1a1f -size 261391 diff --git a/ccache-3.1.5.tar.bz2 b/ccache-3.1.5.tar.bz2 new file mode 100644 index 0000000..9a71c2c --- /dev/null +++ b/ccache-3.1.5.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aac690d7e452f408d458b11c07ab5bf22055d398b2a010052d3d208670a99c36 +size 261913 diff --git a/ccache.changes b/ccache.changes index 556c7ab..ead667d 100644 --- a/ccache.changes +++ b/ccache.changes @@ -1,3 +1,23 @@ +------------------------------------------------------------------- +Mon Jun 6 14:52:55 UTC 2011 - puzel@novell.com + +- update to ccache-3.1.5 + - Added a new statistics counter named ``called for + preprocessing''. + - The original command line is now logged to the file specified + with `CCACHE_LOGFILE`. + - Improved error logging when system calls fail. + - Added support for rewriting absolute paths in + `-F`/`-iframework` GCC options. + - Improved order of statistics counters in `ccache -s` output. + - The `-MF`/`-MT`/`-MQ` options with concatenated argument are + now handled correctly when they are last on the commandline. + - ccache is now bug compatible with GCC for the `-MT`/`-MQ` + options with concatenated arguments. + - Fixed a minor memory leak. + - Systems that lack (and don't need to be linked with) libm are + now supported. + ------------------------------------------------------------------- Wed Feb 16 18:19:41 UTC 2011 - asterios.dramis@gmail.com diff --git a/ccache.spec b/ccache.spec index 5bdacb0..0c2f494 100644 --- a/ccache.spec +++ b/ccache.spec @@ -19,7 +19,7 @@ Name: ccache -Version: 3.1.4 +Version: 3.1.5 Release: 1 Summary: A Fast C/C++ Compiler Cache