From 3282e5780461d9d06e6448d6aacfee5f677f305f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ville=20Skytt=C3=A4?= Date: Tue, 16 May 2006 19:09:50 +0000 Subject: [PATCH] - Add auto-symlink support for g++-libstdc++-so_7. --- ccache.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) 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).