|
|
Author: overholt
Update of /cvs/dist/rpms/eclipse/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv2206
Modified Files:
eclipse-libswt-mozilla.patch eclipse.spec
Log Message:
* Mon Jul 25 2005 Andrew Overholt <overholt@xxxxxxxxxx> 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.
eclipse-libswt-mozilla.patch:
build.sh | 14 ++++++++++++++
1 files changed, 14 insertions(+)
Index: eclipse-libswt-mozilla.patch
===================================================================
RCS file: /cvs/dist/rpms/eclipse/devel/eclipse-libswt-mozilla.patch,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- eclipse-libswt-mozilla.patch 14 Jul 2005 18:24:52 -0000 1.6
+++ eclipse-libswt-mozilla.patch 25 Jul 2005 13:47:54 -0000 1.7
@@ -6,15 +6,15 @@
"Linux")
+ GECKO_INCLUDES="\
+ -include mozilla-config.h \
-+ -I/usr/include/mozilla-1.7.8 \
-+ -I/usr/include/mozilla-1.7.8/xpcom \
-+ -I/usr/include/mozilla-1.7.8/string \
++ -I/usr/include/mozilla-1.7.10 \
++ -I/usr/include/mozilla-1.7.10/xpcom \
++ -I/usr/include/mozilla-1.7.10/string \
+ -I/usr/include/nspr4 \
-+ -I/usr/include/mozilla-1.7.8/embed_base \
-+ -I/usr/include/mozilla-1.7.8/gfx"
++ -I/usr/include/mozilla-1.7.10/embed_base \
++ -I/usr/include/mozilla-1.7.10/gfx"
+ GECKO_LIBS="\
-+ -L/usr/lib/mozilla-1.7.8 \
-+ -L/usr/lib/mozilla-1.7.8/components \
++ -L/usr/lib/mozilla-1.7.10 \
++ -L/usr/lib/mozilla-1.7.10/components \
+ -lgtkembedmoz -lxpcom"
+ # Set this to something to override the presets
+ GECKO_SDK="_"
Index: eclipse.spec
===================================================================
RCS file: /cvs/dist/rpms/eclipse/devel/eclipse.spec,v
retrieving revision 1.173
retrieving revision 1.174
diff -u -r1.173 -r1.174
--- eclipse.spec 19 Jul 2005 19:54:53 -0000 1.173
+++ eclipse.spec 25 Jul 2005 13:47:54 -0000 1.174
@@ -24,7 +24,7 @@
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: 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 @@
%{_datadir}/%{name}/plugins/org.eclipse.platform.source.linux.gtk.*_3.1.0
%changelog
+* Mon Jul 25 2005 Andrew Overholt <overholt@xxxxxxxxxx> 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@xxxxxxxxxx> 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.
--
fedora-cvs-commits mailing list
fedora-cvs-commits@xxxxxxxxxx
https://www.redhat.com/mailman/listinfo/fedora-cvs-commits
|
|