diff options
author | Roland McGrath <roland@gnu.org> | 2006-07-31 07:17:47 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2006-07-31 07:17:47 +0000 |
commit | ebe3a574be44dc0d7724945e8cea53b92297593b (patch) | |
tree | 7ae5a9def32aea6a526405a33b5585bed3ee3643 | |
parent | 518b2177f6c4f79e148414edf507a1aabab0e07b (diff) | |
download | glibc-ebe3a574be44dc0d7724945e8cea53b92297593b.tar.gz glibc-ebe3a574be44dc0d7724945e8cea53b92297593b.tar.xz glibc-ebe3a574be44dc0d7724945e8cea53b92297593b.zip |
2.4.90-15 cvs/fedora-glibc-2_4_90-15
-rw-r--r-- | fedora/glibc.spec.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fedora/glibc.spec.in b/fedora/glibc.spec.in index 7bb140e570..644cf00559 100644 --- a/fedora/glibc.spec.in +++ b/fedora/glibc.spec.in @@ -1,4 +1,4 @@ -%define glibcrelease 14 +%define glibcrelease 15 %define auxarches i586 i686 athlon sparcv9 alphaev6 %define xenarches i686 athlon %ifarch %{xenarches} @@ -1433,7 +1433,7 @@ rm -f *.filelist* %endif %changelog -* Sat Jul 29 2006 Roland McGrath <roland@redhat.com> - 2.4.90-14 +* Mon Jul 31 2006 Roland McGrath <roland@redhat.com> 2.4.90-15 - fix missing destructor calls in dlclose (#197932) - PI mutex support |