update to 3.1.5
OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/ccache?expand=0&rev=15
This commit is contained in:
parent
26474afe77
commit
6307e64abf
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5288359487c951e7be7af2e60d3b8fc7b9d89252becf51b31ecc415efdae1a1f
|
||||
size 261391
|
3
ccache-3.1.5.tar.bz2
Normal file
3
ccache-3.1.5.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:aac690d7e452f408d458b11c07ab5bf22055d398b2a010052d3d208670a99c36
|
||||
size 261913
|
@ -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
|
||||
|
||||
|
@ -19,7 +19,7 @@
|
||||
|
||||
|
||||
Name: ccache
|
||||
Version: 3.1.4
|
||||
Version: 3.1.5
|
||||
Release: 1
|
||||
Summary: A Fast C/C++ Compiler Cache
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user