From 6c22b1e1bce27d62628b209ec9d2ed4fc867c35a Mon Sep 17 00:00:00 2001 From: Andrew Overholt Date: Oct 31 2005 19:48:52 +0000 Subject: - Bump mozilla requirement. - Use libXtst-devel instead of xorg-x11-devel. --- diff --git a/eclipse-usebuiltlauncher.patch b/eclipse-usebuiltlauncher.patch new file mode 100644 index 0000000..5871157 --- /dev/null +++ b/eclipse-usebuiltlauncher.patch @@ -0,0 +1,149 @@ +--- features/org.eclipse.platform/build.xml 2005-10-28 12:24:11.000000000 -0400 ++++ features/org.eclipse.platform/build.xml 2005-10-28 12:25:22.000000000 -0400 +@@ -349,6 +349,11 @@ + + + ++ ++ ++ ++ ++ + + + +@@ -357,6 +362,8 @@ + + + ++ ++ + + + +@@ -368,6 +375,8 @@ + + + ++ ++ + + + +@@ -379,6 +388,8 @@ + + + ++ ++ + + + +@@ -389,6 +400,8 @@ + + + ++ ++ + + + +@@ -400,6 +413,8 @@ + + + ++ ++ + + + +@@ -411,6 +426,8 @@ + + + ++ ++ + + + +@@ -424,6 +441,8 @@ + + + ++ ++ + + + +@@ -435,6 +454,8 @@ + + + ++ ++ + + + +@@ -445,6 +466,8 @@ + + + ++ ++ + + + +@@ -455,6 +478,8 @@ + + + ++ ++ + + + +@@ -465,6 +490,8 @@ + + + ++ ++ + + + +@@ -475,6 +502,8 @@ + + + ++ ++ + + + +@@ -485,6 +514,8 @@ + + + ++ ++ + + + +@@ -495,6 +526,8 @@ + + + ++ ++ + + + +@@ -511,6 +544,8 @@ + + + ++ ++ + + + diff --git a/eclipse.spec b/eclipse.spec index 2d22b31..bc88d09 100644 --- a/eclipse.spec +++ b/eclipse.spec @@ -107,6 +107,7 @@ Patch37: %{name}-gre64.conf.patch Patch38: %{name}-buildDocPlugins.patch # https://bugs.eclipse.org/bugs/show_bug.cgi?id=111299 Patch39: %{name}-e.o111299.patch +Patch40: %{name}-usebuiltlauncher.patch %if %{gcj_support} ExcludeArch: s390 s390x @@ -123,10 +124,10 @@ BuildRequires: glib2-devel BuildRequires: libgnome-devel BuildRequires: libgnomeui-devel BuildRequires: gcc-c++ -BuildRequires: mozilla = 37:1.7.11 -BuildRequires: mozilla-devel = 37:1.7.11 -BuildRequires: mozilla-nspr-devel -BuildRequires: xorg-x11-devel +BuildRequires: mozilla = 37:1.7.12 +BuildRequires: mozilla-devel = 37:1.7.12 +BuildRequires: nspr-devel +BuildRequires: libXtst-devel %if %{gcj_support} BuildRequires: gcc-java >= 4.0.2 BuildRequires: java-gcj-compat-devel >= 1.0.43 @@ -367,6 +368,7 @@ popd pushd plugins %patch39 -p0 popd +%patch40 -p0 cp %{SOURCE21} . # Because the launcher source is zipped up, we need to unzip, patch, and re-pack @@ -1177,6 +1179,10 @@ fi %{_datadir}/%{name}/plugins/org.eclipse.platform.source.linux.gtk.*_3.1.1 %changelog +* Mon Oct 31 2005 Andrew Overholt 3.1.1-1jpp_4fc +- Bump mozilla requirement. +- Use libXtst-devel instead of xorg-x11-devel. + * Thu Oct 27 2005 Andrew Overholt 3.1.1-1jpp_4fc - Really fix browser issue on x86_64 (rh#168040). - Attempt to build on ia64 and ppc64 (include swt-mozilla on the latter).