- Update to version 3.7.5:

* Added support for -MF=arg (with an extra equal sign) as understood by EDG-based compilers.
  * Fixed a regression in 3.7.2 that could result in a warning message instead of an error in an edge case related to usage of “-Werror”.
  * An implicit -MQ is now passed to the preprocessor only if the object file extension is non-standard. This will make it easier to use EDG-based compilers (e.g. GHS) which don’t understand -MQ. (This is a bug fix of the corresponding improvement implemented in ccache 3.4.)
  * ccache now falls back to running the real compiler instead of failing fataly if an internal temporary file is missing after compilation.
  * Fixed a crash if localtime returns null pointer in localtime_r replacement.
  * Fixed header file dependency tracking when building ccache itself.
  * Fixed warning during configure in out-of-tree build in developer mode.

OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/ccache?expand=0&rev=79
This commit is contained in:
Martin Pluskal 2019-11-05 08:15:25 +00:00 committed by Git OBS Bridge
parent baf6660856
commit 5dda414960
6 changed files with 32 additions and 21 deletions

View File

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

View File

@ -1,16 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iQIzBAABCAAdFiEEWpOacaRnks9XhmpRmW3aB1WUrbgFAl16maAACgkQmW3aB1WU
rbgvnhAAtViMSaUMkfH8fnIwY0RXOun1YB6FBDu/kmOHf8dmvnIP8FgA8xeC2szi
e8afygDYKgNC69nP2BSfUDSqTY9y7BBtzGBmACuP+Nbr9vvST0VYLojYjzzTtpJC
2Ru03FXaiV/yUWFqvxbo++er2aQEjfNtlAV2qwC0vwE6tsVR3kFnr4iYCoUJg3W5
h7JLYtChlGuu8pgmpuoQpUp7zBCe/OZAibeBD07/ieoaLnq6YGXpZOj3ueeAAGKL
f9bsmaswXi/rzzXKheZ2iaKHKdD8b8woaI/g5KTEiuoGfIm+5rZIBlD2WoQHNjKs
e/U6CeiEOWuxUmWsiYZaLECWM2CBPXbSTceYY52JPVS9mgZgLxJP2WRrfT2oIy8C
NtrVLp+MHSoUYbGfzHFcvTExmrhgPJYYsEykkvsnDkfM6QV3VnbpQmCEdQBeg8LV
s5xJyP7LB+jJUYmVY3WbHC3vHDBZRdVeUIh64yvgDejEWLpfC79karf7ofMgLZdU
qBii3CSSrYkeUInCgKcsmIzkD/9ZT35qtZyLQdUoHa6gMosF9ll6HalDpQTges8I
vGDX/JlJ9ukboH0Jkr30VeFGwfOaSQbKCCKN1vM2pOrgw4Rx3btMLe7D/lzav3HG
S9YzWnxK/9B2xj60/VzcRCbQg6Zl6wF5a/2R/TkhNJ6D9BSwO9g=
=yvaS
-----END PGP SIGNATURE-----

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

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

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

@ -0,0 +1,16 @@
-----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-----

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Tue Nov 5 08:14:20 UTC 2019 - Martin Pluskal <mpluskal@suse.com>
- Update to version 3.7.5:
* Added support for -MF=arg (with an extra equal sign) as understood by EDG-based compilers.
* Fixed a regression in 3.7.2 that could result in a warning message instead of an error in an edge case related to usage of “-Werror”.
* An implicit -MQ is now passed to the preprocessor only if the object file extension is non-standard. This will make it easier to use EDG-based compilers (e.g. GHS) which dont understand -MQ. (This is a bug fix of the corresponding improvement implemented in ccache 3.4.)
* ccache now falls back to running the real compiler instead of failing fataly if an internal temporary file is missing after compilation.
* Fixed a crash if localtime returns null pointer in localtime_r replacement.
* Fixed header file dependency tracking when building ccache itself.
* Fixed warning during configure in out-of-tree build in developer mode.
-------------------------------------------------------------------
Wed Oct 16 07:21:20 UTC 2019 - Martin Pluskal <mpluskal@suse.com>

View File

@ -17,11 +17,10 @@
Name: ccache
Version: 3.7.4
Version: 3.7.5
Release: 0
Summary: A Fast C/C++ Compiler Cache
License: GPL-3.0-or-later
Group: Development/Languages/C and C++
URL: https://ccache.dev/
Source0: https://github.com/ccache/ccache/releases/download/v%{version}/ccache-%{version}.tar.xz#/%{name}-%{version}.tar.xz
Source1: https://github.com/ccache/ccache/releases/download/v%{version}/ccache-%{version}.tar.xz.asc#/%{name}-%{version}.tar.xz.asc