diff --git a/ccache-3.1.6.tar.bz2 b/ccache-3.1.6.tar.bz2 deleted file mode 100644 index 0b84035..0000000 --- a/ccache-3.1.6.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1e333149f30671499513e22fb6ec41c485003cad82802fb4c064fa219194ebf3 -size 262404 diff --git a/ccache-3.1.7.tar.bz2 b/ccache-3.1.7.tar.bz2 new file mode 100644 index 0000000..5b8c619 --- /dev/null +++ b/ccache-3.1.7.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4931aab14fb1f824b7d349a4366861a82ac19090097e9960f15a0ac8762b4941 +size 262648 diff --git a/ccache.changes b/ccache.changes index 710d1c9..da6910d 100644 --- a/ccache.changes +++ b/ccache.changes @@ -1,3 +1,27 @@ +------------------------------------------------------------------- +Mon Jan 9 07:30:04 UTC 2012 - puzel@suse.com + +- update to ccache-3.1.7 + - Non-writable `CCACHE_DIR` is now handled gracefully when + `CCACHE_READONLY` is set. + - Made failure to create files (typically due to bad directory + permissions) in the cache directory fatal. Previously, such + failures were silently and erroneously flagged as "compiler + produced stdout". + - Both the `-specs=file` and `--specs=file` forms are now + recognized. + - Added recognition and hashing of GCC plugins specified with + `-fplugin=file`. + - `CCACHE_COMPILERCHECK` now also determines how to hash explicit + specs files (`-specs=file`). + - Added `CPATH`, `C_INCLUDE_PATH` and similar environment + variables to the hash to avoid false cache hits when such + variables have changed. + - Corrected log message when unify mode is enabled. + - Reverted the GCC bug compatibility introduced in ccache 3.1.5 + for `-MT`/`-MQ` options with concatenated arguments. (The bug + is fixed in recent GCC versions.) + ------------------------------------------------------------------- Sat Sep 17 22:39:57 UTC 2011 - jengelh@medozas.de diff --git a/ccache.spec b/ccache.spec index 4f7545f..35f5378 100644 --- a/ccache.spec +++ b/ccache.spec @@ -1,7 +1,7 @@ # # spec file for package ccache # -# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -15,16 +15,14 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # - - Name: ccache -Version: 3.1.6 -Release: 1 +Version: 3.1.7 +Release: 0 Summary: A Fast C/C++ Compiler Cache - -License: GPLv3+ -Url: http://ccache.samba.org/ +License: GPL-3.0+ Group: Development/Languages/C and C++ + +Url: http://ccache.samba.org/ Source0: http://samba.org/ftp/ccache/%{name}-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-build