Hello community,

here is the log from the commit of package librime for openSUSE:Factory checked 
in at 2020-09-29 19:01:07
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/librime (Old)
 and      /work/SRC/openSUSE:Factory/.librime.new.4249 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "librime"

Tue Sep 29 19:01:07 2020 rev:22 rq:837815 version:1.6.2~git20200921.4e518b9

Changes:
--------
--- /work/SRC/openSUSE:Factory/librime/librime.changes  2020-01-07 
23:53:16.908029079 +0100
+++ /work/SRC/openSUSE:Factory/.librime.new.4249/librime.changes        
2020-09-29 19:01:24.173744296 +0200
@@ -1,0 +2,12 @@
+Fri Sep 25 03:13:30 UTC 2020 - i...@marguerite.su
+
+- Update to version 1.6.2~git20200921.4e518b9:
+  * chore: fix rime_deployer
+  * fix(rime_api.cc): dangling pointer returned from RimeGetSharedDataDir
+  * feat(chord_composer): use Control, Alt, Shift to input chord
+  * feat(tools/rime_proto_console): demo for proto api
+  * feat(api): include candidate labels in proto message
+  * feat(selector): support 4 combinations of horizontal/vertical text
+    orientation and stacked/linear candidate list layout
+
+-------------------------------------------------------------------

Old:
----
  librime-1.5.3.tar.gz

New:
----
  librime-1.6.2~git20200921.4e518b9.tar.xz

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

Other differences:
------------------
++++++ librime.spec ++++++
--- /var/tmp/diff_new_pack.0Wd3zv/_old  2020-09-29 19:01:26.389746988 +0200
+++ /var/tmp/diff_new_pack.0Wd3zv/_new  2020-09-29 19:01:26.393746993 +0200
@@ -17,13 +17,13 @@
 
 
 Name:           librime
-Version:        1.5.3
+Version:        1.6.2~git20200921.4e518b9
 Release:        0
 Summary:        Rime Input Method Engine
 License:        BSD-3-Clause
 Group:          System/I18n/Chinese
 URL:            https://github.com/rime/librime
-Source:         %{name}-%{version}.tar.gz
+Source:         %{name}-%{version}.tar.xz
 Source99:       baselibs.conf
 #PATCH-FIX-OPENSUSE workaround for gcc bug 53613 on 12.3 and lower
 Patch1:         librime-1.1-gcc53613.patch
@@ -99,8 +99,15 @@
 %endif
 
 %build
-%cmake \
-  -DCMAKE_BUILD_TYPE=RelWithDebInfo
+# build internal capnproto
+mkdir -p thirdparty/src/capnproto/build
+pushd thirdparty/src/capnproto/build
+cmake -DCMAKE_INSTALL_PREFIX=../../../ -DCMAKE_CXX_FLAGS="%{optflags} -fPIC" ..
+make
+make install
+popd
+
+%cmake -DCapnProto_DIR=thirdparty/src/%{_lib}/cmake/CapnProto
 make %{?_smp_mflags}
 
 %install
@@ -114,10 +121,11 @@
 %doc README.md
 %{_bindir}/rime_deployer
 %{_bindir}/rime_dict_manager
+%{_bindir}/rime_patch
 
 %files -n librime1
 %{_libdir}/%{name}.so.1
-%{_libdir}/%{name}.so.%{version}
+%{_libdir}/%{name}.so.1.6.1
 
 %files devel
 %{_includedir}/rime_api.h

++++++ _service ++++++
--- /var/tmp/diff_new_pack.0Wd3zv/_old  2020-09-29 19:01:26.429747037 +0200
+++ /var/tmp/diff_new_pack.0Wd3zv/_new  2020-09-29 19:01:26.429747037 +0200
@@ -3,8 +3,9 @@
     <param name="url">https://github.com/rime/librime</param>
     <param name="scm">git</param>
     <param name="exclude">.git</param>
-    <param name="versionformat">1.4.1~git%cd.%h</param>
+    <param name="versionformat">1.6.2~git%cd.%h</param>
     <param name="revision">master</param>
+    <param name="submodule">master</param>
     <param name="changesgenerate">enable</param>
   </service>
   <service name="recompress" mode="disabled">


Reply via email to