Hello community, here is the log from the commit of package fcitx-hangul for openSUSE:Factory checked in at 2013-07-08 13:35:00 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/fcitx-hangul (Old) and /work/SRC/openSUSE:Factory/.fcitx-hangul.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "fcitx-hangul" Changes: -------- --- /work/SRC/openSUSE:Factory/fcitx-hangul/fcitx-hangul.changes 2013-01-29 12:11:46.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.fcitx-hangul.new/fcitx-hangul.changes 2013-07-08 13:35:01.000000000 +0200 @@ -1,0 +2,6 @@ +Mon Jul 1 03:45:10 UTC 2013 - [email protected] + +- update version 0.3.0 + * Bug fix (Google Code #696) + +------------------------------------------------------------------- Old: ---- fcitx-hangul-0.2.1.tar.bz2 New: ---- fcitx-hangul-0.3.0.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ fcitx-hangul.spec ++++++ --- /var/tmp/diff_new_pack.MAvuwV/_old 2013-07-08 13:35:01.000000000 +0200 +++ /var/tmp/diff_new_pack.MAvuwV/_new 2013-07-08 13:35:01.000000000 +0200 @@ -1,7 +1,7 @@ # # spec file for package fcitx-hangul # -# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2013 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 @@ -15,25 +15,27 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # + Name: fcitx-hangul -Version: 0.2.1 +Version: 0.3.0 Release: 0 -License: GPL-2.0 Summary: Hangul Module for Fcitx IM Framework -Url: http://code.google.com/fcitx +License: GPL-2.0 Group: System/I18n/Korean -Source: %{name}-%{version}.tar.bz2 -BuildRequires: xz +Url: http://code.google.com/fcitx +Source: http://download.fcitx-im.org/fcitx-hangul/%{name}-%{version}.tar.xz BuildRequires: cmake +BuildRequires: fcitx-devel >= 4.2.2 +BuildRequires: fdupes BuildRequires: gcc-c++ BuildRequires: gettext -BuildRequires: pkg-config BuildRequires: intltool -BuildRequires: fdupes -BuildRequires: fcitx-devel >= 4.2.2 BuildRequires: libhangul-devel >= 0.1.0 +BuildRequires: pkg-config +BuildRequires: xz BuildRoot: %{_tmppath}/%{name}-%{version}-build Provides: locale(fcitx:ko) +%{fcitx_requires} %description Fcitx-hangul is a Korean Wrapper for Fcitx IM Framework. @@ -43,7 +45,7 @@ %setup -q %build -mkdir -pv build +mkdir -p build pushd build cmake -DCMAKE_INSTALL_PREFIX=%{_prefix} -DLIB_INSTALL_DIR=%{_libdir} .. make %{?_smp_mflags} @@ -53,7 +55,7 @@ make DESTDIR=%{buildroot} install popd -%{__strip} %{buildroot}%{_libdir}/fcitx/%{name}.so +strip %{buildroot}%{_libdir}/fcitx/%{name}.so # Fix incorrect-fsf-address sed -i "s/59\ Temple\ Place,\ Suite\ 330,\ Boston,\ MA\ \ 02111-1307\ \ USA/51\ Franklin\ Street,\ Fifth\ Floor,\ Boston,\ MA\ \ 02110-1301\ \ USA/" COPYING @@ -72,8 +74,12 @@ %files -f %{name}.lang %defattr(-,root,root) %doc AUTHORS README COPYING -%{_libdir}/fcitx/%{name}.so -%{_datadir}/fcitx/ +%{_fcitx_libdir}/%{name}.so +%{_fcitx_addondir}/%{name}.conf +%{_fcitx_descdir}/%{name}.desc +%{_fcitx_datadir}/hangul +%{_fcitx_imicondir}/hangul.png +%{_fcitx_inputmethoddir}/hangul.conf %{_datadir}/icons/hicolor/64x64/apps/%{name}.png %{_datadir}/icons/hicolor/48x48/status/*.png -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
