This is the mail archive of the glibc-cvs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

GNU C Library master sources branch, fedora/master, updated. fedora/glibc-2.10.90-27-13-gdcdbf85


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU C Library master sources".

The branch, fedora/master has been updated
       via  dcdbf85d97d878dc90f5681124485c1633bc9423 (commit)
       via  4ed68fe3da53b4f0bfca9b20a93f01d1367e9c85 (commit)
       via  74bad6a85652af19a81aed13ec3409f89eec602e (commit)
       via  7f9cd6ed20b12435e68153870cee5adbe09c4bca (commit)
       via  9c04f7c155fb799fa7757b5c8bb52400d0dc2ec5 (commit)
       via  3005703bb9aff3b2a1b2cf6bbbc92e7eaf91d9a5 (commit)
       via  1c52a97a1eca78699c7c115857a2c36d9e53cf64 (commit)
       via  08c7ad975ca9e9f017dbbd35e2c01f34058ca700 (commit)
       via  9dd5b8a167cfc4fdab3c3862ca3cb14fd9836297 (commit)
       via  d9624df95e1bb095cf3eaf852a6bd0a2f1b82fbc (commit)
       via  8a44c44fc0e7197c5b8985fa52d91ecc4b068bf1 (commit)
       via  3c2c4bf6f7caed4d78233f0e2251a3fd9cd72e6a (commit)
      from  27a4a1d867462f6faeb93bfaf6ced524f428fe39 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://sources.redhat.com/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=dcdbf85d97d878dc90f5681124485c1633bc9423

commit dcdbf85d97d878dc90f5681124485c1633bc9423
Author: Andreas Schwab <schwab@redhat.com>
Date:   Mon Nov 2 16:16:13 2009 +0100

    2.11-1

diff --git a/fedora/glibc.spec.in b/fedora/glibc.spec.in
index bb7fdcd..e06bafe 100644
--- a/fedora/glibc.spec.in
+++ b/fedora/glibc.spec.in
@@ -15,13 +15,13 @@
 %endif
 %define rtkaioarches %{ix86} x86_64 ia64 ppc ppc64 s390 s390x
 %define debuginfocommonarches alpha alphaev6 sparc sparcv9 sparcv9v sparc64 sparc64v
-%define multiarcharches %{ix86} x86_64 ppc ppc64
+%define multiarcharches %{ix86} x86_64
 %define _unpackaged_files_terminate_build 0
 
 Summary: The GNU libc libraries
 Name: glibc
 Version: %{glibcversion}
-Release: 27
+Release: 1
 # GPLv2+ is used in a bunch of programs, LGPLv2+ is used for libraries.
 # Things that are linked directly into dynamically linked programs
 # and shared libraries (e.g. crt files, lib*_nonshared.a) have an additional
@@ -376,7 +376,7 @@ build_nptl linuxnptl-power6
 %endif
 
 cd build-%{nptl_target_cpu}-linuxnptl
-$GCC -static -L. -Os ../fedora/glibc_post_upgrade.c -o glibc_post_upgrade.%{_target_cpu} \
+$GCC -static -L. -Os -g ../fedora/glibc_post_upgrade.c -o glibc_post_upgrade.%{_target_cpu} \
   -DNO_SIZE_OPTIMIZATION \
 %ifarch i386 i486 i586
   -DARCH_386 \
@@ -678,13 +678,13 @@ touch -r timezone/northamerica $RPM_BUILD_ROOT/etc/localtime
 touch -r sunrpc/etc.rpc $RPM_BUILD_ROOT/etc/rpc
 
 cd fedora
-$GCC -Os -static -o build-locale-archive build-locale-archive.c \
+$GCC -Os -g -static -o build-locale-archive build-locale-archive.c \
   ../build-%{nptl_target_cpu}-linuxnptl/locale/locarchive.o \
   ../build-%{nptl_target_cpu}-linuxnptl/locale/md5.o \
   -DDATADIR=\"%{_datadir}\" -DPREFIX=\"%{_prefix}\" \
   -L../build-%{nptl_target_cpu}-linuxnptl
 install -m 700 build-locale-archive $RPM_BUILD_ROOT/usr/sbin/build-locale-archive
-$GCC -Os -static -o tzdata-update tzdata-update.c \
+$GCC -Os -g -static -o tzdata-update tzdata-update.c \
   -L../build-%{nptl_target_cpu}-linuxnptl
 install -m 700 tzdata-update $RPM_BUILD_ROOT/usr/sbin/tzdata-update
 cd ..
@@ -1025,6 +1025,11 @@ rm -f *.filelist*
 %endif
 
 %changelog
