[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
rpms/glibc/devel .cvsignore, 1.159, 1.160 glibc-fedora.patch, 1.163, 1.164 glibc.spec, 1.250, 1.251 sources, 1.183, 1.184
- From: fedora-cvs-commits redhat com
- To: fedora-cvs-commits redhat com
- Subject: rpms/glibc/devel .cvsignore, 1.159, 1.160 glibc-fedora.patch, 1.163, 1.164 glibc.spec, 1.250, 1.251 sources, 1.183, 1.184
- Date: Mon, 31 Jul 2006 04:33:06 -0400
Author: roland
Update of /cvs/dist/rpms/glibc/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv1392/devel
Modified Files:
.cvsignore glibc-fedora.patch glibc.spec sources
Log Message:
auto-import glibc-2.4.90-15 on branch devel from glibc-2.4.90-15.src.rpm
Index: .cvsignore
===================================================================
RCS file: /cvs/dist/rpms/glibc/devel/.cvsignore,v
retrieving revision 1.159
retrieving revision 1.160
diff -u -r1.159 -r1.160
--- .cvsignore 30 Jul 2006 01:43:48 -0000 1.159
+++ .cvsignore 31 Jul 2006 08:33:02 -0000 1.160
@@ -1,2 +1,2 @@
-glibc-20060729T2255.tar.bz2
-glibc-fedora-20060729T2255.tar.bz2
+glibc-20060731T0706.tar.bz2
+glibc-fedora-20060731T0706.tar.bz2
glibc-fedora.patch:
ChangeLog.11 | 21
ChangeLog.12 | 12
ChangeLog.15 | 45 +
ChangeLog.16 | 101 +++
csu/elf-init.c | 17
debug/tst-chk1.c | 7
elf/ldconfig.c | 25
elf/tst-stackguard1.c | 8
iconv/iconvconfig.c | 55 -
include/bits/stdlib-ldbl.h | 1
include/bits/wchar-ldbl.h | 1
include/features.h | 8
intl/locale.alias | 2
libio/bits/stdio2.h | 19
libio/stdio.h | 2
locale/iso-4217.def | 13
locale/programs/3level.h | 36 +
localedata/Makefile | 1
localedata/SUPPORTED | 6
localedata/locales/cy_GB | 7
localedata/locales/en_GB | 4
localedata/locales/no_NO | 69 ++
localedata/locales/zh_TW | 6
malloc/mcheck.c | 30 -
malloc/mtrace.c | 20
nis/nss | 2
nptl/ChangeLog | 19
nptl/Makefile | 8
nptl/sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S | 61 +-
nptl/sysdeps/unix/sysv/linux/i386/i486/lowlevelrobustlock.S | 45 +
nptl/sysdeps/unix/sysv/linux/i386/lowlevellock.h | 242 +++++---
nptl/sysdeps/unix/sysv/linux/kernel-features.h | 6
nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.S | 59 +-
nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.h | 294 +++++++---
nptl/sysdeps/unix/sysv/linux/x86_64/lowlevelrobustlock.S | 41 +
nptl/tst-stackguard1.c | 8
nscd/connections.c | 18
nscd/nscd.c | 4
nscd/nscd.conf | 4
nscd/nscd.init | 19
posix/Makefile | 19
posix/getconf.speclist.h | 15
sysdeps/generic/dl-cache.h | 8
sysdeps/i386/Makefile | 8
sysdeps/ia64/Makefile | 4
sysdeps/ia64/ia64libgcc.S | 350 ------------
sysdeps/ia64/libgcc-compat.c | 84 ++
sysdeps/unix/nice.c | 7
sysdeps/unix/sysv/linux/dl-osinfo.h | 29
sysdeps/unix/sysv/linux/futimesat.c | 23
sysdeps/unix/sysv/linux/i386/dl-cache.h | 59 ++
sysdeps/unix/sysv/linux/ia64/dl-cache.h | 27
sysdeps/unix/sysv/linux/ia64/dl-procinfo.c | 5
sysdeps/unix/sysv/linux/ia64/dl-procinfo.h | 5
sysdeps/unix/sysv/linux/ia64/ldd-rewrite.sed | 2
sysdeps/unix/sysv/linux/paths.h | 2
sysdeps/unix/sysv/linux/tcsetattr.c | 32 +
57 files changed, 1394 insertions(+), 631 deletions(-)
View full diff with command:
/usr/bin/cvs -f diff -kk -u -N -r 1.163 -r 1.164 glibc-fedora.patch
Index: glibc-fedora.patch
===================================================================
RCS file: /cvs/dist/rpms/glibc/devel/glibc-fedora.patch,v
retrieving revision 1.163
retrieving revision 1.164
diff -u -r1.163 -r1.164
--- glibc-fedora.patch 30 Jul 2006 01:43:48 -0000 1.163
+++ glibc-fedora.patch 31 Jul 2006 08:33:02 -0000 1.164
@@ -0,0 +1,3360 @@
+--- glibc-20060731T0706/ChangeLog.11 10 Nov 2000 03:31:36 -0000 1.1
++++ glibc-20060731T0706-fedora/ChangeLog.11 22 Sep 2004 21:20:47 -0000 1.1.4.1
+@@ -1352,6 +1352,11 @@
+ * sysdeps/unix/sysv/linux/mips/sys/tas.h: Add missing .mips0 at the
+ end of inline assembler code.
+
++2000-10-02 Jakub Jelinek <jakub redhat com>
++
++ * sunrpc/svc_udp.c (svcudp_recv): Set msg_controllen to all
++ remaining xp_pad space.
++
+ 2000-10-02 Ulrich Drepper <drepper redhat com>
+
+ * include/features.h [__USE_FILE_OFFSET && !__REDIRECT]: Define
+@@ -9280,6 +9285,12 @@
+ syscall.
+ * sysdeps/unix/sysv/linux/mips/truncate64.c: Likewise.
+
++2000-05-30 Jakub Jelinek <jakub redhat com>
++
++ * resolv/res_query.c (res_nsearch): Remove unused variable
++ root_on_list. If dots >= statp->ndots and as is querydomain
++ fails, keep searching.
++
+ 2000-05-30 Ulrich Drepper <drepper redhat com>
+
+ * sysdeps/unix/sysv/linux/alpha/oldglob.c (__old_glob): Loose __P.
+@@ -9480,6 +9491,11 @@
+ * sysdeps/i386/fpu/bits/mathinline.h: Define expm1 inline only if
+ __FAST_MATH__ is defined.
+
++2000-05-22 Jakub Jelinek <jakub redhat com>
++
++ * sysdeps/i386/fpu/bits/mathinline.h (__expm1_code): Avoid using ?:
++ with omitted middle operand.
++
+ 2000-05-22 Andreas Jaeger <aj suse de>
+
+ * math/Makefile: Add -D__FAST_MATH__ to CFLAGS-test-ifloat.c,
+@@ -9720,6 +9736,11 @@
+
+ 2000-05-17 Jakub Jelinek <jakub redhat com>
+
++ * inet/rcmd.c (rcmd_af): If *ahost cannot be resolved, include
++ unresolved hostname in the message.
++
++2000-05-17 Jakub Jelinek <jakub redhat com>
++
+ * sysdeps/arm/bits/huge_val.h (HUGE_VAL, HUGE_VALF): Add
+ __extension__ to hexadecimal floating constant notation.
+ * sysdeps/i386/bits/huge_val.h (HUGE_VAL, HUGE_VALF, HUGE_VALL):
+--- glibc-20060731T0706/ChangeLog.12 16 Aug 2001 05:24:54 -0000 1.1
++++ glibc-20060731T0706-fedora/ChangeLog.12 22 Sep 2004 21:20:47 -0000 1.1.4.1
+@@ -7729,6 +7729,13 @@
+
+ * Versions.def [ld]: Add GLIBC_2.2.1.
+
++2001-01-10 Jakub Jelinek <jakub redhat com>
++
++ * malloc/memusage.c (me): If not SUID/SGID, allow creating new
++ $MEMUSAGE_OUTPUT file.
++ * sysdeps/generic/segfault.c (segfault.c): If not SUID/SGID, allow
++ creating new $SEGFAULT_OUTPUT_NAME file.
++
+ 2001-01-10 H.J. Lu <hjl gnu org>
+
+ * elf/dl-libc.c (do_dlopen): Call DL_STATIC_INIT for static binaries.
+@@ -8130,6 +8137,11 @@
+ * sysdeps/powerpc/soft-fp/Versions: Likewise.
+ * sysdeps/sparc/sparc64/soft-fp/Versions: Likewise.
+
++2001-01-02 Jakub Jelinek <jakub redhat com>
++
++ * locale/setlocale.c (setlocale): Don't allocate/free category name
++ unnecessarily.
++
+ 2001-01-02 Franz Sirl <Franz Sirl-kernel lauterbach com>
+
+ * sysdeps/powerpc/dl-machine.c (__process_machine_rela): Fix typo.
+--- glibc-20060731T0706/ChangeLog.15 16 Feb 2005 07:34:17 -0000 1.1
++++ glibc-20060731T0706-fedora/ChangeLog.15 3 Mar 2005 17:29:57 -0000 1.1.6.2
+@@ -477,6 +477,14 @@
+
+ 2004-11-26 Jakub Jelinek <jakub redhat com>
+
++ * posix/Makefile (generated: Add getconf.speclist.
++ ($(inst_libexecdir)/getconf): Use getconf.speclist instead of
++ getconf output.
++ ($(objpfx)getconf.speclist): New rule.
++ * posix/getconf.speclist.h: New file.
++
++2004-11-26 Jakub Jelinek <jakub redhat com>
++
+ * sysdeps/generic/unsecvars.h (UNSECURE_ENVVARS): Add GETCONF_DIR.
+
+ 2004-11-26 Kaz Kojima <kkojima rr iij4u or jp>
+@@ -1103,6 +1111,16 @@
+ * sysdeps/generic/tempname.c (__path_search): Add missing argument
+ TRY_TMPDIR.
+
++2004-11-02 Jakub Jelinek <jakub redhat com>
++
++ * include/features.h (__USE_FORTIFY_LEVEL): Also set for Red Hat
++ GCC 3.4.x-RH >= 3.4.2-8.
++ * libio/bits/features.h (printf, fprintf, vprintf, vfprintf): For
++ GCC 3.4.x-RH use __builtin___{,v}{,f}printf_chk instead of
++ __{,v}{,f}printf_chk.
++ * debug/tst-chk1.c (do_test): Deal with GCC 3.4.x-RH not
++ being able to recognize subobjects.
++
+ 2004-10-31 Mariusz Mazur <mmazur kernel pl>
+
+ * sysdeps/unix/sysv/linux/alpha/setregid.c: New file.
+@@ -1398,6 +1416,11 @@
+ * posix/execvp.c (execvp): Also ignore ENODEV and ETIMEDOUT errno
+ values.
+
++2004-10-20 Jakub Jelinek <jakub redhat com>
++
++ * sysdeps/unix/sysv/linux/readonly-area.c (__readonly_area): If /proc
++ is not mounted, return 1.
++
+ 2004-10-20 Roland McGrath <roland redhat com>
+
+ * Makeconfig ($(common-objpfx)shlib-versions.v.i): Check also
+@@ -1443,6 +1466,11 @@
+ * sysdeps/generic/readonly-area.c (__readonly_str): Renamed to ...
+ (__readonly_area): ... this.
+
++2004-10-19 Jakub Jelinek <jakub redhat com>
++
++ * include/features.h (__USE_FORTIFY_LEVEL): Enable even with
++ Red Hat gcc4 4.0.0 and above.
++
+ 2004-10-18 Jakub Jelinek <jakub redhat com>
+
+ * sysdeps/generic/strcpy_chk.c (__strcpy_chk): Speed up by checking
+@@ -3182,6 +3210,23 @@
+ before return type.
+ * locale/localename.c (__current_locale_name): Likewise.
+
++2004-08-31 Jakub Jelinek <jakub redhat com>
++
++ * elf/ldconfig.c (parse_conf): Add prefix argument, prepend it
++ before arguments to add_dir and pass to parse_conf_include.
++ (parse_conf_include): Add prefix argument, pass it down to
++ parse_conf.
++ (main): Call arch_startup. Adjust parse_conf caller.
++ Call add_arch_dirs.
++ * sysdeps/generic/dl-cache.h (arch_startup, add_arch_dirs): Define.
++ * sysdeps/unix/sysv/linux/i386/dl-cache.h: New file.
++ * sysdeps/unix/sysv/linux/ia64/dl-cache.h (EMUL_HACK, arch_startup,
++ add_arch_dirs): Define.
++ * sysdeps/unix/sysv/linux/ia64/ldd-rewrite.sed: Prepend
++ /emul/ia32-linux before the 32-bit ld.so pathname.
++ * sysdeps/unix/sysv/linux/ia64/dl-procinfo.c: New file.
++ * sysdeps/unix/sysv/linux/ia64/dl-procinfo.h: New file.
++
+ 2004-08-30 Roland McGrath <roland frob com>
+
+ * scripts/extract-abilist.awk: If `lastversion' variable defined, omit
+--- glibc-20060731T0706/ChangeLog.16 4 May 2006 16:05:24 -0000 1.1
++++ glibc-20060731T0706-fedora/ChangeLog.16 5 May 2006 06:11:52 -0000 1.1.2.1
+@@ -171,6 +171,11 @@
+ [BZ #2611]
+ * stdio-common/renameat.c (renameat): Fix typo.
+
++2006-04-27 Jakub Jelinek <jakub redhat com>
++
++ * nscd/connections.c (sighup_handler): Only run prune_cache on
++ enabled databases.
++
+ 2006-04-26 Roland McGrath <roland redhat com>
+
+ * Makeconfig (%.v.i rule): Don't use -DASSEMBLER.
+@@ -1030,6 +1035,34 @@
+ _SC_CPUTIME and _SC_THREAD_CPUTIME here.
+ * sysdeps/unix/sysv/linux/x86_64/sysconf.c (__sysconf): Likewise.
+
++2006-03-04 Jakub Jelinek <jakub redhat com>
++ Roland McGrath <roland redhat com>
++
++ * sysdeps/unix/sysv/linux/i386/lowlevellock.h
++ (LLL_STUB_UNWIND_INFO_START, LLL_STUB_UNWIND_INFO_END,
++ LLL_STUB_UNWIND_INFO_3, LLL_STUB_UNWIND_INFO_4): Define.
++ (lll_mutex_lock, lll_robust_mutex_lock, lll_mutex_cond_lock,
++ lll_robust_mutex_cond_lock, lll_mutex_timedlock,
++ lll_robust_mutex_timedlock, lll_mutex_unlock,
++ lll_robust_mutex_unlock, lll_lock, lll_unlock): Use them.
++ Add _L_*_ symbols around the subsection.
++ * sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: Add unwind info.
[...2969 lines suppressed...]
+ if (result == -1 && errno == ENOSYS)
+@@ -58,22 +58,7 @@ futimesat (fd, file, tvp)
+ #ifndef __ASSUME_ATFCTS
+ char *buf = NULL;
+
+- if (file == NULL)
+- {
+- static const char procfd[] = "/proc/self/fd/%d";
+- /* Buffer for the path name we are going to use. It consists of
+- - the string /proc/self/fd/
+- - the file descriptor number.
+- The final NUL is included in the sizeof. A bit of overhead
+- due to the format elements compensates for possible negative
+- numbers. */
+- size_t buflen = sizeof (procfd) + sizeof (int) * 3;
+- buf = alloca (buflen);
+-
+- __snprintf (buf, buflen, procfd, fd);
+- file = buf;
+- }
+- else if (fd != AT_FDCWD && file[0] != '/')
++ if (fd != AT_FDCWD && file[0] != '/')
+ {
+ size_t filelen = strlen (file);
+ static const char procfd[] = "/proc/self/fd/%d/%s";
+--- glibc-20060731T0706/sysdeps/unix/sysv/linux/paths.h 15 Nov 2000 23:06:47 -0000 1.11
++++ glibc-20060731T0706-fedora/sysdeps/unix/sysv/linux/paths.h 22 Sep 2004 21:21:08 -0000 1.11.4.1
+@@ -61,7 +61,7 @@
+ #define _PATH_TTY "/dev/tty"
+ #define _PATH_UNIX "/boot/vmlinux"
+ #define _PATH_UTMP "/var/run/utmp"
+-#define _PATH_VI "/usr/bin/vi"
++#define _PATH_VI "/bin/vi"
+ #define _PATH_WTMP "/var/log/wtmp"
+
+ /* Provide trailing slash, since mostly used for building pathnames. */
+--- glibc-20060731T0706/sysdeps/unix/sysv/linux/tcsetattr.c 10 Sep 2003 19:16:07 -0000 1.16
++++ glibc-20060731T0706-fedora/sysdeps/unix/sysv/linux/tcsetattr.c 22 Sep 2004 21:21:08 -0000 1.16.2.1
+@@ -49,6 +49,7 @@ tcsetattr (fd, optional_actions, termios
+ {
+ struct __kernel_termios k_termios;
+ unsigned long int cmd;
++ int retval;
+
+ switch (optional_actions)
+ {
+@@ -80,6 +81,35 @@ tcsetattr (fd, optional_actions, termios
+ memcpy (&k_termios.c_cc[0], &termios_p->c_cc[0],
+ __KERNEL_NCCS * sizeof (cc_t));
+
+- return INLINE_SYSCALL (ioctl, 3, fd, cmd, &k_termios);
++ retval = INLINE_SYSCALL (ioctl, 3, fd, cmd, &k_termios);
++
++ if (retval == 0 && cmd == TCSETS)
++ {
++ /* The Linux kernel has a bug which silently ignore the invalid
++ c_cflag on pty. We have to check it here. */
++ int save = errno;
++ retval = INLINE_SYSCALL (ioctl, 3, fd, TCGETS, &k_termios);
++ if (retval)
++ {
++ /* We cannot verify if the setting is ok. We don't return
++ an error (?). */
++ __set_errno (save);
++ retval = 0;
++ }
++ else if ((termios_p->c_cflag & (PARENB | CREAD))
++ != (k_termios.c_cflag & (PARENB | CREAD))
++ || ((termios_p->c_cflag & CSIZE)
++ && ((termios_p->c_cflag & CSIZE)
++ != (k_termios.c_cflag & CSIZE))))
++ {
++ /* It looks like the Linux kernel silently changed the
++ PARENB/CREAD/CSIZE bits in c_cflag. Report it as an
++ error. */
++ __set_errno (EINVAL);
++ retval = -1;
++ }
++ }
++
++ return retval;
+ }
+ libc_hidden_def (tcsetattr)
+--- glibc-20060731T0706/sysdeps/unix/sysv/linux/i386/dl-cache.h 1 Jan 1970 00:00:00 -0000
++++ glibc-20060731T0706-fedora/sysdeps/unix/sysv/linux/i386/dl-cache.h 22 Sep 2004 21:21:08 -0000 1.1.2.1
+@@ -0,0 +1,59 @@
++/* Support for reading /etc/ld.so.cache files written by Linux ldconfig.
++ Copyright (C) 2004 Free Software Foundation, Inc.
++ This file is part of the GNU C Library.
++
++ The GNU C Library is free software; you can redistribute it and/or
++ modify it under the terms of the GNU Lesser General Public
++ License as published by the Free Software Foundation; either
++ version 2.1 of the License, or (at your option) any later version.
++
++ The GNU C Library is distributed in the hope that it will be useful,
++ but WITHOUT ANY WARRANTY; without even the implied warranty of
++ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
++ Lesser General Public License for more details.
++
++ You should have received a copy of the GNU Lesser General Public
++ License along with the GNU C Library; if not, write to the Free
++ Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
++ 02111-1307 USA. */
++
++static inline int
++is_ia64 (void)
++{
++ unsigned int fl1, fl2;
++
++ /* See if we can use cpuid. */
++ __asm__ ("pushfl; pushfl; popl %0; movl %0,%1; xorl %2,%0;"
++ "pushl %0; popfl; pushfl; popl %0; popfl"
++ : "=&r" (fl1), "=&r" (fl2)
++ : "i" (0x00200000));
++ if (((fl1 ^ fl2) & 0x00200000) == 0)
++ return 0;
++
++ /* Host supports cpuid. See if cpuid gives capabilities, try
++ CPUID(0). Preserve %ebx and %ecx; cpuid insn clobbers these, we
++ don't need their CPUID values here, and %ebx may be the PIC
++ register. */
++ __asm__ ("pushl %%ecx; pushl %%ebx; cpuid; popl %%ebx; popl %%ecx"
++ : "=a" (fl1) : "0" (0) : "edx", "cc");
++ if (fl1 == 0)
++ return 0;
++
++ /* Invoke CPUID(1), return %edx; caller can examine bits to
++ determine what's supported. */
++ __asm__ ("pushl %%ecx; pushl %%ebx; cpuid; popl %%ebx; popl %%ecx"
++ : "=d" (fl2), "=a" (fl1) : "1" (1) : "cc");
++ return (fl2 & (1 << 30)) != 0;
++}
++
++#define arch_startup(argc, argv) \
++ do { \
++ /* On IA-64, try to execute 64-bit ldconfig if possible. \
++ This is because the badly designed /emul/ia32-linux hack \
++ will cause 32-bit ldconfig to do all sorts of weird things. */ \
++ if (is_ia64 ()) \
++ execv ("/emul/ia32-linux/../../sbin/ldconfig", \
++ (char *const *) argv); \
++ } while (0)
++
++#include_next <dl-cache.h>
+--- glibc-20060731T0706/sysdeps/unix/sysv/linux/ia64/dl-cache.h 6 Jul 2001 04:56:17 -0000 1.2
++++ glibc-20060731T0706-fedora/sysdeps/unix/sysv/linux/ia64/dl-cache.h 22 Sep 2004 21:21:09 -0000 1.2.4.1
+@@ -22,4 +22,31 @@
+ #define _dl_cache_check_flags(flags) \
+ ((flags) == _DL_CACHE_DEFAULT_ID)
+
++#define EMUL_HACK "/emul/ia32-linux"
++
++#define arch_startup(argc, argv) unlink (EMUL_HACK LD_SO_CACHE)
++
++#define add_arch_dirs(config_file) \
++ do { \
++ int save_verbose = opt_verbose; \
++ opt_verbose = 0; \
++ \
++ parse_conf (config_file, EMUL_HACK, true); \
++ \
++ /* Always add the standard search paths. */ \
++ add_system_dir (EMUL_HACK SLIBDIR); \
++ if (strcmp (SLIBDIR, LIBDIR)) \
++ add_system_dir (EMUL_HACK LIBDIR); \
++ \
++ char emul_config_file[strlen (config_file) \
++ + sizeof EMUL_HACK]; \
++ strcpy (mempcpy (emul_config_file, EMUL_HACK, \
++ strlen (EMUL_HACK)), config_file); \
++ \
++ if (! access (emul_config_file, R_OK)) \
++ parse_conf (emul_config_file, EMUL_HACK, true); \
++ \
++ opt_verbose = save_verbose; \
++ } while (0)
++
+ #include_next <dl-cache.h>
+--- glibc-20060731T0706/sysdeps/unix/sysv/linux/ia64/dl-procinfo.c 1 Jan 1970 00:00:00 -0000
++++ glibc-20060731T0706-fedora/sysdeps/unix/sysv/linux/ia64/dl-procinfo.c 22 Sep 2004 21:21:09 -0000 1.1.2.1
+@@ -0,0 +1,5 @@
++#ifdef IS_IN_ldconfig
++#include <sysdeps/i386/dl-procinfo.c>
++#else
++#include <sysdeps/generic/dl-procinfo.c>
++#endif
+--- glibc-20060731T0706/sysdeps/unix/sysv/linux/ia64/dl-procinfo.h 1 Jan 1970 00:00:00 -0000
++++ glibc-20060731T0706-fedora/sysdeps/unix/sysv/linux/ia64/dl-procinfo.h 22 Sep 2004 21:21:09 -0000 1.1.2.1
+@@ -0,0 +1,5 @@
++#ifdef IS_IN_ldconfig
++#include <sysdeps/unix/sysv/linux/i386/dl-procinfo.h>
++#else
++#include <sysdeps/generic/dl-procinfo.h>
++#endif
+--- glibc-20060731T0706/sysdeps/unix/sysv/linux/ia64/ldd-rewrite.sed 17 Jan 2002 06:49:28 -0000 1.2
++++ glibc-20060731T0706-fedora/sysdeps/unix/sysv/linux/ia64/ldd-rewrite.sed 22 Sep 2004 21:21:09 -0000 1.2.2.1
+@@ -1 +1 @@
+-s_^\(RTLDLIST=\)\([^ ]*\)-ia64\(\.so\.[0-9.]*\)[ ]*$_\1"\2-ia64\3 \2\3"_
++s_^\(RTLDLIST=\)\([^ ]*\)-ia64\(\.so\.[0-9.]*\)[ ]*$_\1"\2-ia64\3 /emul/ia32-linux\2\3"_
Index: glibc.spec
===================================================================
RCS file: /cvs/dist/rpms/glibc/devel/glibc.spec,v
retrieving revision 1.250
retrieving revision 1.251
diff -u -r1.250 -r1.251
--- glibc.spec 30 Jul 2006 01:43:49 -0000 1.250
+++ glibc.spec 31 Jul 2006 08:33:03 -0000 1.251
@@ -1,9 +1,9 @@
-%define glibcdate 20060729T2255
+%define glibcdate 20060731T0706
%define glibcname glibc
-%define glibcsrcdir glibc-20060729T2255
+%define glibcsrcdir glibc-20060731T0706
%define glibc_release_tarballs 0
%define glibcversion 2.4.90
-%define glibcrelease 14
+%define glibcrelease 15
%define auxarches i586 i686 athlon sparcv9 alphaev6
%define xenarches i686 athlon
%ifarch %{xenarches}
@@ -1438,7 +1438,7 @@
%endif
%changelog
-* Sat Jul 29 2006 Roland McGrath <roland redhat com> - 2.4.90-14
+* Mon Jul 31 2006 Roland McGrath <roland redhat com> 2.4.90-15
- fix missing destructor calls in dlclose (#197932)
- PI mutex support
Index: sources
===================================================================
RCS file: /cvs/dist/rpms/glibc/devel/sources,v
retrieving revision 1.183
retrieving revision 1.184
diff -u -r1.183 -r1.184
--- sources 30 Jul 2006 01:43:49 -0000 1.183
+++ sources 31 Jul 2006 08:33:04 -0000 1.184
@@ -1,2 +1,2 @@
-6151d47fcff30830962fc633ab3e5123 glibc-20060729T2255.tar.bz2
-5fea46a562f25b3da264af62e6fb94a8 glibc-fedora-20060729T2255.tar.bz2
+e3123774ae5559c34158ee23ec49e081 glibc-20060731T0706.tar.bz2
+9fab186a74fa3cbed9803ca01af45d26 glibc-fedora-20060731T0706.tar.bz2
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]