SHA256
1
0
forked from pool/coreutils
OBS User unknown 2008-01-13 09:47:29 +00:00 committed by Git OBS Bridge
parent b762f923e3
commit 5932da32cd
5 changed files with 37 additions and 13 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:1604c2916d209af7461ee4821eeef6a4847fa30d8b7a982ff97470e265325732
size 6034366

3
coreutils-6.9.92.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:1acdea3aac3b7190461c9f054ee40036d6fb69fb1e70d9712c8c720de1a794c6
size 9179182

View File

@ -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

View File

@ -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