diff options
author | Roland McGrath <roland@gnu.org> | 2005-03-06 20:55:30 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2005-03-06 20:55:30 +0000 |
commit | 30dd7154524588001b24fa12e78d05fd48fbfbdb (patch) | |
tree | e295635dfa041ae35f4f33fa99b4a0504493e5b4 | |
parent | 4474b9a1c34659549e527cc72bcfb8c58023e33c (diff) | |
download | glibc-30dd7154524588001b24fa12e78d05fd48fbfbdb.tar glibc-30dd7154524588001b24fa12e78d05fd48fbfbdb.tar.gz glibc-30dd7154524588001b24fa12e78d05fd48fbfbdb.tar.bz2 glibc-30dd7154524588001b24fa12e78d05fd48fbfbdb.zip |
2.3.4-13 - fix bits/socket2.h macro typoscvs/fedora-glibc-2_3_4-13
-rw-r--r-- | fedora/glibc.spec.in | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/fedora/glibc.spec.in b/fedora/glibc.spec.in index b5a932df26..420252ad1e 100644 --- a/fedora/glibc.spec.in +++ b/fedora/glibc.spec.in @@ -1,4 +1,4 @@ -%define glibcrelease 12 +%define glibcrelease 13 %define auxarches i586 i686 athlon sparcv9 alphaev6 %define prelinkarches noarch %define nptlarches i386 i686 athlon x86_64 ia64 s390 s390x sparcv9 ppc ppc64 @@ -1274,6 +1274,9 @@ rm -f *.filelist* %endif %changelog +* Sun Mar 6 2005 Roland McGrath <roland@redhat.com> 2.3.4-13 +- fix bits/socket2.h macro typos + * Sat Mar 5 2005 Jakub Jelinek <jakub@redhat.com> 2.3.4-12 - fix tst-chk{2,3} - fix up AS_NEEDED directive in /usr/%{_lib}/libc.so |