diff options
author | Jakub Jelinek <jakub@redhat.com> | 2005-11-16 08:40:33 +0000 |
---|---|---|
committer | Jakub Jelinek <jakub@redhat.com> | 2005-11-16 08:40:33 +0000 |
commit | b9616a4d2d0ff113b95a638127ad27c98e6c713b (patch) | |
tree | 44a217d883df77585469066a882b4eb96a1aef19 /fedora | |
parent | 7af1fc8277a5c9f20739e9c0b55ae727c3771e1a (diff) | |
download | glibc-b9616a4d2d0ff113b95a638127ad27c98e6c713b.tar glibc-b9616a4d2d0ff113b95a638127ad27c98e6c713b.tar.gz glibc-b9616a4d2d0ff113b95a638127ad27c98e6c713b.tar.bz2 glibc-b9616a4d2d0ff113b95a638127ad27c98e6c713b.zip |
Updated to fedora-glibc-20051116T0829cvs/fedora-glibc-2_3_90-17
Diffstat (limited to 'fedora')
-rw-r--r-- | fedora/branch.mk | 4 | ||||
-rw-r--r-- | fedora/glibc.spec.in | 8 |
2 files changed, 9 insertions, 3 deletions
diff --git a/fedora/branch.mk b/fedora/branch.mk index 274be40a4f..02a6a5fa8b 100644 --- a/fedora/branch.mk +++ b/fedora/branch.mk @@ -3,5 +3,5 @@ glibc-branch := fedora glibc-base := HEAD DIST_BRANCH := devel COLLECTION := dist-fc4 -fedora-sync-date := 2005-11-15 08:09 UTC -fedora-sync-tag := fedora-glibc-20051115T0809 +fedora-sync-date := 2005-11-16 08:29 UTC +fedora-sync-tag := fedora-glibc-20051116T0829 diff --git a/fedora/glibc.spec.in b/fedora/glibc.spec.in index ebdbf28a3f..08523d3374 100644 --- a/fedora/glibc.spec.in +++ b/fedora/glibc.spec.in @@ -1,4 +1,4 @@ -%define glibcrelease 16 +%define glibcrelease 17 %define auxarches i586 i686 athlon sparcv9 alphaev6 %define prelinkarches noarch %define xenarches i686 athlon @@ -1095,6 +1095,12 @@ rm -f *.filelist* %endif %changelog +* Wed Nov 16 2005 Jakub Jelinek <jakub@redhat.com> 2.3.90-17 +- update from CVS + - fix <sys/stat.h> in C++ + - {fstat,fchown,rename,unlink}at fixes + - epoll_wait is now a cancellation point + * Tue Nov 15 2005 Jakub Jelinek <jakub@redhat.com> 2.3.90-16 - update from CVS - make sure waitid syscall is used on ppc*/s390* |