Hello community,

here is the log from the commit of package fcitx for openSUSE:Factory checked 
in at 2014-06-10 14:38:52
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/fcitx (Old)
 and      /work/SRC/openSUSE:Factory/.fcitx.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "fcitx"

Changes:
--------
--- /work/SRC/openSUSE:Factory/fcitx/fcitx.changes      2014-05-08 
12:38:08.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.fcitx.new/fcitx.changes 2014-06-10 
14:38:53.000000000 +0200
@@ -1,0 +2,16 @@
+Sat Jun  7 16:41:30 UTC 2014 - i...@marguerite.su
+
+- update version 4.2.8.4
+  * Fix github issue fcitx/fcitx#134,137,153,154
+  * Fix google code issue 728
+  * Implement close event when close input method
+  * Restart from menu should be faster (but who cares :P). 
+- remove patch: fcitx-context-variable-disable-punc-on-the-fly.patch
+  * upstreamed
+- remove patch: fcitx-password-visible-on-clutter-entry.patch
+  * upstreamed
+- tweak New_Air theme's color to increase contrast in darker
+  plasma themes.
+
+
+-------------------------------------------------------------------

Old:
----
  fcitx-4.2.8.3_dict.tar.xz
  fcitx-context-variable-disable-punc-on-the-fly.patch
  fcitx-password-visible-on-clutter-entry.patch

New:
----
  fcitx-4.2.8.4_dict.tar.xz

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

Other differences:
------------------
++++++ fcitx.spec ++++++
--- /var/tmp/diff_new_pack.IyOAxy/_old  2014-06-10 14:38:55.000000000 +0200
+++ /var/tmp/diff_new_pack.IyOAxy/_new  2014-06-10 14:38:55.000000000 +0200
@@ -19,7 +19,7 @@
 %define libver -4_2_8
 
 Name:           fcitx
-Version:        4.2.8.3
+Version:        4.2.8.4
 Release:        0
 Summary:        Flexible Context-aware Input Tool with eXtension
 License:        GPL-2.0+
@@ -34,10 +34,6 @@
 Source8:        openSUSE-themes.tar.gz
 Source9:        macros.%{name}
 Source10:       input.svgz
-#PATCH-FEATURE-OPENSUSE marguer...@opensuse.org To support sougou IM, we need 
a context
-# variable to disable punc on the fly
-Patch:          fcitx-context-variable-disable-punc-on-the-fly.patch
-Patch1:         fcitx-password-visible-on-clutter-entry.patch
 BuildRequires:  cairo-devel
 %if 0%{?suse_version}
 BuildRequires:  dbus-1-devel
@@ -387,8 +383,6 @@
 
 %prep
 %setup -q -n %{name}-%{version}
-%patch -p1
-%patch1 -p1
 # hack to fix incompatibility of gtk-query-immodules-2.0 (bnc#845860)
 %if %suse_version < 1310
 sed -i \
@@ -472,20 +466,22 @@
 
 # fix doc
 %if 0%{?suse_version}
-mkdir %{buildroot}%{_docdir}
-mv %{buildroot}%{_datadir}/doc/%{name}/ %{buildroot}%{_docdir}
+mkdir -p %{buildroot}%{_docdir}/
+mv %{buildroot}%{_datadir}/doc/%{name} %{buildroot}%{_docdir}/
 cp -r %{SOURCE2} %{buildroot}%{_docdir}/%{name}/
 cp -r %{SOURCE3} %{buildroot}%{_docdir}/%{name}/
 cp -r AUTHORS %{buildroot}%{_docdir}/%{name}/
 cp -r ChangeLog %{buildroot}%{_docdir}/%{name}/
+cp -r COPYING %{buildroot}%{_docdir}/%{name}/
 %endif
 %if 0%{?fedora_version}
 mkdir %{buildroot}%{_docdir}/packages/
-mv %{buildroot}%{_datadir}/doc/%{name}/ %{buildroot}%{_docdir}/packages/
+mv %{buildroot}%{_docdir}/%{name}/ %{buildroot}%{_docdir}/packages/
 cp -r %{SOURCE2} %{buildroot}%{_docdir}/packages/%{name}/
 cp -r %{SOURCE3} %{buildroot}%{_docdir}/packages/%{name}/
 cp -r AUTHORS %{buildroot}%{_docdir}/packages/%{name}/
 cp -r ChangeLog %{buildroot}%{_docdir}/packages/%{name}/
+cp -r COPYING %{buildroot}%{_docdir}/packages/%{name}/
 %endif
 
 # create autostart
@@ -591,7 +587,6 @@
 
 %files -f %{name}.lang
 %defattr(-,root,root)
-%doc COPYING
 %{_bindir}/%{name}
 %{_bindir}/%{name}-autostart
 %{_bindir}/%{name}-configtool
@@ -609,11 +604,11 @@
 %{_libdir}/%{name}/
 %if 0%{?suse_version}
 %config %{_sysconfdir}/X11/xim.d/
-%{_docdir}/%{name}/
+%doc %{_docdir}/%{name}/
 %endif
 %if 0%{?fedora_version}
 %config %{_sysconfdir}/X11/xinit/xinput.d/
-%{_docdir}/packages/%{name}/
+%doc %{_docdir}/packages/%{name}/
 %config %{_sysconfdir}/xdg/autostart/%{name}-autostart.desktop
 %endif
 

++++++ fcitx-4.2.8.3_dict.tar.xz -> fcitx-4.2.8.4_dict.tar.xz ++++++
/work/SRC/openSUSE:Factory/fcitx/fcitx-4.2.8.3_dict.tar.xz 
/work/SRC/openSUSE:Factory/.fcitx.new/fcitx-4.2.8.4_dict.tar.xz differ: char 
25, line 1


++++++ openSUSE-themes.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/openSUSE-themes/New_Air/fcitx_skin.conf 
new/openSUSE-themes/New_Air/fcitx_skin.conf
--- old/openSUSE-themes/New_Air/fcitx_skin.conf 2014-05-01 15:17:37.000000000 
+0200
+++ new/openSUSE-themes/New_Air/fcitx_skin.conf 2014-05-06 06:50:20.000000000 
+0200
@@ -22,7 +22,7 @@
 # 输入信息颜色
 InputColor=61 173 229
 # 候选词索引颜色
-IndexColor=136 138 133
+IndexColor=119 119 119
 # 第一候选词颜色
 FirstCandColor=52 101 164
 # 用户词组颜色
@@ -30,7 +30,7 @@
 # 码表提示颜色
 CodeColor=8 157 36
 # 其他颜色
-OtherColor=136 138 133
+OtherColor=68 68 68
 # 活动菜单项颜色
 ActiveMenuColor=55 55 55
 # 非活动菜单项颜色

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to