- Fix patch level for xulrunner build patch.

This commit is contained in:
Andrew Overholt 2008-04-10 00:34:28 +00:00
parent 0dd3e8ba7b
commit 3a4de59732
1 changed files with 5 additions and 2 deletions

View File

@ -20,7 +20,7 @@ Epoch: 1
Summary: An open, extensible IDE
Name: eclipse
Version: %{eclipse_majmin}.%{eclipse_micro}
Release: 8%{?dist}
Release: 9%{?dist}
License: Eclipse Public License
Group: Text Editors/Integrated Development Environments (IDE)
URL: http://www.eclipse.org/
@ -611,7 +611,7 @@ done
# Build mozilla bindings against xulrunner
pushd plugins/org.eclipse.swt/Eclipse\ SWT\ PI
%patch32 -p3
%patch32 -p1
popd
@ -1642,6 +1642,9 @@ fi
%endif
%changelog
* Wed Apr 09 2008 Andrew Overholt <overholt@redhat.com> 3.3.2-9
- Fix patch level for xulrunner build patch.
* Wed Apr 09 2008 Andrew Overholt <overholt@redhat.com> 3.3.2-8
- Rather than removing java-javadoc, just add Requirement in all cases
(gcj or not).