Author: arekm Date: Thu Mar 22 18:35:44 2012 GMT Module: packages Tag: HEAD ---- Log message: - rel 9; use official tarball
---- Files affected: packages/glibc: glibc-posix-sh.patch (1.3 -> 1.4) , glibc-sotruss-sh.patch (1.2 -> 1.3) , glibc.spec (1.957 -> 1.958) ---- Diffs: ================================================================ Index: packages/glibc/glibc-posix-sh.patch diff -u packages/glibc/glibc-posix-sh.patch:1.3 packages/glibc/glibc-posix-sh.patch:1.4 --- packages/glibc/glibc-posix-sh.patch:1.3 Tue Jan 18 08:33:29 2011 +++ packages/glibc/glibc-posix-sh.patch Thu Mar 22 19:35:38 2012 @@ -3,7 +3,7 @@ @@ -1,4 +1,4 @@ -#! @BASH@ +#! /bin/sh - # Copyright (C) 1996-2008, 2009, 2010, 2011 Free Software Foundation, Inc. + # Copyright (C) 1996-2011, 2012 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. - " "2011" + " "2012" - printf $"Written by %s and %s. + printf "Written by %s and %s. " "Roland McGrath" "Ulrich Drepper" ================================================================ Index: packages/glibc/glibc-sotruss-sh.patch diff -u packages/glibc/glibc-sotruss-sh.patch:1.2 packages/glibc/glibc-sotruss-sh.patch:1.3 --- packages/glibc/glibc-sotruss-sh.patch:1.2 Mon Nov 28 01:09:47 2011 +++ packages/glibc/glibc-sotruss-sh.patch Thu Mar 22 19:35:38 2012 @@ -4,6 +4,6 @@ @@ -1,4 +1,4 @@ -#! @KSH@ +#! /bin/bash - # Copyright (C) 2011 Free Software Foundation, Inc. + # Copyright (C) 2011, 2012 Free Software Foundation, Inc. # This file is part of the GNU C Library. ================================================================ Index: packages/glibc/glibc.spec diff -u packages/glibc/glibc.spec:1.957 packages/glibc/glibc.spec:1.958 --- packages/glibc/glibc.spec:1.957 Tue Mar 20 19:01:50 2012 +++ packages/glibc/glibc.spec Thu Mar 22 19:35:38 2012 @@ -20,7 +20,7 @@ %undefine with_memusage %endif -%define ports_version 2.14.1 +%define ports_version 2.15 %define llh_version 7:2.6.20.4-1 Summary: GNU libc @@ -34,15 +34,14 @@ Summary(uk.UTF-8): GNU libc версії Name: glibc Version: 2.15 -Release: 8 +Release: 9 Epoch: 6 License: LGPL v2.1+ Group: Libraries -# Source0: http://ftp.gnu.org/gnu/glibc/%{name}-%{version}.tar.xz -Source0: %{name}-%{version}.tar.bz2 -# Source0-md5: 25e3a1f3722fbb7ac0d9dccfe4bdfefa +Source0: http://ftp.gnu.org/gnu/glibc/%{name}-%{version}.tar.xz +# Source0-md5: 4f9f3b0e780a8c7179a372d34e9452bc Source1: http://ftp.gnu.org/gnu/glibc/%{name}-ports-%{ports_version}.tar.xz -# Source1-md5: 3b3afcb6b99fea9e3a2474cc4778ec88 +# Source1-md5: fef73c8b7885b02ec5f7ce8fa00ba30c Source2: nscd.init Source3: nscd.sysconfig Source4: nscd.logrotate @@ -1801,6 +1800,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.958 2012/03/22 18:35:38 arekm +- rel 9; use official tarball + Revision 1.957 2012/03/20 18:01:50 baggins - release 8 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/packages/glibc/glibc-posix-sh.patch?r1=1.3&r2=1.4 http://cvs.pld-linux.org/packages/glibc/glibc-sotruss-sh.patch?r1=1.2&r2=1.3 http://cvs.pld-linux.org/packages/glibc/glibc.spec?r1=1.957&r2=1.958 _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
