Update to 3.3

This commit is contained in:
Ville Skyttä 2016-08-28 10:27:59 +03:00
parent ecbe554db7
commit 5cc6db5e26
4 changed files with 7 additions and 13 deletions

View File

@ -24,8 +24,3 @@ else if ( $uid != 0 ) then
unsetenv CCACHE_HARDLINK
endif
endif
# CCACHE_HASHDIR: https://bugzilla.redhat.com/show_bug.cgi?id=759592
setenv CCACHE_HASHDIR
# CCACHE_CPP2: https://bugzilla.redhat.com/show_bug.cgi?id=1350086
setenv CCACHE_CPP2

View File

@ -25,8 +25,3 @@ elif [ "${EUID:-}" != 0 ] ; then
unset CCACHE_HARDLINK
fi
fi
# CCACHE_HASHDIR: https://bugzilla.redhat.com/show_bug.cgi?id=759592
export CCACHE_HASHDIR=
# CCACHE_CPP2: https://bugzilla.redhat.com/show_bug.cgi?id=1350086
export CCACHE_CPP2=

View File

@ -12,8 +12,8 @@
%global relccache %(%abs2rel %{_bindir}/ccache %{_libdir}/ccache)
Name: ccache
Version: 3.2.7
Release: 3%{?dist}
Version: 3.3
Release: 1%{?dist}
Summary: C/C++ compiler cache
License: GPLv3+
@ -123,6 +123,7 @@ done\
%ccache_trigger -p compat-gcc-32-c++ c++32 g++32
%ccache_trigger -p compat-gcc-34 cc34 gcc34
%ccache_trigger -p compat-gcc-34-c++ c++34 g++34
%ccache_trigger -p compat-gcc-34-g77 f77 g77
%ccache_trigger -p gcc cc gcc
%ccache_trigger -p gcc-c++ c++ g++
%ccache_trigger -p gcc4 cc4 gcc4
@ -206,6 +207,9 @@ getent group ccache >/dev/null || groupadd -r ccache || :
%changelog
* Sun Aug 28 2016 Ville Skyttä <ville.skytta@iki.fi> - 3.3-1
- Update to 3.3
* Wed Aug 10 2016 Orion Poplawski <orion@cora.nwra.com> - 3.2.7-3
- Add needed requires for groupadd

View File

@ -1 +1 @@
d51bff83f656f6a3a58c7e9117d6d8fc ccache-3.2.7.tar.xz
012d68ee4701a5e6227d899f933cb340 ccache-3.3.tar.xz