Hello community,

here is the log from the commit of package librime for openSUSE:Factory checked 
in at 2013-07-02 12:25:25
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/librime (Old)
 and      /work/SRC/openSUSE:Factory/.librime.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "librime"

Changes:
--------
--- /work/SRC/openSUSE:Factory/librime/librime.changes  2013-06-17 
10:10:50.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.librime.new/librime.changes     2013-07-02 
12:25:26.000000000 +0200
@@ -1,0 +2,21 @@
+Sat Jun 29 09:48:03 UTC 2013 - [email protected]
+
+- update version 0.9.9
+  * config: update yaml-cpp to version 0.5 (with new API);
+    emit prettier yaml.
+  * deployer: introduce a work thread for ordinary background tasks.
+  * algo/calculus: 'fuzz' calculation, to create lower quality spellings.
+  * dict/dict_compiler: importing external table files into *.dict.yaml.
+  * dict/entry_collector: support '# no comment' directive in *.dict.yaml.
+  * dict/table_db: 'tabledb' and 'stabledb' to support custom phrase.
+  * dict/user_db: implement 'plain_userdb', in plain text files.
+  * dict/user_dictionary: recover damaged userdb in work thread.
+  * gear/ascii_composer: fix unexpected mode switching with Caps Lock.
+  * gear/editor: delete previous syllable with Control+BackSpace.
+  * gear/*_translator: support multiple translator instances in a engine.
+  * gear/script_translator: rename r10n_translator to script_translator.
+  * lever/user_dict_manager: create snapshots in plain userdb format.
+  * rime_deployer: with command line option '--compile',
+    dump table/prism contents into text files while compiling a dictionary.
+
+-------------------------------------------------------------------

Old:
----
  brise-0.13.tar.gz
  brise.changes
  brise.spec
  librime-0.9.4.tar.gz

New:
----
  librime-0.9.9-fail_gtest.patch
  librime-0.9.9.tar.gz

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

Other differences:
------------------
++++++ librime.spec ++++++
--- /var/tmp/diff_new_pack.rtwSxT/_old  2013-07-02 12:25:27.000000000 +0200
+++ /var/tmp/diff_new_pack.rtwSxT/_new  2013-07-02 12:25:27.000000000 +0200
@@ -17,13 +17,15 @@
 
 
 Name:           librime
-Version:        0.9.4
+Version:        0.9.9
 Release:        0
 Summary:        Rime Input Method Engine
 License:        GPL-3.0+
 Group:          System/I18n/Chinese
 Url:            http://code.google.com/p/rimeime/
 Source:         %{name}-%{version}.tar.gz
+# PATCH-FIX-UPSTREAM [email protected] - fix 4 fail tests
+Patch:          librime-0.9.9-fail_gtest.patch
 BuildRequires:  boost-devel
 BuildRequires:  cmake
 BuildRequires:  gcc-c++
@@ -102,6 +104,7 @@
 %prep
 %setup -q -n %{name}
 sed -i "s/1.46.0/1.36.0/" CMakeLists.txt
+%patch -p1
 
 %build
 mkdir -pv build
@@ -120,14 +123,14 @@
 
 %files -n rime
 %defattr(-,root,root)
-%doc LICENSE README RELEASE_NOTES
+%doc LICENSE README
 %{_bindir}/rime_deployer
 %{_bindir}/rime_dict_manager
 
 %files -n librime0
 %defattr(-,root,root)
 %{_libdir}/%{name}.so.0
-%{_libdir}/%{name}.so.0.9.4
+%{_libdir}/%{name}.so.0.9.9
 
 %files devel
 %defattr(-,root,root)

++++++ librime-0.9.9-fail_gtest.patch ++++++
Index: librime/data/test/dictionary_test.dict.yaml
===================================================================
--- librime.orig/data/test/dictionary_test.dict.yaml
+++ librime/data/test/dictionary_test.dict.yaml
@@ -5,7 +5,7 @@
 # http://android.git.kernel.org/?p=platform/packages/inputmethods/PinyinIME.git
 
 ---
-name: luna_pinyin
+name: dictionary_test
 version: "0.1"
 sort: by_weight  # by_weight / original
 ...
++++++ librime-0.9.4.tar.gz -> librime-0.9.9.tar.gz ++++++
++++ 23105 lines of diff (skipped)

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

Reply via email to