Author: arekm Date: Tue Jan 18 07:33:35 2011 GMT Module: packages Tag: HEAD ---- Log message: - up to 2.13 (our own tarball until upstream generates one)
---- Files affected: packages/glibc: glibc-posix-sh.patch (1.2 -> 1.3) , glibc.spec (1.889 -> 1.890) , glibc-bug-12343.patch (1.1 -> NONE) (REMOVED) ---- Diffs: ================================================================ Index: packages/glibc/glibc-posix-sh.patch diff -u packages/glibc/glibc-posix-sh.patch:1.2 packages/glibc/glibc-posix-sh.patch:1.3 --- packages/glibc/glibc-posix-sh.patch:1.2 Wed May 5 10:45:04 2010 +++ packages/glibc/glibc-posix-sh.patch Tue Jan 18 08:33:29 2011 @@ -3,7 +3,7 @@ @@ -1,4 +1,4 @@ -#! @BASH@ +#! /bin/sh - # Copyright (C) 1996-2008, 2009, 2010 Free Software Foundation, Inc. + # Copyright (C) 1996-2008, 2009, 2010, 2011 Free Software Foundation, Inc. # This file is part of the GNU C Library. @@ -36,16 +36,16 @@ @@ -14,7 +14,7 @@ + printf "Copyright (C) %s Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - " "2010" + " "2011" - printf $"Written by %s and %s. + printf "Written by %s and %s. " "Roland McGrath" "Ulrich Drepper" ================================================================ Index: packages/glibc/glibc.spec diff -u packages/glibc/glibc.spec:1.889 packages/glibc/glibc.spec:1.890 --- packages/glibc/glibc.spec:1.889 Sun Jan 9 15:17:48 2011 +++ packages/glibc/glibc.spec Tue Jan 18 08:33:29 2011 @@ -34,13 +34,14 @@ Summary(tr.UTF-8): GNU libc Summary(uk.UTF-8): GNU libc версії Name: glibc -Version: 2.12.2 +Version: 2.13 Release: 1 Epoch: 6 License: LGPL v2.1+ Group: Libraries -Source0: http://ftp.gnu.org/gnu/glibc/%{name}-%{version}.tar.xz -# Source0-md5: e0043f4f8e1aa61acc62fdf0f4d6133d +#Source0: http://ftp.gnu.org/gnu/glibc/%{name}-%{version}.tar.xz +Source0: %{name}-%{version}.tar.bz2 +# Source0-md5: 290b14e5ea57bafe19a637037519027c Source1: http://ftp.gnu.org/gnu/glibc/%{name}-ports-%{ports_version}.tar.bz2 # Source1-md5: cb01ab976180e98287cef5079e35359e Source2: nscd.init @@ -77,7 +78,6 @@ Patch29: %{name}-arm-alignment-fix.patch Patch30: %{name}-static-glro-init.patch Patch31: %{name}-origin.patch -Patch32: %{name}-bug-12343.patch URL: http://www.gnu.org/software/libc/ %{?with_selinux:BuildRequires: audit-libs-devel} BuildRequires: autoconf @@ -925,7 +925,6 @@ %patch29 -p1 %patch30 -p1 %patch31 -p1 -%patch32 -p1 # cleanup backups after patching find '(' -name '*~' -o -name '*.orig' ')' -print0 | xargs -0 -r -l512 rm -f @@ -1690,6 +1689,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.890 2011/01/18 07:33:29 arekm +- up to 2.13 (our own tarball until upstream generates one) + Revision 1.889 2011/01/09 14:17:48 qboosh - reverted jv addition (Javanese is still not supported by glibc, see comment above) ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/glibc/glibc-posix-sh.patch?r1=1.2&r2=1.3&f=u http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/glibc/glibc.spec?r1=1.889&r2=1.890&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
