Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package ibus-m17n for openSUSE:Factory 
checked in at 2021-02-17 18:12:58
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ibus-m17n (Old)
 and      /work/SRC/openSUSE:Factory/.ibus-m17n.new.28504 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ibus-m17n"

Wed Feb 17 18:12:58 2021 rev:24 rq:873128 version:1.4.4

Changes:
--------
--- /work/SRC/openSUSE:Factory/ibus-m17n/ibus-m17n.changes      2021-01-15 
19:46:07.070011956 +0100
+++ /work/SRC/openSUSE:Factory/.ibus-m17n.new.28504/ibus-m17n.changes   
2021-02-17 18:13:39.710044757 +0100
@@ -1,0 +2,6 @@
+Wed Feb 17 12:27:04 UTC 2021 - Hillwood Yang <hillw...@opensuse.org>
+
+- Update version to 1.4.4
+  * Update translations 
+
+-------------------------------------------------------------------

Old:
----
  ibus-m17n-1.4.3.tar.gz

New:
----
  ibus-m17n-1.4.4.tar.gz

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

Other differences:
------------------
++++++ ibus-m17n.spec ++++++
--- /var/tmp/diff_new_pack.TbUwiV/_old  2021-02-17 18:13:40.174045137 +0100
+++ /var/tmp/diff_new_pack.TbUwiV/_new  2021-02-17 18:13:40.174045137 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package ibus-m17n
 #
-# Copyright (c) 2020-2021 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,7 +17,7 @@
 
 
 Name:           ibus-m17n
-Version:        1.4.3
+Version:        1.4.4
 Release:        0
 Summary:        The M17N engine for IBus platform
 License:        GPL-2.0-or-later
@@ -25,7 +25,6 @@
 Provides:       
locale(ibus:am;ar;as;bn;fa;gu;he;hi;ja;ka;kk;kn;ko;lo;ml;my;ur;ru;vi;zh)
 URL:            https://github.com/ibus/ibus-m17n
 Source:         
https://github.com/ibus/ibus-m17n/releases/download/%{version}/%{name}-%{version}.tar.gz
-BuildRequires:  pkgconfig
 BuildRequires:  pkgconfig(gtk+-3.0)
 BuildRequires:  pkgconfig(ibus-1.0) >= 1.4
 BuildRequires:  pkgconfig(m17n-shell)

++++++ ibus-m17n-1.4.3.tar.gz -> ibus-m17n-1.4.4.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ibus-m17n-1.4.3/Makefile.in 
new/ibus-m17n-1.4.4/Makefile.in
--- old/ibus-m17n-1.4.3/Makefile.in     2020-06-20 11:44:17.000000000 +0200
+++ new/ibus-m17n-1.4.4/Makefile.in     2021-01-28 20:38:34.000000000 +0100
@@ -1,7 +1,7 @@
-# Makefile.in generated by automake 1.16.1 from Makefile.am.
+# Makefile.in generated by automake 1.16.2 from Makefile.am.
 # @configure_input@
 
-# Copyright (C) 1994-2018 Free Software Foundation, Inc.
+# Copyright (C) 1994-2020 Free Software Foundation, Inc.
 
 # This Makefile.in is free software; the Free Software Foundation
 # gives unlimited permission to copy and/or distribute it,
@@ -193,8 +193,8 @@
   $(am__extra_recursive_targets)
 AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
        cscope distdir distdir-am dist dist-all distcheck
-am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) \
-       $(LISP)config.h.in
+am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) \
+       config.h.in
 # Read a list of newline-separated strings from the standard input,
 # and print each of them once, without duplicates.  Input order is
 # *not* preserved.
@@ -717,6 +717,10 @@
        tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c 
>$(distdir).tar.xz
        $(am__post_remove_distdir)
 
+dist-zstd: distdir
+       tardir=$(distdir) && $(am__tar) | zstd -c 
$${ZSTD_CLEVEL-$${ZSTD_OPT--19}} >$(distdir).tar.zst
+       $(am__post_remove_distdir)
+
 dist-tarZ: distdir
        @echo WARNING: "Support for distribution archives compressed with" \
                       "legacy program 'compress' is deprecated." >&2
@@ -759,6 +763,8 @@
          eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).shar.gz | unshar ;;\
        *.zip*) \
          unzip $(distdir).zip ;;\
+       *.tar.zst*) \
+         zstd -dc $(distdir).tar.zst | $(am__untar) ;;\
        esac
        chmod -R a-w $(distdir)
        chmod u+w $(distdir)
@@ -940,7 +946,7 @@
        am--refresh check check-am clean clean-cscope clean-generic \
        clean-libtool clean-local cscope cscopelist-am ctags ctags-am \
        dist dist-all dist-bzip2 dist-gzip dist-lzip dist-shar \
-       dist-tarZ dist-xz dist-zip distcheck distclean \
+       dist-tarZ dist-xz dist-zip dist-zstd distcheck distclean \
        distclean-generic distclean-hdr distclean-libtool \
        distclean-tags distcleancheck distdir distuninstallcheck dvi \
        dvi-am html html-am info info-am install install-am \
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ibus-m17n-1.4.3/aclocal.m4 
new/ibus-m17n-1.4.4/aclocal.m4
--- old/ibus-m17n-1.4.3/aclocal.m4      2020-06-20 11:44:16.000000000 +0200
+++ new/ibus-m17n-1.4.4/aclocal.m4      2021-01-28 20:38:32.000000000 +0100
@@ -1,6 +1,6 @@
-# generated automatically by aclocal 1.16.1 -*- Autoconf -*-
+# generated automatically by aclocal 1.16.2 -*- Autoconf -*-
 
