From 09425ca8ae5a1017de390af2ea1ac0179477bf65 Mon Sep 17 00:00:00 2001 From: Ondrej Vasik Date: Apr 27 2010 10:45:41 +0000 Subject: fix typo --- diff --git a/coreutils-mkstemp.patch b/coreutils-mkstemp.patch index 96cc9e4..cc4c338 100644 --- a/coreutils-mkstemp.patch +++ b/coreutils-mkstemp.patch @@ -2,7 +2,7 @@ +++ coreutils-7.6/lib/mkstemp.c 2010-03-03 18:18:28.000000000 +0000 @@ -40,5 +40,5 @@ int - mkstemp (char *xtemplate; + 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 fc8ea2d..6609e1b 100644 --- a/coreutils.spec +++ b/coreutils.spec @@ -6,7 +6,7 @@ License: GPLv3+ Group: System Environment/Base Url: http://www.gnu.org/software/coreutils/ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -Source0: ftp://ftp.gnu.org/gnu/%{name}/%{name}-%{version}.tar.xz +Source0: ftp://ftp.gnu.org/gnu/%{name}/%{name}-%{version}.tar.gz Source101: coreutils-DIR_COLORS Source102: coreutils-DIR_COLORS.lightbgcolor Source103: coreutils-DIR_COLORS.256color @@ -126,7 +126,7 @@ Libraries for coreutils package. %patch102 -p1 -b .tcsadrain %patch103 -p1 -b .sysinfo %patch104 -p1 -b .dfdirect -%patch105 -p1 -b .sparc +#%patch105 -p1 -b .sparc # sh-utils %patch703 -p1 -b .dateman