Hello community, here is the log from the commit of package fcitx-unikey for openSUSE:Factory checked in at 2013-07-08 13:35:26 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/fcitx-unikey (Old) and /work/SRC/openSUSE:Factory/.fcitx-unikey.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "fcitx-unikey" Changes: -------- --- /work/SRC/openSUSE:Factory/fcitx-unikey/fcitx-unikey.changes 2013-01-30 11:15:53.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.fcitx-unikey.new/fcitx-unikey.changes 2013-07-08 13:35:28.000000000 +0200 @@ -1,0 +2,6 @@ +Mon Jul 1 13:05:52 UTC 2013 - [email protected] + +- update version 0.2.1 + * Translation Update + +------------------------------------------------------------------- Old: ---- fcitx-unikey-0.2.0-compat-qt474.patch fcitx-unikey-0.2.0.tar.bz2 New: ---- fcitx-unikey-0.2.1.tar.xz fcitx-unikey-imicon.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ fcitx-unikey.spec ++++++ --- /var/tmp/diff_new_pack.Dy0Kh3/_old 2013-07-08 13:35:28.000000000 +0200 +++ /var/tmp/diff_new_pack.Dy0Kh3/_new 2013-07-08 13:35:28.000000000 +0200 @@ -1,7 +1,7 @@ # # spec file for package fcitx-unikey # -# 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 @@ -17,15 +17,15 @@ Name: fcitx-unikey -Version: 0.2.0 +Version: 0.2.1 Release: 0 -License: GPL-3.0+ Summary: Vietnamese unikey support for Fcitx -Url: https://github.com/fcitx/fcitx-unikey +License: GPL-3.0+ Group: System/I18n/Chinese -Source: %{name}-%{version}.tar.bz2 -# fix-for-opensuse [email protected] - fix qt 4.7 builds -Patch1: fcitx-unikey-0.2.0-compat-qt474.patch +Url: https://github.com/fcitx/fcitx-unikey +Source: http://download.fcitx-im.org/fcitx-unikey/%{name}-%{version}.tar.xz +# FIX-PATCH-UPSTREAM [email protected] - fix imicon directory +Patch1: fcitx-unikey-imicon.patch BuildRequires: cmake BuildRequires: fcitx-devel >= 4.2.3 BuildRequires: fdupes @@ -34,16 +34,16 @@ %if 0%{?suse_version} >= 1220 BuildRequires: libqt4-devel %endif +BuildRequires: xz BuildRoot: %{_tmppath}/%{name}-%{version}-build +%{fcitx_requires} %description fcitx-unikey provides support for Vietnamese unikey IM. %prep %setup -q -%if 0%{?suse_version} <= 1210 %patch1 -p1 -%endif %build mkdir build @@ -69,11 +69,12 @@ %files -f %{name}.lang %defattr(-,root,root) %doc COPYING -%{_libdir}/fcitx/%{name}.so +%{_fcitx_libdir}/%{name}.so %if 0%{?suse_version} >= 1220 -%{_libdir}/fcitx/qt/libfcitx-unikey-macro-editor.so +%{_fcitx_libdir}/qt/lib%{name}-macro-editor.so %endif -%{_datadir}/fcitx/ +%{_fcitx_addondir}/%{name}.conf +%{_fcitx_imicondir}/unikey.png %{_datadir}/icons/hicolor/*/apps/%{name}.png %changelog ++++++ fcitx-unikey-imicon.patch ++++++ Index: fcitx-unikey-0.2.1/data/CMakeLists.txt =================================================================== --- fcitx-unikey-0.2.1.orig/data/CMakeLists.txt +++ fcitx-unikey-0.2.1/data/CMakeLists.txt @@ -1,2 +1,2 @@ -install(FILES unikey.png DESTINATION ${FCITX4_PREFIX}/share/fcitx/skin/imicon/) +install(FILES unikey.png DESTINATION ${FCITX4_PREFIX}/share/fcitx/imicon/) install(FILES unikey.png RENAME fcitx-unikey.png DESTINATION share/icons/hicolor/256x256/apps/) -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
