Accepting request 130648 from devel:tools:building
- 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/request/show/130648 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ccache?expand=0&rev=21
This commit is contained in:
commit
fc1e872b46
@ -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
3
ccache-3.1.8.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b46b5d4b4fd0c0e4e2e9df069d41ded071b73053535ff115e55259e3fcadf3fd
|
||||
size 265248
|
@ -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
|
||||
|
||||
|
@ -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+
|
||||
|
Loading…
Reference in New Issue
Block a user