remove unnecessary powerpc factor patch
This commit is contained in:
parent
4c4be9e1c9
commit
c7f6c7b9f6
@ -1,12 +0,0 @@
|
|||||||
diff -urNp coreutils-8.20-orig/src/longlong.h coreutils-8.20/src/longlong.h
|
|
||||||
--- coreutils-8.20-orig/src/longlong.h 2012-10-23 16:14:12.000000000 +0200
|
|
||||||
+++ coreutils-8.20/src/longlong.h 2012-12-06 17:09:12.865695463 +0100
|
|
||||||
@@ -1392,7 +1392,7 @@ extern UWtype __MPN(udiv_qrnnd) (UWtype
|
|
||||||
|
|
||||||
/* We should test _IBMR2 here when we add assembly support for the system
|
|
||||||
vendor compilers. */
|
|
||||||
-#if HAVE_HOST_CPU_FAMILY_powerpc && W_TYPE_SIZE == 64
|
|
||||||
+#if HAVE_HOST_CPU_FAMILY_powerpc && W_TYPE_SIZE == 64 && defined (_LP64)
|
|
||||||
#if !defined (_LONG_LONG_LIMB)
|
|
||||||
/* _LONG_LONG_LIMB is ABI=mode32 where adde operates on 32-bit values. So
|
|
||||||
use adde etc only when not _LONG_LONG_LIMB. */
|
|
@ -1,7 +1,7 @@
|
|||||||
Summary: A set of basic GNU tools commonly used in shell scripts
|
Summary: A set of basic GNU tools commonly used in shell scripts
|
||||||
Name: coreutils
|
Name: coreutils
|
||||||
Version: 8.21
|
Version: 8.21
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
License: GPLv3+
|
License: GPLv3+
|
||||||
Group: System Environment/Base
|
Group: System Environment/Base
|
||||||
Url: http://www.gnu.org/software/coreutils/
|
Url: http://www.gnu.org/software/coreutils/
|
||||||
@ -14,7 +14,6 @@ Source105: coreutils-colorls.sh
|
|||||||
Source106: coreutils-colorls.csh
|
Source106: coreutils-colorls.csh
|
||||||
|
|
||||||
# From upstream
|
# From upstream
|
||||||
Patch1: coreutils-8.20-powerpcfactor.patch
|
|
||||||
|
|
||||||
# Our patches
|
# Our patches
|
||||||
#general patch to workaround koji build system issues
|
#general patch to workaround koji build system issues
|
||||||
@ -127,7 +126,6 @@ the old GNU fileutils, sh-utils, and textutils packages.
|
|||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
# From upstream
|
# From upstream
|
||||||
%patch1 -p1 -b .ppcfactor
|
|
||||||
|
|
||||||
# Our patches
|
# Our patches
|
||||||
%patch100 -p1 -b .configure
|
%patch100 -p1 -b .configure
|
||||||
@ -378,6 +376,9 @@ fi
|
|||||||
%{_sbindir}/chroot
|
%{_sbindir}/chroot
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Feb 18 2013 Ondrej Vasik <ovasik@redhat.com> 8.21-2
|
||||||
|
- remove unnecessary powerpc factor patch
|
||||||
|
|
||||||
* Fri Feb 15 2013 Ondrej Vasik <ovasik@redhat.com> 8.21-1
|
* Fri Feb 15 2013 Ondrej Vasik <ovasik@redhat.com> 8.21-1
|
||||||
- new upstream release 8.21, update patches
|
- new upstream release 8.21, update patches
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user