Merge branch 'master' into el6

This commit is contained in:
Ville Skyttä 2011-12-18 00:07:22 +02:00
commit 6d987f16b8
5 changed files with 17 additions and 4 deletions

2
.gitignore vendored
View File

@ -1 +1 @@
/ccache-3.1.4.tar.xz
/*.tar.xz

View File

@ -24,3 +24,5 @@ else if ( $uid != 0 ) then
unsetenv CCACHE_HARDLINK
endif
endif
setenv CCACHE_HASHDIR

View File

@ -25,3 +25,5 @@ elif [ "${EUID:-}" != 0 ] ; then
unset CCACHE_HARDLINK
fi
fi
export CCACHE_HASHDIR=

View File

@ -12,8 +12,8 @@
%global relccache %(%abs2rel %{_bindir}/ccache %{_libdir}/ccache)
Name: ccache
Version: 3.1.4
Release: 4%{?dist}
Version: 3.1.6
Release: 1%{?dist}
Summary: C/C++ compiler cache
Group: Development/Tools
@ -142,6 +142,15 @@ getent group ccache >/dev/null || groupadd -r ccache || :
%changelog
* Sun Dec 4 2011 Ville Skyttä <ville.skytta@iki.fi> - 3.1.6-2
- Turn on CCACHE_HASHDIR by default (#759592, Jan Kratochvil).
* Mon Aug 22 2011 Ville Skyttä <ville.skytta@iki.fi> - 3.1.6-1
- Update to 3.1.6.
* Mon May 30 2011 Ville Skyttä <ville.skytta@iki.fi> - 3.1.5-1
- Update to 3.1.5.
* Sat Apr 2 2011 Ville Skyttä <ville.skytta@iki.fi> - 3.1.4-4
- Replace Requires(trigger*) with plain requires to appease rpmbuild >= 4.9.

View File

@ -1 +1 @@
6c70a6e2e5da8d957d175343412e494b ccache-3.1.4.tar.xz
4adee18e0e7a767112913c56fdb06792 ccache-3.1.6.tar.xz