- Update efj patches to match what has been committed to HEAD.

This commit is contained in:
Ben Konrath 2006-02-04 18:44:11 +00:00
parent ab012974a8
commit 92782fa462
1 changed files with 9 additions and 2 deletions

View File

@ -22,7 +22,7 @@ Epoch: 1
Summary: %{pkg_summary}
Name: eclipse
Version: %{eclipse_majmin}.%{eclipse_micro}
Release: 1jpp_2fc
Release: 1jpp_3fc
License: EPL
Group: Text Editors/Integrated Development Environments (IDE)
URL: http://www.eclipse.org/
@ -67,6 +67,7 @@ Patch18: %{name}-swttools.patch
# Add command-line source code formatter
# https://bugs.eclipse.org/bugs/show_bug.cgi?id=75333
Patch19: %{name}-efj.patch
Patch25: %{name}-efj-doc.patch
# GNU-style JDT formatter
# https://bugs.eclipse.org/bugs/show_bug.cgi?id=91770
#Patch20: %{name}-gnuformatterjdt.patch
@ -334,9 +335,12 @@ pushd plugins/org.eclipse.swt.gtk.linux.x86_64
%patch18 -p0
popd
pushd plugins/org.eclipse.jdt.core
%patch19 -p0
%patch19 -p1
#%patch20 -p0
popd
pushd plugins/org.eclipse.jdt.doc.user
%patch25 -p1
popd
#pushd plugins/org.eclipse.jdt.ui
#%patch21 -p0
#popd
@ -1251,6 +1255,9 @@ fi
%{_datadir}/%{name}/plugins/org.eclipse.platform.source.linux.gtk.*_%{version}
%changelog
* Sat Feb 4 2006 Ben Konrath <bkonrath@redhat.com> 3.1.2-1jpp_3fc
- Update efj patches to match what has been committed to HEAD.
* Fri Feb 3 2006 Andrew Overholt <overholt@redhat.com> 3.1.2-1jpp_2fc
- Updated launcher script.