Hello community,

here is the log from the commit of package uim for openSUSE:Factory checked in 
at 2020-12-11 20:16:52
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/uim (Old)
 and      /work/SRC/openSUSE:Factory/.uim.new.2328 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "uim"

Fri Dec 11 20:16:52 2020 rev:52 rq:854901 version:1.8.8

Changes:
--------
--- /work/SRC/openSUSE:Factory/uim/uim.changes  2020-11-29 12:27:40.181956144 
+0100
+++ /work/SRC/openSUSE:Factory/.uim.new.2328/uim.changes        2020-12-11 
20:16:52.596663639 +0100
@@ -1,0 +2,6 @@
+Thu Dec 10 13:35:33 UTC 2020 - Antonio Larrosa <alarr...@suse.com>
+
+- Do not build the qt4 subpackage for Leap 15.3 or newer
+  (boo#1179613).
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ uim.spec ++++++
--- /var/tmp/diff_new_pack.BliwUI/_old  2020-12-11 20:16:53.248663910 +0100
+++ /var/tmp/diff_new_pack.BliwUI/_new  2020-12-11 20:16:53.252663911 +0100
@@ -19,6 +19,7 @@
 %if ! %{defined _distconfdir}
 %define _distconfdir %{_sysconfdir}
 %endif
+%define build_qt4 0%{?suse_version} <= 1500 && 0%{?sle_version} < 150300
 
 Name:           uim
 Version:        1.8.8
@@ -49,7 +50,7 @@
 BuildRequires:  pkgconfig
 BuildRequires:  update-desktop-files
 BuildRequires:  xemacs
-%if 0%{?suse_version} <= 1500
+%if %{build_qt4}
 BuildRequires:  libqt4-devel
 %endif
 BuildRequires:  pkgconfig(Qt5X11Extras)
@@ -91,7 +92,7 @@
 %description gtk3
 Contains GTK+3.0 IM module for uim
 
-%if 0%{?suse_version} <= 1500
+%if %{build_qt4}
 %package qt4
 Summary:        Qt4 input module plugin for uim
 Group:          System/I18n/Japanese
@@ -123,7 +124,7 @@
         --libexecdir=%{_prefix}/lib/uim \
         --with-canna\
         --with-anthy-utf8 \
-%if 0%{?suse_version} <= 1500
+%if %{build_qt4}
         --with-qt4 \
         --with-qt4-immodule \
 %endif
@@ -256,7 +257,7 @@
 %{_prefix}/lib/uim/uim-*-gtk3
 %{_libdir}/gtk-3*/*/immodules/*.so
 
-%if 0%{?suse_version} <= 1500
+%if %{build_qt4}
 %files qt4 -f uim-chardict-qt.lang
 %{_bindir}/uim-*-qt4
 %{_prefix}/lib/uim/uim-*-qt4
_______________________________________________
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