From 5932da32cd01c01eae85d68d562434bd8109d0ada82992747aed596714bb588a Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Sun, 13 Jan 2008 09:47:29 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/coreutils?expand=0&rev=18 --- coreutils-6.9.91.tar.bz2 | 3 --- ...utils-6.9.91.diff => coreutils-6.9.92.diff | 0 coreutils-6.9.92.tar.gz | 3 +++ coreutils.changes | 18 ++++++++++--- coreutils.spec | 26 ++++++++++++++----- 5 files changed, 37 insertions(+), 13 deletions(-) delete mode 100644 coreutils-6.9.91.tar.bz2 rename coreutils-6.9.91.diff => coreutils-6.9.92.diff (100%) create mode 100644 coreutils-6.9.92.tar.gz diff --git a/coreutils-6.9.91.tar.bz2 b/coreutils-6.9.91.tar.bz2 deleted file mode 100644 index cce9363..0000000 --- a/coreutils-6.9.91.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1604c2916d209af7461ee4821eeef6a4847fa30d8b7a982ff97470e265325732 -size 6034366 diff --git a/coreutils-6.9.91.diff b/coreutils-6.9.92.diff similarity index 100% rename from coreutils-6.9.91.diff rename to coreutils-6.9.92.diff diff --git a/coreutils-6.9.92.tar.gz b/coreutils-6.9.92.tar.gz new file mode 100644 index 0000000..582bb5c --- /dev/null +++ b/coreutils-6.9.92.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1acdea3aac3b7190461c9f054ee40036d6fb69fb1e70d9712c8c720de1a794c6 +size 9179182 diff --git a/coreutils.changes b/coreutils.changes index 42d41b9..4e64fd1 100644 --- a/coreutils.changes +++ b/coreutils.changes @@ -1,8 +1,20 @@ ------------------------------------------------------------------- -Sat Jan 12 02:53:10 CET 2008 - mrueckert@suse.de +Sat Jan 12 19:08:54 CET 2008 - schwab@suse.de -- reverted back to bzip2 for the tarball as decided on the dist - meeting +- Update to coreutils 6.9.92. + ** Bug fixes + cp --parents no longer uses uninitialized memory when restoring the + permissions of a just-created destination directory. + [bug introduced in coreutils-6.9.90] + tr's case conversion would fail in a locale with differing numbers + of lower case and upper case characters. E.g., this would fail: + env LC_CTYPE=en_US.ISO-8859-1 tr '[:upper:]' '[:lower:]' + [bug introduced in coreutils-6.9.90] + ** Improvements + "touch -d now writable-but-owned-by-someone-else" now succeeds + whenever that same command would succeed without "-d now". + Before, it would work fine with no -d option, yet it would + fail with the ostensibly-equivalent "-d now". ------------------------------------------------------------------- Mon Jan 7 16:14:51 CET 2008 - schwab@suse.de diff --git a/coreutils.spec b/coreutils.spec index 513a17a..66d511d 100644 --- a/coreutils.spec +++ b/coreutils.spec @@ -1,5 +1,5 @@ # -# spec file for package coreutils (Version 6.9.91) +# spec file for package coreutils (Version 6.9.92) # # Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany. # This file and all modifications and additions to the pristine @@ -12,17 +12,17 @@ Name: coreutils BuildRequires: help2man libacl-devel pam-devel Url: http://www.gnu.org/software/coreutils/ -License: GPL v2 or later +License: GNU Free Documentation License, Version 1.2 (GFDL 1.2); GPL v2 or later; GPL v3 or later Group: System/Base Provides: fileutils sh-utils stat textutils mktemp Obsoletes: fileutils sh-utils stat textutils mktemp Obsoletes: libselinux <= 1.23.11-3 libselinux-32bit >= 9 libselinux-64bit = 9 libselinux-x86 = 9 AutoReqProv: on PreReq: %{install_info_prereq} -Version: 6.9.91 +Version: 6.9.92 Release: 1 Summary: GNU Core Utilities -Source: coreutils-%{version}.tar.bz2 +Source: coreutils-%{version}.tar.gz Source1: su.pamd Source2: su.default Patch: coreutils-%{version}.diff @@ -169,9 +169,21 @@ rm -rf $RPM_BUILD_ROOT %dir %{_prefix}/share/locale/*/LC_TIME %changelog -* Sat Jan 12 2008 - mrueckert@suse.de -- reverted back to bzip2 for the tarball as decided on the dist - meeting +* Sat Jan 12 2008 - schwab@suse.de +- Update to coreutils 6.9.92. + ** Bug fixes + cp --parents no longer uses uninitialized memory when restoring the + permissions of a just-created destination directory. + [bug introduced in coreutils-6.9.90] + tr's case conversion would fail in a locale with differing numbers + of lower case and upper case characters. E.g., this would fail: + env LC_CTYPE=en_US.ISO-8859-1 tr '[:upper:]' '[:lower:]' + [bug introduced in coreutils-6.9.90] + ** Improvements + "touch -d now writable-but-owned-by-someone-else" now succeeds + whenever that same command would succeed without "-d now". + Before, it would work fine with no -d option, yet it would + fail with the ostensibly-equivalent "-d now". * Mon Jan 07 2008 - schwab@suse.de - Update to coreutils 6.9.91. ** Bug fixes