-# Copyright (C) 1996-2018 Free Software Foundation, Inc.
+# Copyright (C) 1996-2020 Free Software Foundation, Inc.
 
 # This file is free software; the Free Software Foundation
 # gives unlimited permission to copy and/or distribute it,
@@ -364,7 +364,7 @@
         [AC_DEFINE([HAVE_][$1], 1, [Enable ]m4_tolower([$1])[ support])])
 ])dnl PKG_HAVE_DEFINE_WITH_MODULES
 
-# Copyright (C) 2002-2018 Free Software Foundation, Inc.
+# Copyright (C) 2002-2020 Free Software Foundation, Inc.
 #
 # This file is free software; the Free Software Foundation
 # gives unlimited permission to copy and/or distribute it,
@@ -379,7 +379,7 @@
 [am__api_version='1.16'
 dnl Some users find AM_AUTOMAKE_VERSION and mistake it for a way to
 dnl require some minimum version.  Point them to the right macro.
-m4_if([$1], [1.16.1], [],
+m4_if([$1], [1.16.2], [],
       [AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl
 ])
 
@@ -395,14 +395,14 @@
 # Call AM_AUTOMAKE_VERSION and AM_AUTOMAKE_VERSION so they can be traced.
 # This function is AC_REQUIREd by AM_INIT_AUTOMAKE.
 AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION],
-[AM_AUTOMAKE_VERSION([1.16.1])dnl
+[AM_AUTOMAKE_VERSION([1.16.2])dnl
 m4_ifndef([AC_AUTOCONF_VERSION],
   [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl
 _AM_AUTOCONF_VERSION(m4_defn([AC_AUTOCONF_VERSION]))])
 
 # AM_AUX_DIR_EXPAND                                         -*- Autoconf -*-
 
-# Copyright (C) 2001-2018 Free Software Foundation, Inc.
+# Copyright (C) 2001-2020 Free Software Foundation, Inc.
 #
 # This file is free software; the Free Software Foundation
 # gives unlimited permission to copy and/or distribute it,
@@ -454,7 +454,7 @@
 
 # AM_CONDITIONAL                                            -*- Autoconf -*-
 
-# Copyright (C) 1997-2018 Free Software Foundation, Inc.
+# Copyright (C) 1997-2020 Free Software Foundation, Inc.
 #
 # This file is free software; the Free Software Foundation
 # gives unlimited permission to copy and/or distribute it,
@@ -485,7 +485,7 @@
 Usually this means the macro was only invoked conditionally.]])
 fi])])
 
-# Copyright (C) 1999-2018 Free Software Foundation, Inc.
+# Copyright (C) 1999-2020 Free Software Foundation, Inc.
 #
 # This file is free software; the Free Software Foundation
 # gives unlimited permission to copy and/or distribute it,
@@ -676,7 +676,7 @@
 
 # Generate code to set up dependency tracking.              -*- Autoconf -*-
 
-# Copyright (C) 1999-2018 Free Software Foundation, Inc.
+# Copyright (C) 1999-2020 Free Software Foundation, Inc.
 #
 # This file is free software; the Free Software Foundation
 # gives unlimited permission to copy and/or distribute it,
@@ -715,7 +715,9 @@
   done
   if test $am_rc -ne 0; then
     AC_MSG_FAILURE([Something went wrong bootstrapping makefile fragments
-    for automatic dependency tracking.  Try re-running configure with the
+    for automatic dependency tracking.  If GNU make was not used, consider
+    re-running the configure script with MAKE="gmake" (or whatever is
+    necessary).  You can also try re-running configure with the
     '--disable-dependency-tracking' option to at least be able to build
     the package (albeit without support for automatic dependency tracking).])
   fi
@@ -742,7 +744,7 @@
 
 # Do all the work for Automake.                             -*- Autoconf -*-
 
-# Copyright (C) 1996-2018 Free Software Foundation, Inc.
+# Copyright (C) 1996-2020 Free Software Foundation, Inc.
 #
 # This file is free software; the Free Software Foundation
 # gives unlimited permission to copy and/or distribute it,
@@ -939,7 +941,7 @@
 done
 echo "timestamp for $_am_arg" 
