Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package librime for openSUSE:Factory checked in at 2024-03-02 23:24:03 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/librime (Old) and /work/SRC/openSUSE:Factory/.librime.new.1770 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "librime" Sat Mar 2 23:24:03 2024 rev:32 rq:1154285 version:1.10.0+git20240229.4ee471e Changes: -------- --- /work/SRC/openSUSE:Factory/librime/librime.changes 2023-09-13 20:47:37.288616648 +0200 +++ /work/SRC/openSUSE:Factory/.librime.new.1770/librime.changes 2024-03-02 23:24:18.797211043 +0100 @@ -1,0 +2,29 @@ +Fri Mar 01 15:20:39 UTC 2024 - [email protected] + +- remove one of the source downloaders (download_files) +- Update to version 1.10.0: + * build: make deps/clean prefix=dist_dir + * build: make clean build=build_dir + * build(Makefile): fix install targets + * fix(glog): someone at google is to blame for linking error + * fix(glog): replace deprecated API + * fix(glog): configure macros + * chore(deps): update glog to v0.7.0 + * chore: log file_path_ when warning in tsv.cc (#825) + * chore: add git blame ignore file [skip ci] (#819) + * feat(dict_compiler): rebuild packs on demand (#816) + +- Update to version 1.9.0: + * switches: abbreviate state labels + * dict: shorten the data struct used by Vocabulary + * add append_comment option to reverse_lookup_filter + * avoid invalid page_size + * vocabulary.h: align the size of DictEntry struct + * dict_compiler.cc: correct the usage of auto in loop + * dict: improve dict complile performance + * replace rbtree with vector of pair + * release memory of temporary fields + * install-boost.bat: default to boost 1.78 + * build.bat: build boost_ + +------------------------------------------------------------------- Old: ---- librime-1.8.5.tar.gz New: ---- librime-1.10.0+git20240229.4ee471e.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ librime.spec ++++++ --- /var/tmp/diff_new_pack.8b0Tli/_old 2024-03-02 23:24:20.109258569 +0100 +++ /var/tmp/diff_new_pack.8b0Tli/_new 2024-03-02 23:24:20.109258569 +0100 @@ -1,7 +1,7 @@ # # spec file for package librime # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 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.8.5 +Version: 1.10.0+git20240229.4ee471e Release: 0 Summary: Rime Input Method Engine License: BSD-3-Clause Group: System/I18n/Chinese URL: https://github.com/rime/librime -Source: https://github.com/rime/librime/archive/%{version}/%{name}-%{version}.tar.gz +Source: %{name}-%{version}.tar.xz BuildRequires: capnproto >= 0.7.0 BuildRequires: cmake >= 3.1.0 BuildRequires: gcc-c++ @@ -115,10 +115,11 @@ %{_bindir}/rime_deployer %{_bindir}/rime_dict_manager %{_bindir}/rime_patch +%{_bindir}/rime_table_decompiler %files -n librime1 %{_libdir}/%{name}.so.1 -%{_libdir}/%{name}.so.%{version} +%{_libdir}/%{name}.so.1.10.0 %files devel %{_includedir}/rime_api.h ++++++ _service ++++++ --- /var/tmp/diff_new_pack.8b0Tli/_old 2024-03-02 23:24:20.137259583 +0100 +++ /var/tmp/diff_new_pack.8b0Tli/_new 2024-03-02 23:24:20.141259728 +0100 @@ -3,7 +3,7 @@ <param name="url">https://github.com/rime/librime</param> <param name="scm">git</param> <param name="exclude">.git</param> - <param name="versionformat">1.6.2~git%cd.%h</param> + <param name="versionformat">1.10.0+git%cd.%h</param> <param name="revision">master</param> <param name="submodule">master</param> <param name="changesgenerate">enable</param>
