Accepting request 156244 from devel:tools:building
Update to 3.1.9 (forwarded request 156229 from adra) OBS-URL: https://build.opensuse.org/request/show/156244 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ccache?expand=0&rev=25
This commit is contained in:
commit
8da86a8050
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b46b5d4b4fd0c0e4e2e9df069d41ded071b73053535ff115e55259e3fcadf3fd
|
||||
size 265248
|
3
ccache-3.1.9.tar.bz2
Normal file
3
ccache-3.1.9.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:04d3e2e438ac8d4cc4b110b68cdd61bd59226c6588739a4a386869467f5ced7c
|
||||
size 266547
|
@ -1,3 +1,18 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Feb 23 20:55:27 UTC 2013 - asterios.dramis@gmail.com
|
||||
|
||||
- Update to 3.1.9:
|
||||
- The EAGAIN signal is now handled correctly when emitting cached stderr
|
||||
output. This fixes a problem triggered by large error outputs from the
|
||||
compiler.
|
||||
- Subdirectories in the cache are no longer created in read-only mode.
|
||||
- Fixed so that ccache's log file descriptor is not made available to the
|
||||
compiler.
|
||||
- Improved error reporting when failing to create temporary stdout/stderr
|
||||
files when executing the compiler.
|
||||
- Disappearing temporary stdout/stderr files are now handled gracefully.
|
||||
- Fixed test suite to work on ecryptfs.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 4 23:37:14 UTC 2013 - llunak@suse.com
|
||||
|
||||
|
@ -17,19 +17,17 @@
|
||||
|
||||
|
||||
Name: ccache
|
||||
Version: 3.1.8
|
||||
Version: 3.1.9
|
||||
Release: 0
|
||||
Summary: A Fast C/C++ Compiler Cache
|
||||
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
|
||||
Patch1: xclang.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
|
||||
BuildRequires: zlib-devel
|
||||
Provides: distcc:/usr/bin/ccache
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
|
||||
%description
|
||||
ccache is a compiler cache. It speeds up recompilation by caching the result of
|
||||
|
Loading…
Reference in New Issue
Block a user