>`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count])
 
-# Copyright (C) 2001-2018 Free Software Foundation, Inc.
+# Copyright (C) 2001-2020 Free Software Foundation, Inc.
 #
 # This file is free software; the Free Software Foundation
 # gives unlimited permission to copy and/or distribute it,
@@ -960,7 +962,7 @@
 fi
 AC_SUBST([install_sh])])
 
-# Copyright (C) 2003-2018 Free Software Foundation, Inc.
+# Copyright (C) 2003-2020 Free Software Foundation, Inc.
 #
 # This file is free software; the Free Software Foundation
 # gives unlimited permission to copy and/or distribute it,
@@ -982,7 +984,7 @@
 # Add --enable-maintainer-mode option to configure.         -*- Autoconf -*-
 # From Jim Meyering
 
-# Copyright (C) 1996-2018 Free Software Foundation, Inc.
+# Copyright (C) 1996-2020 Free Software Foundation, Inc.
 #
 # This file is free software; the Free Software Foundation
 # gives unlimited permission to copy and/or distribute it,
@@ -1017,7 +1019,7 @@
 
 # Check to see how 'make' treats includes.                 -*- Autoconf -*-
 
-# Copyright (C) 2001-2018 Free Software Foundation, Inc.
+# Copyright (C) 2001-2020 Free Software Foundation, Inc.
 #
 # This file is free software; the Free Software Foundation
 # gives unlimited permission to copy and/or distribute it,
@@ -1060,7 +1062,7 @@
 
 # Fake the existence of programs that GNU maintainers use.  -*- Autoconf -*-
 
-# Copyright (C) 1997-2018 Free Software Foundation, Inc.
+# Copyright (C) 1997-2020 Free Software Foundation, Inc.
 #
 # This file is free software; the Free Software Foundation
 # gives unlimited permission to copy and/or distribute it,
@@ -1099,7 +1101,7 @@
 
 # Helper functions for option handling.                     -*- Autoconf -*-
 
-# Copyright (C) 2001-2018 Free Software Foundation, Inc.
+# Copyright (C) 2001-2020 Free Software Foundation, Inc.
 #
 # This file is free software; the Free Software Foundation
 # gives unlimited permission to copy and/or distribute it,
@@ -1128,7 +1130,7 @@
 AC_DEFUN([_AM_IF_OPTION],
 [m4_ifset(_AM_MANGLE_OPTION([$1]), [$2], [$3])])
 
-# Copyright (C) 1999-2018 Free Software Foundation, Inc.
+# Copyright (C) 1999-2020 Free Software Foundation, Inc.
 #
 # This file is free software; the Free Software Foundation
 # gives unlimited permission to copy and/or distribute it,
@@ -1175,7 +1177,7 @@
 # For backward compatibility.
 AC_DEFUN_ONCE([AM_PROG_CC_C_O], [AC_REQUIRE([AC_PROG_CC])])
 
-# Copyright (C) 2001-2018 Free Software Foundation, Inc.
+# Copyright (C) 2001-2020 Free Software Foundation, Inc.
 #
 # This file is free software; the Free Software Foundation
 # gives unlimited permission to copy and/or distribute it,
@@ -1194,7 +1196,7 @@
 
 # Check to make sure that the build environment is sane.    -*- Autoconf -*-
 
-# Copyright (C) 1996-2018 Free Software Foundation, Inc.
+# Copyright (C) 1996-2020 Free Software Foundation, Inc.
 #
 # This file is free software; the Free Software Foundation
 # gives unlimited permission to copy and/or distribute it,
@@ -1275,7 +1277,7 @@
 rm -f conftest.file
 ])
 
-# Copyright (C) 2009-2018 Free Software Foundation, Inc.
+# Copyright (C) 2009-2020 Free Software Foundation, Inc.
 #
 # This file is free software; the Free Software Foundation
 # gives unlimited permission to copy and/or distribute it,
@@ -1335,7 +1337,7 @@
 _AM_SUBST_NOTMAKE([AM_BACKSLASH])dnl
 ])
 
-# Copyright (C) 2001-2018 Free Software Foundation, Inc.
+# Copyright (C) 2001-2020 Free Software Foundation, Inc.
 #
 # This file is free software; the Free Software Foundation
 # gives unlimited permission to copy and/or distribute it,
@@ -1363,7 +1365,7 @@
 INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
 AC_SUBST([INSTALL_STRIP_PROGRAM])])
 
-# Copyright (C) 2006-2018 Free Software Foundation, Inc.
+# Copyright (C) 2006-2020 Free Software Foundation, Inc.
 #
 # This file is free software; the Free Software Foundation
 # gives unlimited permission to copy and/or distribute it,
@@ -1382,7 +1384,7 @@
 
 # Check how to create a tarball.                            -*- Autoconf -*-
 
-# Copyright (C) 2004-2018 Free Software Foundation, Inc.
+# Copyright (C) 2004-2020 Free Software Foundation, Inc.
 #
 # This file is free software; the Free Software Foundation
 # gives unlimited permission to copy and/or distribute it,
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ibus-m17n-1.4.3/compile new/ibus-m17n-1.4.4/compile
--- old/ibus-m17n-1.4.3/compile 2020-06-20 11:44:17.000000000 +0200
+++ new/ibus-m17n-1.4.4/compile 2021-01-28 20:38:34.000000000 +0100
@@ -3,7 +3,7 @@
 
 scriptversion=2018-03-07.03; # UTC
 
-# Copyright (C) 1999-2018 Free Software Foundation, Inc.
+# Copyright (C) 1999-2020 Free Software Foundation, Inc.
 # Written by Tom Tromey <tro...@cygnus.com>.
 #
 # This program is free software; you can redistribute it and/or modify
@@ -53,7 +53,7 @@
          MINGW*)
            file_conv=mingw
            ;;
-         CYGWIN*)
+         CYGWIN* | MSYS*)
            file_conv=cygwin
            ;;
          *)
@@ -67,7 +67,7 @@
        mingw/*)
          file=`cmd //C echo "$file " | sed -e 's/"\(.*\) " *$/\1/'`
          ;;
