Hello community, here is the log from the commit of package ibus-hangul for openSUSE:Factory checked in at 2019-02-25 17:55:49 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ibus-hangul (Old) and /work/SRC/openSUSE:Factory/.ibus-hangul.new.28833 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ibus-hangul" Mon Feb 25 17:55:49 2019 rev:22 rq:678523 version:1.5.2~git20181223.10c4795 Changes: -------- --- /work/SRC/openSUSE:Factory/ibus-hangul/ibus-hangul.changes 2014-10-25 11:11:45.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.ibus-hangul.new.28833/ibus-hangul.changes 2019-02-25 17:55:54.970406695 +0100 @@ -1,0 +2,30 @@ +Sun Feb 24 04:27:24 UTC 2019 - [email protected] + +- update to version 1.5.2~git20181223.10c4795: + * Add test code for UString + * Implement preedit mode option + * Implement IBusEngine::set_capabilities method + * Listen to 'use-event-forwarding' option change event + * Fix event processing priority for hanja conversion + * Fix interger overflow on h_ibus_text_get_substring() + * Add AppStream metainfo + * setup: Add window "destroy" event handling + * Add Escape to off-keys default value +- changes in 1.5.1 + * correct more spacings + * correct capitalization of setup labels + * check if ibus and ibus config is running + * fix wrong space order problem + * add disable-latin-mode option + * setup: set GLib app name explicitly + * setup: fix PyGI warnings + * reparent IBusHangulEngine from IBusEngineSimple to handle Compose key + * migrate IBusConfig to GSettings + * add use-event-forwarding option + * setup: Don't use GtkDialog + * intialized local variable as NULL + * update initial_input_mode on GSettings "changed" +- use python3 +- add python3-gobject as Requires (boo#1124568) + +------------------------------------------------------------------- Old: ---- ibus-hangul-1.5.0.tar.gz New: ---- _service ibus-hangul-1.5.2~git20181223.10c4795.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ibus-hangul.spec ++++++ --- /var/tmp/diff_new_pack.ZzJ1kE/_old 2019-02-25 17:55:55.750405686 +0100 +++ /var/tmp/diff_new_pack.ZzJ1kE/_new 2019-02-25 17:55:55.754405680 +0100 @@ -1,7 +1,7 @@ # # spec file for package ibus-hangul # -# Copyright (c) 2014 SUSE LINUX Products 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,29 +12,28 @@ # 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/ # Name: ibus-hangul -Version: 1.5.0 +Version: 1.5.2~git20181223.10c4795 Release: 0 Summary: The Hangul engine for IBus input platform -License: GPL-2.0+ +License: GPL-2.0-or-later Group: System/I18n/Korean -Url: https://github.com/choehwanjin/ibus-hangul -Source: https://github.com/choehwanjin/ibus-hangul/releases/download/%{version}/%{name}-%{version}.tar.gz +URL: https://github.com/libhangul/ibus-hangul +Source: %{name}-%{version}.tar.xz BuildRequires: fdupes +BuildRequires: gnome-common BuildRequires: hicolor-icon-theme BuildRequires: ibus-devel -BuildRequires: intltool BuildRequires: libhangul-devel -BuildRequires: libtool -BuildRequires: pkg-config -BuildRequires: python-devel +BuildRequires: pkgconfig +BuildRequires: python3-devel BuildRequires: update-desktop-files +Requires: python3-gobject Provides: locale(ibus:ko) -BuildRoot: %{_tmppath}/%{name}-%{version}-build %description The Hangul engine for IBus platform. It provides Korean input method from @@ -42,6 +41,7 @@ %prep %setup -q +NO_CONFIGURE=1 ./autogen.sh %build %configure --disable-static \ @@ -49,7 +49,7 @@ make %{?_smp_mflags} %install -make DESTDIR=%{buildroot} install %{?_smp_mflags} +%make_install %suse_update_desktop_file ibus-setup-hangul Utility DesktopUtility System ln -sf %{_ibus_libdir}/ibus-setup-hangul %{buildroot}%{_bindir}/ibus-setup-hangul @@ -57,8 +57,13 @@ %fdupes %{buildroot} %files -f %{name}.lang -%defattr(-,root,root,-) -%doc AUTHORS COPYING README +# /usr/share/licenses is not owned by any package on SLE 12 SP2 and older +%if 0%{?sle_version} <= 120200 && !0%{?is_opensuse} +%doc COPYING +%else +%license COPYING +%endif +%doc AUTHORS README %{_bindir}/ibus-setup-hangul %{_ibus_libdir}/ibus-engine-hangul %{_ibus_libdir}/ibus-setup-hangul @@ -67,5 +72,7 @@ %{_datadir}/icons/hicolor/64x64/apps/ibus-*.png %{_datadir}/icons/hicolor/scalable/apps/ibus-*.svg %{_datadir}/%{name} +%{_datadir}/glib-2.0/schemas/org.freedesktop.ibus.engine.hangul.gschema.xml +%{_datadir}/metainfo/org.freedesktop.ibus.engine.hangul.metainfo.xml %changelog ++++++ _service ++++++ <services> <service name="tar_scm" mode="disabled"> <param name="url">https://github.com/libhangul/ibus-hangul</param> <param name="scm">git</param> <param name="exclude">.git</param> <param name="versionformat">1.5.2~git%cd.%h</param> <param name="revision">master</param> <param name="changesgenerate">enable</param> </service> <service name="recompress" mode="disabled"> <param name="file">ibus-hangul-*.tar</param> <param name="compression">xz</param> </service> <service name="set_version" mode="disabled"> <param name="basename">ibus-hangul</param> </service> </services>
