From c7f6c7b9f6869ab8c8d88ee547e8df8c0506a0a7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Va=C5=A1=C3=ADk?= Date: Mon, 18 Feb 2013 08:45:11 +0100 Subject: [PATCH] remove unnecessary powerpc factor patch --- coreutils-8.20-powerpcfactor.patch | 12 ------------ coreutils.spec | 7 ++++--- 2 files changed, 4 insertions(+), 15 deletions(-) delete mode 100644 coreutils-8.20-powerpcfactor.patch diff --git a/coreutils-8.20-powerpcfactor.patch b/coreutils-8.20-powerpcfactor.patch deleted file mode 100644 index 648d21a..0000000 --- a/coreutils-8.20-powerpcfactor.patch +++ /dev/null @@ -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. */ diff --git a/coreutils.spec b/coreutils.spec index 90c31e5..0c3ceda 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.21 -Release: 1%{?dist} +Release: 2%{?dist} License: GPLv3+ Group: System Environment/Base Url: http://www.gnu.org/software/coreutils/ @@ -14,7 +14,6 @@ Source105: coreutils-colorls.sh Source106: coreutils-colorls.csh # From upstream -Patch1: coreutils-8.20-powerpcfactor.patch # Our patches #general patch to workaround koji build system issues @@ -127,7 +126,6 @@ the old GNU fileutils, sh-utils, and textutils packages. %setup -q # From upstream -%patch1 -p1 -b .ppcfactor # Our patches %patch100 -p1 -b .configure @@ -378,6 +376,9 @@ fi %{_sbindir}/chroot %changelog +* Mon Feb 18 2013 Ondrej Vasik 8.21-2 +- remove unnecessary powerpc factor patch + * Fri Feb 15 2013 Ondrej Vasik 8.21-1 - new upstream release 8.21, update patches