Hello community, here is the log from the commit of package ccache for openSUSE:Factory checked in at 2018-11-06 13:50:45 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ccache (Old) and /work/SRC/openSUSE:Factory/.ccache.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ccache" Tue Nov 6 13:50:45 2018 rev:43 rq:643637 version:3.5 Changes: -------- --- /work/SRC/openSUSE:Factory/ccache/ccache.changes 2018-07-17 09:39:03.090015631 +0200 +++ /work/SRC/openSUSE:Factory/.ccache.new/ccache.changes 2018-11-06 13:50:48.112545248 +0100 @@ -1,0 +2,17 @@ +Mon Oct 22 06:53:16 UTC 2018 - Martin Pluskal <[email protected]> + +- Make sure bundled zlib is not used +- Make building more verbose + +------------------------------------------------------------------- +Mon Oct 22 06:38:20 UTC 2018 - [email protected] + +- Update to version 3.5 + * Added a boolean debug (CCACHE_DEBUG) configuration option + * Renamed CCACHE_CC to CCACHE_COMPILER + * Added a new command-line option -k/--get-config + * Improved performance substantially when using hash_dir = false + * Renamed "stats zero time" to "stats zeroed" + * Added file_state_matches_ctime option to disable ctime check + +------------------------------------------------------------------- Old: ---- ccache-3.4.2.tar.xz ccache-3.4.2.tar.xz.asc New: ---- ccache-3.5.tar.xz ccache-3.5.tar.xz.asc ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ccache.spec ++++++ --- /var/tmp/diff_new_pack.f3HbnS/_old 2018-11-06 13:50:48.960544097 +0100 +++ /var/tmp/diff_new_pack.f3HbnS/_new 2018-11-06 13:50:48.960544097 +0100 @@ -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 http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # Name: ccache -Version: 3.4.2 +Version: 3.5 Release: 0 Summary: A Fast C/C++ Compiler Cache License: GPL-3.0-or-later @@ -26,7 +26,6 @@ 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 Provides: distcc:%{_bindir}/ccache @@ -37,11 +36,12 @@ Objective-C++. %prep -%autosetup +%setup -q %build -%configure -make %{?_smp_mflags} +%configure \ + --without-bundled-zlib +make %{?_smp_mflags} V=1 %install %make_install ++++++ ccache-3.4.2.tar.xz -> ccache-3.5.tar.xz ++++++ ++++ 12279 lines of diff (skipped)
