diff options
author | Jakub Jelinek <jakub@redhat.com> | 2007-10-15 07:31:04 +0000 |
---|---|---|
committer | Jakub Jelinek <jakub@redhat.com> | 2007-10-15 07:31:04 +0000 |
commit | 378e8bab9688c447e7567b5066ef26482a4fd8f1 (patch) | |
tree | 8b26c8de92c9e555d78b6c0ec4f416e65257fc3d /fedora | |
parent | 68a071d274b5bd3049ab3ec7cd5cbb901aa95ccd (diff) | |
download | glibc-378e8bab9688c447e7567b5066ef26482a4fd8f1.tar glibc-378e8bab9688c447e7567b5066ef26482a4fd8f1.tar.gz glibc-378e8bab9688c447e7567b5066ef26482a4fd8f1.tar.bz2 glibc-378e8bab9688c447e7567b5066ef26482a4fd8f1.zip |
Updated to fedora-glibc-20071015T0728cvs/fedora-glibc-2_6_90-21
Diffstat (limited to 'fedora')
-rw-r--r-- | fedora/branch.mk | 4 | ||||
-rw-r--r-- | fedora/glibc.spec.in | 5 |
2 files changed, 6 insertions, 3 deletions
diff --git a/fedora/branch.mk b/fedora/branch.mk index a457caf781..1dc4e6b574 100644 --- a/fedora/branch.mk +++ b/fedora/branch.mk @@ -3,5 +3,5 @@ glibc-branch := fedora glibc-base := HEAD DIST_BRANCH := devel COLLECTION := dist-f8 -fedora-sync-date := 2007-10-14 21:02 UTC -fedora-sync-tag := fedora-glibc-20071014T2102 +fedora-sync-date := 2007-10-15 07:28 UTC +fedora-sync-tag := fedora-glibc-20071015T0728 diff --git a/fedora/glibc.spec.in b/fedora/glibc.spec.in index 82bbe2d241..a00d799987 100644 --- a/fedora/glibc.spec.in +++ b/fedora/glibc.spec.in @@ -1,4 +1,4 @@ -%define glibcrelease 20 +%define glibcrelease 21 %define run_glibc_tests 1 %define auxarches i586 i686 athlon sparcv9v sparc64v alphaev6 %define xenarches i686 athlon @@ -1010,6 +1010,9 @@ rm -f *.filelist* %endif %changelog +* Mon Oct 15 2007 Jakub Jelinek <jakub@redhat.com> 2.6.90-21 +- fix getgr{name,gid}{,_r} with nscd + * Sun Oct 14 2007 Jakub Jelinek <jakub@redhat.com> 2.6.90-20 - install <bits/error.h> (#330031) - disable -D_FORTIFY_SOURCE{,=2} support (with a warning) for |