From 3cb7fc71902d14be00e6286d37048310da424f275d422b7ba3cfa84bea58c02a Mon Sep 17 00:00:00 2001 From: OBS User buildservice-autocommit Date: Fri, 17 Sep 2010 22:46:31 +0000 Subject: [PATCH] Updating link to change in openSUSE:Factory/ccache revision 9.0 OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/ccache?expand=0&rev=996d66392ea096791e0d159299956212 --- ccache-3.0.1.tar.bz2 | 3 --- ccache-3.1.tar.bz2 | 3 +++ ccache.changes | 24 ++++++++++++++++++++++++ ccache.spec | 6 +++--- 4 files changed, 30 insertions(+), 6 deletions(-) delete mode 100644 ccache-3.0.1.tar.bz2 create mode 100644 ccache-3.1.tar.bz2 diff --git a/ccache-3.0.1.tar.bz2 b/ccache-3.0.1.tar.bz2 deleted file mode 100644 index 7c2764c..0000000 --- a/ccache-3.0.1.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9eac4d17d15fcc5ad79c84ee62c844c80aeab4407623e019fa32842ecdae0346 -size 217171 diff --git a/ccache-3.1.tar.bz2 b/ccache-3.1.tar.bz2 new file mode 100644 index 0000000..21cd7fc --- /dev/null +++ b/ccache-3.1.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b8a4cc2321325488307d894ed1c39deef138e0d5e073ed3e265085fe6a5d7c59 +size 250668 diff --git a/ccache.changes b/ccache.changes index 06703db..591e808 100644 --- a/ccache.changes +++ b/ccache.changes @@ -1,3 +1,27 @@ +------------------------------------------------------------------- +Fri Sep 17 09:22:59 UTC 2010 - puzel@novell.com + +- update to ccache-3.1 + - features: + - Added support for hashing the output of a custom command + (e.g. `$compiler --version`) to identify the compiler + instead of stat-ing or hashing the compiler binary. + - Added support for caching compilations that use precompiled + headers. + - Locking of the files containing statistics counters is now + done using symlinks instead of POSIX locks. + - Manifest files are now updated without the need of taking + locks. + - Added `.cp` and `.CP` as known C++ suffixes. + - Improved logging. + - bugfixes: + - Non-fatal error messages are now never printed to stderr but + logged instead. + - Fixed a bug affecting failing commands when `--ccache-skip` is + used. + - Made `--ccache-skip` work for all options. + - EINTR is now handled correctly. + ------------------------------------------------------------------- Fri Jul 16 08:15:51 UTC 2010 - puzel@novell.com diff --git a/ccache.spec b/ccache.spec index 4900a5b..bef7ab0 100644 --- a/ccache.spec +++ b/ccache.spec @@ -1,5 +1,5 @@ # -# spec file for package ccache (Version 3.0.1) +# spec file for package ccache (Version 3.1) # # Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany. # @@ -20,7 +20,7 @@ Name: ccache Summary: Compiler Cache -Version: 3.0.1 +Version: 3.1 Release: 1 Group: Development/Languages/C and C++ License: GPLv3+ @@ -54,7 +54,7 @@ make DESTDIR=$RPM_BUILD_ROOT install %files %defattr(-,root,root) -%doc COPYING README.txt NEWS.txt INSTALL.txt +%doc LICENSE.txt README.txt NEWS.txt INSTALL.txt MANUAL.txt AUTHORS.txt %doc %{_mandir}/man1/ccache.1* %{_bindir}/ccache