Hello community,

here is the log from the commit of package fcitx for openSUSE:Factory checked 
in at 2012-09-17 01:28:56
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/fcitx (Old)
 and      /work/SRC/openSUSE:Factory/.fcitx.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "fcitx", Maintainer is ""

Changes:
--------
--- /work/SRC/openSUSE:Factory/fcitx/fcitx.changes      2012-09-10 
15:20:51.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.fcitx.new/fcitx.changes 2012-09-17 
01:29:20.000000000 +0200
@@ -1,0 +2,19 @@
+Sat Sep 15 18:04:19 UTC 2012 - [email protected]
+
+- update to 4.2.6
+  * Add a private dbus service for Fcitx IM Module, simplify the setup on some 
light weight Desktop
+  * Improve “Select Character From Phrase” and Pinyin Symbol (typing special 
symbols in pinyin input 
+    methods) as well as move them to a new Pinyin Enhance module, so that 
these features can now be 
+    used in other pinyin input methods as well (previous just the builtin one).
+  * Move spell hint to a new module. Add a new spell hint backend using a 
builtin dictionary. Load 
+    enchant and presage at runtime using dlopen() so that they are not link 
dependencies anymore.
+  * Spell hint for pinyin/AutoEng/QuickPhrase
+  * Bug fixes for Gtk IM Module
+  * Add more compile options so it is possible to compile a more simplified 
Fcitx if necessary
+  * Add long description (show as tooltip) and hidden options in configure 
files for a more user 
+    friendly configure interface
+  * Add global font setting for classical UI
+  * Fix xkb support on BSD
+  * Other bug fixes
+
+-------------------------------------------------------------------

Old:
----
  fcitx-4.2.5.tar.bz2

New:
----
  fcitx-4.2.6.tar.bz2

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

Other differences:
------------------
++++++ fcitx.spec ++++++
--- /var/tmp/diff_new_pack.qYzu44/_old  2012-09-17 01:29:23.000000000 +0200
+++ /var/tmp/diff_new_pack.qYzu44/_new  2012-09-17 01:29:23.000000000 +0200
@@ -16,10 +16,10 @@
 #
 
 
-%define libver -4_2_5
+%define libver -4_2_6
 
 Name:           fcitx
-Version:        4.2.5
+Version:        4.2.6
 Release:        0
 Summary:        Flexible Context-aware Input Tool with eXtension
 License:        GPL-2.0+
@@ -31,13 +31,13 @@
 Source1:        xim.d-fcitx
 Source2:        fcitx-README.suse
 Source3:        xim.fcitx.suse.template
-Source5:        pinyin.tar.gz
-Source6:        table.tar.gz
+#Source5:        pinyin.tar.gz
+#Source6:        table.tar.gz
 # for fedora auto-start
 Source7:        xinput-fcitx
 Source8:        openSUSE-default.tar.gz
 #FIX-FOR-UPSTREAM [email protected] - dont download online
-Patch1:         fix_fcitx_googlecode_resolv_error.patch
+#Patch1:         fix_fcitx_googlecode_resolv_error.patch
 BuildRequires:  cairo-devel
 %if 0%{?suse_version}
 BuildRequires:  dbus-1-devel
@@ -357,7 +357,7 @@
 
 %prep
 %setup -q -n %{name}-%{version}
-%patch1 -p1
+#%patch1 -p1
 
 %build
 mkdir build
@@ -377,12 +377,12 @@
      -DENABLE_LUA=On
 
 # copy external data
-pushd ../data
-cp -r %{S:5} ./
-popd
-pushd ../data/table
-cp -r %{S:6} ./
-popd
+#pushd ../data
+#cp -r %{S:5} ./
+#popd
+#pushd ../data/table
+#cp -r %{S:6} ./
+#popd
 
 # fix gobject-introspection build
 export SUSE_ASNEEDED=0
@@ -437,8 +437,8 @@
 mv %{buildroot}%{_datadir}/doc/%{name}/ %{buildroot}%{_docdir}/packages/
 cp -r %{SOURCE2} %{buildroot}%{_docdir}/packages/%{name}/
 cp -r %{SOURCE3} %{buildroot}%{_docdir}/packages/%{name}/
-cp -r AUTHORS %{buildroot}%{_docdir}/%{name}/
-cp -r ChangeLog %{buildroot}%{_docdir}/%{name}/
+cp -r AUTHORS %{buildroot}%{_docdir}/packages/%{name}/
+cp -r ChangeLog %{buildroot}%{_docdir}/packages/%{name}/
 %endif
 
 # create autostart
@@ -483,7 +483,7 @@
 %{__strip} %{buildroot}%{_libdir}/gtk-3.0/*/immodules/im-%{name}.so
 %endif
 %if 0%{?suse_version} > 1110 || 0%{?fedora_version}
-%{__strip} %{buildroot}%{_libdir}/qt4/plugins/inputmethods/qtim-%{name}.so
+#%{__strip} %{buildroot}%{_libdir}/qt4/plugins/inputmethods/qtim-%{name}.so
 %endif
 
 # Convenient define for the scriplets
@@ -561,6 +561,7 @@
 %{_bindir}/%{name}-configtool
 %{_bindir}/%{name}-remote
 %{_bindir}/%{name}-skin-installer
+%{_bindir}/%{name}-dbus-watcher
 %{_datadir}/%{name}/
 %{_datadir}/applications/*.desktop
 %{_datadir}/icons/*

++++++ baselibs.conf ++++++
--- /var/tmp/diff_new_pack.qYzu44/_old  2012-09-17 01:29:23.000000000 +0200
+++ /var/tmp/diff_new_pack.qYzu44/_new  2012-09-17 01:29:23.000000000 +0200
@@ -1,4 +1,4 @@
-libfcitx-4_2_5
+libfcitx-4_2_6
 fcitx-gtk2
 fcitx-gtk3
 fcitx-qt4
\ No newline at end of file

++++++ fcitx-4.2.5.tar.bz2 -> fcitx-4.2.6.tar.bz2 ++++++
/work/SRC/openSUSE:Factory/fcitx/fcitx-4.2.5.tar.bz2 
/work/SRC/openSUSE:Factory/.fcitx.new/fcitx-4.2.6.tar.bz2 differ: char 11, line 
1

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

Reply via email to