Hello community,

here is the log from the commit of package fcitx-zhuyin for openSUSE:Factory 
checked in at 2014-11-26 10:32:59
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/fcitx-zhuyin (Old)
 and      /work/SRC/openSUSE:Factory/.fcitx-zhuyin.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "fcitx-zhuyin"

Changes:
--------
--- /work/SRC/openSUSE:Factory/fcitx-zhuyin/fcitx-zhuyin.changes        
2014-07-18 07:31:55.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.fcitx-zhuyin.new/fcitx-zhuyin.changes   
2014-11-26 10:33:05.000000000 +0100
@@ -1,0 +2,6 @@
+Mon Nov 17 13:47:06 UTC 2014 - [email protected]
+
+- Fix build under libpinyin-0.9.99.20140929,
+  add fix-compatibility-with-libzhuyin-0.9.99.20140929.patch
+
+-------------------------------------------------------------------

New:
----
  fix-compatibility-with-libzhuyin-0.9.99.20140929.patch

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

Other differences:
------------------
++++++ fcitx-zhuyin.spec ++++++
--- /var/tmp/diff_new_pack.3azd1i/_old  2014-11-26 10:33:05.000000000 +0100
+++ /var/tmp/diff_new_pack.3azd1i/_new  2014-11-26 10:33:05.000000000 +0100
@@ -15,18 +15,21 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:           fcitx-zhuyin
 Version:       0.1.0
 Release:       0
-License:       GPL-2.0
 Summary:       Libzhuyin Wrapper for Fcitx
-Url:   https://github.com/fcitx/fcitx-zhuyin
+License:        GPL-2.0
 Group: System/I18n/Chinese
+Url:            https://github.com/fcitx/fcitx-zhuyin
 Source:        %{name}-%{version}.tar.xz
+# PATCH-FIX-UPSTREAM fix-compatibility-with-libzhuyin-0.9.99.20140929.patch 
[email protected]
+Patch0:         fix-compatibility-with-libzhuyin-0.9.99.20140929.patch
 BuildRequires: cmake
+BuildRequires:  fcitx-devel
 BuildRequires: fdupes
 BuildRequires: gcc-c++
-BuildRequires: fcitx-devel
 BuildRequires: hicolor-icon-theme
 BuildRequires: libzhuyin-devel
 Provides:      locale(fcitx:zh_TW;zh_HK)
@@ -41,6 +44,7 @@
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 mkdir build && cd build
@@ -71,6 +75,4 @@
 %{_fcitx_inputmethoddir}/zhuyin.conf
 %{_datadir}/icons/hicolor/*/status/%{name}.png
 
-
-
 %changelog

++++++ fix-compatibility-with-libzhuyin-0.9.99.20140929.patch ++++++
diff -Nur fcitx-zhuyin-0.1.0/cmake/FindLibZhuyin.cmake 
fcitx-zhuyin-0.1.0-new/cmake/FindLibZhuyin.cmake
--- fcitx-zhuyin-0.1.0/cmake/FindLibZhuyin.cmake        2014-07-13 
22:14:41.000000000 +0800
+++ fcitx-zhuyin-0.1.0-new/cmake/FindLibZhuyin.cmake    2014-11-17 
21:27:03.000000000 +0800
@@ -29,18 +29,18 @@
              NAMES zhuyin
              HINTS ${PC_LIBZHUYIN_LIBDIR})
 
-find_program(LIBZHUYIN_GEN_BINARY_FILES gen_binary_files HINTS 
"${LIBZHUYIN_EXECPREFIX}/bin")
-find_program(LIBZHUYIN_GEN_UNIGRAM gen_unigram HINTS 
"${LIBZHUYIN_EXECPREFIX}/bin")
-find_program(LIBZHUYIN_IMPORT_INTERPOLATION import_interpolation HINTS 
"${LIBZHUYIN_EXECPREFIX}/bin")
+#find_program(LIBZHUYIN_GEN_BINARY_FILES gen_binary_files HINTS 
"${LIBZHUYIN_EXECPREFIX}/bin")
+#find_program(LIBZHUYIN_GEN_UNIGRAM gen_unigram HINTS 
"${LIBZHUYIN_EXECPREFIX}/bin")
+#find_program(LIBZHUYIN_IMPORT_INTERPOLATION import_interpolation HINTS 
"${LIBZHUYIN_EXECPREFIX}/bin")
 
 include(FindPackageHandleStandardArgs)
 find_package_handle_standard_args(LibZhuyin  DEFAULT_MSG
                                   LIBZHUYIN_LIBRARIES
                                   LIBZHUYIN_INCLUDE_DIR
                                   LIBZHUYIN_PKGDATADIR
-                                  LIBZHUYIN_GEN_BINARY_FILES
-                                  LIBZHUYIN_GEN_UNIGRAM
-                                  LIBZHUYIN_IMPORT_INTERPOLATION
+#                                  LIBZHUYIN_GEN_BINARY_FILES
+#                                  LIBZHUYIN_GEN_UNIGRAM
+#                                  LIBZHUYIN_IMPORT_INTERPOLATION
                                   PC_LIBZHUYIN_FOUND
                                   )
 
-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to