forked from pool/ccache
update to 3.1.7
OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/ccache?expand=0&rev=20
This commit is contained in:
parent
e8f005da15
commit
2750c3d25e
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1e333149f30671499513e22fb6ec41c485003cad82802fb4c064fa219194ebf3
|
||||
size 262404
|
3
ccache-3.1.7.tar.bz2
Normal file
3
ccache-3.1.7.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4931aab14fb1f824b7d349a4366861a82ac19090097e9960f15a0ac8762b4941
|
||||
size 262648
|
@ -1,3 +1,27 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 9 07:30:04 UTC 2012 - puzel@suse.com
|
||||
|
||||
- update to ccache-3.1.7
|
||||
- Non-writable `CCACHE_DIR` is now handled gracefully when
|
||||
`CCACHE_READONLY` is set.
|
||||
- Made failure to create files (typically due to bad directory
|
||||
permissions) in the cache directory fatal. Previously, such
|
||||
failures were silently and erroneously flagged as "compiler
|
||||
produced stdout".
|
||||
- Both the `-specs=file` and `--specs=file` forms are now
|
||||
recognized.
|
||||
- Added recognition and hashing of GCC plugins specified with
|
||||
`-fplugin=file`.
|
||||
- `CCACHE_COMPILERCHECK` now also determines how to hash explicit
|
||||
specs files (`-specs=file`).
|
||||
- Added `CPATH`, `C_INCLUDE_PATH` and similar environment
|
||||
variables to the hash to avoid false cache hits when such
|
||||
variables have changed.
|
||||
- Corrected log message when unify mode is enabled.
|
||||
- Reverted the GCC bug compatibility introduced in ccache 3.1.5
|
||||
for `-MT`/`-MQ` options with concatenated arguments. (The bug
|
||||
is fixed in recent GCC versions.)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Sep 17 22:39:57 UTC 2011 - jengelh@medozas.de
|
||||
|
||||
|
14
ccache.spec
14
ccache.spec
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package ccache
|
||||
#
|
||||
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -15,16 +15,14 @@
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
|
||||
Name: ccache
|
||||
Version: 3.1.6
|
||||
Release: 1
|
||||
Version: 3.1.7
|
||||
Release: 0
|
||||
Summary: A Fast C/C++ Compiler Cache
|
||||
|
||||
License: GPLv3+
|
||||
Url: http://ccache.samba.org/
|
||||
License: GPL-3.0+
|
||||
Group: Development/Languages/C and C++
|
||||
|
||||
Url: http://ccache.samba.org/
|
||||
Source0: http://samba.org/ftp/ccache/%{name}-%{version}.tar.bz2
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user