Accepting request 670359 from devel:tools:building

OBS-URL: https://build.opensuse.org/request/show/670359
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ccache?expand=0&rev=44
This commit is contained in:
Stephan Kulow 2019-02-08 11:06:48 +00:00 committed by Git OBS Bridge
commit 354bc790b8
6 changed files with 56 additions and 22 deletions

View File

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

View File

@ -1,16 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iQIzBAABCAAdFiEEWpOacaRnks9XhmpRmW3aB1WUrbgFAlvE86sACgkQmW3aB1WU
rbipshAAxWgdSvLAnXvavFh2Oyp/bwNpFPGjTlBNqPIPPMWzRgKTL4SepcWc4aRR
jGA7zqnQQ/GIkmrz3hvvL8Y57aPz/tObcRicWbxyzDsi8iS+YnsZskRz9ywk3rtO
4hWuTlT4BOdQkCRSoVEbFbYmCLfHZFU+zdyvExSKwOSsv02m41kaPT1DzuuYKYEx
r9aGZS19B3kOxDDFqrnUM/BrS09GBQ6BMlqjE/Dg1qJf566xL21T8himvbyBb6DP
CYx0yDk56rNNCbwor+bs/hCMOtX7Gg3PxwscFQFVge8MbZCqJV1scUcatYkcI2/Q
abTv64/BLFXewSj2n3YtUcyE+tuvoa8e4D0S3NNC6B/P492MITch2rhbQDvNrj/R
KPuh5GMTia0//2goGR2DZh9+PUnm1Di3wy93DhP3BK18IjDtYRBr4AnqHXlbL6f0
fW7gE6MVqBbB8WfS5z9KQlq3YN83QIMRtcq5Z3OQJyITtLwPMf8t1J+R6K2hoBjO
Am5nqTJHnko1wEEQF5Vja/3ieNQzMrX7tY51DLmKYJIAjU5+QjBPvGltnFrwjU9u
ZWeQmnjmkeJ+kcHtQdxPNcBy5RCAz7OBTbk0JjRTOAkZBHvgVlRtXrlKZF3szj/2
RHofy2ZQOnDASAhNyKq51b+Qo3b198w+ue9FlPQUtC2LJYnUpuY=
=uKPo
-----END PGP SIGNATURE-----

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

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

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

@ -0,0 +1,16 @@
-----BEGIN PGP SIGNATURE-----
iQIzBAABCAAdFiEEWpOacaRnks9XhmpRmW3aB1WUrbgFAlw87q0ACgkQmW3aB1WU
rbhvHBAAsDbQSg6ty9YGR4oVROisqmDhaRwVLmyvCfdsqkDmVNF3hww4M0H6bSSH
05YV+4PeOVqt9DZXs+AA00032fVCOVHdI5qFTLTu2pKXu2XXDZFpSgV/YPa8q0cM
qbpH/o+6JxQbJ7POWoEuKX4uUE/hnkUVwxtfiAaDkdzY9D07QwdcEFrcdWN2VYaU
4iaUucInufBHO8Uu/1o1Q333Jea63RPCwHePy6CyWhniz0gPjNT5AuE9R12LjpuJ
hrUIE3CxEj8BIWlsQhlkHMkZa9yh5crpoufzT7XtO9RDli8IkFixI5BxMs1KvBpM
DEjqTGdctOsHTvFREIbi2UkwYc5Ek9zyaUdMyp3hMzFZWSnP+/jIFt/uPpB0J32/
6bV7SohXDexO/0SmIfpuAhhRnFSzgueOhd1Zsl1hQNXt+Es3yKzt3L0C5ZjiHzxf
KMHjUlpzDOij/oizKnlOR1QGCe4a6ieSolFbDbzayrnR9klMKgZ81O17/pXdVt10
tkQJVb+AtsBurNzFj4jDNwzO87vt+vpfERjysVWJUCqm9I5wqKmM7/TA9Ej0M5Co
j4l7bdsWCQeky8VuOcZAK7IxGPSpl664pH1iZGHGT0fJWSIEkuEw5yHsuwB98Y/G
vCgWzcUzcHd5gLSv2WOJMyP/A5PqCSmgFxBrCUuiM0/yEu0ugfw=
=9xMJ
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,37 @@
-------------------------------------------------------------------
Thu Jan 31 10:36:48 UTC 2019 - kstreitova@suse.com
- Update to version 3.6
- Changes for version 3.6
* ccache now has an opt-in ``depend mode''
* Added support for GCC's `-ffile-prefix-map` option
* Added support for multiple `-fsanitize-blacklist` arguments
* ccache now includes the environment variables `LANG`, `LC_ALL`,
`LC_CTYPE` and `LC_MESSAGES` in the hash since they may affect
localization of compiler warning messages
* Fixed a problem due to Clang overwriting the output file when
compiling an assembler file
* Clarified the manual to explain the reasoning behind the
“file_macro” sloppiness setting in a better way
* ccache now handles several levels of nonexistent directories
when rewriting absolute paths to relative
* A new sloppiness setting `clang_index_store` makes ccache skip
the Clang compiler option `-index-store-path` and its argument
when computing the manifest hash
* Rename sloppiness `no_system_headers` to `system_headers` for
consistency with other options
* The GCC variables “DEPENDENCIES_OUTPUT” and “SUNPRO_DEPENDENCIES”
are now supported correctly.
* The algorithm that scans for `__DATE_` and `__TIME__` tokens in
the hashed source code now doesn't produce false positives for
tokens where `__DATE__` or `__TIME__` is a substring
- Changes for version 3.5.1
* Added missing getopt_long.c source file to release archive
* Fixed (harmless) compiler warnings when building ccache object
files
* CFLAGS is no longer passed to the linker when linking ccache
* Improved development mode build flags
-------------------------------------------------------------------
Mon Oct 22 06:53:16 UTC 2018 - Martin Pluskal <mpluskal@suse.com>

View File

@ -1,7 +1,7 @@
#
# spec file for package ccache
#
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -12,12 +12,12 @@
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via https://bugs.opensuse.org/
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
Name: ccache
Version: 3.5
Version: 3.6
Release: 0
Summary: A Fast C/C++ Compiler Cache
License: GPL-3.0-or-later