Hello community, here is the log from the commit of package gcin for openSUSE:Factory checked in at 2019-04-18 09:57:32 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/gcin (Old) and /work/SRC/openSUSE:Factory/.gcin.new.17052 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gcin" Thu Apr 18 09:57:32 2019 rev:37 rq:695394 version:2.8.9 Changes: -------- --- /work/SRC/openSUSE:Factory/gcin/gcin.changes 2019-04-02 09:22:12.368705933 +0200 +++ /work/SRC/openSUSE:Factory/.gcin.new.17052/gcin.changes 2019-04-18 09:57:33.829384208 +0200 @@ -1,0 +2,5 @@ +Wed Apr 17 14:53:36 CEST 2019 - [email protected] + +- Drop build of gcin-qt4 subpackage on TW due to EOL of Qt4. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ gcin.spec ++++++ --- /var/tmp/diff_new_pack.MJXQbT/_old 2019-04-18 09:57:34.853384846 +0200 +++ /var/tmp/diff_new_pack.MJXQbT/_new 2019-04-18 09:57:34.857384849 +0200 @@ -12,10 +12,12 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via https://bugs.opensuse.org/ +# Please submit bugfixes or comments via http://bugs.opensuse.org/ # +%define build_qt4 0%{?is_opensuse} && 0%{?suse_version} < 1550 + Name: gcin Version: 2.8.9 Release: 0 @@ -57,7 +59,7 @@ BuildRequires: libXtst-devel BuildRequires: libcurl-devel BuildRequires: libjpeg-devel -%if 0%{?is_opensuse} +%if %{build_qt4} BuildRequires: libqt4-devel %endif BuildRequires: libqt5-qtbase-devel @@ -67,7 +69,7 @@ Requires: %{name}-branding Requires: %{name}-gtk2 = %{version} Requires: %{name}-gtk3 = %{version} -%if 0%{?is_opensuse} +%if %{build_qt4} Requires: %{name}-qt4 = %{version} %endif Requires: %{name}-qt5 = %{version} @@ -112,7 +114,7 @@ %description gtk2 gcin gtk2 immodule, support gtk2-based applications -%if 0%{?is_opensuse} +%if %{build_qt4} %package qt4 Summary: Gcin qt4 immodule License: GPL-2.0-only @@ -244,7 +246,7 @@ /sbin/ldconfig %{gtk3_immodule_postun} -%if 0%{?is_opensuse} +%if %{build_qt4} %post qt4 -p /sbin/ldconfig %postun qt4 -p /sbin/ldconfig %endif @@ -280,7 +282,7 @@ %defattr(-,root,root) %{_libdir}/gtk-2.0/2.10.0/immodules/im-gcin.so -%if 0%{?is_opensuse} +%if %{build_qt4} %files qt4 %defattr(-,root,root) %{_libdir}/qt4/plugins/inputmethods/im-gcin.so
