From 9ee027e8e15fc5a11521b0a303b4ce1073c754dcadbea52145d6257c186ffb9d Mon Sep 17 00:00:00 2001 From: Petr Uzel Date: Sat, 11 Aug 2012 15:25:03 +0000 Subject: [PATCH] - 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 --- ccache-3.1.7.tar.bz2 | 3 --- ccache-3.1.8.tar.bz2 | 3 +++ ccache.changes | 20 ++++++++++++++++++++ ccache.spec | 3 ++- 4 files changed, 25 insertions(+), 4 deletions(-) delete mode 100644 ccache-3.1.7.tar.bz2 create mode 100644 ccache-3.1.8.tar.bz2 diff --git a/ccache-3.1.7.tar.bz2 b/ccache-3.1.7.tar.bz2 deleted file mode 100644 index 5b8c619..0000000 --- a/ccache-3.1.7.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4931aab14fb1f824b7d349a4366861a82ac19090097e9960f15a0ac8762b4941 -size 262648 diff --git a/ccache-3.1.8.tar.bz2 b/ccache-3.1.8.tar.bz2 new file mode 100644 index 0000000..b6141d8 --- /dev/null +++ b/ccache-3.1.8.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b46b5d4b4fd0c0e4e2e9df069d41ded071b73053535ff115e55259e3fcadf3fd +size 265248 diff --git a/ccache.changes b/ccache.changes index da6910d..1978a6b 100644 --- a/ccache.changes +++ b/ccache.changes @@ -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 diff --git a/ccache.spec b/ccache.spec index 35f5378..bea2bd9 100644 --- a/ccache.spec +++ b/ccache.spec @@ -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+