Hello community, here is the log from the commit of package eclipse-swt for openSUSE:Factory checked in at 2012-06-13 13:31:28 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/eclipse-swt (Old) and /work/SRC/openSUSE:Factory/.eclipse-swt.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "eclipse-swt", Maintainer is "" Changes: -------- --- /work/SRC/openSUSE:Factory/eclipse-swt/eclipse-swt.changes 2011-11-28 14:49:02.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.eclipse-swt.new/eclipse-swt.changes 2012-06-13 13:31:30.000000000 +0200 @@ -1,0 +2,4 @@ +Thu Jun 13 09:57:30 EET 2012 - [email protected] +- Remove mozilla-xulrunner192 dependency (fix bnc#766485) + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ eclipse-swt.spec ++++++ --- /var/tmp/diff_new_pack.QvIZNn/_old 2012-06-13 13:31:33.000000000 +0200 +++ /var/tmp/diff_new_pack.QvIZNn/_new 2012-06-13 13:31:33.000000000 +0200 @@ -35,7 +35,9 @@ Patch3: libswt-version.patch Group: Development/Libraries/Other Provides: libswt3-gtk2 = %{version} +%if 0%{?suse_version} <= 1210 Requires: mozilla-xulrunner192 +%endif Requires: java >= 1.6 BuildRequires: unzip BuildRequires: java-devel >= 1.6 @@ -51,7 +53,12 @@ %else BuildRequires: libgcj46-devel %endif +%if 0%{?suse_version} <= 1210 BuildRequires: mozilla-xulrunner192-devel +%else +BuildRequires: libXt-devel +BuildRequires: libXtst-devel +%endif BuildRequires: mozilla-nspr-devel BuildRequires: cairo BuildRequires: Mesa-devel @@ -117,10 +124,18 @@ install -m644 *.so %{buildroot}%{_libdir}/eclipse install -D -m644 org/eclipse/swt/swt-%{version}.jar %{buildroot}%{_libdir}/java/swt-gtk-%{version}.jar pushd %{buildroot}%{_libdir}/eclipse +%if 0%{?suse_version} <= 1210 for i in atk-gtk awt-gtk cairo-gtk glx-gtk gnome-gtk gtk mozilla-gtk pi-gtk webkit-gtk; do ln -sf libswt-"$i"-%{so_suffix}.so libswt-"$i".so; ln -sf libswt-"$i"-%{so_suffix}.so swt-"$i".so; done +%else +# Drop mozilla-gtk in openSUSE 12.2 because of not existing mozilla-xulrunner192-devel +for i in atk-gtk awt-gtk cairo-gtk glx-gtk gnome-gtk gtk pi-gtk webkit-gtk; do + ln -sf libswt-"$i"-%{so_suffix}.so libswt-"$i".so; + ln -sf libswt-"$i"-%{so_suffix}.so swt-"$i".so; +done +%endif popd pushd %{buildroot}%{_libdir}/java ln -sf swt-gtk-%{version}.jar swt.jar @@ -150,9 +165,11 @@ %{_libdir}/eclipse/libswt-gtk-%{so_suffix}.so %{_libdir}/eclipse/libswt-gtk.so %{_libdir}/eclipse/swt-gtk.so +%if 0%{?suse_version} <= 1210 %{_libdir}/eclipse/libswt-mozilla-gtk-%{so_suffix}.so %{_libdir}/eclipse/libswt-mozilla-gtk.so %{_libdir}/eclipse/swt-mozilla-gtk.so +%endif %{_libdir}/eclipse/libswt-pi-gtk-%{so_suffix}.so %{_libdir}/eclipse/libswt-pi-gtk.so %{_libdir}/eclipse/swt-pi-gtk.so -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
