Hello community, here is the log from the commit of package librime for openSUSE:Factory checked in at 2020-01-07 23:52:55 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/librime (Old) and /work/SRC/openSUSE:Factory/.librime.new.6675 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "librime" Tue Jan 7 23:52:55 2020 rev:21 rq:761289 version:1.5.3 Changes: -------- --- /work/SRC/openSUSE:Factory/librime/librime.changes 2019-07-21 11:35:17.464766657 +0200 +++ /work/SRC/openSUSE:Factory/.librime.new.6675/librime.changes 2020-01-07 23:53:16.908029079 +0100 @@ -1,0 +2,10 @@ +Mon Jan 6 18:23:35 UTC 2020 - Xu Zhao <[email protected]> + +- Update to version 1.5.3: + * fix(cmake): find optional dependency icu [skip appveyor] (17a80f8) + * fix(single_char_filter): broken in librime 1.5.2 (6948a62) + * feat(appveyor): build variant "rime-with-plugins" for tagged commits [skip travis] (eef8c30) +- changes in 1.5.2: + * fix(user_dictionary, contextual_translation): fix user phrase quality; order contextual suggestions by type (695c32) + +------------------------------------------------------------------- Old: ---- librime-1.4.1~git20190324.dcdc301.tar.xz New: ---- librime-1.5.3.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ librime.spec ++++++ --- /var/tmp/diff_new_pack.5bpM2u/_old 2020-01-07 23:53:17.916029602 +0100 +++ /var/tmp/diff_new_pack.5bpM2u/_new 2020-01-07 23:53:17.920029604 +0100 @@ -1,7 +1,7 @@ # # spec file for package librime # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,13 +17,13 @@ Name: librime -Version: 1.4.1~git20190324.dcdc301 +Version: 1.5.3 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.xz +Source: %{name}-%{version}.tar.gz Source99: baselibs.conf #PATCH-FIX-OPENSUSE workaround for gcc bug 53613 on 12.3 and lower Patch1: librime-1.1-gcc53613.patch @@ -66,8 +66,8 @@ %package -n librime1 Summary: Rime Input Method Engine -Group: System/Libraries # dictionaries +Group: System/Libraries Recommends: brise # configuration manager Requires: rime-plum @@ -97,7 +97,6 @@ %patch1 -p1 %patch2 -p1 %endif -sed -i "s/1.46.0/1.36.0/" CMakeLists.txt %build %cmake \ @@ -118,7 +117,7 @@ %files -n librime1 %{_libdir}/%{name}.so.1 -%{_libdir}/%{name}.so.1.4.0 +%{_libdir}/%{name}.so.%{version} %files devel %{_includedir}/rime_api.h
