Author: qrczak Date: Tue Feb 13 15:59:09 2007 GMT Module: SPECS Tag: HEAD ---- Log message: - coreutils-fmt-wchars.patch: Added support for multibyte encodings and wcwidth. Added -n / --single-spacing option, which is like -u but uses a single space between sentences. - Release 2
---- Files affected: SPECS: coreutils.spec (1.118 -> 1.119) ---- Diffs: ================================================================ Index: SPECS/coreutils.spec diff -u SPECS/coreutils.spec:1.118 SPECS/coreutils.spec:1.119 --- SPECS/coreutils.spec:1.118 Mon Feb 12 22:23:51 2007 +++ SPECS/coreutils.spec Tue Feb 13 16:59:04 2007 @@ -7,7 +7,7 @@ Summary(pl.UTF-8): GNU Core-utils - podstawowe narzędzia działające z linii poleceń Name: coreutils Version: 6.7 -Release: 1 +Release: 2 License: GPL Group: Applications/System Source0: ftp://ftp.gnu.org/gnu/coreutils/%{name}-%{version}.tar.bz2 @@ -31,6 +31,7 @@ Patch10: %{name}-no-nb.patch Patch11: %{name}-selinux.patch Patch12: %{name}-system-openat.patch +Patch13: %{name}-fmt-wchars.patch URL: http://www.gnu.org/software/coreutils/ BuildRequires: acl-devel BuildRequires: autoconf >= 2.60 @@ -106,6 +107,7 @@ %patch10 -p1 %{?with_selinux:%patch11 -p1} %patch12 -p1 +%patch13 -p1 %{__perl} -pi -e '[EMAIL PROTECTED]/[EMAIL PROTECTED] Linux@' m4/host-os.m4 @@ -209,6 +211,12 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.119 2007/02/13 15:59:04 qrczak +- coreutils-fmt-wchars.patch: Added support for multibyte encodings + and wcwidth. Added -n / --single-spacing option, which is like -u + but uses a single space between sentences. +- Release 2 + Revision 1.118 2007/02/12 21:23:51 glen - tabs in preamble ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/coreutils.spec?r1=1.118&r2=1.119&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
