diff --git a/ccache-3.1.5.tar.bz2 b/ccache-3.1.5.tar.bz2 deleted file mode 100644 index 9a71c2c..0000000 --- a/ccache-3.1.5.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:aac690d7e452f408d458b11c07ab5bf22055d398b2a010052d3d208670a99c36 -size 261913 diff --git a/ccache-3.1.6.tar.bz2 b/ccache-3.1.6.tar.bz2 new file mode 100644 index 0000000..0b84035 --- /dev/null +++ b/ccache-3.1.6.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1e333149f30671499513e22fb6ec41c485003cad82802fb4c064fa219194ebf3 +size 262404 diff --git a/ccache.changes b/ccache.changes index ead667d..02b366d 100644 --- a/ccache.changes +++ b/ccache.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Sun Aug 21 18:24:58 UTC 2011 - asterios.dramis@gmail.com + +- update to ccache-3.1.6 + - Rewrite argument to --sysroot if CCACHE_BASEDIR is used. + - Don't crash if getcwd() fails. + - Fixed alignment of "called for preprocessing" counter. + ------------------------------------------------------------------- Mon Jun 6 14:52:55 UTC 2011 - puzel@novell.com diff --git a/ccache.spec b/ccache.spec index 0c2f494..417518f 100644 --- a/ccache.spec +++ b/ccache.spec @@ -19,7 +19,7 @@ Name: ccache -Version: 3.1.5 +Version: 3.1.6 Release: 1 Summary: A Fast C/C++ Compiler Cache @@ -37,12 +37,6 @@ ccache is a compiler cache. It speeds up recompilation by caching the result of previous compilations and detecting when the same compilation is being done again. Supported languages are C, C++, Objective-C and Objective-C++. - - -Authors: --------- - Andrew Tridgell - %prep %setup -q @@ -59,7 +53,7 @@ rm -rf %{buildroot} %files %defattr(-,root,root,-) %doc AUTHORS.* GPL-3.0.txt INSTALL.* LICENSE.* MANUAL.* NEWS.* README.* -%doc %{_mandir}/man1/ccache.1* +%doc %{_mandir}/man1/ccache.1%{ext_man} %{_bindir}/ccache %changelog