- update to ccache-3.1.8

- Made paths to dependency files relative in order to increase
    cache hits.
  - Added work-around to make ccache work with buggy GCC 4.1 when
    creating a pre-compiled header.
  - Clang plugins are now hashed to catch plugin upgrades.
  - Fixed crash when the current working directory has been
    removed.
  - Fixed crash when stderr is closed.
  - Corrected a corner case when parsing backslash escapes in
    string literals.
  - Paths are now correctly canonicalized when computing paths
    relative to the base directory.
  - Made git version macro work when compiling outside of the
    source directory.
  - Fixed `static_assert` macro definition clash with GCC 4.7.

OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/ccache?expand=0&rev=23
This commit is contained in:
Petr Uzel 2012-08-11 15:25:03 +00:00 committed by Git OBS Bridge
parent 2750c3d25e
commit 9ee027e8e1
4 changed files with 25 additions and 4 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:4931aab14fb1f824b7d349a4366861a82ac19090097e9960f15a0ac8762b4941
size 262648

3
ccache-3.1.8.tar.bz2 Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b46b5d4b4fd0c0e4e2e9df069d41ded071b73053535ff115e55259e3fcadf3fd
size 265248

View File

@ -1,3 +1,23 @@
-------------------------------------------------------------------
Sat Aug 11 15:22:26 UTC 2012 - puzel@suse.com
- update to ccache-3.1.8
- Made paths to dependency files relative in order to increase
cache hits.
- Added work-around to make ccache work with buggy GCC 4.1 when
creating a pre-compiled header.
- Clang plugins are now hashed to catch plugin upgrades.
- Fixed crash when the current working directory has been
removed.
- Fixed crash when stderr is closed.
- Corrected a corner case when parsing backslash escapes in
string literals.
- Paths are now correctly canonicalized when computing paths
relative to the base directory.
- Made git version macro work when compiling outside of the
source directory.
- Fixed `static_assert` macro definition clash with GCC 4.7.
-------------------------------------------------------------------
Mon Jan 9 07:30:04 UTC 2012 - puzel@suse.com

View File

@ -15,8 +15,9 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
Name: ccache
Version: 3.1.7
Version: 3.1.8
Release: 0
Summary: A Fast C/C++ Compiler Cache
License: GPL-3.0+