forked from pool/ccache
Accepting request 670323 from home:kstreitova:branches:devel:tools:building
- 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 OBS-URL: https://build.opensuse.org/request/show/670323 OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/ccache?expand=0&rev=69
This commit is contained in:
committed by
Git OBS Bridge
parent
491660c748
commit
0e6eb1704f
@@ -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
|
||||
|
Reference in New Issue
Block a user