Hello community,

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

Package is "fcitx-table-other"

Changes:
--------
--- /work/SRC/openSUSE:Factory/fcitx-table-other/fcitx-table-other.changes      
2012-09-20 15:30:42.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.fcitx-table-other.new/fcitx-table-other.changes 
2014-06-10 14:39:05.000000000 +0200
@@ -1,0 +2,7 @@
+Mon Jun  9 05:05:23 UTC 2014 - i...@marguerite.su
+
+- update version 0.2.3
+  * Adjust some default option
+- add patch: fcitx-table-other-0.2.3-make-directory-before-output.patch
+
+-------------------------------------------------------------------

Old:
----
  fcitx-table-other-0.2.1.tar.bz2

New:
----
  fcitx-table-other-0.2.3-make-directory-before-output.patch
  fcitx-table-other-0.2.3.tar.xz

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

Other differences:
------------------
++++++ fcitx-table-other.spec ++++++
--- /var/tmp/diff_new_pack.suLSlX/_old  2014-06-10 14:39:06.000000000 +0200
+++ /var/tmp/diff_new_pack.suLSlX/_new  2014-06-10 14:39:06.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package fcitx-table-other
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 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,13 +17,15 @@
 
 
 Name:           fcitx-table-other
-Version:        0.2.1
+Version:        0.2.3
 Release:        0
 Summary:        A fork of ibus-table-others for Fcitx
 License:        GPL-3.0+
 Group:          System/I18n/Chinese
 Url:            https://github.com/fcitx/fcitx-table-other
-Source:         %{name}-%{version}.tar.bz2
+Source:         http://download.fcitx-im.org/%{name}/%{name}-%{version}.tar.xz
+#PATCH-FIX-UPSTREAM marguer...@opensuse.org make directory before output
+Patch:          fcitx-table-other-0.2.3-make-directory-before-output.patch
 BuildRequires:  cmake
 BuildRequires:  fcitx-devel >= 4.2.3
 BuildRequires:  fcitx-table-tools
@@ -228,6 +230,7 @@
 
 %prep
 %setup -q
+%patch -p1
 
 %build
 mkdir build

++++++ fcitx-table-other-0.2.3-make-directory-before-output.patch ++++++
Index: fcitx-table-other-0.2.3/tables/CMakeLists.txt
===================================================================
--- fcitx-table-other-0.2.3.orig/tables/CMakeLists.txt
+++ fcitx-table-other-0.2.3/tables/CMakeLists.txt
@@ -50,8 +50,10 @@ set(CONF_FILE)
 foreach(table ${TABLE_NAMES})
   fcitx_translate_add_apply_source("${table}.conf.in"
     "${CMAKE_CURRENT_BINARY_DIR}/${table}.conf")
+  get_filename_component(out_dir "${CMAKE_CURRENT_BINARY_DIR}/${table}.mb" 
PATH)
   add_custom_command(OUTPUT "${CMAKE_CURRENT_BINARY_DIR}/${table}.mb"
     DEPENDS "${table}.txt" "${TXT2MB}"
+    COMMAND "${CMAKE_COMMAND}" -E make_directory "${out_dir}"
     COMMAND "${TXT2MB}" ARGS "${CMAKE_CURRENT_SOURCE_DIR}/${table}.txt"
     "${CMAKE_CURRENT_BINARY_DIR}/${table}.mb")
   set(MB_FILE ${MB_FILE} "${CMAKE_CURRENT_BINARY_DIR}/${table}.mb")
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to