Hello community, here is the log from the commit of package scim for openSUSE:Factory checked in at 2019-06-12 13:11:04 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/scim (Old) and /work/SRC/openSUSE:Factory/.scim.new.4811 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "scim" Wed Jun 12 13:11:04 2019 rev:50 rq:703165 version:1.4.18 Changes: -------- --- /work/SRC/openSUSE:Factory/scim/scim.changes 2017-08-10 14:12:52.537927691 +0200 +++ /work/SRC/openSUSE:Factory/.scim.new.4811/scim.changes 2019-06-12 13:11:06.213017735 +0200 @@ -1,0 +2,7 @@ +Sat Apr 13 13:52:34 UTC 2019 - Christophe Giboudeaux <[email protected]> + +- Stop packaging the -qt4 plugin on openSUSE >= 1500. + Qt4 is EOL and will not be available in future openSUSE releases. +- Run spec-cleaner. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ scim.spec ++++++ --- /var/tmp/diff_new_pack.MZ3mbj/_old 2019-06-12 13:11:06.833017085 +0200 +++ /var/tmp/diff_new_pack.MZ3mbj/_new 2019-06-12 13:11:06.837017081 +0200 @@ -1,7 +1,7 @@ # # spec file for package scim # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,7 +12,7 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # @@ -20,9 +20,9 @@ Version: 1.4.18 Release: 0 Summary: Smart Chinese/Common Input Method platform -License: LGPL-2.1+ +License: LGPL-2.1-or-later Group: System/I18n/Chinese -Url: https://github.com/scim-im/scim +URL: https://github.com/scim-im/scim Source: %{name}-%{version}.tar.xz Source1: xim.d-scim Source2: scim.config @@ -35,12 +35,19 @@ BuildRequires: gcc-c++ BuildRequires: gtk2-devel BuildRequires: intltool -BuildRequires: libqt4-devel BuildRequires: libtool -BuildRequires: pkg-config +BuildRequires: pkgconfig BuildRequires: update-desktop-files BuildRequires: x11-tools BuildRequires: xz +%if 0%{?suse_version} <= 1500 +BuildRequires: libqt4-devel +%endif +Requires: scim-gtk = %{version} +Recommends: scim-lang = %{version} +%if 0%{?suse_version} <= 1500 +Requires: scim-qt4 = %{version} +%endif # not SLE_12 %if 0%{?suse_version} >= 1310 && 0%{?suse_version} != 1315 BuildRequires: libpng-tools @@ -49,10 +56,6 @@ BuildRequires: gtk3-devel Requires: scim-gtk3 = %{version} %endif -Requires: scim-gtk = %{version} -Requires: scim-qt4 = %{version} -Recommends: scim-lang = %{version} -BuildRoot: %{_tmppath}/%{name}-%{version}-build %description SCIM is a developing platform to significantly reduce the difficulty of @@ -94,6 +97,7 @@ This package contains SCIM im module for gtk3 %endif +%if 0%{?suse_version} <= 1500 %package qt4 Summary: SCIM im module for qt4 Group: System/I18n/Chinese @@ -102,6 +106,7 @@ %description qt4 This package contains SCIM im module for qt4 +%endif %lang_package @@ -127,7 +132,9 @@ --with-gtk-version=3\ %endif --enable-gtk2-immodule\ +%if 0%{?suse_version} <= 1500 --enable-qt4-immodule\ +%endif --disable-static\ --enable-debug\ --enable-ld-version-script @@ -158,7 +165,7 @@ done popd -install -m 755 %{SOURCE2} %{buildroot}/%{_datadir}/scim +install -m 755 %{SOURCE2} %{buildroot}%{_datadir}/scim %find_lang scim %suse_update_desktop_file scim-setup System SystemSetup @@ -171,7 +178,7 @@ # not SLE_12 %if 0%{?suse_version} >= 1310 && 0%{?suse_version} != 1315 -%png_fix %{buildroot}/%{_datadir}/%{name}/icons/menu.png +%png_fix %{buildroot}%{_datadir}/%{name}/icons/menu.png %endif %fdupes %{buildroot} @@ -182,7 +189,6 @@ %{_datadir}/scim/scim.config %postun -p /sbin/ldconfig - %post gtk /sbin/ldconfig %if 0%{?sles_version} && 0%{?suse_version} != 1315 @@ -225,8 +231,8 @@ %endif %files -%defattr(-, root, root) -%doc AUTHORS COPYING README ChangeLog TODO +%license COPYING +%doc AUTHORS README ChangeLog TODO %config %{_sysconfdir}/X11/xim.d/* %config %{_sysconfdir}/rpm/macros.scim %dir %{_sysconfdir}/scim @@ -272,21 +278,19 @@ %{_libdir}/scim-1.0/1.4.0/SetupUI/panel-gtk-setup.so %files gtk -%defattr(-, root, root) %{_libdir}/gtk-2.0/2.10.0/immodules/im-scim.so %if 0%{?suse_version} > 1130 %files gtk3 -%defattr(-, root, root) %{_libdir}/gtk-3.0/3.0.0/immodules/im-scim.so %endif +%if 0%{?suse_version} <= 1500 %files qt4 -%defattr(-, root, root) %{_libdir}/qt4/plugins/inputmethods/im-scim.so +%endif %files devel -%defattr(-, root, root) %doc docs/html %doc docs/developers %{_libdir}/libscim-1.0.so @@ -298,6 +302,5 @@ %{_includedir}/scim-1.0 %files lang -f %{name}.lang -%defattr(-, root, root) %changelog ++++++ baselibs.conf ++++++ --- /var/tmp/diff_new_pack.MZ3mbj/_old 2019-06-12 13:11:06.865017051 +0200 +++ /var/tmp/diff_new_pack.MZ3mbj/_new 2019-06-12 13:11:06.865017051 +0200 @@ -22,5 +22,4 @@ postun "<prefix>%{_bindir}/gtk-query-immodules-3.0 --update-cache" postun "%endif" supplements "packageand(scim:gtk3-<targettype>)" -scim-qt4 scim
