From 0c817be19f68f822571d113f04b8f0d93102003b Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Jan 09 2011 05:42:18 +0000 Subject: drop no longer needed mkstemp patch for sparc --- diff --git a/coreutils-mkstemp.patch b/coreutils-mkstemp.patch deleted file mode 100644 index af8d273..0000000 --- a/coreutils-mkstemp.patch +++ /dev/null @@ -1,9 +0,0 @@ ---- coreutils-7.6/lib/mkstemp.c.BAD 2010-03-03 18:17:52.000000000 +0000 -+++ coreutils-7.6/lib/mkstemp.c 2010-03-03 18:18:28.000000000 +0000 -@@ -40,5 +40,5 @@ - int - mkstemp (char *xtemplate) - { -- return __gen_tempname (xtemplate, 0, 0, __GT_FILE); -+ return __gen_tempname (xtemplate, __GT_FILE); - } diff --git a/coreutils.spec b/coreutils.spec index 0cd8520..0b9abcd 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.9 -Release: 1%{?dist} +Release: 2%{?dist} License: GPLv3+ Group: System Environment/Base Url: http://www.gnu.org/software/coreutils/ @@ -30,8 +30,6 @@ Patch102: coreutils-7.4-sttytcsadrain.patch Patch103: coreutils-8.2-uname-processortype.patch #df --direct Patch104: coreutils-df-direct.patch -#Fix mkstemp on sparc64 -Patch105: coreutils-mkstemp.patch #add jar-like archives to colored ones Patch106: coreutils-8.5-dircolors.patch @@ -122,7 +120,6 @@ Libraries for coreutils package. %patch102 -p1 -b .tcsadrain %patch103 -p1 -b .sysinfo %patch104 -p1 -b .dfdirect -%patch105 -p1 -b .sparc %patch106 -p1 -b .java # sh-utils @@ -332,6 +329,9 @@ fi %{_libdir}/coreutils %changelog +* Sat Jan 08 2011 Dennis Gilmore - 8.9-2 +- drop no longer needed mkstemp patch for sparc + * Tue Jan 04 2011 Ondrej Vasik - 8.9-1 - new upstream release coreutils-8.9