From d2ef4a33b4037798022470b9efcb839db5acebd8 Mon Sep 17 00:00:00 2001 From: Andrew Overholt Date: Feb 25 2005 20:36:04 +0000 Subject: - Add tar args patch (e.o #86571). - New build bootstrapping patches. --- diff --git a/eclipse.spec b/eclipse.spec index 48fd81b..d03f4ad 100644 --- a/eclipse.spec +++ b/eclipse.spec @@ -25,7 +25,7 @@ ExclusiveArch: i386 x86_64 Summary: %{pkg_summary} Name: eclipse Version: %{eclipse_majmin}.%{eclipse_micro}_fc -Release: 0.M5.6 +Release: 0.M5.7 License: CPL Group: Text Editors/Integrated Development Environments (IDE) URL: http://www.eclipse.org/ @@ -62,6 +62,8 @@ Patch6: %{name}-bootstrapbuild.patch Patch7: %{name}-nobootstrapbuild.patch # https://bugs.eclipse.org/bugs/show_bug.cgi?id=85915 Patch8: %{name}-antsecuritymanager.patch +# https://bugs.eclipse.org/bugs/show_bug.cgi?id=86571 +Patch9: %{name}-pdebuildtarargs.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot BuildRequires: ant @@ -191,6 +193,7 @@ popd %patch6 -p0 %patch7 -p0 %patch8 -p0 +%patch9 -p0 # Red Hat splash screen. pushd plugins/org.eclipse.platform @@ -912,6 +915,10 @@ fi %{_datadir}/%{name}/plugins/org.eclipse.platform.source.linux.gtk.*_3.1.0 %changelog +* Fri Feb 25 2005 Andrew Overholt 3.1.0_fc-0.M5.7 +- Add tar args patch (e.o #86571). +- New build bootstrapping patches. + * Fri Feb 25 2005 Andrew Overholt 3.1.0_fc-0.M5.6 - Re-work how we do the gcj-dbtool magic. - Don't remove ant-netrexx (need to find an RPM if we can).