Accepting request 48345 from devel:tools:building

Copy from devel:tools:building/ccache based on submit request 48345 from user puzel

OBS-URL: https://build.opensuse.org/request/show/48345
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ccache?expand=0&rev=9
This commit is contained in:
OBS User autobuild 2010-09-17 22:46:31 +00:00 committed by Git OBS Bridge
commit 496748839e
4 changed files with 30 additions and 6 deletions

View File

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

3
ccache-3.1.tar.bz2 Normal file
View File

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

View File

@ -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

View File

@ -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