- Remove SWT ON_TOP patch as it is fixed in 3.2.1.

This commit is contained in:
Ben Konrath 2006-11-11 00:43:34 +00:00
parent 7f59656251
commit 707a23d77b
1 changed files with 4 additions and 8 deletions

View File

@ -26,7 +26,7 @@ Epoch: 1
Summary: An open, extensible IDE Summary: An open, extensible IDE
Name: eclipse Name: eclipse
Version: %{eclipse_majmin}.%{eclipse_micro} Version: %{eclipse_majmin}.%{eclipse_micro}
Release: 17%{?dist} Release: 18%{?dist}
License: EPL License: EPL
Group: Text Editors/Integrated Development Environments (IDE) Group: Text Editors/Integrated Development Environments (IDE)
URL: http://www.eclipse.org/ URL: http://www.eclipse.org/
@ -93,9 +93,6 @@ Patch31: %{name}-webapp-tomcat55.patch
# https://bugs.eclipse.org/bugs/show_bug.cgi?id=98707 # https://bugs.eclipse.org/bugs/show_bug.cgi?id=98707
# https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=178726 # https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=178726
Patch33: %{name}-compare-create-api.patch Patch33: %{name}-compare-create-api.patch
# https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=191536
# https://bugs.eclipse.org/bugs/show_bug.cgi?id=142861
Patch54: %{name}-swt-rm-ON_TOP.patch
# https://bugs.eclipse.org/bugs/show_bug.cgi?id=90630 # https://bugs.eclipse.org/bugs/show_bug.cgi?id=90630
Patch22: %{name}-updatehomedir.patch Patch22: %{name}-updatehomedir.patch
# JPackage []s in names of symlinks ... # JPackage []s in names of symlinks ...
@ -456,10 +453,6 @@ pushd plugins/org.eclipse.pde.build
sed --in-place "s:@eclipse_base@:%{_datadir}/%{name}:" templates/package-build/build.properties sed --in-place "s:@eclipse_base@:%{_datadir}/%{name}:" templates/package-build/build.properties
popd popd
pushd plugins/org.eclipse.swt/Eclipse\ SWT
%patch54
popd
%patch55 -p0 %patch55 -p0
rm plugins/org.junit4/junit-4.1.jar rm plugins/org.junit4/junit-4.1.jar
@ -1737,6 +1730,9 @@ rm -f %{_datadir}/%{name}/configuration/org.eclipse.update/platform.xml*
%{_libdir}/%{name}/plugins/org.eclipse.sdk_* %{_libdir}/%{name}/plugins/org.eclipse.sdk_*
%changelog %changelog
* Fri Nov 10 2006 Ben Konrath <bkonrath@redhat.com> 3.2.1-18
- Remove SWT ON_TOP patch as it is fixed in 3.2.1.
* Thu Nov 09 2006 Ben Konrath <bkonrath@redhat.com> 3.2.1-17 * Thu Nov 09 2006 Ben Konrath <bkonrath@redhat.com> 3.2.1-17
- Add file level requirement for swt fragment to rcp and platform packages. - Add file level requirement for swt fragment to rcp and platform packages.
This is needed so that the rcp and platform packages pull in the swt package This is needed so that the rcp and platform packages pull in the swt package