Hello community, here is the log from the commit of package glibc for openSUSE:Factory checked in at 2011-12-27 18:35:36 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/glibc (Old) and /work/SRC/openSUSE:Factory/.glibc.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "glibc", Maintainer is "[email protected]" Changes: -------- --- /work/SRC/openSUSE:Factory/glibc/glibc.changes 2011-12-21 14:56:43.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.glibc.new/glibc.changes 2011-12-27 18:35:38.000000000 +0100 @@ -1,0 +2,5 @@ +Thu Dec 21 15:16:42 CET 2011 - [email protected] + +- Do not mention the buildtime anymore to make build-compare work. + +------------------------------------------------------------------- New: ---- glibc-nodate.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ glibc.spec ++++++ --- /var/tmp/diff_new_pack.CStErz/_old 2011-12-27 18:35:41.000000000 +0100 +++ /var/tmp/diff_new_pack.CStErz/_new 2011-12-27 18:35:41.000000000 +0100 @@ -19,8 +19,8 @@ %define crypt_bf_version 1.2 Name: glibc -License: GPL-2.0+ Summary: Standard Shared Libraries (from the GNU C Library) +License: GPL-2.0+ Group: System/Libraries BuildRequires: gcc-c++ BuildRequires: libselinux-devel @@ -78,7 +78,7 @@ Obsoletes: glibc-32bit %endif Version: 2.14.1 -Release: 12 +Release: 0 %define git_id 4f2b767fef50 %define glibc_ports_ver %version Url: http://www.gnu.org/software/libc/libc.html @@ -227,6 +227,8 @@ Patch85: glibc-2.14-32args-printf.patch # PATCH-FIX-UPSTREAM fix tzfile heap overrun bnc#735850 - [email protected] Patch86: tzfile-corruption-fix.patch +# PATCH-FIX-OPENSUSE fixed build-compare by omitting one more date - [email protected] +Patch87: glibc-nodate.patch %description The GNU C Library provides the most important standard libraries used @@ -235,8 +237,8 @@ without these libraries. %package info -License: GPL-2.0+ Summary: Info Files for the GNU C Library +License: GPL-2.0+ Group: Documentation/Other Requires(post): %{install_info_prereq} Requires(postun): %{install_info_prereq} @@ -248,8 +250,8 @@ complete and is partially out of date. %package html -License: GPL-2.0+ ; LGPL-2.1+ Summary: HTML Documentation for the GNU C Library +License: GPL-2.0+ ; LGPL-2.1+ Group: Documentation/HTML BuildArch: noarch @@ -259,8 +261,8 @@ partially out of date. %package i18ndata -License: LGPL-2.1+ Summary: Database Sources for 'locale' +License: LGPL-2.1+ Group: System/Libraries BuildArch: noarch @@ -271,8 +273,8 @@ created. %package locale -License: GPL-2.0+ ; LGPL-2.1+ Summary: Locale Data for Localized Programs +License: GPL-2.0+ ; LGPL-2.1+ Group: System/Libraries Requires(post): /bin/cat Requires: glibc = %{version} @@ -288,8 +290,8 @@ Locale data for the internationalisation features of the GNU C library. %package -n nscd -License: LGPL-2.1+ Summary: Name Service Caching Daemon +License: LGPL-2.1+ Group: System/Daemons Provides: aaa_base:/etc/init.d/nscd Provides: glibc:/usr/sbin/nscd @@ -302,8 +304,8 @@ performance with NIS, NIS+, and LDAP. %package profile -License: LGPL-2.1+ Summary: Libc Profiling and Debugging Versions +License: LGPL-2.1+ Group: Development/Libraries/C and C++ Requires: glibc = %{version} # bug437293 @@ -319,8 +321,8 @@ necessary for profiling and debugging. %package devel -License: BSD-3-Clause ; GPL-2.0+ ; LGPL-2.1+ Summary: Include Files and Libraries Mandatory for Development +License: BSD-3-Clause ; GPL-2.0+ ; LGPL-2.1+ Group: Development/Libraries/C and C++ Obsoletes: epoll = 1.0 Provides: epoll < 1.0 @@ -340,6 +342,7 @@ %package devel-static Summary: C library static libraries for -static linking +License: GPL-2.0+ Group: Development/Libraries/C and C++ Requires: %{name}-devel = %{version} # Provide Fedora name for package to make packaging easier @@ -351,8 +354,8 @@ which is highly discouraged. %package utils -License: BSD-3-Clause ; GPL-2.0+ ; LGPL-2.1+ Summary: Development utilities from GNU C library +License: BSD-3-Clause ; GPL-2.0+ ; LGPL-2.1+ Group: Development/Languages/C and C++ Requires: glibc = %{version} @@ -366,8 +369,8 @@ %ifarch %ix86 %package obsolete -License: BSD-3-Clause ; GPL-2.0+ ; LGPL-2.1+ Summary: Obsolete Shared Libraries from the GNU C Library +License: BSD-3-Clause ; GPL-2.0+ ; LGPL-2.1+ Group: System/Libraries Requires: glibc = %{version} @@ -469,6 +472,7 @@ %patch84 %patch85 %patch86 -p1 +%patch87 -p0 # # Inconsistency detected by ld.so: dl-close.c: 719: _dl_close: Assertion `map->l_init_called' failed! ++++++ glibc-nodate.patch ++++++ --- csu/Makefile.nodate 2011-12-15 17:27:21.000000000 +0100 +++ csu/Makefile 2011-12-15 17:27:30.000000000 +0100 @@ -234,8 +234,8 @@ if [ -z "$$os" ]; then \ os=Linux; \ fi; \ - printf '"Compiled on a %s %s system on %s.\\n"\n' \ - "$$os" "$$version" "`date +%Y-%m-%d`";; \ + printf '"Compiled on a %s %s system.\\n"\n' \ + "$$os" "$$version";; \ *) ;; \ esac; \ files="$(all-Banner-files)"; \ -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
