forked from pool/coreutils
This commit is contained in:
parent
b330c8edf5
commit
53cafba38e
@ -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
3
coreutils-6.9.92.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:1acdea3aac3b7190461c9f054ee40036d6fb69fb1e70d9712c8c720de1a794c6
|
||||||
|
size 9179182
|
@ -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
|
- Update to coreutils 6.9.92.
|
||||||
meeting
|
** 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
|
Mon Jan 7 16:14:51 CET 2008 - schwab@suse.de
|
||||||
|
@ -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.
|
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
# This file and all modifications and additions to the pristine
|
# This file and all modifications and additions to the pristine
|
||||||
@ -12,17 +12,17 @@
|
|||||||
Name: coreutils
|
Name: coreutils
|
||||||
BuildRequires: help2man libacl-devel pam-devel
|
BuildRequires: help2man libacl-devel pam-devel
|
||||||
Url: http://www.gnu.org/software/coreutils/
|
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
|
Group: System/Base
|
||||||
Provides: fileutils sh-utils stat textutils mktemp
|
Provides: fileutils sh-utils stat textutils mktemp
|
||||||
Obsoletes: 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
|
Obsoletes: libselinux <= 1.23.11-3 libselinux-32bit >= 9 libselinux-64bit = 9 libselinux-x86 = 9
|
||||||
AutoReqProv: on
|
AutoReqProv: on
|
||||||
PreReq: %{install_info_prereq}
|
PreReq: %{install_info_prereq}
|
||||||
Version: 6.9.91
|
Version: 6.9.92
|
||||||
Release: 1
|
Release: 1
|
||||||
Summary: GNU Core Utilities
|
Summary: GNU Core Utilities
|
||||||
Source: coreutils-%{version}.tar.bz2
|
Source: coreutils-%{version}.tar.gz
|
||||||
Source1: su.pamd
|
Source1: su.pamd
|
||||||
Source2: su.default
|
Source2: su.default
|
||||||
Patch: coreutils-%{version}.diff
|
Patch: coreutils-%{version}.diff
|
||||||
@ -169,9 +169,21 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%dir %{_prefix}/share/locale/*/LC_TIME
|
%dir %{_prefix}/share/locale/*/LC_TIME
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Sat Jan 12 2008 - mrueckert@suse.de
|
* Sat Jan 12 2008 - schwab@suse.de
|
||||||
- reverted back to bzip2 for the tarball as decided on the dist
|
- Update to coreutils 6.9.92.
|
||||||
meeting
|
** 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
|
* Mon Jan 07 2008 - schwab@suse.de
|
||||||
- Update to coreutils 6.9.91.
|
- Update to coreutils 6.9.91.
|
||||||
** Bug fixes
|
** Bug fixes
|
||||||
|
Loading…
Reference in New Issue
Block a user