new upstream release coreutils-8.3

This commit is contained in:
Ondrej Vasik 2010-01-08 08:10:16 +00:00
parent 083eee0f58
commit dc24bf67e6
5 changed files with 17 additions and 14 deletions

View File

@ -1 +1 @@
coreutils-8.1.tar.xz
coreutils-8.3.tar.xz

View File

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

View File

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

View File

@ -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 <ovasik@redhat.com> - 8.3-1
- new upstream release 8.3
* Wed Jan 06 2010 Ondrej Vasik <ovasik@redhat.com> - 8.2-6
- require gmp-devel/gmp for large numbers support(#552846)

View File

@ -1 +1 @@
e037fcb353de2df7762406e0a170b152 coreutils-8.2.tar.xz
90dcc992ecb6ce76390d11134aabc830 coreutils-8.3.tar.xz