Hello community,

here is the log from the commit of package scim for openSUSE:Factory checked in 
at 2020-12-10 15:59:30
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/scim (Old)
 and      /work/SRC/openSUSE:Factory/.scim.new.2328 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "scim"

Thu Dec 10 15:59:30 2020 rev:52 rq:854577 version:1.4.18

Changes:
--------
--- /work/SRC/openSUSE:Factory/scim/scim.changes        2020-11-29 
12:27:43.929959935 +0100
+++ /work/SRC/openSUSE:Factory/.scim.new.2328/scim.changes      2020-12-10 
15:59:31.806933077 +0100
@@ -1,0 +2,6 @@
+Thu Dec 10 13:06:24 UTC 2020 - Antonio Larrosa <alarr...@suse.com>
+
+- Do not build the qt4 subpackage for Leap 15.3 or newer
+  (boo#1179613).
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ scim.spec ++++++
--- /var/tmp/diff_new_pack.TNlpvE/_old  2020-12-10 15:59:32.598933823 +0100
+++ /var/tmp/diff_new_pack.TNlpvE/_new  2020-12-10 15:59:32.602933826 +0100
@@ -19,6 +19,7 @@
 %if ! %{defined _distconfdir}
 %define _distconfdir %{_sysconfdir}
 %endif
+%define build_qt4 0%{?suse_version} <= 1500 && 0%{?sle_version} < 150300
 
 Name:           scim
 Version:        1.4.18
@@ -44,12 +45,12 @@
 BuildRequires:  update-desktop-files
 BuildRequires:  x11-tools
 BuildRequires:  xz
-%if 0%{?suse_version} <= 1500
+%if %{build_qt4}
 BuildRequires:  libqt4-devel
 %endif
 Requires:       scim-gtk = %{version}
 Recommends:     scim-lang = %{version}
-%if 0%{?suse_version} <= 1500
+%if %{build_qt4}
 Requires:       scim-qt4 = %{version}
 %endif
 # not SLE_12
@@ -101,7 +102,7 @@
 This package contains SCIM im module for gtk3
 %endif
 
-%if 0%{?suse_version} <= 1500
+%if %{build_qt4}
 %package qt4
 Summary:        SCIM im module for qt4
 Group:          System/I18n/Chinese
@@ -136,7 +137,7 @@
         --with-gtk-version=3\
 %endif
        --enable-gtk2-immodule\
-%if 0%{?suse_version} <= 1500
+%if %{build_qt4}
         --enable-qt4-immodule\
 %endif
        --disable-static\
@@ -289,7 +290,7 @@
 %{_libdir}/gtk-3.0/3.0.0/immodules/im-scim.so
 %endif
 
-%if 0%{?suse_version} <= 1500
+%if %{build_qt4}
 %files qt4
 %{_libdir}/qt4/plugins/inputmethods/im-scim.so
 %endif
_______________________________________________
openSUSE Commits mailing list -- commit@lists.opensuse.org
To unsubscribe, email commit-le...@lists.opensuse.org
List Netiquette: https://en.opensuse.org/openSUSE:Mailing_list_netiquette
List Archives: 
https://lists.opensuse.org/archives/list/commit@lists.opensuse.org

Reply via email to