Hello community, here is the log from the commit of package ccache for openSUSE:Factory checked in at 2018-02-06 16:46:21 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ccache (Old) and /work/SRC/openSUSE:Factory/.ccache.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ccache" Tue Feb 6 16:46:21 2018 rev:40 rq:572526 version:3.3.6 Changes: -------- --- /work/SRC/openSUSE:Factory/ccache/ccache.changes 2017-04-06 11:03:22.169243980 +0200 +++ /work/SRC/openSUSE:Factory/.ccache.new/ccache.changes 2018-02-06 16:46:24.155793490 +0100 @@ -1,0 +2,36 @@ +Sat Feb 3 04:53:41 UTC 2018 - [email protected] + +- Update to version 3.3.6: + * Improved instructions on how to get cache hits between different + working directories. +- Changes for version 3.3.5: + * Documented how automatic cache cleanup works. + * Fixed a regression where the original order of debug options + could be lost. This reverts the “Improved parsing of -g* + options” feature in ccache 3.3. + * Multiple -fdebug-prefix-map options should now be handled + correctly. + * Fixed matching of directories in the ignore_headers_in_manifest + configuration option. + * Fixed detection of missing argument to -opt/--options-file. + * ccache now bails out when building a precompiled header if any + of the corresponding header files have an updated timestamp. + This fixes complaints from clang. + * Fixed a bug related to erroneously storing a dependency file + with absolute paths in the cache on a preprocessed hit. + * ccache -c/--cleanup now works like documented: it just + recalculates size counters and trims the cache to not exceed + the max size and file number limits. Previously, the forced + cleanup took “limit_multiple” into account, so that ccache + -c/--cleanup by default would trim the cache to 80% of the max + limit. + * ccache no longer ignores linker arguments for clang since clang + warns about them. + * Plugged a couple of file descriptor leaks. + * Fixed a bug where ccache would skip hashing the compiler + argument following a -fno-working-directory, + -fworking-directory, -nostdinc, -nostdinc++, -remap or + -trigraphs option in preprocessor mode. +- cleanup with spec-cleaner + +------------------------------------------------------------------- Old: ---- ccache-3.3.4.tar.xz ccache-3.3.4.tar.xz.asc New: ---- ccache-3.3.6.tar.xz ccache-3.3.6.tar.xz.asc ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ccache.spec ++++++ --- /var/tmp/diff_new_pack.LWZNvJ/_old 2018-02-06 16:46:24.719767100 +0100 +++ /var/tmp/diff_new_pack.LWZNvJ/_new 2018-02-06 16:46:24.719767100 +0100 @@ -1,7 +1,7 @@ # # spec file for package ccache # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2018 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 @@ -17,14 +17,14 @@ Name: ccache -Version: 3.3.4 +Version: 3.3.6 Release: 0 Summary: A Fast C/C++ Compiler Cache License: GPL-3.0+ Group: Development/Languages/C and C++ -Url: http://ccache.samba.org/ -Source0: http://samba.org/ftp/%{name}/%{name}-%{version}.tar.xz -Source1: http://samba.org/ftp/%{name}/%{name}-%{version}.tar.xz.asc +Url: https://ccache.samba.org/ +Source0: https://www.samba.org/ftp/%{name}/%{name}-%{version}.tar.xz +Source1: https://www.samba.org/ftp/%{name}/%{name}-%{version}.tar.xz.asc Source2: %{name}.keyring BuildRequires: xz BuildRequires: zlib-devel @@ -61,7 +61,6 @@ ln -sf ../../bin/%{name} c++ %files -%defattr(-,root,root,-) %doc AUTHORS.* GPL-3.0.txt LICENSE.* MANUAL.* NEWS.* README.* %{_bindir}/%{name} %{_libdir}/%{name} ++++++ ccache-3.3.4.tar.xz -> ccache-3.3.6.tar.xz ++++++ ++++ 2841 lines of diff (skipped)
