forked from pool/ccache
update to ccache-3.1
OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/ccache?expand=0&rev=5
This commit is contained in:
parent
37f35762aa
commit
897ac444f2
@ -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
3
ccache-3.1.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:b8a4cc2321325488307d894ed1c39deef138e0d5e073ed3e265085fe6a5d7c59
|
||||||
|
size 250668
|
@ -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
|
Fri Jul 16 08:15:51 UTC 2010 - puzel@novell.com
|
||||||
|
|
||||||
|
@ -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.
|
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
@ -20,7 +20,7 @@
|
|||||||
|
|
||||||
Name: ccache
|
Name: ccache
|
||||||
Summary: Compiler Cache
|
Summary: Compiler Cache
|
||||||
Version: 3.0.1
|
Version: 3.1
|
||||||
Release: 1
|
Release: 1
|
||||||
Group: Development/Languages/C and C++
|
Group: Development/Languages/C and C++
|
||||||
License: GPLv3+
|
License: GPLv3+
|
||||||
@ -54,7 +54,7 @@ make DESTDIR=$RPM_BUILD_ROOT install
|
|||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%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*
|
%doc %{_mandir}/man1/ccache.1*
|
||||||
%{_bindir}/ccache
|
%{_bindir}/ccache
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user