From 3925397190da95b15b569092fc020e3d512589e4 Mon Sep 17 00:00:00 2001 From: openeuler-ci-bot <80474298@qq.com> Date: Sat, 21 Nov 2020 06:30:15 +0800 Subject: [PATCH] [patch tracking] 20201121063007667187 - https://github.com/ibus/ibus/commit/02338ce751a1ed5b9b892fba530ec2fe211d314e --- ...8ce751a1ed5b9b892fba530ec2fe211d314e.patch | 23 +++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 02338ce751a1ed5b9b892fba530ec2fe211d314e.patch diff --git a/02338ce751a1ed5b9b892fba530ec2fe211d314e.patch b/02338ce751a1ed5b9b892fba530ec2fe211d314e.patch new file mode 100644 index 0000000..84ff968 --- /dev/null +++ b/02338ce751a1ed5b9b892fba530ec2fe211d314e.patch @@ -0,0 +1,23 @@ +diff --git a/docs/reference/ibus/Makefile.am b/docs/reference/ibus/Makefile.am +index 1ece234c1..0f307bbdc 100644 +--- a/docs/reference/ibus/Makefile.am ++++ b/docs/reference/ibus/Makefile.am +@@ -3,8 +3,8 @@ + # ibus - The Input Bus + # + # Copyright (c) 2007-2015 Peng Huang +-# Copyright (c) 2007-2015 Red Hat, Inc. +-# Copyright (c) 2015 Takao Fujiwara ++# Copyright (c) 2007-2020 Red Hat, Inc. ++# Copyright (c) 2015-2020 Takao Fujiwara + # + # This library is free software; you can redistribute it and/or + # modify it under the terms of the GNU Lesser General Public +@@ -147,6 +147,6 @@ tmpl-build.stamp: trim-build.stamp $(DOC_MODULE)-decl.txt $(SCANOBJ_FILES) $(DO + # clean-local: + # rm -rf tmpl ${DOC_MODULE) + +-CLEANFILES+= *.stamp ++CLEANFILES+= *actions *.stamp + + -include $(top_srcdir)/git.mk