Hello community, here is the log from the commit of package scim-bridge for openSUSE:Factory checked in at 2019-08-28 18:35:45 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/scim-bridge (Old) and /work/SRC/openSUSE:Factory/.scim-bridge.new.7948 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "scim-bridge" Wed Aug 28 18:35:45 2019 rev:51 rq:726542 version:0.4.17 Changes: -------- --- /work/SRC/openSUSE:Factory/scim-bridge/scim-bridge.changes 2019-08-07 14:00:23.796853530 +0200 +++ /work/SRC/openSUSE:Factory/.scim-bridge.new.7948/scim-bridge.changes 2019-08-28 18:35:46.421280663 +0200 @@ -1,0 +2,5 @@ +Tue Aug 27 15:30:02 UTC 2019 - Christophe Giboudeaux <[email protected]> + +- Drop scim-bridge-qt4 for openSUSE Leap 15.2 and Tumbleweed. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ scim-bridge.spec ++++++ --- /var/tmp/diff_new_pack.eS7Bq4/_old 2019-08-28 18:35:46.909280578 +0200 +++ /var/tmp/diff_new_pack.eS7Bq4/_new 2019-08-28 18:35:46.913280577 +0200 @@ -28,12 +28,17 @@ Source99: baselibs.conf BuildRequires: docbook-xsl-stylesheets BuildRequires: doxygen +BuildRequires: gcc-c++ BuildRequires: gtk2-devel +%if 0%{?suse_version} < 1550 && 0%{?sle_version} < 150200 BuildRequires: libqt4-devel +%endif BuildRequires: libtool BuildRequires: scim-devel Recommends: scim-bridge-gtk2 = %{version} +%if 0%{?suse_version} < 1550 && 0%{?sle_version} < 150200 Recommends: scim-bridge-qt4 = %{version} +%endif Provides: scim-bridge-agent %description @@ -59,6 +64,7 @@ Scim-bridge-gtk2 is the gtk+-2.0 client of scim-bridge, it provides another gtk-immodule for SCIM. +%if 0%{?suse_version} < 1550 && 0%{?sle_version} < 150200 %package qt4 Summary: Scim-bridge immodule for Qt4 Group: System/I18n/Japanese @@ -71,6 +77,7 @@ %description qt4 Scim-bridge-qt4 is the qt4 client of scim-bridge, it provides another qt-immodule for SCIM. +%endif %prep %setup -q @@ -84,7 +91,11 @@ --enable-agent \ --enable-gtk2-immodule \ --disable-qt3-immodule \ +%if 0%{?suse_version} < 1550 && 0%{?sle_version} < 150200 --enable-qt4-immodule \ +%else + --disable-qt4-immodule \ +%endif --enable-documents \ --enable-debug @@ -112,9 +123,11 @@ popd # fix path +%if 0%{?suse_version} < 1550 && 0%{?sle_version} < 150200 mkdir -p %{buildroot}%{_libdir}/qt4/plugins/inputmethods mv %{buildroot}%{_libdir}/plugins/inputmethods/*.so %{buildroot}%{_libdir}/qt4/plugins/inputmethods/ rm -rf %{buildroot}%{_libdir}/plugins +%endif mkdir -p %{buildroot}%{_libdir}/gtk-2.0/2.10.0/immodules mv %{buildroot}%{_libdir}/gtk-2.0/immodules/*.so %{buildroot}%{_libdir}/gtk-2.0/2.10.0/immodules/ rm -rf %{buildroot}%{_libdir}/gtk-2.0/immodules @@ -133,8 +146,11 @@ /sbin/ldconfig %{scim_gtk2_immodule_postun} +%if 0%{?suse_version} < 1550 && 0%{?sle_version} < 150200 %post qt4 -p /sbin/ldconfig %postun qt4 -p /sbin/ldconfig +%endif + %post -p /sbin/ldconfig %postun -p /sbin/ldconfig @@ -149,7 +165,9 @@ %files gtk2 %{_libdir}/gtk-2.0/2.10.0/immodules/im-%{name}.so +%if 0%{?suse_version} < 1550 && 0%{?sle_version} < 150200 %files qt4 %{_libdir}/qt4/plugins/inputmethods/im-%{name}.so +%endif %changelog
