From 59d9061232e1873b0e24fa55542ecefc7e89f861 Mon Sep 17 00:00:00 2001 From: Ondřej Vašík Date: Oct 12 2011 14:13:12 +0000 Subject: new upstream release 8.14 --- diff --git a/.gitignore b/.gitignore index c560e51..188c76f 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ /coreutils-8.11.tar.xz /coreutils-8.12.tar.xz /coreutils-8.13.tar.xz +/coreutils-8.14.tar.xz diff --git a/coreutils-6.10-configuration.patch b/coreutils-6.10-configuration.patch index 8dd43f8..c314db9 100644 --- a/coreutils-6.10-configuration.patch +++ b/coreutils-6.10-configuration.patch @@ -27,15 +27,17 @@ diff -urNp coreutils-8.13-orig/gnulib-tests/gnulib.mk coreutils-8.13/gnulib-test ## end gnulib module dup2-tests -@@ -373,9 +373,9 @@ EXTRA_DIST += test-fadvise.c +@@ -373,10 +373,10 @@ EXTRA_DIST += test-fadvise.c ## begin gnulib module fchdir-tests -TESTS += test-fchdir -check_PROGRAMS += test-fchdir +-test_fchdir_LDADD = $(LDADD) $(LIBINTL) -EXTRA_DIST += test-fchdir.c signature.h macros.h +#TESTS += test-fchdir +#check_PROGRAMS += test-fchdir ++#test_fchdir_LDADD = $(LDADD) $(LIBINTL) +#EXTRA_DIST += test-fchdir.c signature.h macros.h ## end gnulib module fchdir-tests diff --git a/coreutils-getgrouplist.patch b/coreutils-getgrouplist.patch index 0c8eb41..86bbcef 100644 --- a/coreutils-getgrouplist.patch +++ b/coreutils-getgrouplist.patch @@ -76,11 +76,11 @@ diff --git a/m4/jm-macros.m4 b/m4/jm-macros.m4 index 62777c7..5180243 100644 --- a/m4/jm-macros.m4 +++ b/m4/jm-macros.m4 -@@ -78,6 +78,7 @@ AC_DEFUN([coreutils_MACROS], - fchown \ - fchmod \ - ftruncate \ -+ getgrouplist \ - iswspace \ - mkfifo \ - mbrlen \ +@@ -78,6 +78,7 @@ + fchown + fchmod + ftruncate ++ getgrouplist + iswspace + mkfifo + mbrlen diff --git a/coreutils-i18n.patch b/coreutils-i18n.patch index 9ba6bb4..96eec34 100644 --- a/coreutils-i18n.patch +++ b/coreutils-i18n.patch @@ -2970,9 +2970,9 @@ diff -urNp coreutils-8.13-orig/src/sort.c coreutils-8.13/src/sort.c +} +#endif /* HAV_EMBRTOWC */ + - static int - general_numcompare (char const *sa, char const *sb) - { + /* Work around a problem whereby the long double value returned by glibc's + strtold ("NaN", ...) contains uninitialized bits: clear all bytes of + A and B before calling strtold. FIXME: remove this function once @@ -1942,7 +2305,7 @@ general_numcompare (char const *sa, char Return 0 if the name in S is not recognized. */ diff --git a/coreutils.spec b/coreutils.spec index f66dbd6..e70fe55 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.13 -Release: 2%{?dist}.2 +Version: 8.14 +Release: 1%{?dist} License: GPLv3+ Group: System Environment/Base Url: http://www.gnu.org/software/coreutils/ @@ -322,6 +322,9 @@ fi %{?!norunuser:/sbin/runuser} %changelog +* Wed Oct 12 2011 Ondrej Vasik - 8.14-1 +- new upstream release 8.14 + * Mon Sep 26 2011 Peter Schiffer - 8.13-2.2 - rebuild with new gmp diff --git a/sources b/sources index 0c0c179..2f04ed2 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -8e1675c6c336ff55557c698706a63d6c coreutils-8.13.tar.xz +bcb135ce553493a45aba01b39eb3920a coreutils-8.14.tar.xz