Hello community, here is the log from the commit of package glibc for openSUSE:Factory checked in at 2013-03-05 06:43:54 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/glibc (Old) and /work/SRC/openSUSE:Factory/.glibc.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "glibc", Maintainer is "" Changes: -------- --- /work/SRC/openSUSE:Factory/glibc/glibc-testsuite.changes 2013-02-20 17:40:47.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.glibc.new/glibc-testsuite.changes 2013-03-05 06:43:56.000000000 +0100 @@ -1,0 +2,11 @@ +Mon Mar 4 14:16:43 UTC 2013 - [email protected] + +- Fix crypt ABI for aarch64 + +------------------------------------------------------------------- +Thu Feb 28 14:30:44 UTC 2013 - [email protected] + +- manpages.patch: + Remove debianisms from manpages (bnc#805054) + +------------------------------------------------------------------- glibc-utils.changes: same change glibc.changes: same change New: ---- manpages.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ glibc-testsuite.spec ++++++ --- /var/tmp/diff_new_pack.oTbXFn/_old 2013-03-05 06:44:02.000000000 +0100 +++ /var/tmp/diff_new_pack.oTbXFn/_new 2013-03-05 06:44:02.000000000 +0100 @@ -258,6 +258,10 @@ # PATCH-FIX-OPENSUSE Use lib64 for aarch64 Patch2011: glibc-aarch64-lib64.patch +# Non-glibc patches +# PATCH-FIX-OPENSUSE Remove debianisms from manpages +Patch3000: manpages.patch + %description The GNU C Library provides the most important standard libraries used by nearly all programs: the standard C library, the standard math @@ -465,6 +469,8 @@ %patch2010 -p1 %patch2011 -p1 +%patch3000 + # # Inconsistency detected by ld.so: dl-close.c: 719: _dl_close: Assertion `map->l_init_called' failed! # ++++++ glibc-utils.spec ++++++ --- /var/tmp/diff_new_pack.oTbXFn/_old 2013-03-05 06:44:02.000000000 +0100 +++ /var/tmp/diff_new_pack.oTbXFn/_new 2013-03-05 06:44:02.000000000 +0100 @@ -257,6 +257,10 @@ # PATCH-FIX-OPENSUSE Use lib64 for aarch64 Patch2011: glibc-aarch64-lib64.patch +# Non-glibc patches +# PATCH-FIX-OPENSUSE Remove debianisms from manpages +Patch3000: manpages.patch + %description The glibc-utils package contains mtrace, a memory leak tracer and xtrace, a function call tracer which can be helpful during program @@ -465,6 +469,8 @@ %patch2010 -p1 %patch2011 -p1 +%patch3000 + # # Inconsistency detected by ld.so: dl-close.c: 719: _dl_close: Assertion `map->l_init_called' failed! # ++++++ glibc.spec ++++++ --- /var/tmp/diff_new_pack.oTbXFn/_old 2013-03-05 06:44:02.000000000 +0100 +++ /var/tmp/diff_new_pack.oTbXFn/_new 2013-03-05 06:44:02.000000000 +0100 @@ -258,6 +258,10 @@ # PATCH-FIX-OPENSUSE Use lib64 for aarch64 Patch2011: glibc-aarch64-lib64.patch +# Non-glibc patches +# PATCH-FIX-OPENSUSE Remove debianisms from manpages +Patch3000: manpages.patch + %description The GNU C Library provides the most important standard libraries used by nearly all programs: the standard C library, the standard math @@ -465,6 +469,8 @@ %patch2010 -p1 %patch2011 -p1 +%patch3000 + # # Inconsistency detected by ld.so: dl-close.c: 719: _dl_close: Assertion `map->l_init_called' failed! # ++++++ glibc-2.14-crypt-versioning.diff ++++++ --- /var/tmp/diff_new_pack.oTbXFn/_old 2013-03-05 06:44:02.000000000 +0100 +++ /var/tmp/diff_new_pack.oTbXFn/_new 2013-03-05 06:44:02.000000000 +0100 @@ -2,10 +2,11 @@ =================================================================== --- glibc-2.17.orig/Versions.def +++ glibc-2.17/Versions.def -@@ -42,6 +42,7 @@ libc { +@@ -42,6 +42,8 @@ libc { } libcrypt { GLIBC_2.0 ++ GLIBC_2.14 + OW_CRYPT_1.0 } libdl { ++++++ manpages.patch ++++++ Index: manpages/locale.1 =================================================================== --- manpages/locale.1.orig +++ manpages/locale.1 @@ -247,17 +247,6 @@ This environment variable can switch aga \& The directory where locale data is stored. By default, /usr/lib/locale is used. .Ve -.SH "FILES" -.IX Header "FILES" -.PP -.PD 0 -.TP 8 -\fI/usr/share/i18n/SUPPORTED\fP -List of supported values (and their associated encoding) for the locale name. -This representation is recommended over -\fB\-\-all\-locales\fR one, due being the system wide supported values. -.PP - .SH "AUTHOR" .IX Header "AUTHOR" \&\fIlocale\fR was written by Ulrich Drepper for the \s-1GNU\s0 C Library. Index: manpages/locale.alias.5 =================================================================== --- manpages/locale.alias.5.orig +++ manpages/locale.alias.5 @@ -18,7 +18,7 @@ .SH "NAME" locale.alias \- Locale name alias data base .SH "DESCRIPTION" -The locale.alias database file (/etc/locale.alias) is used by the +The locale.alias database file (/usr/share/locale/locale.alias) is used by the .B locale command and the .B X Window System @@ -40,6 +40,6 @@ name, or simpler versions of the POSIX l Lines beginning with Hash ("#") are treated as comments and ignored. .SH "SEE ALSO" -locale(1), localedef(1), locale-gen(8), locale.gen(5) +locale(1), localedef(1) .SH "AUTHOR" Alastair McKinstry <[email protected]> -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
