From 26edde9357a34f3ff9dd6ffd047cae482a56ce80 Mon Sep 17 00:00:00 2001 From: Mike FABIAN Date: Tue, 27 Jul 2021 15:01:48 +0200 Subject: [PATCH] Related: rhbz#1974636 Fix license tag --- ibus-typing-booster.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/ibus-typing-booster.spec b/ibus-typing-booster.spec index 6f6c181..5b204ed 100644 --- a/ibus-typing-booster.spec +++ b/ibus-typing-booster.spec @@ -1,8 +1,8 @@ Name: ibus-typing-booster Version: 2.11.0 -Release: 3%{?dist} +Release: 4%{?dist} Summary: A completion input method -License: GPLv3+, ASL 2.0 +License: GPLv3+ and ASL 2.0 URL: https://mike-fabian.github.io/ibus-typing-booster/ Source0: https://github.com/mike-fabian/ibus-typing-booster/releases/download/%{version}/ibus-typing-booster-%{version}.tar.gz Requires: ibus >= 1.5.3 @@ -229,6 +229,9 @@ fi %{_datadir}/applications/emoji-picker.desktop %changelog +* Tue Jul 27 2021 Mike FABIAN - 2.11.0-4 +- Related: rhbz#1974636 Fix license tag + * Wed Jun 30 2021 Mike FABIAN - 2.11.0-3 - Resolves: rhbz#1974636 Delete ibus write-cache in scriptlet - Improve CI tests and add gating.yaml