- Update to version 3.7.6:

* The opt-in “file_macro sloppiness” mode has been removed so that the input file path now is always included in the direct mode hash. This fixes a bug that could result in false cache hits in an edge case when “file_macro sloppiness” is enabled and several identical source files include a relative header file with the same name but in different directories.
  * Statistics files are no longer lost when the filesystem of the cache is full.
  * Bail out on too hard Clang option -MJarg (in addition to the previous bailout of -MJ arg).
  * Properly handle color diagnostics in the depend mode as well.

OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/ccache?expand=0&rev=81
This commit is contained in:
Martin Pluskal 2019-12-18 09:32:21 +00:00 committed by Git OBS Bridge
parent 5dda414960
commit ceb87773ec
6 changed files with 30 additions and 21 deletions

View File

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

View File

@ -1,16 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iQIzBAABCAAdFiEEWpOacaRnks9XhmpRmW3aB1WUrbgFAl2vUB8ACgkQmW3aB1WU
rbhpOQ//RM/Nx5tUabJ6CcFSjy6UY+bweD4p20Ar02wG0uIPyTX0F+J0V7scOwPq
dPzOSDDVdGJbRfnVs1nLa3E5i2FIJwCXw0q9C8K937pID1aeJ6GJ32xoUHMtBdn1
CtGI4OmDna2/qXJqB8iQdDJREo7MTGkfsEpmhMMh4Obi8/c6wqOfrhlsYOD4WjP9
+tJXExxQaEQybGSP6Bs0FN358Zh2rW17fW3HU1r5O8L4xClkgje34i9nMkgldQDj
qVJNn0SIOVnkHeM658BuWGbqWM7Ov10OPLBkPE0/EW443edEdy7KcnYJJ2NEOjDZ
6YWLewu6iHWF6+DfenerjWAuFdFvvFJrfOyJnHjn+5ly5PlsIcC48Eyd7VVI1Mel
JTrqGLdNBcFqG4cmbwje/znoxv3PfncjnqQttwK0qX/JUlmPLsSIlqxrjZrLMY4+
ydwWgh//UrE8p8wu0FeMM/gvOIlhTstL7r4zOpNnrWLX6v/G177vD5dgOx/HiDkC
XET988R2j8I76znJawaILqnRwH03FVipqEo+i3RHes5RiXsqMA9eTuR7+mFATY8C
T78t6mDTxKC8ZBMcpTEW94dvlbN3/DAhdLfwY53dVvPv9irzfYqvQXOIm5KZzAzt
WKnHTKtR6Do0DXNLJJfTESdU46GXSCSB2ZGJvYNF0VOou8GphV8=
=U0Zy
-----END PGP SIGNATURE-----

3
ccache-3.7.6.tar.xz Normal file
View File

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

16
ccache-3.7.6.tar.xz.asc Normal file
View File

@ -0,0 +1,16 @@
-----BEGIN PGP SIGNATURE-----
iQIzBAABCAAdFiEEWpOacaRnks9XhmpRmW3aB1WUrbgFAl3Rm58ACgkQmW3aB1WU
rbhnaw//eL2fe/HMYAKIFD/VnWUsMZRd6YnhWZ+w6OzAI0CWokz3DnRekNGI+iR/
mDwmJ0mT/viBjuQTGOcTELweWkUUPJ1tocfmJFMIWLa8W8FIb3hYP0Ggud4k2DaW
0Lxck0TR0R8jVI5TpARwsL6AFwupRBt/+XOD4doPGOGghTxMRWrzm/oj6G7C20nw
N+EIWk+kvuCd2MZxq87fbpCWlTgSLszKYIGFbl8s/9PzAhZ5YnhksLsH21Mkdacr
BMhjFMaFapRGF7bnmUMX7c3l7QW0rE42mYwm4c+tqJJHUNYZa1gpfeYges9z41Ya
qHhaaP7Oru/7WAoibvU8WQeYuBBBFiFXs/QMWrzXGRrJ1wlPLmE/Xx3eTncWAZVX
2vnLW6F9opJuX2VjkczhC9QFhMY+xhWbjonRI/hU25bxSQnSBUXcJ3ojXWpc4JJ0
lM6jAnJh9orx0ctF2uJanRSiTK04mvE0GDw9lgQYcKrsSLB+9BgxiRtg1QtuJLVJ
0CE6cWQLMwSqrErfd1wgx+JcWqlYntgwsyWLUOhmyEdCQRhPiFhb38uwRFhtIghZ
UnvCil6hOsfSwP+CufLejHFCRkEnS+UAQQ72i9iE16Kl9HFNZSYQbOt87FbQhUk6
68Ucl1nCEFU0uLgRBi1AXcxFgSuhWf6ECVhFHegxaWp59qoIriQ=
=H/+c
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Wed Dec 18 09:31:24 UTC 2019 - Martin Pluskal <mpluskal@suse.com>
- Update to version 3.7.6:
* The opt-in “file_macro sloppiness” mode has been removed so that the input file path now is always included in the direct mode hash. This fixes a bug that could result in false cache hits in an edge case when “file_macro sloppiness” is enabled and several identical source files include a relative header file with the same name but in different directories.
* Statistics files are no longer lost when the filesystem of the cache is full.
* Bail out on too hard Clang option -MJarg (in addition to the previous bailout of -MJ arg).
* Properly handle color diagnostics in the depend mode as well.
-------------------------------------------------------------------
Tue Nov 5 08:14:20 UTC 2019 - Martin Pluskal <mpluskal@suse.com>

View File

@ -1,7 +1,7 @@
#
# spec file for package ccache
#
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2019 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -17,7 +17,7 @@
Name: ccache
Version: 3.7.5
Version: 3.7.6
Release: 0
Summary: A Fast C/C++ Compiler Cache
License: GPL-3.0-or-later