+* Mon Nov  2 2009 Andreas Schwab <schwab@redhat.com> - 2.11-1
+- Update to 2.11 release.
+- Disable multi-arch support on PowerPC again since binutils is too old.
+- Fix crash in tzdata-update due to use of multi-arch symbol (#532128).
+
 * Fri Oct 30 2009 Andreas Schwab <schwab@redhat.com> - 2.10.90-27
 - Update from master.
   - Fix races in setXid implementation (BZ#3270).

http://sources.redhat.com/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=4ed68fe3da53b4f0bfca9b20a93f01d1367e9c85

commit 4ed68fe3da53b4f0bfca9b20a93f01d1367e9c85
Merge: 74bad6a 7f9cd6e
Author: Andreas Schwab <schwab@redhat.com>
Date:   Mon Nov 2 16:15:53 2009 +0100

    Merge commit 'glibc-2.11' into fedora/master


http://sources.redhat.com/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=74bad6a85652af19a81aed13ec3409f89eec602e

commit 74bad6a85652af19a81aed13ec3409f89eec602e
Author: Andreas Schwab <schwab@redhat.com>
Date:   Mon Nov 2 15:45:40 2009 +0100

    No longer try to use separate libidn addon

diff --git a/fedora/Makefile b/fedora/Makefile
index 779bd1c..85919e4 100644
--- a/fedora/Makefile
+++ b/fedora/Makefile
@@ -121,8 +121,7 @@ $(tar-name)-$(branch-name).tar.bz2: glibc.spec Makefile
 $(tar-name).tar.bz2: $(dep-upstream-branch) Makefile
 	@if $(upstream-pristine); then \
 	   echo 'Fetching from $(releases-url)...'; \
-	   curl $(addprefix -C - -O $(releases-url),\
-			    $@ $(@:glibc-%=glibc-libidn-%)); \
+	   curl -C - -O $(releases-url)/$@; \
 	 else \
 	   $(call git-tar,$(merge-base-id)); \
 	 fi
diff --git a/fedora/glibc.spec.in b/fedora/glibc.spec.in
index b285d54..bb7fdcd 100644
--- a/fedora/glibc.spec.in
+++ b/fedora/glibc.spec.in
@@ -31,13 +31,7 @@ License: LGPLv2+ and LGPLv2+ with exceptions and GPLv2+
 Group: System Environment/Libraries
 URL: http://sources.redhat.com/glibc/
 Source0: %{?glibc_release_url}%{glibcsrcdir}.tar.bz2
-%if 0%{?glibc_release_url:1}
-%define glibc_libidn_srcdir %(echo %{glibcsrcdir} | sed s/glibc-/glibc-libidn-/)
-Source1: %{glibc_release_url}%{glibc_libidn_srcdir}.tar.bz2
-%define glibc_release_unpack -a1
-%define glibc_release_setup mv %{glibc_libidn_srcdir} libidn
-%endif
-Source2: %{glibcsrcdir}-fedora.tar.bz2
+Source1: %{glibcsrcdir}-fedora.tar.bz2
 Patch0: %{name}-fedora.patch
 Patch1: %{name}-ia64-lib64.patch
 Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -238,8 +232,7 @@ package or when debugging this package.
 %endif
 
 %prep
-%setup -q -n %{glibcsrcdir} %{?glibc_release_unpack} -b2
-%{?glibc_release_setup}
+%setup -q -n %{glibcsrcdir} -b1
 %patch0 -E -p1
 %ifarch ia64
 %if "%{_lib}" == "lib64"

-----------------------------------------------------------------------

Summary of changes:
 ChangeLog                             |   14 +
 NEWS                                  |    4 +-
 elf/tst-execstack.c                   |    2 +-
 fedora/Makefile                       |    3 +-
 fedora/glibc.spec.in                  |   26 +-
 include/features.h                    |    2 +-
 localedata/ChangeLog                  |   10 +
 localedata/SUPPORTED                  |    1 +
 localedata/locales/iso14651_t1_common | 3286 +++++++++++++++++++++++++++++++++
 localedata/locales/it_CH              |   54 +-
 localedata/locales/it_IT              |   54 +-
 localedata/locales/my_MM              |  319 ++++
 nptl/ChangeLog                        |    2 +
 nptl/tst-sem11.c                      |   18 +-
 stdio-common/scanf13.c                |    1 -
 stdlib/tst-strtol.c                   |    2 +-
 stdlib/tst-strtoll.c                  |    2 +-
 time/strftime_l.c                     |    4 +-
 version.h                             |    4 +-
 19 files changed, 3718 insertions(+), 90 deletions(-)
 create mode 100644 localedata/locales/my_MM


hooks/post-receive
-- 
GNU C Library master sources


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]