Hello community,

here is the log from the commit of package fcitx-unikey for openSUSE:Factory 
checked in at 2017-12-19 10:59:04
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/fcitx-unikey (Old)
 and      /work/SRC/openSUSE:Factory/.fcitx-unikey.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "fcitx-unikey"

Tue Dec 19 10:59:04 2017 rev:16 rq:558113 version:0.2.7

Changes:
--------
--- /work/SRC/openSUSE:Factory/fcitx-unikey/fcitx-unikey.changes        
2016-06-19 13:54:16.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.fcitx-unikey.new/fcitx-unikey.changes   
2017-12-19 10:59:05.355607342 +0100
@@ -1,0 +2,16 @@
+Sat Dec  2 06:00:54 UTC 2017 - i...@marguerite.su
+
+- update version 0.2.7
+  * remove unused deps
+  * port editor to qt5
+- changes in 0.2.6
+  * fix input speed window
+  * remove unused iconv.h
+  * use "Toggle" instead of Enable
+  * enable Macro by default to workaround the same firefox bug
+  * remove iconv and add missing libintl
+  * explicit cast to unsigned to remove warning
+- drop fcitx-unikey-static_cast.patch,upstreamed
+- add qt5-version.patch
+
+-------------------------------------------------------------------

Old:
----
  fcitx-unikey-0.2.5.tar.xz
  fcitx-unikey-static_cast.patch

New:
----
  fcitx-unikey-0.2.7.tar.xz
  qt5-version.patch

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

Other differences:
------------------
++++++ fcitx-unikey.spec ++++++
--- /var/tmp/diff_new_pack.3WwhBL/_old  2017-12-19 10:59:05.855583206 +0100
+++ /var/tmp/diff_new_pack.3WwhBL/_new  2017-12-19 10:59:05.859583013 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package fcitx-unikey
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX 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,20 +17,22 @@
 
 
 Name:           fcitx-unikey
-Version:        0.2.5
+Version:        0.2.7
 Release:        0
 Summary:        Vietnamese unikey support for Fcitx
 License:        GPL-3.0+
 Group:          System/I18n/Chinese
 Url:            https://github.com/fcitx/fcitx-unikey
 Source:         
http://download.fcitx-im.org/fcitx-unikey/%{name}-%{version}.tar.xz
-# PATCH-FIX-UPSTREAM wen...@gmail.com explicit cast to unsigned to remove 
warning
-Patch:          fcitx-unikey-static_cast.patch
+#PATCH-FIX-UPSTREAM lower qt5 version
+Patch:          qt5-version.patch
 BuildRequires:  cmake
 BuildRequires:  fcitx-devel >= 4.2.3
+BuildRequires:  fcitx-qt5-devel
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
 BuildRequires:  intltool
+BuildRequires:  libqt5-qtbase-devel
 BuildRequires:  xz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 %{fcitx_requires}
@@ -68,6 +70,7 @@
 %doc COPYING
 %{_fcitx_libdir}/%{name}.so
 %if 0%{?suse_version} >= 1220
+%dir %{_fcitx_libdir}/qt
 %{_fcitx_libdir}/qt/lib%{name}-macro-editor.so
 %endif
 %{_fcitx_addondir}/%{name}.conf

++++++ fcitx-unikey-0.2.5.tar.xz -> fcitx-unikey-0.2.7.tar.xz ++++++
++++ 2113 lines of diff (skipped)

++++++ qt5-version.patch ++++++
Index: fcitx-unikey-0.2.7/CMakeLists.txt
===================================================================
--- fcitx-unikey-0.2.7.orig/CMakeLists.txt
+++ fcitx-unikey-0.2.7/CMakeLists.txt
@@ -25,7 +25,7 @@ find_package(Gettext REQUIRED)
 find_package(LibIntl REQUIRED)
 
 if (ENABLE_QT)
-find_package(Qt5 5.7 REQUIRED COMPONENTS Core Gui Widgets)
+find_package(Qt5 5.4 REQUIRED COMPONENTS Core Gui Widgets)
 find_package(FcitxQt5WidgetsAddons 1.1 REQUIRED)
 
 endif (ENABLE_QT)

Reply via email to