Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package eclipse-swt for openSUSE:Factory checked in at 2021-11-17 09:14:42 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/eclipse-swt (Old) and /work/SRC/openSUSE:Factory/.eclipse-swt.new.1890 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "eclipse-swt" Wed Nov 17 09:14:42 2021 rev:2 rq:931894 version:4.9.0 Changes: -------- --- /work/SRC/openSUSE:Factory/eclipse-swt/eclipse-swt.changes 2020-07-16 12:12:50.286624116 +0200 +++ /work/SRC/openSUSE:Factory/.eclipse-swt.new.1890/eclipse-swt.changes 2021-11-17 09:14:43.530212593 +0100 @@ -1,0 +2,7 @@ +Tue Nov 16 17:14:40 UTC 2021 - Fridrich Strba <fst...@suse.com> + +- Added patch: + * eclipse-is64.patch + + do not let is64 undefined when it is false + +------------------------------------------------------------------- New: ---- eclipse-is64.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ eclipse-swt.spec ++++++ --- /var/tmp/diff_new_pack.nivDEf/_old 2021-11-17 09:14:44.658212986 +0100 +++ /var/tmp/diff_new_pack.nivDEf/_new 2021-11-17 09:14:44.662212987 +0100 @@ -1,7 +1,7 @@ # # spec file for package eclipse-swt # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -51,6 +51,7 @@ Patch5: eclipse-swt-optflags.patch Patch33: eclipse-ppc64.patch Patch35: eclipse-arm32.patch +Patch37: eclipse-is64.patch Patch39: eclipse-gcc10.patch BuildRequires: ant >= 1.10.5 BuildRequires: gcc @@ -94,6 +95,7 @@ %patch5 %patch33 -p1 %patch35 -p1 +%patch37 -p1 %patch39 -p1 # This part generates secondary fragments using primary fragments ++++++ eclipse-is64.patch ++++++ diff -urEbwB eclipse-platform-sources-I20180906-0745/eclipse.platform.swt/bundles/org.eclipse.swt/buildFragment.xml eclipse-platform-sources-I20180906-0745/eclipse.platform.swt/bundles/org.eclipse.swt/buildFragment.xml --- eclipse-platform-sources-I20180906-0745/eclipse.platform.swt/bundles/org.eclipse.swt/buildFragment.xml 2018-08-21 14:03:57.000000000 +0200 +++ eclipse-platform-sources-I20180906-0745/eclipse.platform.swt/bundles/org.eclipse.swt/buildFragment.xml 2021-11-16 18:11:01.569116136 +0100 @@ -234,7 +234,7 @@ </target> <target name="is64"> - <condition property="is64" value="true"> + <condition property="is64" value="true" else="false"> <or> <equals arg1="${swt.arch}" arg2="x86_64"/> <equals arg1="${swt.arch}" arg2="ia64"/>