rpms/coreutils/devel .cvsignore, 1.25, 1.26 coreutils-6.10-configuration.patch, 1.26, 1.27 coreutils-i18n.patch, 1.43, 1.44 coreutils.spec, 1.297, 1.298 sources, 1.28, 1.29

Ondrej Vasik ovasik at fedoraproject.org
Fri Jan 8 08:10:16 UTC 2010


Author: ovasik

Update of /cvs/pkgs/rpms/coreutils/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv2942

Modified Files:
	.cvsignore coreutils-6.10-configuration.patch 
	coreutils-i18n.patch coreutils.spec sources 
Log Message:
new upstream release coreutils-8.3


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/coreutils/devel/.cvsignore,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -p -r1.25 -r1.26
--- .cvsignore	27 Nov 2009 13:24:08 -0000	1.25
+++ .cvsignore	8 Jan 2010 08:10:16 -0000	1.26
@@ -1 +1 @@
-coreutils-8.1.tar.xz
+coreutils-8.3.tar.xz

coreutils-6.10-configuration.patch:
 coreutils-6.11/tests/test-lib.sh         |    4 ++--
 coreutils-7.1/src/ls.c                   |    8 ++++----
 coreutils-8.1/tests/touch/no-dereference |    2 ++
 coreutils-8.2/gnulib-tests/gnulib.mk     |   24 ++++++++++++------------
 4 files changed, 20 insertions(+), 18 deletions(-)

Index: coreutils-6.10-configuration.patch
===================================================================
RCS file: /cvs/pkgs/rpms/coreutils/devel/coreutils-6.10-configuration.patch,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -p -r1.26 -r1.27
--- coreutils-6.10-configuration.patch	16 Dec 2009 12:17:58 -0000	1.26
+++ coreutils-6.10-configuration.patch	8 Jan 2010 08:10:16 -0000	1.27
@@ -58,10 +58,10 @@ diff -urNp coreutils-8.2-orig/gnulib-tes
  
 -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-tes
  
 -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-tes
  
 -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-tes
  
 -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
  

coreutils-i18n.patch:
 lib/linebuffer.h         |    8 
 src/cut.c                |  420 +++++++++++++++++++++++++++--
 src/expand.c             |  160 +++++++++++
 src/fold.c               |  309 +++++++++++++++++++--
 src/join.c               |  343 ++++++++++++++++++++---
 src/pr.c                 |  431 +++++++++++++++++++++++++++---
 src/sort.c               |  673 ++++++++++++++++++++++++++++++++++++++++++++---
 src/unexpand.c           |  226 +++++++++++++++
 src/uniq.c               |  259 +++++++++++++++++-
 tests/Makefile.am        |    5 
 tests/misc/cut           |    4 
 tests/misc/mb1.I         |    4 
 tests/misc/mb1.X         |    4 
 tests/misc/mb2.I         |    4 
 tests/misc/mb2.X         |    4 
 tests/misc/sort-mb-tests |   58 ++++
 16 files changed, 2735 insertions(+), 177 deletions(-)

Index: coreutils-i18n.patch
===================================================================
RCS file: /cvs/pkgs/rpms/coreutils/devel/coreutils-i18n.patch,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -p -r1.43 -r1.44
--- coreutils-i18n.patch	27 Nov 2009 13:24:09 -0000	1.43
+++ coreutils-i18n.patch	8 Jan 2010 08:10:16 -0000	1.44
@@ -14,8 +14,8 @@ diff -urNp coreutils-8.0-orig/lib/linebu
  
  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;


Index: coreutils.spec
===================================================================
RCS file: /cvs/pkgs/rpms/coreutils/devel/coreutils.spec,v
retrieving revision 1.297
retrieving revision 1.298
diff -u -p -r1.297 -r1.298
--- coreutils.spec	6 Jan 2010 11:13:16 -0000	1.297
+++ coreutils.spec	8 Jan 2010 08:10:16 -0000	1.298
@@ -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 at redhat.com> - 8.3-1
+- new upstream release 8.3
+
 * Wed Jan 06 2010 Ondrej Vasik <ovasik at redhat.com> - 8.2-6
 - require gmp-devel/gmp for large numbers support(#552846)
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/coreutils/devel/sources,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -p -r1.28 -r1.29
--- sources	11 Dec 2009 16:38:48 -0000	1.28
+++ sources	8 Jan 2010 08:10:16 -0000	1.29
@@ -1 +1 @@
-e037fcb353de2df7762406e0a170b152  coreutils-8.2.tar.xz
+90dcc992ecb6ce76390d11134aabc830  coreutils-8.3.tar.xz




More information about the fedora-extras-commits mailing list