From dc24bf67e6c4a736b3ce4e13c5193ce93e4ee22b Mon Sep 17 00:00:00 2001 From: Ondrej Vasik Date: Fri, 8 Jan 2010 08:10:16 +0000 Subject: [PATCH] new upstream release coreutils-8.3 --- .cvsignore | 2 +- coreutils-6.10-configuration.patch | 16 ++++++++-------- coreutils-i18n.patch | 4 ++-- coreutils.spec | 7 +++++-- sources | 2 +- 5 files changed, 17 insertions(+), 14 deletions(-) diff --git a/.cvsignore b/.cvsignore index 17b0073..9d0f2da 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -coreutils-8.1.tar.xz +coreutils-8.3.tar.xz diff --git a/coreutils-6.10-configuration.patch b/coreutils-6.10-configuration.patch index ae3d3a1..cc19710 100644 --- a/coreutils-6.10-configuration.patch +++ b/coreutils-6.10-configuration.patch @@ -58,10 +58,10 @@ diff -urNp coreutils-8.2-orig/gnulib-tests/gnulib.mk coreutils-8.2/gnulib-tests/ -TESTS += test-cloexec -check_PROGRAMS += test-cloexec --EXTRA_DIST += test-cloexec.c +-EXTRA_DIST += test-cloexec.c macros.h +#TESTS += test-cloexec +#check_PROGRAMS += test-cloexec -+#EXTRA_DIST += test-cloexec.c ++#EXTRA_DIST += test-cloexec.c macros.h ## end gnulib module cloexec-tests @@ -71,10 +71,10 @@ diff -urNp coreutils-8.2-orig/gnulib-tests/gnulib.mk coreutils-8.2/gnulib-tests/ -TESTS += test-dup2 -check_PROGRAMS += test-dup2 --EXTRA_DIST += test-dup2.c +-EXTRA_DIST += test-dup2.c signature.h macros.h +#TESTS += test-dup2 +#check_PROGRAMS += test-dup2 -+#EXTRA_DIST += test-dup2.c ++#EXTRA_DIST += test-dup2.c signature.h macros.h ## end gnulib module dup2-tests @@ -84,10 +84,10 @@ diff -urNp coreutils-8.2-orig/gnulib-tests/gnulib.mk coreutils-8.2/gnulib-tests/ -TESTS += test-fchdir -check_PROGRAMS += test-fchdir --EXTRA_DIST += test-fchdir.c +-EXTRA_DIST += test-fchdir.c signature.h macros.h +#TESTS += test-fchdir +#check_PROGRAMS += test-fchdir -+#EXTRA_DIST += test-fchdir.c ++#EXTRA_DIST += test-fchdir.c signature.h macros.h ## end gnulib module fchdir-tests @@ -97,10 +97,10 @@ diff -urNp coreutils-8.2-orig/gnulib-tests/gnulib.mk coreutils-8.2/gnulib-tests/ -TESTS += test-dup-safer -check_PROGRAMS += test-dup-safer --EXTRA_DIST += test-dup-safer.c +-EXTRA_DIST += test-dup-safer.c macros.h +#TESTS += test-dup-safer +#check_PROGRAMS += test-dup-safer -+#EXTRA_DIST += test-dup-safer.c ++#EXTRA_DIST += test-dup-safer.c macros.h ## end gnulib module unistd-safer-tests diff --git a/coreutils-i18n.patch b/coreutils-i18n.patch index 6c34d06..a8faefe 100644 --- a/coreutils-i18n.patch +++ b/coreutils-i18n.patch @@ -14,8 +14,8 @@ diff -urNp coreutils-8.0-orig/lib/linebuffer.h coreutils-8.0/lib/linebuffer.h struct linebuffer @@ -28,6 +33,9 @@ struct linebuffer - size_t size; /* Allocated. */ - size_t length; /* Used. */ + size_t size; /* Allocated. */ + size_t length; /* Used. */ char *buffer; +# if HAVE_WCHAR_H + mbstate_t state; diff --git a/coreutils.spec b/coreutils.spec index 751c6e6..c38b458 100644 --- a/coreutils.spec +++ b/coreutils.spec @@ -1,7 +1,7 @@ Summary: A set of basic GNU tools commonly used in shell scripts Name: coreutils -Version: 8.2 -Release: 6%{?dist} +Version: 8.3 +Release: 1%{?dist} License: GPLv3+ Group: System Environment/Base Url: http://www.gnu.org/software/coreutils/ @@ -333,6 +333,9 @@ fi %{_libdir}/coreutils %changelog +* Fri Jan 08 2010 Ondrej Vasik - 8.3-1 +- new upstream release 8.3 + * Wed Jan 06 2010 Ondrej Vasik - 8.2-6 - require gmp-devel/gmp for large numbers support(#552846) diff --git a/sources b/sources index 0612393..0e80a5c 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -e037fcb353de2df7762406e0a170b152 coreutils-8.2.tar.xz +90dcc992ecb6ce76390d11134aabc830 coreutils-8.3.tar.xz