2 Commits

4 changed files with 19 additions and 10 deletions

3
1.5.1.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:5ff00f5b84bc44a8914642d6b759c5c50dab6e9cd6e2eb29c2f5ede0d675858c
size 35122

Binary file not shown.

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Tue Aug 3 11:37:30 UTC 2025 - Cliff Zhao <qzhao@suse.com>
- Update to version 1.5.1:
fix(rime_engine): ignore super modifier in gtk.
- Update ibus-rime.spec:
Change the project URL and source name source address with current
project homepage to fit the SLFO:Main robot check.
-------------------------------------------------------------------
Sun Jan 21 10:35:17 UTC 2024 - Callum Farmer <gmbr3@opensuse.org>

View File

@@ -1,7 +1,7 @@
#
# spec file for package ibus-rime
#
# Copyright (c) 2021 SUSE LLC
# Copyright (c) 2025 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -17,25 +17,25 @@
Name: ibus-rime
Version: 1.5.0
Version: 1.5.1
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: %{URL}/archive/refs/tags/%{version}.tar.gz#/%{name}-%{version}.tar.gz
BuildRequires: libboost_headers-devel
URL: https://rime.im/
Source: https://github.com/rime/%{name}/archive/refs/tags/%{version}.tar.gz
BuildRequires: cmake >= 3.10
BuildRequires: gcc-c++
BuildRequires: pkgconfig(libnotify)
BuildRequires: libboost_headers-devel
BuildRequires: pkgconfig(ibus-1.0)
BuildRequires: pkgconfig(libnotify)
BuildRequires: pkgconfig(rime)
%description
Rime Input Method Engine for Linux/IBus
%prep
%setup -q
%autosetup
%build
%cmake \