forked from pool/ccache
- Update to version 3.7.9:
* Fixed replacing of /dev/null when building as root with hard link mode enabled and using -o /dev/null. * Removed incorrect assertion resulting in “ccache: error: Internal error in format” when using -fdebug-prefix-map=X= with X equal to $PWD. * Improved CUDA/NVCC support: Recognize -dc and -x cu options. * Improved name of temporary file used in NFS-safe unlink. - Changes for version 3.7.8: * Use $PWD instead of the real CWD (current working directory) when checking for CWD in preprocessed output. This fixes a problem when $PWD includes a symlink part and the user has set hash_dir = false. * Rewrote the Windows version of the lockfile routines. This should mitigate several problems with the old implementation. * If localtime_r fails the epoch time is now logged instead of garbage. * Improved error message when a boolean environment variable has an invalid value. * Improved the regression fix in ccache 3.7.5 related to not passing compilation-only options to the preprocessor. * ccache’s PCH test suite now skips running the tests if it detects broken PCH compiler support. * Fixed unit test failure on Windows. * Fixed “stringop-truncation” build warning on Windows. * Improved “x_rename” implementation on Windows. * Improved removal of temporary file when rewriting absolute paths to relative in the dependency file. * Clarified “include_file_ctime sloppiness” in the Performance section in the manual. OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/ccache?expand=0&rev=85
This commit is contained in:
parent
c2760b825b
commit
1994e41790
3
ccache-3.7.9.tar.xz
Normal file
3
ccache-3.7.9.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f893da7543bfb9172bd55e603fcbdfcd83e6def176a28689c13235695b4cf44b
|
||||
size 352948
|
16
ccache-3.7.9.tar.xz.asc
Normal file
16
ccache-3.7.9.tar.xz.asc
Normal file
@ -0,0 +1,16 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQIzBAABCAAdFiEEWpOacaRnks9XhmpRmW3aB1WUrbgFAl6ArSYACgkQmW3aB1WU
|
||||
rbgC8Q/+KqpIUIhUwsIzU4f2hpDsM9ehEhRamSzxR5s7y5lwjDwQsEe8Fqr/rUuA
|
||||
rQaLouCtXsoNbO7/qjrLXrUfc7xe83Egf0GZa+dpMREsDlhyn+rO1Kmw0ON3fCyU
|
||||
9lAEyOxEQe3eVEK6nid6cCEX5lkXYvnVzsEWKO76E3ZgP/piE/mn1Wc6QGgQw9b/
|
||||
18kVtL7vWw1a5WvBzfINjO3tVn01jlm+NAtg58d8jj9e/a/OwySdSAeSIhvtOXtT
|
||||
dVNPLx+yj/lx935L2JK3+j+2MY+It1I65oMnSO+ONX1k6c33vFpWl2RGfcttlmLV
|
||||
vnxdgcbQCn40knhjOLB7NWe/6jEu4IBZiC8Q/oGyD8tNOXbwUk49hw9IPY0VWNyq
|
||||
U13XIHXtsbf+1hFhzfxC1/EQ6C7LjwS0CKgIljYm1UUV1vOzjUtti99KXbmcvLv1
|
||||
f8ZBPX3URa3Xob8bqzbw2/xVi9BKXlKE6BeCBCdJptQud/5VSqTC54yVGZc1yLvJ
|
||||
CjpZpH7Bast4BEBmvn3QlbePi5BLt9Co5VLJuAYu0E+eokQO51eepbRAIbpVCX5A
|
||||
ZlOaQo41uOS/1eYwwRpkTau94L1HIdwML1gCrldH6AThF2230fY1Rj/ilx/+SYYy
|
||||
MadgYT56dqMBGWSp2x60XzOW6vJIl7H5tBAX4P27PK5pIJeqW2k=
|
||||
=b3pE
|
||||
-----END PGP SIGNATURE-----
|
@ -1,3 +1,25 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 3 07:49:10 UTC 2020 - Martin Pluskal <mpluskal@suse.com>
|
||||
|
||||
- Update to version 3.7.9:
|
||||
* Fixed replacing of /dev/null when building as root with hard link mode enabled and using -o /dev/null.
|
||||
* Removed incorrect assertion resulting in “ccache: error: Internal error in format” when using -fdebug-prefix-map=X= with X equal to $PWD.
|
||||
* Improved CUDA/NVCC support: Recognize -dc and -x cu options.
|
||||
* Improved name of temporary file used in NFS-safe unlink.
|
||||
|
||||
- Changes for version 3.7.8:
|
||||
* Use $PWD instead of the real CWD (current working directory) when checking for CWD in preprocessed output. This fixes a problem when $PWD includes a symlink part and the user has set hash_dir = false.
|
||||
* Rewrote the Windows version of the lockfile routines. This should mitigate several problems with the old implementation.
|
||||
* If localtime_r fails the epoch time is now logged instead of garbage.
|
||||
* Improved error message when a boolean environment variable has an invalid value.
|
||||
* Improved the regression fix in ccache 3.7.5 related to not passing compilation-only options to the preprocessor.
|
||||
* ccache’s PCH test suite now skips running the tests if it detects broken PCH compiler support.
|
||||
* Fixed unit test failure on Windows.
|
||||
* Fixed “stringop-truncation” build warning on Windows.
|
||||
* Improved “x_rename” implementation on Windows.
|
||||
* Improved removal of temporary file when rewriting absolute paths to relative in the dependency file.
|
||||
* Clarified “include_file_ctime sloppiness” in the Performance section in the manual.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Feb 6 11:55:59 UTC 2020 - Martin Pluskal <mpluskal@suse.com>
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: ccache
|
||||
Version: 3.7.7
|
||||
Version: 3.7.9
|
||||
Release: 0
|
||||
Summary: A Fast C/C++ Compiler Cache
|
||||
License: GPL-3.0-or-later
|
||||
|
Loading…
x
Reference in New Issue
Block a user