diff --git a/ccache-3.1.1.tar.bz2 b/ccache-3.1.1.tar.bz2 new file mode 100644 index 0000000..542f788 --- /dev/null +++ b/ccache-3.1.1.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3048eae7dc744f69414f6c0e12b7c6f115490998b24bc854122fbb3142fa2973 +size 251474 diff --git a/ccache-3.1.tar.bz2 b/ccache-3.1.tar.bz2 deleted file mode 100644 index 21cd7fc..0000000 --- a/ccache-3.1.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b8a4cc2321325488307d894ed1c39deef138e0d5e073ed3e265085fe6a5d7c59 -size 250668 diff --git a/ccache.changes b/ccache.changes index 591e808..ba82f52 100644 --- a/ccache.changes +++ b/ccache.changes @@ -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 diff --git a/ccache.spec b/ccache.spec index bef7ab0..72b68da 100644 --- a/ccache.spec +++ b/ccache.spec @@ -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+