Accepting request 99392 from devel:tools:building
update to 3.1.7 OBS-URL: https://build.opensuse.org/request/show/99392 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ccache?expand=0&rev=19
This commit is contained in:
commit
99af7b3597
@ -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,32 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
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
|
||||||
|
|
||||||
|
- Remove redundant tags/sections from specfile
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Aug 21 18:24:58 UTC 2011 - asterios.dramis@gmail.com
|
Sun Aug 21 18:24:58 UTC 2011 - asterios.dramis@gmail.com
|
||||||
|
|
||||||
|
18
ccache.spec
18
ccache.spec
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package ccache
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -15,17 +15,14 @@
|
|||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
# norootforbuild
|
|
||||||
|
|
||||||
|
|
||||||
Name: ccache
|
Name: ccache
|
||||||
Version: 3.1.6
|
Version: 3.1.7
|
||||||
Release: 1
|
Release: 0
|
||||||
Summary: A Fast C/C++ Compiler Cache
|
Summary: A Fast C/C++ Compiler Cache
|
||||||
|
License: GPL-3.0+
|
||||||
License: GPLv3+
|
|
||||||
Url: http://ccache.samba.org/
|
|
||||||
Group: Development/Languages/C and C++
|
Group: Development/Languages/C and C++
|
||||||
|
|
||||||
|
Url: http://ccache.samba.org/
|
||||||
Source0: http://samba.org/ftp/ccache/%{name}-%{version}.tar.bz2
|
Source0: http://samba.org/ftp/ccache/%{name}-%{version}.tar.bz2
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
|
||||||
@ -47,9 +44,6 @@ make %{?_smp_mflags}
|
|||||||
%install
|
%install
|
||||||
make install DESTDIR=%{buildroot}
|
make install DESTDIR=%{buildroot}
|
||||||
|
|
||||||
%clean
|
|
||||||
rm -rf %{buildroot}
|
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
%doc AUTHORS.* GPL-3.0.txt INSTALL.* LICENSE.* MANUAL.* NEWS.* README.*
|
%doc AUTHORS.* GPL-3.0.txt INSTALL.* LICENSE.* MANUAL.* NEWS.* README.*
|
||||||
|
Loading…
Reference in New Issue
Block a user