diff --git a/eclipse-debug-symbols.patch b/eclipse-debug-symbols.patch index ef45ac3..60016c2 100644 --- a/eclipse-debug-symbols.patch +++ b/eclipse-debug-symbols.patch @@ -17,19 +17,10 @@ -DGIO_LIB="\"libgio-2.0.so.0\"" -DGLIB_LIB="\"libglib-2.0.so.0\"" LFLAGS = ${M_ARCH} -shared -fpic -Wl,--export-dynamic -CFLAGS = ${M_CFLAGS} ${M_ARCH} -g -s -Wall\ -+CFLAGS = ${M_CFLAGS} ${M_ARCH} -Wall\ ++CFLAGS = ${M_CFLAGS} ${M_ARCH} -g -Wall\ -fpic \ -DLINUX \ -DDEFAULT_OS="\"$(DEFAULT_OS)\"" \ -@@ -140,7 +140,7 @@ - - $(EXEC): $(MAIN_OBJS) $(COMMON_OBJS) - $(info Linking and generating: $(EXEC)) -- $(CC) ${M_ARCH} -o $(EXEC) $(MAIN_OBJS) $(COMMON_OBJS) $(LIBS) -+ $(CC) -s ${M_ARCH} -o $(EXEC) $(MAIN_OBJS) $(COMMON_OBJS) $(LIBS) - - $(DLL): $(DLL_OBJS) $(COMMON_OBJS) - $(info Linking and generating: $(DLL)) --- rt.equinox.bundles/bundles/org.eclipse.equinox.security.linux.x86_64/keystorelinuxnative/makefile.orig 2019-03-19 22:40:23.145082352 +0000 +++ rt.equinox.bundles/bundles/org.eclipse.equinox.security.linux.x86_64/keystorelinuxnative/makefile 2019-03-20 09:29:20.370457348 +0000 @@ -1,7 +1,8 @@ diff --git a/eclipse.spec b/eclipse.spec index 2f6fc78..cbaf4e7 100644 --- a/eclipse.spec +++ b/eclipse.spec @@ -42,7 +42,7 @@ Epoch: 1 Summary: An open, extensible IDE Name: eclipse Version: 4.12 -Release: 5%{?dist} +Release: 6%{?dist} License: EPL-2.0 URL: http://www.eclipse.org/ @@ -1110,6 +1110,9 @@ echo "%{version}-%{release}" > %{buildroot}%{_eclipsedir}/.pkgs/Distro%{?dist} %{_eclipsedir}/plugins/org.eclipse.osgi.util_* %changelog +* Wed Jul 24 2019 Mat Booth - 1:4.12-6 +- Reenable normal debuginfo generation for the launcher binary on Fedora + * Thu Jun 27 2019 Mat Booth - 1:4.12-5 - Fix NoClassDefFoundError regression in ant support