Accepting request 52357 from devel:tools:building
Accepted submit request 52357 from user puzel OBS-URL: https://build.opensuse.org/request/show/52357 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ccache?expand=0&rev=10
This commit is contained in:
commit
da1d2b1073
3
ccache-3.1.1.tar.bz2
Normal file
3
ccache-3.1.1.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3048eae7dc744f69414f6c0e12b7c6f115490998b24bc854122fbb3142fa2973
|
||||
size 251474
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b8a4cc2321325488307d894ed1c39deef138e0d5e073ed3e265085fe6a5d7c59
|
||||
size 250668
|
@ -1,3 +1,18 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 8 09:46:57 UTC 2010 - puzel@novell.com
|
||||
|
||||
- update to ccache-3.1.1
|
||||
- ccache now falls back to preprocessor mode when a non-regular
|
||||
include file (device, socket, etc) has been detected so that
|
||||
potential hanging due to blocking reads is avoided.
|
||||
- CRC errors are now detected when decompressing compressed files
|
||||
in the cache.
|
||||
- Fixed potential object file corruption race on NFS.
|
||||
- Minor documentation corrections.
|
||||
- Fixed configure detection of ar.
|
||||
- ccache development version (set by dev.mk) now works with gits
|
||||
whose `describe` command doesn't understand `--dirty`.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 17 09:22:59 UTC 2010 - puzel@novell.com
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package ccache (Version 3.1)
|
||||
# spec file for package ccache (Version 3.1.1)
|
||||
#
|
||||
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
@ -20,7 +20,7 @@
|
||||
|
||||
Name: ccache
|
||||
Summary: Compiler Cache
|
||||
Version: 3.1
|
||||
Version: 3.1.1
|
||||
Release: 1
|
||||
Group: Development/Languages/C and C++
|
||||
License: GPLv3+
|
||||
|
Loading…
Reference in New Issue
Block a user