diff --git a/ccache-3.1.8.tar.bz2 b/ccache-3.1.8.tar.bz2 deleted file mode 100644 index b6141d8..0000000 --- a/ccache-3.1.8.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b46b5d4b4fd0c0e4e2e9df069d41ded071b73053535ff115e55259e3fcadf3fd -size 265248 diff --git a/ccache-3.1.9.tar.bz2 b/ccache-3.1.9.tar.bz2 new file mode 100644 index 0000000..460f1d2 --- /dev/null +++ b/ccache-3.1.9.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:04d3e2e438ac8d4cc4b110b68cdd61bd59226c6588739a4a386869467f5ced7c +size 266547 diff --git a/ccache.changes b/ccache.changes index e435008..de85a3a 100644 --- a/ccache.changes +++ b/ccache.changes @@ -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 diff --git a/ccache.spec b/ccache.spec index 8c5321c..eda0f65 100644 --- a/ccache.spec +++ b/ccache.spec @@ -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