diff options
author | Jakub Jelinek <jakub@redhat.com> | 2005-11-19 20:12:39 +0000 |
---|---|---|
committer | Jakub Jelinek <jakub@redhat.com> | 2005-11-19 20:12:39 +0000 |
commit | 4854d89f810c850e1ab61cc6527b5595cd6e41cc (patch) | |
tree | 21ce3ce951e3f49d6635cbbd66af9c62ccc1947c | |
parent | 8e8c8d3c871666d3c4fb0cda0147fb2231beeb09 (diff) |
2.3.90-18
-rw-r--r-- | fedora/glibc.spec.in | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/fedora/glibc.spec.in b/fedora/glibc.spec.in index 08523d3374..29ecf0e1fe 100644 --- a/fedora/glibc.spec.in +++ b/fedora/glibc.spec.in @@ -1,4 +1,4 @@ -%define glibcrelease 17 +%define glibcrelease 18 %define auxarches i586 i686 athlon sparcv9 alphaev6 %define prelinkarches noarch %define xenarches i686 athlon @@ -1095,6 +1095,14 @@ rm -f *.filelist* %endif %changelog +* Sat Nov 19 2005 Jakub Jelinek <jakub@redhat.com> 2.3.90-18 +- update from CVS + - change <sys/stat.h> for broken apps that #define const /**/, + handle non-GCC compilers + - fix ppc{32,64} strncmp (BZ#1877, #173643, IT#83510) + - provide shmatt_t typedef in ia64 <sys/shm.h (#173680) + - support 2nd arg to futimesat being NULL (#173581) + * Wed Nov 16 2005 Jakub Jelinek <jakub@redhat.com> 2.3.90-17 - update from CVS - fix <sys/stat.h> in C++ |