- Add auto-symlink support for g++-libstdc++-so_7.

This commit is contained in:
Ville Skyttä 2006-05-16 19:09:50 +00:00
parent 1cfe064904
commit 3282e57804
1 changed files with 6 additions and 3 deletions

View File

@ -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ä <ville.skytta at iki.fi> - 2.4-5
- Add auto-symlink support for g++-libstdc++-so_7.
* Sat Nov 26 2005 Ville Skyttä <ville.skytta at iki.fi> - 2.4-4
- Drop "bin" from compiler symlink path.
- Make profile.d snippets non-executable (#35714).