diff --git a/ccache.spec b/ccache.spec index daf3152..b0b431d 100644 --- a/ccache.spec +++ b/ccache.spec @@ -1,9 +1,9 @@ -%define compilers gcc g++ cc c++ gcc296 g++296 gcc32 c++32 g++32 gcc34 c++34 g++34 -%define pkgs gcc, gcc-c++, compat-gcc, compat-gcc-c++, compat-gcc-32, compat-gcc-32-c++, gcc34, gcc34-c++ +%define compilers gcc g++ cc c++ gcc296 g++296 gcc32 c++32 g++32 gcc34 c++34 g++34 g++-libstdc++-so_7 +%define pkgs gcc, gcc-c++, compat-gcc, compat-gcc-c++, compat-gcc-32, compat-gcc-32-c++, gcc34, gcc34-c++, libstdc++so7-devel Name: ccache Version: 2.4 -Release: 4%{?dist} +Release: 5%{?dist} Summary: C/C++ compiler cache Group: Development/Tools @@ -83,6 +83,9 @@ done %changelog +* Tue May 16 2006 Ville Skyttä - 2.4-5 +- Add auto-symlink support for g++-libstdc++-so_7. + * Sat Nov 26 2005 Ville Skyttä - 2.4-4 - Drop "bin" from compiler symlink path. - Make profile.d snippets non-executable (#35714).