summaryrefslogtreecommitdiff
path: root/fedora
diff options
context:
space:
mode:
authorJakub Jelinek <jakub@redhat.com>2006-05-31 15:10:35 +0000
committerJakub Jelinek <jakub@redhat.com>2006-05-31 15:10:35 +0000
commit2774ea772499f5779e846646824784a44377c69a (patch)
tree8c23b862c87c0056b7ef8296f527ca580d5e15a5 /fedora
parente482d83fb7eedcb449bfe80a6aa240cbd114c571 (diff)
Updated to fedora-glibc-20060531T1322cvs/fedora-glibc-2_4_90-11
Diffstat (limited to 'fedora')
-rw-r--r--fedora/branch.mk4
-rw-r--r--fedora/glibc.spec.in54
2 files changed, 55 insertions, 3 deletions
diff --git a/fedora/branch.mk b/fedora/branch.mk
index 773fe3e523..93d7c4f3d8 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 := 2006-05-24 07:21 UTC
-fedora-sync-tag := fedora-glibc-20060524T0721
+fedora-sync-date := 2006-05-31 13:22 UTC
+fedora-sync-tag := fedora-glibc-20060531T1322
diff --git a/fedora/glibc.spec.in b/fedora/glibc.spec.in
index 0360f5dd66..58760fec40 100644
--- a/fedora/glibc.spec.in
+++ b/fedora/glibc.spec.in
@@ -1,4 +1,4 @@
-%define glibcrelease 10
+%define glibcrelease 11
%define auxarches i586 i686 athlon sparcv9 alphaev6
%define prelinkarches noarch
%define xenarches i686 athlon
@@ -326,6 +326,9 @@ cat > override_headers/asm/unistd.h <<EOF
#ifndef __NR_tee
#define __NR_tee 315
#endif
+#ifndef __NR_vmsplice
+#define __NR_vmsplice 316
+#endif
%endif
%ifarch ia64
#ifndef __NR_timer_create
@@ -392,6 +395,9 @@ cat > override_headers/asm/unistd.h <<EOF
#ifndef __NR_tee
#define __NR_tee 1301
#endif
+#ifndef __NR_vmsplice
+#define __NR_vmsplice 1302
+#endif
%endif
%ifarch ppc
#ifndef __NR_utimes
@@ -433,6 +439,24 @@ cat > override_headers/asm/unistd.h <<EOF
#ifndef __NR_tee
#define __NR_tee 284
#endif
+#ifndef __NR_vmsplice
+#define __NR_vmsplice 285
+#endif
+#ifndef __NR_openat
+#define __NR_openat 286
+#define __NR_mkdirat 287
+#define __NR_mknodat 288
+#define __NR_fchownat 289
+#define __NR_futimesat 290
+#define __NR_fstatat64 291
+#define __NR_unlinkat 292
+#define __NR_renameat 293
+#define __NR_linkat 294
+#define __NR_symlinkat 295
+#define __NR_readlinkat 296
+#define __NR_fchmodat 297
+#define __NR_faccessat 298
+#endif
%endif
%ifarch ppc64
#ifndef __NR_utimes
@@ -467,6 +491,24 @@ cat > override_headers/asm/unistd.h <<EOF
#ifndef __NR_tee
#define __NR_tee 284
#endif
+#ifndef __NR_vmsplice
+#define __NR_vmsplice 285
+#endif
+#ifndef __NR_openat
+#define __NR_openat 286
+#define __NR_mkdirat 287
+#define __NR_mknodat 288
+#define __NR_fchownat 289
+#define __NR_futimesat 290
+#define __NR_newfstatat 291
+#define __NR_unlinkat 292
+#define __NR_renameat 293
+#define __NR_linkat 294
+#define __NR_symlinkat 295
+#define __NR_readlinkat 296
+#define __NR_fchmodat 297
+#define __NR_faccessat 298
+#endif
%endif
%ifarch s390
#ifndef __NR_timer_create
@@ -674,6 +716,9 @@ cat > override_headers/asm/unistd.h <<EOF
#ifndef __NR_sync_file_range
#define __NR_sync_file_range 277
#endif
+#ifndef __NR_vmsplice
+#define __NR_vmsplice 278
+#endif
%endif
%ifnarch %{ix86} x86_64
/* FIXME: Reenable it when the kernel side is more stable. */
@@ -1394,6 +1439,13 @@ rm -f *.filelist*
%endif
%changelog
+* Wed May 31 2006 Jakub Jelinek <jakub@redhat.com> 2.4.90-11
+- don't exit from nscd -i <database> before the database is
+ actually invalidated, add locking to prune_cache (#191464)
+- build glibc-devel.i386 static libraries with
+ -mno-tls-direct-seg-refs -DNO_TLS_DIRECT_SEG_REFS
+- RFC3542 support (advanced API for IPv6; #191001, BZ##2693)
+
* Wed May 24 2006 Jakub Jelinek <jakub@redhat.com> 2.4.90-10
- on i686 make glibc owner of /lib/i686 directory (#192597)
- search parent NIS+ domains (#190803)