diff --git a/ccache.csh.in b/ccache.csh.in index 7b2d26d..4edbb51 100644 --- a/ccache.csh.in +++ b/ccache.csh.in @@ -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 diff --git a/ccache.sh.in b/ccache.sh.in index bc67069..0ce4d64 100644 --- a/ccache.sh.in +++ b/ccache.sh.in @@ -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= diff --git a/ccache.spec b/ccache.spec index e203889..a5d114f 100644 --- a/ccache.spec +++ b/ccache.spec @@ -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ä - 3.3-1 +- Update to 3.3 + * Wed Aug 10 2016 Orion Poplawski - 3.2.7-3 - Add needed requires for groupadd diff --git a/sources b/sources index 0778b91..81cf1cb 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -d51bff83f656f6a3a58c7e9117d6d8fc ccache-3.2.7.tar.xz +012d68ee4701a5e6227d899f933cb340 ccache-3.3.tar.xz