-       cygwin/*)
+       cygwin/* | msys/*)
          file=`cygpath -m "$file" || echo "$file"`
          ;;
        wine/*)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ibus-m17n-1.4.3/configure 
new/ibus-m17n-1.4.4/configure
--- old/ibus-m17n-1.4.3/configure       2020-06-20 11:44:16.000000000 +0200
+++ new/ibus-m17n-1.4.4/configure       2021-01-28 20:38:33.000000000 +0100
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for ibus-m17n 1.4.3.
+# Generated by GNU Autoconf 2.69 for ibus-m17n 1.4.4.
 #
 # Report bugs to <http://code.google.com/p/ibus/issues/entry>.
 #
@@ -590,8 +590,8 @@
 # Identity of this package.
 PACKAGE_NAME='ibus-m17n'
 PACKAGE_TARNAME='ibus-m17n'
-PACKAGE_VERSION='1.4.3'
-PACKAGE_STRING='ibus-m17n 1.4.3'
+PACKAGE_VERSION='1.4.4'
+PACKAGE_STRING='ibus-m17n 1.4.4'
 PACKAGE_BUGREPORT='http://code.google.com/p/ibus/issues/entry'
 PACKAGE_URL=''
 
@@ -1376,7 +1376,7 @@
   # Omit some internal or obsolete options to make the list less imposing.
   # This message is too long to be a string in the A/UX 3.1 sh.
   cat <<_ACEOF
-\`configure' configures ibus-m17n 1.4.3 to adapt to many kinds of systems.
+\`configure' configures ibus-m17n 1.4.4 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1446,7 +1446,7 @@
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
-     short | recursive ) echo "Configuration of ibus-m17n 1.4.3:";;
+     short | recursive ) echo "Configuration of ibus-m17n 1.4.4:";;
    esac
   cat <<\_ACEOF
 
@@ -1581,7 +1581,7 @@
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-ibus-m17n configure 1.4.3
+ibus-m17n configure 1.4.4
 generated by GNU Autoconf 2.69
 
 Copyright (C) 2012 Free Software Foundation, Inc.
@@ -2071,7 +2071,7 @@
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by ibus-m17n $as_me 1.4.3, which was
+It was created by ibus-m17n $as_me 1.4.4, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   $ $0 $@
@@ -2935,7 +2935,7 @@
 
 # Define the identity of the package.
  PACKAGE='ibus-m17n'
- VERSION='1.4.3'
+ VERSION='1.4.4'
 
 
 cat >>confdefs.h <<_ACEOF
@@ -4573,9 +4573,9 @@
 
 # define PACKAGE_VERSION_* variables
 
-  PACKAGE_VERSION_MAJOR=$(echo 1.4.3 | cut -d'.' -f1)
-  PACKAGE_VERSION_MINOR=$(echo 1.4.3 | cut -d'.' -f2)
-  PACKAGE_VERSION_MICRO=$(echo 1.4.3 | cut -d'.' -f3)
+  PACKAGE_VERSION_MAJOR=$(echo 1.4.4 | cut -d'.' -f1)
+  PACKAGE_VERSION_MINOR=$(echo 1.4.4 | cut -d'.' -f2)
+  PACKAGE_VERSION_MICRO=$(echo 1.4.4 | cut -d'.' -f3)
 
 
 
@@ -4585,7 +4585,7 @@
   { $as_echo "$as_me:${as_lineno-$LINENO}: checking nano version" >&5
 $as_echo_n "checking nano version... " >&6; }
 
-  NANO=$(echo 1.4.3 | cut -d'.' -f4)
+  NANO=$(echo 1.4.4 | cut -d'.' -f4)
 
   if test x"$NANO" = x || test "x$NANO" = "x0" ; then
     { $as_echo "$as_me:${as_lineno-$LINENO}: result: 0 (release)" >&5
@@ -20075,7 +20075,7 @@
 # report actual input values of CONFIG_FILES etc. instead of their
 # values after options handling.
 ac_log="
-This file was extended by ibus-m17n $as_me 1.4.3, which was
+This file was extended by ibus-m17n $as_me 1.4.4, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   CONFIG_FILES    = $CONFIG_FILES
@@ -20141,7 +20141,7 @@
 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; 
s/[\\""\`\$]/\\\\&/g'`"
 ac_cs_version="\\
-ibus-m17n config.status 1.4.3
+ibus-m17n config.status 1.4.4
 configured by $0, generated by GNU Autoconf 2.69,
   with options \\"\$ac_cs_config\\"
 
@@ -21345,7 +21345,9 @@
     { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
 as_fn_error $? "Something went wrong bootstrapping makefile fragments
-    for automatic dependency tracking.  Try re-running configure with the
+    for automatic dependency tracking.  If GNU make was not used, consider
+    re-running the configure script with MAKE=\"gmake\" (or whatever is
+    necessary).  You can also try re-running configure with the
     '--disable-dependency-tracking' option to at least be able to build
     the package (albeit without support for automatic dependency tracking).
 See \`config.log' for more details" "$LINENO" 5; }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ibus-m17n-1.4.3/configure.ac 
new/ibus-m17n-1.4.4/configure.ac
--- old/ibus-m17n-1.4.3/configure.ac    2020-06-20 11:41:47.000000000 +0200
+++ new/ibus-m17n-1.4.4/configure.ac    2021-01-28 20:35:56.000000000 +0100
@@ -22,7 +22,7 @@
 m4_define([ibus_released], [1])
 m4_define([ibus_major_version], [1])
 m4_define([ibus_minor_version], [4])
-m4_define([ibus_micro_version], [3])
+m4_define([ibus_micro_version], [4])
 m4_define(ibus_maybe_datestamp,
     m4_esyscmd([if test x]ibus_released[ != x1; then date +.%Y%m%d | tr -d 
'\n\r'; fi]))
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ibus-m17n-1.4.3/depcomp new/ibus-m17n-1.4.4/depcomp
--- old/ibus-m17n-1.4.3/depcomp 2020-06-20 11:44:18.000000000 +0200
+++ new/ibus-m17n-1.4.4/depcomp 2021-01-28 20:38:34.000000000 +0100
@@ -3,7 +3,7 @@
 
 scriptversion=2018-03-07.03; # UTC
 
-# Copyright (C) 1999-2018 Free Software Foundation, Inc.
+# Copyright (C) 1999-2020 Free Software Foundation, Inc.
 
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ibus-m17n-1.4.3/icons/Makefile.in 
new/ibus-m17n-1.4.4/icons/Makefile.in
--- old/ibus-m17n-1.4.3/icons/Makefile.in       2020-06-20 11:44:17.000000000 
+0200
+++ new/ibus-m17n-1.4.4/icons/Makefile.in       2021-01-28 20:38:34.000000000 
+0100
@@ -1,7 +1,7 @@
-# Makefile.in generated by automake 1.16.1 from Makefile.am.
+# Makefile.in generated by automake 1.16.2 from Makefile.am.
 # @configure_input@
 
-# Copyright (C) 1994-2018 Free Software Foundation, Inc.
+# Copyright (C) 1994-2020 Free Software Foundation, Inc.
 
 # This Makefile.in is free software; the Free Software Foundation
 # gives unlimited permission to copy and/or distribute it,
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ibus-m17n-1.4.3/install-sh 
new/ibus-m17n-1.4.4/install-sh
--- old/ibus-m17n-1.4.3/install-sh      2020-06-20 11:44:17.000000000 +0200
+++ new/ibus-m17n-1.4.4/install-sh      2021-01-28 20:38:34.000000000 +0100
@@ -451,7 +451,18 @@
     trap 'ret=$?; rm -f "$dsttmp" "$rmtmp" && exit $ret' 0
 
     # Copy the file name to the temp name.
-    (umask $cp_umask && $doit_exec $cpprog "$src" "$dsttmp") &&
+    (umask $cp_umask &&
+     { test -z "$stripcmd" || {
+        # Create $dsttmp read-write so that cp doesn't create it read-only,
+        # which would cause strip to fail.
+        if test -z "$doit"; then
+          : >"$dsttmp" # No need to fork-exec 'touch'.
+        else
+          $doit touch "$dsttmp"
+        fi
+       }
+     } &&
+     $doit_exec $cpprog "$src" "$dsttmp") &&
 
     # and set any options; do chmod last to preserve setuid bits.
     #
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ibus-m17n-1.4.3/m17n.appdata.xml 
new/ibus-m17n-1.4.4/m17n.appdata.xml
--- old/ibus-m17n-1.4.3/m17n.appdata.xml        2020-06-20 11:41:22.000000000 
+0200
+++ new/ibus-m17n-1.4.4/m17n.appdata.xml        2021-01-28 20:37:03.000000000 
+0100
@@ -17,6 +17,16 @@
   <url type="bugtracker">https://github.com/ibus/ibus-m17n/issues</url>
   <url type="help">https://github.com/ibus/ibus-m17n</url>
   <releases>
+    <release version="1.4.4" date="2021-01-28" urgency="medium">
+      <description>
+        <p>This new stable release includes these changes:</p>
+        <ul>
+          <li>
+            Translation update from Weblate, zh_CN now 100% complete.
+          </li>
+        </ul>
+      </description>
+    </release>
     <release version="1.4.3" date="2020-06-20" urgency="medium">
       <description>
         <p>This new stable release includes these changes:</p>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ibus-m17n-1.4.3/m4/Makefile.in 
new/ibus-m17n-1.4.4/m4/Makefile.in
--- old/ibus-m17n-1.4.3/m4/Makefile.in  2020-06-20 11:44:17.000000000 +0200
+++ new/ibus-m17n-1.4.4/m4/Makefile.in  2021-01-28 20:38:34.000000000 +0100
@@ -1,7 +1,7 @@
-# Makefile.in generated by automake 1.16.1 from Makefile.am.
+# Makefile.in generated by automake 1.16.2 from Makefile.am.
 # @configure_input@
 
-# Copyright (C) 1994-2018 Free Software Foundation, Inc.
+# Copyright (C) 1994-2020 Free Software Foundation, Inc.
 
 # This Makefile.in is free software; the Free Software Foundation
 # gives unlimited permission to copy and/or distribute it,
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ibus-m17n-1.4.3/missing new/ibus-m17n-1.4.4/missing
--- old/ibus-m17n-1.4.3/missing 2020-06-20 11:44:17.000000000 +0200
+++ new/ibus-m17n-1.4.4/missing 2021-01-28 20:38:34.000000000 +0100
@@ -3,7 +3,7 @@
 
 scriptversion=2018-03-07.03; # UTC
 
-# Copyright (C) 1996-2018 Free Software Foundation, Inc.
+# Copyright (C) 1996-2020 Free Software Foundation, Inc.
 # Originally written by Fran,cois Pinard <pin...@iro.umontreal.ca>, 1996.
 
 # This program is free software; you can redistribute it and/or modify
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ibus-m17n-1.4.3/po/de.po new/ibus-m17n-1.4.4/po/de.po
--- old/ibus-m17n-1.4.3/po/de.po        2020-06-20 11:45:44.000000000 +0200
+++ new/ibus-m17n-1.4.4/po/de.po        2021-01-28 20:38:52.000000000 +0100
@@ -9,7 +9,7 @@
 msgstr ""
 "Project-Id-Version: ibus-m17n 1.4.0\n"
 "Report-Msgid-Bugs-To: http://code.google.com/p/ibus/issues/entry\n";
-"POT-Creation-Date: 2020-06-20 11:45+0200\n"
+"POT-Creation-Date: 2021-01-28 20:38+0100\n"
 "PO-Revision-Date: 2019-12-19 09:38+0000\n"
 "Last-Translator: Mike FABIAN <mfab...@redhat.com>\n"
 "Language-Team: German <https://translate.stg.fedoraproject.org/projects/ibus-";
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ibus-m17n-1.4.3/po/es.po new/ibus-m17n-1.4.4/po/es.po
--- old/ibus-m17n-1.4.3/po/es.po        2020-06-20 11:45:44.000000000 +0200
+++ new/ibus-m17n-1.4.4/po/es.po        2021-01-28 20:38:52.000000000 +0100
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: ibus-m17n 1.4.1\n"
 "Report-Msgid-Bugs-To: http://code.google.com/p/ibus/issues/entry\n";
-"POT-Creation-Date: 2020-06-20 11:45+0200\n"
+"POT-Creation-Date: 2021-01-28 20:38+0100\n"
 "PO-Revision-Date: 2020-06-19 12:40+0000\n"
 "Last-Translator: Emilio Herrera <ehespinos...@gmail.com>\n"
 "Language-Team: Spanish <https://translate.fedoraproject.org/projects/ibus-";
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ibus-m17n-1.4.3/po/fa.po new/ibus-m17n-1.4.4/po/fa.po
--- old/ibus-m17n-1.4.3/po/fa.po        2020-06-20 11:45:44.000000000 +0200
+++ new/ibus-m17n-1.4.4/po/fa.po        2021-01-28 20:38:52.000000000 +0100
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: ibus-m17n 1.4.1\n"
 "Report-Msgid-Bugs-To: http://code.google.com/p/ibus/issues/entry\n";
-"POT-Creation-Date: 2020-06-20 11:45+0200\n"
+"POT-Creation-Date: 2021-01-28 20:38+0100\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ibus-m17n-1.4.3/po/fr.po new/ibus-m17n-1.4.4/po/fr.po
--- old/ibus-m17n-1.4.3/po/fr.po        2020-06-20 11:45:44.000000000 +0200
+++ new/ibus-m17n-1.4.4/po/fr.po        2021-01-28 20:38:52.000000000 +0100
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: ibus-m17n 1.4.1\n"
 "Report-Msgid-Bugs-To: http://code.google.com/p/ibus/issues/entry\n";
-"POT-Creation-Date: 2020-06-20 11:45+0200\n"
+"POT-Creation-Date: 2021-01-28 20:38+0100\n"
 "PO-Revision-Date: 2020-01-18 16:32+0000\n"
 "Last-Translator: Julien Humbert <julro...@gmail.com>\n"
 "Language-Team: French <https://translate.stg.fedoraproject.org/projects/ibus-";
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ibus-m17n-1.4.3/po/ibus-m17n.pot 
new/ibus-m17n-1.4.4/po/ibus-m17n.pot
--- old/ibus-m17n-1.4.3/po/ibus-m17n.pot        2020-06-20 11:45:44.000000000 
+0200
+++ new/ibus-m17n-1.4.4/po/ibus-m17n.pot        2021-01-28 20:38:52.000000000 
+0100
@@ -6,9 +6,9 @@
 #, fuzzy
 msgid ""
 msgstr ""
-"Project-Id-Version: ibus-m17n 1.4.3\n"
+"Project-Id-Version: ibus-m17n 1.4.4\n"
 "Report-Msgid-Bugs-To: http://code.google.com/p/ibus/issues/entry\n";
-"POT-Creation-Date: 2020-06-20 11:45+0200\n"
+"POT-Creation-Date: 2021-01-28 20:38+0100\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
 "Language-Team: LANGUAGE <l...@li.org>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ibus-m17n-1.4.3/po/id.po new/ibus-m17n-1.4.4/po/id.po
--- old/ibus-m17n-1.4.3/po/id.po        2020-06-20 11:45:44.000000000 +0200
+++ new/ibus-m17n-1.4.4/po/id.po        2021-01-28 20:38:52.000000000 +0100
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: ibus-m17n 1.4.1\n"
 "Report-Msgid-Bugs-To: http://code.google.com/p/ibus/issues/entry\n";
-"POT-Creation-Date: 2020-06-20 11:45+0200\n"
+"POT-Creation-Date: 2021-01-28 20:38+0100\n"
 "PO-Revision-Date: 2019-12-20 00:06+0000\n"
 "Last-Translator: Mike FABIAN <mfab...@redhat.com>\n"
 "Language-Team: Indonesian <https://translate.stg.fedoraproject.org/projects/";
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ibus-m17n-1.4.3/po/ja.po new/ibus-m17n-1.4.4/po/ja.po
--- old/ibus-m17n-1.4.3/po/ja.po        2020-06-20 11:45:44.000000000 +0200
+++ new/ibus-m17n-1.4.4/po/ja.po        2021-01-28 20:38:52.000000000 +0100
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: ibus-m17n 1.4.1\n"
 "Report-Msgid-Bugs-To: http://code.google.com/p/ibus/issues/entry\n";
-"POT-Creation-Date: 2020-06-20 11:45+0200\n"
+"POT-Creation-Date: 2021-01-28 20:38+0100\n"
 "PO-Revision-Date: 2019-12-19 09:38+0000\n"
 "Last-Translator: Mike FABIAN <mfab...@redhat.com>\n"
 "Language-Team: Japanese <https://translate.stg.fedoraproject.org/projects/";
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ibus-m17n-1.4.3/po/pt_BR.po 
new/ibus-m17n-1.4.4/po/pt_BR.po
--- old/ibus-m17n-1.4.3/po/pt_BR.po     2020-06-20 11:45:44.000000000 +0200
+++ new/ibus-m17n-1.4.4/po/pt_BR.po     2021-01-28 20:38:52.000000000 +0100
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: ibus-m17n 1.4.1\n"
 "Report-Msgid-Bugs-To: http://code.google.com/p/ibus/issues/entry\n";
-"POT-Creation-Date: 2020-06-20 11:45+0200\n"
+"POT-Creation-Date: 2021-01-28 20:38+0100\n"
 "PO-Revision-Date: 2020-01-14 14:15+0000\n"
 "Last-Translator: Mike FABIAN <mfab...@redhat.com>\n"
 "Language-Team: Portuguese (Brazil) <https://translate.stg.fedoraproject.org/";
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ibus-m17n-1.4.3/po/tr.po new/ibus-m17n-1.4.4/po/tr.po
--- old/ibus-m17n-1.4.3/po/tr.po        2020-06-20 11:45:44.000000000 +0200
+++ new/ibus-m17n-1.4.4/po/tr.po        2021-01-28 20:38:52.000000000 +0100
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: ibus-m17n 1.4.0\n"
 "Report-Msgid-Bugs-To: http://code.google.com/p/ibus/issues/entry\n";
-"POT-Creation-Date: 2020-06-20 11:45+0200\n"
+"POT-Creation-Date: 2021-01-28 20:38+0100\n"
 "PO-Revision-Date: 2019-12-19 11:20+0000\n"
 "Last-Translator: O??uz Ersen <oguzer...@protonmail.com>\n"
 "Language-Team: Turkish <https://translate.stg.fedoraproject.org/projects/";
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ibus-m17n-1.4.3/po/uk.po new/ibus-m17n-1.4.4/po/uk.po
--- old/ibus-m17n-1.4.3/po/uk.po        2020-06-20 11:45:44.000000000 +0200
+++ new/ibus-m17n-1.4.4/po/uk.po        2021-01-28 20:38:52.000000000 +0100
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: ibus-m17n 1.4.1\n"
 "Report-Msgid-Bugs-To: http://code.google.com/p/ibus/issues/entry\n";
-"POT-Creation-Date: 2020-06-20 11:45+0200\n"
+"POT-Creation-Date: 2021-01-28 20:38+0100\n"
 "PO-Revision-Date: 2020-01-17 17:15+0000\n"
 "Last-Translator: Yuri Chornoivan <yurc...@ukr.net>\n"
 "Language-Team: Ukrainian <https://translate.stg.fedoraproject.org/projects/";
Binary files old/ibus-m17n-1.4.3/po/zh_CN.gmo and 
new/ibus-m17n-1.4.4/po/zh_CN.gmo differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ibus-m17n-1.4.3/po/zh_CN.po 
new/ibus-m17n-1.4.4/po/zh_CN.po
--- old/ibus-m17n-1.4.3/po/zh_CN.po     2020-06-20 11:45:44.000000000 +0200
+++ new/ibus-m17n-1.4.4/po/zh_CN.po     2021-01-28 20:38:52.000000000 +0100
@@ -3,21 +3,22 @@
 # This file is distributed under the same license as the PACKAGE package.
 # Mike FABIAN <mfab...@redhat.com>, 2019, 2020.
 # chiachen <luojiaz...@gmail.com>, 2020.
+# Dingzhong Chen <wsxy...@gmail.com>, 2021.
 msgid ""
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
 "Report-Msgid-Bugs-To: http://code.google.com/p/ibus/issues/entry\n";
-"POT-Creation-Date: 2020-06-20 11:45+0200\n"
-"PO-Revision-Date: 2020-01-15 09:30+0000\n"
-"Last-Translator: chiachen <luojiaz...@gmail.com>\n"
-"Language-Team: Chinese (Simplified) <https://translate.stg.fedoraproject.org/";
+"POT-Creation-Date: 2021-01-28 20:38+0100\n"
+"PO-Revision-Date: 2021-01-28 17:40+0000\n"
+"Last-Translator: Dingzhong Chen <wsxy...@gmail.com>\n"
+"Language-Team: Chinese (Simplified) <https://translate.fedoraproject.org/";
 "projects/ibus-m17n/app/zh_CN/>\n"
 "Language: zh_CN\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=utf-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=1; plural=0;\n"
-"X-Generator: Weblate 3.10.1\n"
+"X-Generator: Weblate 4.4.2\n"
 
 #: src/m17nutil.c:342
 msgid "M17N"
@@ -29,90 +30,90 @@
 
 #: src/ibus-m17n-preferences.ui:18
 msgid "Vertical"
-msgstr "??????"
+msgstr "??????"
 
 #: src/ibus-m17n-preferences.ui:22
 msgid "Horizontal"
-msgstr "??????"
+msgstr "??????"
 
 #: src/ibus-m17n-preferences.ui:36
 msgid "Single"
-msgstr ""
+msgstr "???"
 
 #: src/ibus-m17n-preferences.ui:40
 msgid "Double"
-msgstr ""
+msgstr "???"
 
 #: src/ibus-m17n-preferences.ui:44
 msgid "Low"
-msgstr ""
+msgstr "???"
 
 #: src/ibus-m17n-preferences.ui:48
 msgid "None"
-msgstr ""
+msgstr "???"
 
 #: src/ibus-m17n-preferences.ui:57
 msgid "Preferences"
-msgstr ""
+msgstr "?????????"
 
 #: src/ibus-m17n-preferences.ui:172
 msgid "Foreground:"
-msgstr ""
+msgstr "????????????"
 
 #: src/ibus-m17n-preferences.ui:181
 msgid "Background:"
-msgstr ""
+msgstr "????????????"
 
 #: src/ibus-m17n-preferences.ui:196
 msgid "Underline:"
-msgstr ""
+msgstr "????????????"
 
 #: src/ibus-m17n-preferences.ui:211
 msgid "<b>Pre-edit Appearance</b>"
-msgstr ""
+msgstr "<b>??????????????????</b>"
 
 #: src/ibus-m17n-preferences.ui:244
 msgid "Lookup Table Orientation:"
-msgstr ""
+msgstr "?????????????????????"
 
 #: src/ibus-m17n-preferences.ui:260
 msgid "Use US keyboard layout"
-msgstr ""
+msgstr "????????????????????????"
 
 #: src/ibus-m17n-preferences.ui:280
 msgid "<b>Other</b>"
-msgstr ""
+msgstr "<b>??????</b>"
 
 #: src/ibus-m17n-preferences.ui:299
 msgid "General"
-msgstr ""
+msgstr "??????"
 
 #: src/ibus-m17n-preferences.ui:347
 msgid "<b>m17n-lib Configuration</b>"
-msgstr ""
+msgstr "<b>m17n-lib ??????</b>"
 
 #: src/ibus-m17n-preferences.ui:362
 msgid "Advanced"
-msgstr ""
+msgstr "??????"
 
 #: src/ibus-setup-m17n.desktop.in.in:3
 msgid "IBus M17N Setup"
-msgstr ""
+msgstr "IBus M17N ??????"
 
 #: src/ibus-setup-m17n.desktop.in.in:4
 msgid "Set up IBus M17N engine"
-msgstr ""
+msgstr "?????? IBus M17N ??????"
 
 #: m17n.appdata.xml:5
 msgid "Ibus M17N"
-msgstr ""
+msgstr "IBus M17N"
 
 #: m17n.appdata.xml:6
 msgid "M17N input engine for IBus"
-msgstr ""
+msgstr "IBus ??? M17N ????????????"
 
 #: m17n.appdata.xml:8
 msgid ""
 "This multilingualization input method allows entering many languages using "
 "the input methods from the m17n library."
-msgstr ""
+msgstr "????????????????????????????????? m17n 
???????????????????????????????????????????????????"
Binary files old/ibus-m17n-1.4.3/po/zh_TW.gmo and 
new/ibus-m17n-1.4.4/po/zh_TW.gmo differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ibus-m17n-1.4.3/po/zh_TW.po 
new/ibus-m17n-1.4.4/po/zh_TW.po
--- old/ibus-m17n-1.4.3/po/zh_TW.po     2020-06-20 11:45:44.000000000 +0200
+++ new/ibus-m17n-1.4.4/po/zh_TW.po     2021-01-28 20:38:52.000000000 +0100
@@ -1,22 +1,22 @@
 # SOME DESCRIPTIVE TITLE.
 # Copyright (C) YEAR Huang Peng <shawn.p.hu...@gmail.com>
 # This file is distributed under the same license as the ibus-m17n package.
-# Mike FABIAN <mfab...@redhat.com>, 2019.
+# Mike FABIAN <mfab...@redhat.com>, 2019, 2020.
 msgid ""
 msgstr ""
 "Project-Id-Version: ibus-m17n 1.4.1\n"
 "Report-Msgid-Bugs-To: http://code.google.com/p/ibus/issues/entry\n";
-"POT-Creation-Date: 2020-06-20 11:45+0200\n"
-"PO-Revision-Date: 2019-12-18 19:12+0000\n"
+"POT-Creation-Date: 2021-01-28 20:38+0100\n"
+"PO-Revision-Date: 2020-09-11 08:29+0000\n"
 "Last-Translator: Mike FABIAN <mfab...@redhat.com>\n"
-"Language-Team: Chinese (Traditional) <https://translate.stg.fedoraproject.";
-"org/projects/ibus-m17n/app/zh_TW/>\n"
+"Language-Team: Chinese (Traditional) <https://translate.fedoraproject.org/";
+"projects/ibus-m17n/app/zh_TW/>\n"
 "Language: zh_TW\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=1; plural=0;\n"
-"X-Generator: Weblate 3.9.1\n"
+"X-Generator: Weblate 4.2.2\n"
 
 #: src/m17nutil.c:342
 msgid "M17N"
@@ -48,11 +48,11 @@
 
 #: src/ibus-m17n-preferences.ui:48
 msgid "None"
-msgstr ""
+msgstr "???"
 
 #: src/ibus-m17n-preferences.ui:57
 msgid "Preferences"
-msgstr ""
+msgstr "????????????"
 
 #: src/ibus-m17n-preferences.ui:172
 msgid "Foreground:"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ibus-m17n-1.4.3/src/Makefile.in 
new/ibus-m17n-1.4.4/src/Makefile.in
--- old/ibus-m17n-1.4.3/src/Makefile.in 2020-06-20 11:44:18.000000000 +0200
+++ new/ibus-m17n-1.4.4/src/Makefile.in 2021-01-28 20:38:34.000000000 +0100
@@ -1,7 +1,7 @@
-# Makefile.in generated by automake 1.16.1 from Makefile.am.
+# Makefile.in generated by automake 1.16.2 from Makefile.am.
 # @configure_input@
 
-# Copyright (C) 1994-2018 Free Software Foundation, Inc.
+# Copyright (C) 1994-2020 Free Software Foundation, Inc.
 
 # This Makefile.in is free software; the Free Software Foundation
 # gives unlimited permission to copy and/or distribute it,
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ibus-m17n-1.4.3/test-driver 
new/ibus-m17n-1.4.4/test-driver
--- old/ibus-m17n-1.4.3/test-driver     2020-06-20 11:44:18.000000000 +0200
+++ new/ibus-m17n-1.4.4/test-driver     2021-01-28 20:38:34.000000000 +0100
@@ -3,7 +3,7 @@
 
 scriptversion=2018-03-07.03; # UTC
 
-# Copyright (C) 2011-2018 Free Software Foundation, Inc.
+# Copyright (C) 2011-2020 Free Software Foundation, Inc.
 #
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by

Reply via email to