- Change mozilla BuildRequirement to be equals and not greater-than or

equals since we need the exact version for our patches.
- Bump mozilla requirements and patches to 1.7.10.
This commit is contained in:
Andrew Overholt 2005-07-25 13:47:54 +00:00
parent a44beb9ade
commit f5556bc7ad
1 changed files with 8 additions and 3 deletions

View File

@ -24,7 +24,7 @@ Epoch: 1
Summary: %{pkg_summary}
Name: eclipse
Version: %{eclipse_majmin}.%{eclipse_micro}_fc
Release: 7
Release: 8
License: EPL
Group: Text Editors/Integrated Development Environments (IDE)
URL: http://www.eclipse.org/
@ -111,8 +111,8 @@ BuildRequires: gtk2-devel
BuildRequires: glib2-devel
BuildRequires: gcc-c++
%ifnarch ppc64
BuildRequires: mozilla >= 37:1.7.8
BuildRequires: mozilla-devel >= 37:1.7.8
BuildRequires: mozilla = 37:1.7.10
BuildRequires: mozilla-devel = 37:1.7.10
BuildRequires: nspr-devel
BuildRequires: xorg-x11-devel
%endif
@ -1159,6 +1159,11 @@ fi
%{_datadir}/%{name}/plugins/org.eclipse.platform.source.linux.gtk.*_3.1.0
%changelog
* Mon Jul 25 2005 Andrew Overholt <overholt@redhat.com> 3.1.0_fc-8
- Change mozilla BuildRequirement to be equals and not greater-than or equals
since we need the exact version for our patches.
- Bump mozilla requirements and patches to 1.7.10.
* Tue Jul 19 2005 Andrew Overholt <overholt@redhat.com> 3.1.0_fc-7
- Remove ant-jmf symlinking and requirement.
- Update to use java-gcj-compat and not java-1.4.2-gcj-compat.