Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package ibus-rime for openSUSE:Factory 
checked in at 2021-05-08 22:07:42
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ibus-rime (Old)
 and      /work/SRC/openSUSE:Factory/.ibus-rime.new.2988 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ibus-rime"

Sat May  8 22:07:42 2021 rev:17 rq:891521 version:1.5.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/ibus-rime/ibus-rime.changes      2021-01-20 
18:27:56.703546366 +0100
+++ /work/SRC/openSUSE:Factory/.ibus-rime.new.2988/ibus-rime.changes    
2021-05-08 22:08:53.217360817 +0200
@@ -1,0 +2,20 @@
+Sat May  8 12:41:36 UTC 2021 - Ferdinand Thiessen <[email protected]>
+
+- Drop outdated build requirements opencc and libkyotocabinet
+- Fix minimum cmake version
+
+-------------------------------------------------------------------
+Thu Jan 28 15:34:05 UTC 2021 - Dingzhong Chen <[email protected]>
+
+- Update to version 1.5.0
+  * feat(ibus_rime.yaml): install config file for ibus-rime,
+    set default UI style
+  * feat(rime_settings): add config options: style/preedit_style,
+    style/cursor_type
+  * feat(plugins): use librime's internal plugin loader
+  * fix(logging): wrong log file name
+  * fix(rime_engine): ignore keys with super modifier
+  * fix(rime_main): deploy ibus_rime.yaml on maintenance
+  * submodules: migrate to rime/plum
+
+-------------------------------------------------------------------

Old:
----
  _service
  ibus-rime-1.4.1~git20201204.bfabe67.tar.xz

New:
----
  ibus-rime-1.5.0.tar.gz

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

Other differences:
------------------
++++++ ibus-rime.spec ++++++
--- /var/tmp/diff_new_pack.7ITS4J/_old  2021-05-08 22:08:53.693358756 +0200
+++ /var/tmp/diff_new_pack.7ITS4J/_new  2021-05-08 22:08:53.697358738 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package ibus-rime
 #
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2021 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,27 +17,19 @@
 
 
 Name:           ibus-rime
-Version:        1.4.1~git20201204.bfabe67
+Version:        1.5.0
 Release:        0
 Summary:        Rime for Linux/IBus
 License:        GPL-3.0-or-later
 Group:          System/I18n/Chinese
 URL:            https://github.com/rime/ibus-rime
-Source:         %{name}-%{version}.tar.xz
-%if 0%{?suse_version} > 1325
+Source:         
%{URL}/archive/refs/tags/%{version}.tar.gz#/%{name}-%{version}.tar.gz
 BuildRequires:  libboost_headers-devel
-%else
-BuildRequires:  boost-devel
-%endif
-BuildRequires:  brise
-BuildRequires:  cmake >= 2.8
+BuildRequires:  cmake >= 3.10
 BuildRequires:  gcc-c++
-BuildRequires:  ibus-devel
-BuildRequires:  libkyotocabinet-devel
-BuildRequires:  libnotify-devel
-BuildRequires:  librime-devel >= 1.0
-BuildRequires:  opencc-devel
-Requires:       rime
+BuildRequires:  pkgconfig(libnotify)
+BuildRequires:  pkgconfig(ibus-1.0)
+BuildRequires:  pkgconfig(rime)
 
 %description
 Rime Input Method Engine for Linux/IBus
@@ -46,18 +38,21 @@
 %setup -q
 
 %build
+%cmake \
+  -DCMAKE_INSTALL_LIBEXECDIR=%{_libexecdir} \
+  -DRIME_DATA_DIR=%{_datadir}/rime-data
 %make_build
 
 %install
-%make_install
+%cmake_install
 
 %files
-%defattr(-,root,root)
+%license LICENSE
 %doc README.md
 %dir %{_datadir}/rime-data
 %{_ibus_componentdir}/rime.xml
+%{_libexecdir}/ibus-rime/
 %{_datadir}/ibus-rime/
 %{_datadir}/rime-data/ibus_rime.yaml
-%{_prefix}/lib/ibus-rime/
 
 %changelog

Reply via email to