rpms/eclipse/devel eclipse-add-ppc64-filesystem.patch, NONE, 1.1 eclipse.spec, 1.655, 1.656

Alexander Kurtakov akurtakov at fedoraproject.org
Fri Aug 7 16:21:32 UTC 2009


Author: akurtakov

Update of /cvs/pkgs/rpms/eclipse/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv9887/devel

Modified Files:
	eclipse.spec 
Added Files:
	eclipse-add-ppc64-filesystem.patch 
Log Message:
Another missing ppc64 fragment.

eclipse-add-ppc64-filesystem.patch:
 feature.xml |   10 ++++++++++
 1 file changed, 10 insertions(+)

--- NEW FILE eclipse-add-ppc64-filesystem.patch ---
--- ./features/org.eclipse.platform/feature.xml	2009-08-07 18:30:54.000000000 +0300
+++ ./features/org.eclipse.platform/feature.xml	2009-08-07 18:50:29.043863537 +0300
@@ -440,6 +440,16 @@
          version="0.0.0"
          fragment="true"
          unpack="false"/>
+	 
+   <plugin
+         id="org.eclipse.core.filesystem.linux.ppc64"
+         os="linux"
+         arch="ppc64"
+         download-size="0"
+         install-size="0"
+         version="0.0.0"
+         fragment="true"
+         unpack="false"/>
 
    <plugin
          id="org.eclipse.core.filesystem.linux.x86"


Index: eclipse.spec
===================================================================
RCS file: /cvs/pkgs/rpms/eclipse/devel/eclipse.spec,v
retrieving revision 1.655
retrieving revision 1.656
diff -u -p -r1.655 -r1.656
--- eclipse.spec	7 Aug 2009 07:13:06 -0000	1.655
+++ eclipse.spec	7 Aug 2009 16:21:31 -0000	1.656
@@ -13,7 +13,6 @@ Epoch:  1
 %define swtver          3.5.0.v3550
 %define initialize      1
 
-
 # All arches line up between Eclipse and Linux kernel names except i386 -> x86
 %ifarch %{ix86}
 %define eclipse_arch    x86
@@ -30,7 +29,7 @@ Epoch:  1
 Summary:        An open, extensible IDE
 Name:           eclipse
 Version:        %{eclipse_majmin}.%{eclipse_micro}
-Release:        0.3.34%{?dist}
+Release:        0.3.35%{?dist}
 License:        EPL
 Group:          Text Editors/Integrated Development Environments (IDE)
 URL:            http://www.eclipse.org/
@@ -151,6 +150,8 @@ Patch47:        %{name}-jdt_launch-custo
 # https://bugs.eclipse.org/bugs/attachment.cgi?id=131060
 Patch48:        %{name}-swt-buildagainstxulrunner.patch
 
+Patch49:        %{name}-add-ppc64-filesystem.patch
+
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires:  ant
 BuildRequires:  jpackage-utils >= 0:1.5, make, gcc
@@ -388,6 +389,7 @@ sed --in-place "s|$swt_frag_ver_s390x|$s
 %ifarch ppc64
 %patch24 -p1
 %patch28
+%patch49
 %endif
 #%patch30
 %patch31 -p1
@@ -1491,6 +1493,9 @@ fi
 #%{_libdir}/%{name}/configuration/org.eclipse.equinox.source
 
 %changelog
+* Fri Aug 7 2009 Alexander Kurtakov <akurtako at redhat.com> 1:3.5.0-0.3.35
+- Another missing ppc64 fragment.
+
 * Fri Aug 7 2009 Alexander Kurtakov <akurtako at redhat.com> 1:3.5.0-0.3.34
 - Fix missing fragment on ppc64.
 




More information about the scm-commits mailing list