Hello community,

here is the log from the commit of package ibus-hangul for openSUSE:Factory 
checked in at 2014-10-25 08:33:16
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ibus-hangul (Old)
 and      /work/SRC/openSUSE:Factory/.ibus-hangul.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ibus-hangul"

Changes:
--------
--- /work/SRC/openSUSE:Factory/ibus-hangul/ibus-hangul.changes  2013-01-29 
13:33:59.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.ibus-hangul.new/ibus-hangul.changes     
2014-10-25 11:11:45.000000000 +0200
@@ -1,0 +2,9 @@
+Thu Oct 23 10:02:14 UTC 2014 - [email protected]
+
+- update version 1.5.0
+  * Add latin input mode. so you can input latin characters without
+    changing input method engine.
+  * Allow hangul mode to be toggled
+  * Python3 compatibility
+
+-------------------------------------------------------------------

Old:
----
  ibus-hangul-1.4.2.tar.gz

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

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

Other differences:
------------------
++++++ ibus-hangul.spec ++++++
--- /var/tmp/diff_new_pack.H65sln/_old  2014-10-25 11:11:45.000000000 +0200
+++ /var/tmp/diff_new_pack.H65sln/_new  2014-10-25 11:11:45.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package ibus-hangul
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,59 +17,55 @@
 
 
 Name:           ibus-hangul
-BuildRequires:  automake
+Version:        1.5.0
+Release:        0
+Summary:        The Hangul engine for IBus input platform
+License:        GPL-2.0+
+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
 BuildRequires:  fdupes
+BuildRequires:  hicolor-icon-theme
 BuildRequires:  ibus-devel
 BuildRequires:  intltool
 BuildRequires:  libhangul-devel
-BuildRequires:  pkgconfig
-BuildRequires:  python
+BuildRequires:  libtool
+BuildRequires:  pkg-config
+BuildRequires:  python-devel
 BuildRequires:  update-desktop-files
-Version:        1.4.2
-Release:        0
-Summary:        The Hangul engine for IBus input platform
-License:        GPL-2.0+
-Group:          System/I18n/Korean
 Provides:       locale(ibus:ko)
-Url:            http://code.google.com/p/ibus/
-Source:         https://ibus.googlecode.com/files/%{name}-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
 The Hangul engine for IBus platform. It provides Korean input method from
 libhangul.
 
-
 %prep
 %setup -q
 
 %build
 %configure --disable-static \
-           --libexecdir=%{_prefix}/%{_lib}/ibus
-make %{?jobs:-j %jobs}
+           --libexecdir=%{_ibus_libdir}
+make %{?_smp_mflags}
 
 %install
-%makeinstall
-#mkdir -p $RPM_BUILD_ROOT/%{_datadir}/icons/hicolor/64x64/apps/
-#install -m 755 icons/%{name}.png 
$RPM_BUILD_ROOT/%{_datadir}/icons/hicolor/64x64/apps/%{name}.png
-#install -m 755 icons/%{name}.svg 
$RPM_BUILD_ROOT/%{_datadir}/icons/hicolor/64x64/apps/%{name}.svg
+make DESTDIR=%{buildroot} install %{?_smp_mflags}
 %suse_update_desktop_file ibus-setup-hangul Utility DesktopUtility System
-ln -sf ../%{_lib}/ibus/ibus-setup-hangul 
$RPM_BUILD_ROOT%{_bindir}/ibus-setup-hangul
+ln -sf %{_ibus_libdir}/ibus-setup-hangul 
%{buildroot}%{_bindir}/ibus-setup-hangul
 
 %find_lang %{name}
-%fdupes -s $RPM_BUILD_ROOT
+%fdupes %{buildroot}
 
 %files -f %{name}.lang
 %defattr(-,root,root,-)
 %doc AUTHORS COPYING README
-%{_libdir}/ibus-hangul/
-%{_prefix}/%{_lib}/ibus
-%{_datadir}/ibus-*
-%dir %{_datadir}/ibus
-%dir %{_datadir}/ibus/component
-%{_datadir}/ibus/component/*
-%{_datadir}/icons/hicolor/
-%{_bindir}/*
+%{_bindir}/ibus-setup-hangul
+%{_ibus_libdir}/ibus-engine-hangul
+%{_ibus_libdir}/ibus-setup-hangul
+%{_ibus_componentdir}/hangul.xml
 %{_datadir}/applications/ibus-setup-hangul.desktop
+%{_datadir}/icons/hicolor/64x64/apps/ibus-*.png
+%{_datadir}/icons/hicolor/scalable/apps/ibus-*.svg
+%{_datadir}/%{name}
 
 %changelog

++++++ ibus-hangul-1.4.2.tar.gz -> ibus-hangul-1.5.0.tar.gz ++++++
++++ 16105 lines of diff (skipped)

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to