From 8e9a74e3a84bf867c0c67abc815b7c6cda4b14db Mon Sep 17 00:00:00 2001 From: Tim Waugh Date: Jun 25 2006 23:15:00 +0000 Subject: - 5.97. No longer need tempname or tee patches, or pl translation. --- diff --git a/.cvsignore b/.cvsignore index c515cdc..c269a82 100644 --- a/.cvsignore +++ b/.cvsignore @@ -4,3 +4,4 @@ coreutils-5.93.tar.bz2 coreutils-5.94.tar.bz2 coreutils-5.95.tar.bz2 coreutils-5.96.tar.bz2 +coreutils-5.97.tar.bz2 diff --git a/coreutils.spec b/coreutils.spec index 9c2eeee..b5865db 100644 --- a/coreutils.spec +++ b/coreutils.spec @@ -1,7 +1,7 @@ Summary: The GNU core utilities: a set of tools commonly used in shell scripts Name: coreutils -Version: 5.96 -Release: 4 +Version: 5.97 +Release: 1 License: GPL Group: System Environment/Base Url: http://www.gnu.org/software/coreutils/ @@ -10,7 +10,6 @@ BuildRequires: libacl-devel Requires: libselinux >= 1.25.6-1 Source0: ftp://ftp.gnu.org/gnu/%{name}/%{name}-%{version}.tar.bz2 -Source1: coreutils-5.96.pl.po Source101: DIR_COLORS Source102: DIR_COLORS.xterm Source105: colorls.sh @@ -19,8 +18,7 @@ Source200: su.pamd Source201: runuser.pamd # From upstream -Patch1: coreutils-tempname.patch -Patch2: coreutils-5.96-newhashes.patch +Patch10: coreutils-newhashes.patch # Our patches Patch100: coreutils-chgrp.patch @@ -45,7 +43,7 @@ Patch907: coreutils-5.2.1-runuser.patch Patch908: coreutils-getgrouplist.patch Patch912: coreutils-overflow.patch Patch913: coreutils-afs.patch -Patch914: coreutils-tee.patch +Patch914: coreutils-autoconf.patch #SELINUX Patch Patch950: coreutils-selinux.patch @@ -74,12 +72,9 @@ the old GNU fileutils, sh-utils, and textutils packages. %prep %setup -q -rm po/pl.* -cp %{SOURCE1} po/pl.po # From upstream -%patch1 -p1 -b .tempname -%patch2 -p1 -b .newhashes +%patch10 -p1 -b .newhashes # Our patches %patch100 -p1 -b .chgrp @@ -102,7 +97,7 @@ cp %{SOURCE1} po/pl.po %patch908 -p1 -b .getgrouplist %patch912 -p1 -b .overflow %patch913 -p1 -b .afs -%patch914 -p1 -b .tee +%patch914 -p1 -b .autoconf #SELinux %patch950 -p1 -b .selinux @@ -275,6 +270,9 @@ fi /sbin/runuser %changelog +* Sun Jun 25 2006 Tim Waugh 5.97-1 +- 5.97. No longer need tempname or tee patches, or pl translation. + * Sun Jun 25 2006 Tim Waugh 5.96-4 - Include new hashes (bug #196369). Patch from upstream. - Build at -O1 on s390 for the moment (bug #196369). diff --git a/sources b/sources index d802180..15f2e7e 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -bf55d069d82128fd754a090ce8b5acff coreutils-5.96.tar.bz2 +1537379b6264a1def443713988a78020 coreutils-5.97.tar.bz2