Hello community, here is the log from the commit of package scim-bridge for openSUSE:Factory checked in at 2019-08-07 14:00:21 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/scim-bridge (Old) and /work/SRC/openSUSE:Factory/.scim-bridge.new.9556 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "scim-bridge" Wed Aug 7 14:00:21 2019 rev:50 rq:721309 version:0.4.17 Changes: -------- --- /work/SRC/openSUSE:Factory/scim-bridge/scim-bridge.changes 2017-08-08 11:59:34.241225813 +0200 +++ /work/SRC/openSUSE:Factory/.scim-bridge.new.9556/scim-bridge.changes 2019-08-07 14:00:23.796853530 +0200 @@ -1,0 +2,7 @@ +Mon Aug 5 14:00:20 UTC 2019 - Dominique Leuenberger <[email protected]> + +- Drop scim-bridge-<targettype> requires from baselibs.conf: + scim-bridge does not produce a -32bit package and has no valid + content for such a package. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ scim-bridge.spec ++++++ --- /var/tmp/diff_new_pack.tkjwQi/_old 2019-08-07 14:00:24.372853523 +0200 +++ /var/tmp/diff_new_pack.tkjwQi/_new 2019-08-07 14:00:24.372853523 +0200 @@ -1,7 +1,7 @@ # # spec file for package scim-bridge # -# 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: 0.4.17 Release: 0 Summary: Yet another IM client of SCIM -License: LGPL-2.1+ +License: LGPL-2.1-or-later Group: System/I18n/Japanese -Url: https://github.com/scim-im +URL: https://github.com/scim-im Source: https://github.com/scim-im/scim-bridge/archive/v%{version}/%{name}-%{version}.tar.gz Source1: xim.d-%{name} Source99: baselibs.conf @@ -49,11 +49,11 @@ Summary: Scim-bridge immodule for GTK+ 2.0 Group: System/I18n/Japanese Requires: %{name} = %{version} -Supplements: packageand(scim-bridge:gtk2) +Supplements: (scim-bridge and gtk2) Provides: scim-bridge-client-gtk Provides: scim-bridge-gtk = %{version} Obsoletes: scim-bridge-gtk <= %{version} -%scim_gtk2_immodule_requires +%{scim_gtk2_immodule_requires} %description gtk2 Scim-bridge-gtk2 is the gtk+-2.0 client of scim-bridge, it provides @@ -63,7 +63,7 @@ Summary: Scim-bridge immodule for Qt4 Group: System/I18n/Japanese Requires: %{name} = %{version} -Supplements: packageand(scim-bridge:libqt4) +Supplements: (scim-bridge and libqt4) Provides: scim-bridge-client-qt4 Provides: scim-bridge-qt = %{version} Obsoletes: scim-bridge-qt <= %{version} @@ -127,11 +127,11 @@ %post gtk2 /sbin/ldconfig -%scim_gtk2_immodule_post +%{scim_gtk2_immodule_post} %postun gtk2 /sbin/ldconfig -%scim_gtk2_immodule_postun +%{scim_gtk2_immodule_postun} %post qt4 -p /sbin/ldconfig %postun qt4 -p /sbin/ldconfig @@ -139,11 +139,12 @@ %postun -p /sbin/ldconfig %files -%doc AUTHORS COPYING ChangeLog doc +%license COPYING +%doc AUTHORS ChangeLog doc %dir %{_sysconfdir}/X11/xim.d/ %config %{_sysconfdir}/X11/xim.d/* %{_bindir}/%{name} -%{_mandir}/man1/%{name}.1%{ext_man} +%{_mandir}/man1/%{name}.1%{?ext_man} %files gtk2 %{_libdir}/gtk-2.0/2.10.0/immodules/im-%{name}.so ++++++ baselibs.conf ++++++ --- /var/tmp/diff_new_pack.tkjwQi/_old 2019-08-07 14:00:24.412853523 +0200 +++ /var/tmp/diff_new_pack.tkjwQi/_new 2019-08-07 14:00:24.412853523 +0200 @@ -1,12 +1,10 @@ scim-bridge-qt4 supplements "packageand(scim-bridge:libqt4-<targettype>)" - requires "scim-bridge-<targettype> = <version>" provides "scim-bridge-gtk-<targettype> = <version>" obsoletes "scim-bridge-gtk-<targettype> <= <version>" provides "scim-bridge-client-qt-<targettype> = <version>" scim-bridge-gtk2 supplements "packageand(scim-bridge:gtk2-<targettype>)" - requires "scim-bridge-<targettype> = <version>" provides "scim-bridge-gtk-<targettype> = <version>" obsoletes "scim-bridge-gtk-<targettype> <= <version>" provides "scim-bridge-client-gtk-<targettype> = <version>"
