Hello community,

here is the log from the commit of package ibus-hangul for openSUSE:Factory 
checked in at 2020-04-23 18:31:59
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ibus-hangul (Old)
 and      /work/SRC/openSUSE:Factory/.ibus-hangul.new.2738 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ibus-hangul"

Thu Apr 23 18:31:59 2020 rev:24 rq:796366 version:1.5.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/ibus-hangul/ibus-hangul.changes  2020-01-11 
14:43:29.101266557 +0100
+++ /work/SRC/openSUSE:Factory/.ibus-hangul.new.2738/ibus-hangul.changes        
2020-04-23 18:32:09.156284590 +0200
@@ -1,0 +2,13 @@
+Mon Apr 20 08:24:56 UTC 2020 - Hillwood Yang <[email protected]>
+
+- Update version to 1.5.3
+  * Fix critical bug #90
+  * Fix issue #89
+
+-------------------------------------------------------------------
+Wed Apr 15 06:18:12 UTC 2020 - Cliff Zhao <[email protected]>
+
+- Update ibus-hangul.spec: Drop the is_opensuse macro to eliminate 
+  the difference between SLE-15 and openSUSE Leap.
+
+-------------------------------------------------------------------

Old:
----
  _service
  ibus-hangul-1.5.2~git20181223.10c4795.tar.xz

New:
----
  ibus-hangul-1.5.3.tar.gz

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

Other differences:
------------------
++++++ ibus-hangul.spec ++++++
--- /var/tmp/diff_new_pack.ZJfghE/_old  2020-04-23 18:32:10.812287758 +0200
+++ /var/tmp/diff_new_pack.ZJfghE/_new  2020-04-23 18:32:10.816287765 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package ibus-hangul
 #
-# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,21 +17,21 @@
 
 
 Name:           ibus-hangul
-Version:        1.5.2~git20181223.10c4795
+Version:        1.5.3
 Release:        0
 Summary:        The Hangul engine for IBus input platform
 License:        GPL-2.0-or-later
 Group:          System/I18n/Korean
 URL:            https://github.com/libhangul/ibus-hangul
-Source:         %{name}-%{version}.tar.xz
+Source:         
https://github.com/libhangul/ibus-hangul/archive/1.5.3/%{name}-%{version}.tar.gz
 BuildRequires:  fdupes
 BuildRequires:  gnome-common
 BuildRequires:  hicolor-icon-theme
-BuildRequires:  ibus-devel
-BuildRequires:  libhangul-devel
 BuildRequires:  pkgconfig
-BuildRequires:  python3-devel
 BuildRequires:  update-desktop-files
+BuildRequires:  pkgconfig(ibus-1.0)
+BuildRequires:  pkgconfig(libhangul)
+BuildRequires:  pkgconfig(python3)
 Requires:       python3-gobject
 # Make sure there is a font available. Pango 1.44 requires
 # a scalable font. However, since scalable-font-ko does not
@@ -47,12 +47,12 @@
 
 %prep
 %setup -q
-NO_CONFIGURE=1 ./autogen.sh
 
 %build
+autoreconf -fi
 %configure --disable-static \
            --libexecdir=%{_ibus_libdir}
-make %{?_smp_mflags}
+%make_build
 
 %install
 %make_install
@@ -64,11 +64,7 @@
 
 %files -f %{name}.lang
 # /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


Reply via email to