From 03cc13ad374942b5e5b5bc0b08dc78c26e0ded20 Mon Sep 17 00:00:00 2001 From: Takao Fujiwara Date: Thu, 27 Jan 2022 15:55:49 +0900 Subject: [PATCH] Add 2022 Era --- ibus-anthy-HEAD.patch | 39 +++++++++++++++++++++++++++++++++++++++ ibus-anthy.spec | 6 +++++- 2 files changed, 44 insertions(+), 1 deletion(-) diff --git a/ibus-anthy-HEAD.patch b/ibus-anthy-HEAD.patch index e69de29..6e07cc2 100644 --- a/ibus-anthy-HEAD.patch +++ b/ibus-anthy-HEAD.patch @@ -0,0 +1,39 @@ +From ed993538c711d817e5365630b65f372e0dfd01a7 Mon Sep 17 00:00:00 2001 +From: fujiwarat +Date: Thu, 27 Jan 2022 15:15:13 +0900 +Subject: [PATCH] data: Update era.t with 2022 + +--- + data/era.t | 5 ++++- + 1 file changed, 4 insertions(+), 1 deletion(-) + +diff --git a/data/era.t b/data/era.t +index a6d297e..686271f 100644 +--- a/data/era.t ++++ b/data/era.t +@@ -2,7 +2,7 @@ + # + # ibus-anthy - The Anthy engine for IBus + # +-# Copyright (c) 2010-2021 Takao Fujiwara ++# Copyright (c) 2010-2022 Takao Fujiwara + # Copyright (c) 2010-2013 Red Hat, Inc. + # + # This program is free software; you can redistribute it and/or modify +@@ -338,6 +338,8 @@ + れいわ2 #T35*500 2020 + れいわ3 #T35*500 令和3 + れいわ3 #T35*500 2021 ++れいわ4 #T35*500 令和4 ++れいわ4 #T35*500 2022 + 1868 #T35*500 明治1 + 1869 #T35*500 明治2 + 1870 #T35*500 明治3 +@@ -496,3 +498,4 @@ + 2019 #T35*500 平成31 + 2020 #T35*500 令和2 + 2021 #T35*500 令和3 ++2022 #T35*500 令和4 +-- +2.33.1 + diff --git a/ibus-anthy.spec b/ibus-anthy.spec index 587965b..0a06e0d 100644 --- a/ibus-anthy.spec +++ b/ibus-anthy.spec @@ -18,7 +18,7 @@ Name: ibus-anthy Version: 1.5.14 -Release: 2%{?dist} +Release: 3%{?dist} Summary: The Anthy engine for IBus input platform License: GPLv2+ URL: https://github.com/ibus/ibus/wiki @@ -26,6 +26,7 @@ Source0: https://github.com/ibus/ibus-anthy/releases/download/%{version}/ # Upstreamed patches. # Patch0: %%{name}-HEAD.patch +Patch0: %{name}-HEAD.patch Patch1: %{name}-1938129-default-hiragana.patch BuildRequires: anthy-unicode-devel @@ -155,6 +156,9 @@ make -C data check %{_datadir}/installed-tests/%{name} %changelog +* Thu Jan 27 2022 Takao Fujiwara - 1.5.14-3 +- Add 2022 Era + * Thu Jan 20 2022 Fedora Release Engineering - 1.5.14-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild