[ccache/f15] Turn on CCACHE_HASHDIR by default (#759592, Jan Kratochvil).

Ville Skyttä scop at fedoraproject.org
Sun Dec 4 21:02:37 UTC 2011


commit 376c396cc4471d2e8205068fa21c0b01147018b9
Author: Ville Skyttä <ville.skytta at iki.fi>
Date:   Sun Dec 4 23:02:19 2011 +0200

    Turn on CCACHE_HASHDIR by default (#759592, Jan Kratochvil).

 ccache.csh.in |    2 ++
 ccache.sh.in  |    2 ++
 ccache.spec   |    5 ++++-
 3 files changed, 8 insertions(+), 1 deletions(-)
---
diff --git a/ccache.csh.in b/ccache.csh.in
index 4edbb51..0f58940 100644
--- a/ccache.csh.in
+++ b/ccache.csh.in
@@ -24,3 +24,5 @@ else if ( $uid != 0 ) then
         unsetenv CCACHE_HARDLINK
     endif
 endif
+
+setenv CCACHE_HASHDIR
diff --git a/ccache.sh.in b/ccache.sh.in
index 0ce4d64..29f8303 100644
--- a/ccache.sh.in
+++ b/ccache.sh.in
@@ -25,3 +25,5 @@ elif [ "${EUID:-}" != 0 ] ; then
         unset CCACHE_HARDLINK
     fi
 fi
+
+export CCACHE_HASHDIR=
diff --git a/ccache.spec b/ccache.spec
index c709900..01c7b0f 100644
--- a/ccache.spec
+++ b/ccache.spec
@@ -13,7 +13,7 @@
 
 Name:           ccache
 Version:        3.1.4
-Release:        4%{?dist}
+Release:        5%{?dist}
 Summary:        C/C++ compiler cache
 
 Group:          Development/Tools
@@ -142,6 +142,9 @@ getent group ccache >/dev/null || groupadd -r ccache || :
 
 
 %changelog
+* Sun Dec  4 2011 Ville Skyttä <ville.skytta at iki.fi> - 3.1.4-5
+- Turn on CCACHE_HASHDIR by default (#759592, Jan Kratochvil).
+
 * Sat Apr  2 2011 Ville Skyttä <ville.skytta at iki.fi> - 3.1.4-4
 - Replace Requires(trigger*) with plain requires to appease rpmbuild >= 4.9.
 


More information about the scm-commits mailing list