[java-1.8.0-openjdk] Remove all patches modifying the old build system

Omair Majid omajid at fedoraproject.org
Tue Apr 30 05:45:59 UTC 2013


commit 7245ea2af12dbb0d9c4e86e3190fe0d153460b96
Author: Omair Majid <omajid at redhat.com>
Date:   Mon Apr 29 20:12:27 2013 -0400

    Remove all patches modifying the old build system

 java-1.8.0-openjdk-arm-fixes.patch          |   22 ----------------------
 java-1.8.0-openjdk-freetype-check-fix.patch |   22 ----------------------
 java-1.8.0-openjdk-ppc-zero-corba.patch     |   15 ---------------
 java-1.8.0-openjdk-ppc-zero-jdk.patch       |   14 --------------
 java-1.8.0-openjdk.spec                     |   23 ++++-------------------
 5 files changed, 4 insertions(+), 92 deletions(-)
---
diff --git a/java-1.8.0-openjdk.spec b/java-1.8.0-openjdk.spec
index 2e5abac..a755327 100644
--- a/java-1.8.0-openjdk.spec
+++ b/java-1.8.0-openjdk.spec
@@ -196,16 +196,10 @@ Patch100: rhino.patch
 Patch101: %{name}-bitmap.patch
 Patch102: %{name}-size_t.patch
 
-# Patches for Arm
-Patch103: %{name}-arm-fixes.patch
-
 # Patch for PPC/PPC64
-Patch104: %{name}-ppc-zero-jdk.patch
-Patch105: %{name}-ppc-zero-hotspot.patch
-Patch106: %{name}-ppc-zero-corba.patch
+Patch103: %{name}-ppc-zero-hotspot.patch
 
-Patch107: %{name}-freetype-check-fix.patch
-Patch109: disable-werror.patch
+Patch104: disable-werror.patch
 
 Patch200: system-giflib.patch
 Patch201: system-libjpeg.patch
@@ -358,7 +352,7 @@ The OpenJDK API documentation.
 cp %{SOURCE2} .
 
 # OpenJDK patches
-%patch109
+%patch104
 
 # Rhino patch
 %patch100
@@ -381,18 +375,9 @@ sh %{SOURCE12}
 %patch102
 %endif
 
-# Arm fixes
-%ifarch %{arm}
-%patch103
-%endif
-
-%patch107
-
 %ifarch ppc %{power64}
 # PPC fixes
-%patch104
-%patch105
-%patch106
+%patch103
 %endif
 
 


More information about the scm-commits mailing list