Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package ibus-table for openSUSE:Factory checked in at 2022-09-10 20:17:21 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ibus-table (Old) and /work/SRC/openSUSE:Factory/.ibus-table.new.2083 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ibus-table" Sat Sep 10 20:17:21 2022 rev:32 rq:1002359 version:1.16.12 Changes: -------- --- /work/SRC/openSUSE:Factory/ibus-table/ibus-table.changes 2022-08-06 22:08:46.146763121 +0200 +++ /work/SRC/openSUSE:Factory/.ibus-table.new.2083/ibus-table.changes 2022-09-10 20:17:44.768899135 +0200 @@ -1,0 +2,8 @@ +Fri Sep 9 21:13:07 UTC 2022 - Gordon Leung <piratec...@protonmail.com> - 1.16.12 + +update: 1.16.11 -> 1.16.12 +- Stop using locale.getdefaultlocale() because it is deprecated in Python 3.11 + and will be removed in Python 3.13 +- Add 128x128, 256x256, and svg (remote) icons to ibus-table.appdata.xml + +------------------------------------------------------------------- Old: ---- ibus-table-1.16.11.tar.gz New: ---- ibus-table-1.16.12.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ibus-table.spec ++++++ --- /var/tmp/diff_new_pack.8Tk7V8/_old 2022-09-10 20:17:46.288903044 +0200 +++ /var/tmp/diff_new_pack.8Tk7V8/_new 2022-09-10 20:17:46.292903054 +0200 @@ -17,7 +17,7 @@ Name: ibus-table -Version: 1.16.11 +Version: 1.16.12 Release: 0 Summary: The Table engine for IBus platform License: LGPL-2.1-or-later @@ -57,7 +57,7 @@ %configure --disable-static \ --enable-additional \ --libexecdir=%{_libdir}/ibus -make %{?_smp_mflags} +%make_build %install %make_install NO_INDEX=true ++++++ _service ++++++ --- /var/tmp/diff_new_pack.8Tk7V8/_old 2022-09-10 20:17:46.324903136 +0200 +++ /var/tmp/diff_new_pack.8Tk7V8/_new 2022-09-10 20:17:46.324903136 +0200 @@ -3,7 +3,7 @@ <param name="url">https://github.com/mike-fabian/ibus-table</param> <param name="versionformat">@PARENT_TAG@</param> <param name="scm">git</param> - <param name="revision">f5583ba6dbe3aaca551effa00b8873f9fd5c26ec</param> + <param name="revision">88ac6d921e6252e2d1450f017a519fc12e591138</param> <param name="versionrewrite-pattern">Release (\d+\.\d+\.\d+)</param> <param name="versionrewrite-replacement">\1</param> </service> ++++++ ibus-table-1.16.11.tar.gz -> ibus-table-1.16.12.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ibus-table-1.16.11/ChangeLog new/ibus-table-1.16.12/ChangeLog --- old/ibus-table-1.16.11/ChangeLog 2022-08-06 13:59:41.000000000 +0200 +++ new/ibus-table-1.16.12/ChangeLog 2022-09-05 19:54:09.000000000 +0200 @@ -1,4 +1,42 @@ -commit f5e46fcaa3bcbb76f04d77ca2436e50a96e33047 +commit 0b5125805e26c2f87ab0f668be6a9ef154d05b5c +Author: Mike FABIAN <mfab...@redhat.com> +Date: Mon Sep 5 19:51:48 2022 +0200 + + Release 1.16.12 + +commit 930bfd8ddfe35948aa5e6164f244a79c29cba787 +Author: Mike FABIAN <mfab...@redhat.com> +Date: Mon Sep 5 19:53:06 2022 +0200 + + Update ibus-table.pot (Only line number changes) + +commit 1779f8f9f2cf709092db613c0ad0bc1067ba16ce +Author: Mike FABIAN <mfab...@redhat.com> +Date: Mon Sep 5 14:57:20 2022 +0200 + + Add 128x128, 256x256, and svg (remote) icons to ibus-table.appdata.xml + +commit bbcfba9d5882735b81276ce80c115b6ac5e5502c +Author: Mike FABIAN <mfab...@redhat.com> +Date: Mon Sep 5 14:52:16 2022 +0200 + + Use setlocale() and getlocale() instead of getdefaultlocale() + + Resolves: https://github.com/mike-fabian/ibus-table/issues/120 + +commit 1616f65f4a05c6de634b6aa6580b8ebfad9318e6 +Author: Mike FABIAN <mfab...@redhat.com> +Date: Wed Aug 10 09:19:10 2022 +0200 + + Translated using Weblate (Portuguese (Portugal)) + + Currently translated at 78.0% (114 of 146 strings) + + Co-authored-by: Mike FABIAN <mfab...@redhat.com> + Translate-URL: https://translate.fedoraproject.org/projects/ibus-table/app/pt_PT/ + Translation: ibus-table/app + +commit f5583ba6dbe3aaca551effa00b8873f9fd5c26ec Author: Mike FABIAN <mfab...@redhat.com> Date: Sat Aug 6 13:58:57 2022 +0200 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ibus-table-1.16.11/configure new/ibus-table-1.16.12/configure --- old/ibus-table-1.16.11/configure 2022-08-06 14:02:15.000000000 +0200 +++ new/ibus-table-1.16.12/configure 2022-09-05 19:54:56.000000000 +0200 @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.71 for ibus-table 1.16.11. +# Generated by GNU Autoconf 2.71 for ibus-table 1.16.12. # # Report bugs to <https://github.com/mike-fabian/ibus-table/issues>. # @@ -610,8 +610,8 @@ # Identity of this package. PACKAGE_NAME='ibus-table' PACKAGE_TARNAME='ibus-table' -PACKAGE_VERSION='1.16.11' -PACKAGE_STRING='ibus-table 1.16.11' +PACKAGE_VERSION='1.16.12' +PACKAGE_STRING='ibus-table 1.16.12' PACKAGE_BUGREPORT='https://github.com/mike-fabian/ibus-table/issues' PACKAGE_URL='' @@ -1327,7 +1327,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-table 1.16.11 to adapt to many kinds of systems. +\`configure' configures ibus-table 1.16.12 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1398,7 +1398,7 @@ if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of ibus-table 1.16.11:";; + short | recursive ) echo "Configuration of ibus-table 1.16.12:";; esac cat <<\_ACEOF @@ -1518,7 +1518,7 @@ test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -ibus-table configure 1.16.11 +ibus-table configure 1.16.12 generated by GNU Autoconf 2.71 Copyright (C) 2021 Free Software Foundation, Inc. @@ -1641,7 +1641,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-table $as_me 1.16.11, which was +It was created by ibus-table $as_me 1.16.12, which was generated by GNU Autoconf 2.71. Invocation command line was $ $0$ac_configure_args_raw @@ -2902,7 +2902,7 @@ # Define the identity of the package. PACKAGE='ibus-table' - VERSION='1.16.11' + VERSION='1.16.12' printf "%s\n" "#define PACKAGE \"$PACKAGE\"" >>confdefs.h @@ -7328,7 +7328,7 @@ # report actual input values of CONFIG_FILES etc. instead of their # values after options handling. ac_log=" -This file was extended by ibus-table $as_me 1.16.11, which was +This file was extended by ibus-table $as_me 1.16.12, which was generated by GNU Autoconf 2.71. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -7387,7 +7387,7 @@ cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_cs_config='$ac_cs_config_escaped' ac_cs_version="\\ -ibus-table config.status 1.16.11 +ibus-table config.status 1.16.12 configured by $0, generated by GNU Autoconf 2.71, with options \\"\$ac_cs_config\\" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ibus-table-1.16.11/configure.ac new/ibus-table-1.16.12/configure.ac --- old/ibus-table-1.16.11/configure.ac 2022-08-06 13:56:49.000000000 +0200 +++ new/ibus-table-1.16.12/configure.ac 2022-09-05 19:54:03.000000000 +0200 @@ -25,7 +25,7 @@ m4_define([ibus_released], [1]) m4_define([ibus_major_version], [1]) m4_define([ibus_minor_version], [16]) -m4_define([ibus_micro_version], [11]) +m4_define([ibus_micro_version], [12]) m4_define(ibus_maybe_datestamp, m4_esyscmd([if test ]ibus_released[ != 1; then date +.%Y%m%d | tr -d '\n\r'; fi])) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ibus-table-1.16.11/engine/main.py new/ibus-table-1.16.12/engine/main.py --- old/ibus-table-1.16.11/engine/main.py 2022-06-30 16:34:49.000000000 +0200 +++ new/ibus-table-1.16.12/engine/main.py 2022-09-05 14:50:19.000000000 +0200 @@ -104,7 +104,7 @@ _PROFILE = cProfile.Profile() if _ARGS.xml: - from locale import getdefaultlocale + import locale from xml.etree.ElementTree import Element, SubElement, tostring else: # Avoid importing factory when the --xml option is used because @@ -277,10 +277,9 @@ _longname.text = '' # getdefaultlocale() returns something like ('ja_JP', 'UTF-8'). # In case of C/POSIX locale it returns (None, None) - _locale = getdefaultlocale()[0] - if _locale: - _locale = _locale.lower() - else: + locale.setlocale(locale.LC_ALL, '') + _locale = locale.getlocale(locale.LC_MESSAGES)[0].lower() + if not _locale: _locale = 'en' _longname.text = _sq_db.ime_properties.get( '.'.join(['name', _locale])) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ibus-table-1.16.11/engine/table.xml.in new/ibus-table-1.16.12/engine/table.xml.in --- old/ibus-table-1.16.11/engine/table.xml.in 2022-08-06 14:02:18.000000000 +0200 +++ new/ibus-table-1.16.12/engine/table.xml.in 2022-09-05 19:54:58.000000000 +0200 @@ -4,7 +4,7 @@ <name>org.freedesktop.IBus.Table</name> <description>Table Component</description> <exec>${libexecdir}/ibus-engine-table --ibus</exec> - <version>1.16.11</version> + <version>1.16.12</version> <author>Yuwei Yu <acev...@gmail.com></author> <license>LGPL</license> <homepage>https://github.com/mike-fabian/ibus-table</homepage> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ibus-table-1.16.11/engine/version.py new/ibus-table-1.16.12/engine/version.py --- old/ibus-table-1.16.11/engine/version.py 2022-08-06 14:02:18.000000000 +0200 +++ new/ibus-table-1.16.12/engine/version.py 2022-09-05 19:54:58.000000000 +0200 @@ -24,4 +24,4 @@ ''' Returns the current version number of ibus-table. ''' - return '1.16.11' + return '1.16.12' diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ibus-table-1.16.11/ibus-table.appdata.xml new/ibus-table-1.16.12/ibus-table.appdata.xml --- old/ibus-table-1.16.11/ibus-table.appdata.xml 2022-08-06 13:58:47.000000000 +0200 +++ new/ibus-table-1.16.12/ibus-table.appdata.xml 2022-09-05 19:54:03.000000000 +0200 @@ -26,6 +26,9 @@ </screenshot> </screenshots> <icon type="remote" width="64" height="64">https://raw.githubusercontent.com/mike-fabian/ibus-table/main/icons/64x64/ibus-table.png</icon> + <icon type="remote" width="128" height="128">https://raw.githubusercontent.com/mike-fabian/ibus-table/main/icons/128x128/ibus-table.png</icon> + <icon type="remote" width="256" height="256">https://raw.githubusercontent.com/mike-fabian/ibus-table/main/icons/256x256/ibus-table.png</icon> + <icon type="remote">https://raw.githubusercontent.com/mike-fabian/ibus-table/main/icons/ibus-table.svg</icon> <project_license>LGPL-2.1+</project_license> <developer_name>Mike FABIAN</developer_name> <update_contact>mfab...@redhat.com</update_contact> @@ -35,6 +38,22 @@ <url type="translate">https://translate.fedoraproject.org/projects/ibus-table/</url> <content_rating type="oars-1.1" /> <releases> + <release version="1.16.12" date="2022-09-05" urgency="medium"> + <description> + <p>This new stable release includes these changes:</p> + </description> + <url>https://github.com/mike-fabian/ibus-table/releases/tag/1.16.12</url> + <issues> + <issue url="https://github.com/mike-fabian/ibus-table/issues/120"> + github-mike-fabian-issue#120: Stop using + locale.getdefaultlocale() because it is deprecated in Python + 3.11 and will be removed in Python 3.13 + </issue> + <issue> + Add 128x128, 256x256, and svg (remote) icons to ibus-table.appdata.xml + </issue> + </issues> + </release> <release version="1.16.11" date="2022-08-02" urgency="medium"> <description> <p>This new stable release includes these changes:</p> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ibus-table-1.16.11/ibus-table.spec new/ibus-table-1.16.12/ibus-table.spec --- old/ibus-table-1.16.11/ibus-table.spec 2022-08-06 14:02:18.000000000 +0200 +++ new/ibus-table-1.16.12/ibus-table.spec 2022-09-05 19:54:58.000000000 +0200 @@ -1,5 +1,5 @@ Name: ibus-table -Version: 1.16.11 +Version: 1.16.12 Release: 1%{?dist} Summary: The Table engine for IBus platform License: LGPLv2+ @@ -90,5 +90,5 @@ %{_datadir}/ibus/engine/latex.engine %changelog -* Wed Aug 19 2008 Yu Yuwei <acev...@gmail.com> - 1.16.11-1 +* Wed Aug 19 2008 Yu Yuwei <acev...@gmail.com> - 1.16.12-1 - The first version. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ibus-table-1.16.11/po/ca.po new/ibus-table-1.16.12/po/ca.po --- old/ibus-table-1.16.11/po/ca.po 2022-08-06 14:02:19.000000000 +0200 +++ new/ibus-table-1.16.12/po/ca.po 2022-09-05 19:54:58.000000000 +0200 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://github.com/mike-fabian/ibus-table/issues\n" -"POT-Creation-Date: 2022-08-06 14:02+0200\n" +"POT-Creation-Date: 2022-09-05 19:52+0200\n" "PO-Revision-Date: 2022-01-12 17:33+0000\n" "Last-Translator: Anonymous <nore...@weblate.org>\n" "Language-Team: Catalan <https://translate.fedoraproject.org/projects/ibus-" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ibus-table-1.16.11/po/cs.po new/ibus-table-1.16.12/po/cs.po --- old/ibus-table-1.16.11/po/cs.po 2022-08-06 14:02:19.000000000 +0200 +++ new/ibus-table-1.16.12/po/cs.po 2022-09-05 19:54:58.000000000 +0200 @@ -5,7 +5,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://github.com/mike-fabian/ibus-table/issues\n" -"POT-Creation-Date: 2022-08-06 14:02+0200\n" +"POT-Creation-Date: 2022-09-05 19:52+0200\n" "PO-Revision-Date: 2022-01-12 17:33+0000\n" "Last-Translator: Anonymous <nore...@weblate.org>\n" "Language-Team: Czech <https://translate.fedoraproject.org/projects/ibus-" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ibus-table-1.16.11/po/de.po new/ibus-table-1.16.12/po/de.po --- old/ibus-table-1.16.11/po/de.po 2022-08-06 14:02:19.000000000 +0200 +++ new/ibus-table-1.16.12/po/de.po 2022-09-05 19:54:58.000000000 +0200 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://github.com/mike-fabian/ibus-table/issues\n" -"POT-Creation-Date: 2022-08-06 14:02+0200\n" +"POT-Creation-Date: 2022-09-05 19:52+0200\n" "PO-Revision-Date: 2022-01-12 17:23+0000\n" "Last-Translator: Mike FABIAN <mfab...@redhat.com>\n" "Language-Team: German <https://translate.fedoraproject.org/projects/ibus-" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ibus-table-1.16.11/po/es.po new/ibus-table-1.16.12/po/es.po --- old/ibus-table-1.16.11/po/es.po 2022-08-06 14:02:19.000000000 +0200 +++ new/ibus-table-1.16.12/po/es.po 2022-09-05 19:54:59.000000000 +0200 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://github.com/mike-fabian/ibus-table/issues\n" -"POT-Creation-Date: 2022-08-06 14:02+0200\n" +"POT-Creation-Date: 2022-09-05 19:52+0200\n" "PO-Revision-Date: 2022-01-23 16:16+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-table-1.16.11/po/fa.po new/ibus-table-1.16.12/po/fa.po --- old/ibus-table-1.16.11/po/fa.po 2022-08-06 14:02:20.000000000 +0200 +++ new/ibus-table-1.16.12/po/fa.po 2022-09-05 19:54:59.000000000 +0200 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://github.com/mike-fabian/ibus-table/issues\n" -"POT-Creation-Date: 2022-08-06 14:02+0200\n" +"POT-Creation-Date: 2022-09-05 19:52+0200\n" "PO-Revision-Date: 2022-03-30 07:56+0000\n" "Last-Translator: Anonymous <nore...@weblate.org>\n" "Language-Team: Persian <https://translate.fedoraproject.org/projects/ibus-" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ibus-table-1.16.11/po/fr.po new/ibus-table-1.16.12/po/fr.po --- old/ibus-table-1.16.11/po/fr.po 2022-08-06 14:02:19.000000000 +0200 +++ new/ibus-table-1.16.12/po/fr.po 2022-09-05 19:54:59.000000000 +0200 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://github.com/mike-fabian/ibus-table/issues\n" -"POT-Creation-Date: 2022-08-06 14:02+0200\n" +"POT-Creation-Date: 2022-09-05 19:52+0200\n" "PO-Revision-Date: 2022-02-04 18:16+0000\n" "Last-Translator: Anonymous <nore...@weblate.org>\n" "Language-Team: French <https://translate.fedoraproject.org/projects/ibus-" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ibus-table-1.16.11/po/ibus-table.pot new/ibus-table-1.16.12/po/ibus-table.pot --- old/ibus-table-1.16.11/po/ibus-table.pot 2022-08-06 14:02:19.000000000 +0200 +++ new/ibus-table-1.16.12/po/ibus-table.pot 2022-09-05 19:54:03.000000000 +0200 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://github.com/mike-fabian/ibus-table/issues\n" -"POT-Creation-Date: 2022-08-06 14:02+0200\n" +"POT-Creation-Date: 2022-09-05 19:52+0200\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-table-1.16.11/po/ja.po new/ibus-table-1.16.12/po/ja.po --- old/ibus-table-1.16.11/po/ja.po 2022-08-06 14:02:19.000000000 +0200 +++ new/ibus-table-1.16.12/po/ja.po 2022-09-05 19:54:59.000000000 +0200 @@ -5,7 +5,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://github.com/mike-fabian/ibus-table/issues\n" -"POT-Creation-Date: 2022-08-06 14:02+0200\n" +"POT-Creation-Date: 2022-09-05 19:52+0200\n" "PO-Revision-Date: 2021-05-04 18:33+0000\n" "Last-Translator: Mike FABIAN <mfab...@redhat.com>\n" "Language-Team: Japanese <https://translate.fedoraproject.org/projects/ibus-" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ibus-table-1.16.11/po/pt_BR.po new/ibus-table-1.16.12/po/pt_BR.po --- old/ibus-table-1.16.11/po/pt_BR.po 2022-08-06 14:02:19.000000000 +0200 +++ new/ibus-table-1.16.12/po/pt_BR.po 2022-09-05 19:54:59.000000000 +0200 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://github.com/mike-fabian/ibus-table/issues\n" -"POT-Creation-Date: 2022-08-06 14:02+0200\n" +"POT-Creation-Date: 2022-09-05 19:52+0200\n" "PO-Revision-Date: 2021-09-28 12:00+0000\n" "Last-Translator: Mike FABIAN <mfab...@redhat.com>\n" "Language-Team: Portuguese (Brazil) <https://translate.fedoraproject.org/" Binary files old/ibus-table-1.16.11/po/pt_PT.gmo and new/ibus-table-1.16.12/po/pt_PT.gmo differ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ibus-table-1.16.11/po/pt_PT.po new/ibus-table-1.16.12/po/pt_PT.po --- old/ibus-table-1.16.11/po/pt_PT.po 2022-08-06 14:02:20.000000000 +0200 +++ new/ibus-table-1.16.12/po/pt_PT.po 2022-09-05 19:54:59.000000000 +0200 @@ -3,13 +3,13 @@ # This file is distributed under the same license as the PACKAGE package. # Manuela Silva <mm...@sky.com>, 2020. # Anonymous <nore...@weblate.org>, 2020. -# Mike FABIAN <mfab...@redhat.com>, 2021. +# Mike FABIAN <mfab...@redhat.com>, 2021, 2022. msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://github.com/mike-fabian/ibus-table/issues\n" -"POT-Creation-Date: 2022-08-06 14:02+0200\n" -"PO-Revision-Date: 2021-07-22 15:03+0000\n" +"POT-Creation-Date: 2022-09-05 19:52+0200\n" +"PO-Revision-Date: 2022-08-10 07:19+0000\n" "Last-Translator: Mike FABIAN <mfab...@redhat.com>\n" "Language-Team: Portuguese (Portugal) <https://translate.fedoraproject.org/" "projects/ibus-table/app/pt_PT/>\n" @@ -18,7 +18,7 @@ "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n > 1;\n" -"X-Generator: Weblate 4.7.2\n" +"X-Generator: Weblate 4.13\n" #. Translators: This is the menu entry to select #. when one wants to input only Simplified Chinese. @@ -355,9 +355,8 @@ "dispon??veis algumas tabelas para outros idiomas." #: setup/main.py:114 -#, fuzzy msgid "Initial state" -msgstr "<b>Estado inicial</b>" +msgstr "Estado inicial" #: setup/main.py:115 msgid "Direct input" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ibus-table-1.16.11/po/si.po new/ibus-table-1.16.12/po/si.po --- old/ibus-table-1.16.11/po/si.po 2022-08-06 14:02:20.000000000 +0200 +++ new/ibus-table-1.16.12/po/si.po 2022-09-05 19:54:59.000000000 +0200 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://github.com/mike-fabian/ibus-table/issues\n" -"POT-Creation-Date: 2022-08-06 14:02+0200\n" +"POT-Creation-Date: 2022-09-05 19:52+0200\n" "PO-Revision-Date: 2021-08-26 12:04+0000\n" "Last-Translator: Anonymous <nore...@weblate.org>\n" "Language-Team: Sinhala <https://translate.fedoraproject.org/projects/ibus-" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ibus-table-1.16.11/po/tr.po new/ibus-table-1.16.12/po/tr.po --- old/ibus-table-1.16.11/po/tr.po 2022-08-06 14:02:20.000000000 +0200 +++ new/ibus-table-1.16.12/po/tr.po 2022-09-05 19:54:59.000000000 +0200 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://github.com/mike-fabian/ibus-table/issues\n" -"POT-Creation-Date: 2022-08-06 14:02+0200\n" +"POT-Creation-Date: 2022-09-05 19:52+0200\n" "PO-Revision-Date: 2022-01-13 07:03+0000\n" "Last-Translator: O??uz Ersen <oguzer...@protonmail.com>\n" "Language-Team: Turkish <https://translate.fedoraproject.org/projects/ibus-" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ibus-table-1.16.11/po/uk.po new/ibus-table-1.16.12/po/uk.po --- old/ibus-table-1.16.11/po/uk.po 2022-08-06 14:02:19.000000000 +0200 +++ new/ibus-table-1.16.12/po/uk.po 2022-09-05 19:54:59.000000000 +0200 @@ -5,7 +5,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://github.com/mike-fabian/ibus-table/issues\n" -"POT-Creation-Date: 2022-08-06 14:02+0200\n" +"POT-Creation-Date: 2022-09-05 19:52+0200\n" "PO-Revision-Date: 2022-01-13 07:03+0000\n" "Last-Translator: Yuri Chornoivan <yurc...@ukr.net>\n" "Language-Team: Ukrainian <https://translate.fedoraproject.org/projects/ibus-" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ibus-table-1.16.11/po/zh_CN.po new/ibus-table-1.16.12/po/zh_CN.po --- old/ibus-table-1.16.11/po/zh_CN.po 2022-08-06 14:02:20.000000000 +0200 +++ new/ibus-table-1.16.12/po/zh_CN.po 2022-09-05 19:54:59.000000000 +0200 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://github.com/mike-fabian/ibus-table/issues\n" -"POT-Creation-Date: 2022-08-06 14:02+0200\n" +"POT-Creation-Date: 2022-09-05 19:52+0200\n" "PO-Revision-Date: 2021-07-22 15:03+0000\n" "Last-Translator: Anonymous <nore...@weblate.org>\n" "Language-Team: Chinese (Simplified) <https://translate.fedoraproject.org/" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ibus-table-1.16.11/po/zh_HK.po new/ibus-table-1.16.12/po/zh_HK.po --- old/ibus-table-1.16.11/po/zh_HK.po 2022-08-06 14:02:20.000000000 +0200 +++ new/ibus-table-1.16.12/po/zh_HK.po 2022-09-05 19:54:59.000000000 +0200 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: 0.1.20080819\n" "Report-Msgid-Bugs-To: https://github.com/mike-fabian/ibus-table/issues\n" -"POT-Creation-Date: 2022-08-06 14:02+0200\n" +"POT-Creation-Date: 2022-09-05 19:52+0200\n" "PO-Revision-Date: 2020-12-30 13:36+0000\n" "Last-Translator: Anonymous <nore...@weblate.org>\n" "Language-Team: Chinese (Hong Kong) <https://translate.fedoraproject.org/" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ibus-table-1.16.11/po/zh_TW.po new/ibus-table-1.16.12/po/zh_TW.po --- old/ibus-table-1.16.11/po/zh_TW.po 2022-08-06 14:02:20.000000000 +0200 +++ new/ibus-table-1.16.12/po/zh_TW.po 2022-09-05 19:54:59.000000000 +0200 @@ -5,7 +5,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://github.com/mike-fabian/ibus-table/issues\n" -"POT-Creation-Date: 2022-08-06 14:02+0200\n" +"POT-Creation-Date: 2022-09-05 19:52+0200\n" "PO-Revision-Date: 2021-01-27 13:40+0000\n" "Last-Translator: Anonymous <nore...@weblate.org>\n" "Language-Team: Chinese (Traditional) <https://translate.fedoraproject.org/" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ibus-table-1.16.11/setup/version.py new/ibus-table-1.16.12/setup/version.py --- old/ibus-table-1.16.11/setup/version.py 2022-08-06 14:02:18.000000000 +0200 +++ new/ibus-table-1.16.12/setup/version.py 2022-09-05 19:54:58.000000000 +0200 @@ -24,4 +24,4 @@ ''' Returns the current version number of ibus-table. ''' - return '1.16.11' + return '1.16.12'