Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package fcitx5-table-other for 
openSUSE:Factory checked in at 2026-07-01 16:47:24
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/fcitx5-table-other (Old)
 and      /work/SRC/openSUSE:Factory/.fcitx5-table-other.new.11887 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "fcitx5-table-other"

Wed Jul  1 16:47:24 2026 rev:9 rq:1362866 version:5.1.7

Changes:
--------
--- /work/SRC/openSUSE:Factory/fcitx5-table-other/fcitx5-table-other.changes    
2025-06-23 15:05:09.665454027 +0200
+++ 
/work/SRC/openSUSE:Factory/.fcitx5-table-other.new.11887/fcitx5-table-other.changes
 2026-07-01 16:47:27.915645410 +0200
@@ -1,0 +2,6 @@
+Sun Jun 28 22:07:30 UTC 2026 - Dirk Müller <[email protected]>
+
+- update to 5.1.7:
+  * translation update
+
+-------------------------------------------------------------------

Old:
----
  fcitx5-table-other-5.1.5.tar.zst

New:
----
  fcitx5-table-other-5.1.7.tar.zst

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

Other differences:
------------------
++++++ fcitx5-table-other.spec ++++++
--- /var/tmp/diff_new_pack.zCEU13/_old  2026-07-01 16:47:29.427697816 +0200
+++ /var/tmp/diff_new_pack.zCEU13/_new  2026-07-01 16:47:29.431697955 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package fcitx5-table-other
 #
-# Copyright (c) 2025 SUSE LLC
+# Copyright (c) 2026 SUSE LLC and contributors
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,10 +17,10 @@
 
 
 Name:           fcitx5-table-other
-Version:        5.1.5
+Version:        5.1.7
 Release:        0
 Summary:        Other Non-Chinese table input methods for Fcitx5
-License:        GPL-3.0-only AND SUSE-Public-Domain
+License:        GPL-3.0-only AND LicenseRef-SUSE-Public-Domain
 URL:            https://github.com/fcitx/fcitx5-table-other
 Source:         
https://download.fcitx-im.org/fcitx5/%{name}/%{name}-%{version}.tar.zst
 BuildRequires:  boost-devel

++++++ fcitx5-table-other-5.1.5.tar.zst -> fcitx5-table-other-5.1.7.tar.zst 
++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/fcitx5-table-other-5.1.5/.github/workflows/check.yml 
new/fcitx5-table-other-5.1.7/.github/workflows/check.yml
--- old/fcitx5-table-other-5.1.5/.github/workflows/check.yml    2025-06-16 
08:26:14.000000000 +0200
+++ new/fcitx5-table-other-5.1.7/.github/workflows/check.yml    2026-06-20 
06:19:16.000000000 +0200
@@ -28,7 +28,7 @@
     steps:
       - name: Install dependencies
         run: |
-          pacman -Syu --noconfirm base-devel clang cmake ninja 
extra-cmake-modules fmt libuv boost git
+          pacman -Syu --noconfirm base-devel clang cmake ninja 
extra-cmake-modules fmt libuv boost boost-libs git
       - uses: actions/checkout@v4
         with:
           repository: fcitx/fcitx5
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/fcitx5-table-other-5.1.5/CMakeLists.txt 
new/fcitx5-table-other-5.1.7/CMakeLists.txt
--- old/fcitx5-table-other-5.1.5/CMakeLists.txt 2025-06-16 08:26:14.000000000 
+0200
+++ new/fcitx5-table-other-5.1.7/CMakeLists.txt 2026-06-20 06:19:16.000000000 
+0200
@@ -1,5 +1,5 @@
 cmake_minimum_required(VERSION 3.8)
-project(fcitx-table-other VERSION 5.1.5)
+project(fcitx-table-other VERSION 5.1.7)
 
 find_package(ECM 1.0 REQUIRED)
 set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH} "${CMAKE_CURRENT_SOURCE_DIR}/cmake" 
${CMAKE_MODULE_PATH})
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/fcitx5-table-other-5.1.5/org.fcitx.Fcitx5.Addon.TableOther.metainfo.xml.in 
new/fcitx5-table-other-5.1.7/org.fcitx.Fcitx5.Addon.TableOther.metainfo.xml.in
--- 
old/fcitx5-table-other-5.1.5/org.fcitx.Fcitx5.Addon.TableOther.metainfo.xml.in  
    2025-06-16 08:26:14.000000000 +0200
+++ 
new/fcitx5-table-other-5.1.7/org.fcitx.Fcitx5.Addon.TableOther.metainfo.xml.in  
    2026-06-20 06:19:16.000000000 +0200
@@ -14,6 +14,8 @@
   <url type="vcs-browser">https://github.com/fcitx/fcitx5-table-other</url>
   <project_group>Fcitx</project_group>
   <releases>
+    <release version="5.1.7" date="2026-06-19"/>
+    <release version="5.1.6" date="2026-03-17"/>
     <release version="5.1.5" date="2025-06-15"/>
     <release version="5.1.4" date="2025-01-22"/>
     <release version="5.1.3" date="2024-05-30"/>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/fcitx5-table-other-5.1.5/po/LINGUAS 
new/fcitx5-table-other-5.1.7/po/LINGUAS
--- old/fcitx5-table-other-5.1.5/po/LINGUAS     2025-06-16 08:26:14.000000000 
+0200
+++ new/fcitx5-table-other-5.1.7/po/LINGUAS     2026-06-20 06:19:16.000000000 
+0200
@@ -10,6 +10,7 @@
 he
 hi
 ja
+ka
 kn
 ko
 ml
@@ -19,6 +20,7 @@
 ta
 te
 th
+tr
 uk
 vi
 zh_CN
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/fcitx5-table-other-5.1.5/po/ka.po 
new/fcitx5-table-other-5.1.7/po/ka.po
--- old/fcitx5-table-other-5.1.5/po/ka.po       1970-01-01 01:00:00.000000000 
+0100
+++ new/fcitx5-table-other-5.1.7/po/ka.po       2026-06-20 06:19:16.000000000 
+0200
@@ -0,0 +1,156 @@
+# SOME DESCRIPTIVE TITLE.
+# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the fcitx5-table-other 
package.
+#
+# Translators:
+# Temuri Doghonadze <[email protected]>, 2026
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: fcitx5-table-other\n"
+"Report-Msgid-Bugs-To: [email protected]\n"
+"POT-Creation-Date: 2026-04-01 20:24+0000\n"
+"PO-Revision-Date: 2020-09-13 02:33+0000\n"
+"Last-Translator: Temuri Doghonadze <[email protected]>, 2026\n"
+"Language-Team: Georgian (https://app.transifex.com/fcitx/teams/12005/ka/)\n"
+"Language: ka\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=2; plural=(n!=1);\n"
+
+#: org.fcitx.Fcitx5.Addon.TableOther.metainfo.xml.in:7
+msgid "Additional Table for Fcitx 5"
+msgstr "დამატებითი ცხრილი Fcitx 5-ისთვის"
+
+#: org.fcitx.Fcitx5.Addon.TableOther.metainfo.xml.in:8
+msgid "Additional table based input method for Fcitx 5"
+msgstr ""
+
+#: tables/kn/kannada-kgp.conf.in:2
+msgid "KGP - Kannada (Table)"
+msgstr "KGP - კანადა (ცხრილი)"
+
+#: tables/kn/kannada-inscript.conf.in:2
+msgid "Inscript - Kannada (Table)"
+msgstr ""
+
+#: tables/ml/malayalam-inscript.conf.in:2
+msgid "Inscript - Malayalam (Table)"
+msgstr ""
+
+#: tables/ml/malayalam-phonetic.conf.in:2
+msgid "Swanalekha - Malayalam (Table)"
+msgstr ""
+
+#: tables/th/thai.conf.in:2
+msgid "Thai (Table)"
+msgstr ""
+
+#: tables/bn/bengali-probhat.conf.in:2
+msgid "Probhat (phonetic) - Bengali (Table)"
+msgstr ""
+
+#: tables/bn/bengali-inscript.conf.in:2
+msgid "Inscript - Bengali (Table)"
+msgstr ""
+
+#: tables/other/emoji.conf.in:2
+msgid "Emoji (Table)"
+msgstr "ემოჯი (ცხრილი)"
+
+#: tables/other/cns11643.conf.in:2
+msgid "CNS11643 (Table)"
+msgstr "CNS11643 (ცხრილი)"
+
+#: tables/other/ipa-x-sampa.conf.in:2
+msgid "IPA-X-SAMPA (Table)"
+msgstr "IPA-X-SAMPA (ცხრილი)"
+
+#: tables/other/latex.conf.in:2
+msgid "Latex (Table)"
+msgstr ""
+
+#: tables/other/compose.conf.in:2
+msgid "Compose (Table)"
+msgstr ""
+
+#: tables/ru/rustrad.conf.in:2
+msgid "Russian Traditional (Table)"
+msgstr "რუსული ტრადიციული (ცხრილი)"
+
+#: tables/ru/translit.conf.in:2
+msgid "Translit - Russian (Table)"
+msgstr "ტრანსლიტერაცია - რუსული (ცხრილი)"
+
+#: tables/ru/yawerty.conf.in:2
+msgid "Yawerty - Russian (Table)"
+msgstr ""
+
+#: tables/ta/tamil-phonetic.conf.in:2
+msgid "Phonetic - Tamil (Table)"
+msgstr ""
+
+#: tables/ta/tamil-inscript.conf.in:2
+msgid "Inscript - Tamil (Table)"
+msgstr ""
+
+#: tables/ta/tamil-remington.conf.in:2
+msgid "Remington - Tamil (Table)"
+msgstr ""
+
+#: tables/am/amharic.conf.in:2
+msgid "Amharic (Table)"
+msgstr ""
+
+#: tables/ne/nepali-trad.conf.in:2
+msgid "Traditional - Nepali (Table)"
+msgstr ""
+
+#: tables/ne/nepali-rom.conf.in:2
+msgid "Romanized - Nepali (Table)"
+msgstr ""
+
+#: tables/gu/gujarati-inscript.conf.in:2
+msgid "Inscript - Gujarati (Table)"
+msgstr ""
+
+#: tables/gu/gujarati-phonetic.conf.in:2
+msgid "Phonetic - Gujarati (Table)"
+msgstr ""
+
+#: tables/uk/translit-ua.conf.in:2
+msgid "Ua-Translit (Table)"
+msgstr ""
+
+#: tables/te/telugu-inscript.conf.in:2
+msgid "Inscript - Telugu (Table)"
+msgstr ""
+
+#: tables/hi/hindi-inscript.conf.in:2
+msgid "Inscript - Hindi (Table)"
+msgstr ""
+
+#: tables/hi/hindi-phonetic.conf.in:2
+msgid "Phonetic - Hindi (Table)"
+msgstr ""
+
+#: tables/ar/arabic.conf.in:2
+msgid "Arabic (Table)"
+msgstr ""
+
+#: tables/pa/punjabi-inscript.conf.in:2
+msgid "Inscript - Punjabi (Table)"
+msgstr ""
+
+#: tables/pa/punjabi-phonetic.conf.in:2
+msgid "Phonetic - Punjabi (Table)"
+msgstr ""
+
+#: tables/pa/punjabi-jhelum.conf.in:2
+msgid "Jhelum - Punjabi (Table)"
+msgstr ""
+
+#: tables/vi/viqr.conf.in:2
+msgid "Viqr (Table)"
+msgstr ""
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/fcitx5-table-other-5.1.5/po/tr.po 
new/fcitx5-table-other-5.1.7/po/tr.po
--- old/fcitx5-table-other-5.1.5/po/tr.po       1970-01-01 01:00:00.000000000 
+0100
+++ new/fcitx5-table-other-5.1.7/po/tr.po       2026-06-20 06:19:16.000000000 
+0200
@@ -0,0 +1,156 @@
+# SOME DESCRIPTIVE TITLE.
+# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the fcitx5-table-other 
package.
+#
+# Translators:
+# Emir SARI, 2025
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: fcitx5-table-other\n"
+"Report-Msgid-Bugs-To: [email protected]\n"
+"POT-Creation-Date: 2025-12-25 20:24+0000\n"
+"PO-Revision-Date: 2020-09-13 02:33+0000\n"
+"Last-Translator: Emir SARI, 2025\n"
+"Language-Team: Turkish (https://app.transifex.com/fcitx/teams/12005/tr/)\n"
+"Language: tr\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=2; plural=(n > 1);\n"
+
+#: org.fcitx.Fcitx5.Addon.TableOther.metainfo.xml.in:7
+msgid "Additional Table for Fcitx 5"
+msgstr "Fcitx 5 için Ek Tablo"
+
+#: org.fcitx.Fcitx5.Addon.TableOther.metainfo.xml.in:8
+msgid "Additional table based input method for Fcitx 5"
+msgstr "Fcitx 5 için tablo tabanlı ek giriş yöntemi"
+
+#: tables/am/amharic.conf.in:2
+msgid "Amharic (Table)"
+msgstr "Amharca (Tablo)"
+
+#: tables/ar/arabic.conf.in:2
+msgid "Arabic (Table)"
+msgstr "Arapça (Tablo)"
+
+#: tables/other/cns11643.conf.in:2
+msgid "CNS11643 (Table)"
+msgstr "CNS11643 (Tablo)"
+
+#: tables/other/compose.conf.in:2
+msgid "Compose (Table)"
+msgstr "Oluştur (Tablo)"
+
+#: tables/other/emoji.conf.in:2
+msgid "Emoji (Table)"
+msgstr "Emoji (Tablo)"
+
+#: tables/other/ipa-x-sampa.conf.in:2
+msgid "IPA-X-SAMPA (Table)"
+msgstr "IPA-X-SAMPA (Tablo)"
+
+#: tables/bn/bengali-inscript.conf.in:2
+msgid "Inscript - Bengali (Table)"
+msgstr "Yazı — Bengalce (Tablo)"
+
+#: tables/gu/gujarati-inscript.conf.in:2
+msgid "Inscript - Gujarati (Table)"
+msgstr "Yazı — Güceratça (Tablo)"
+
+#: tables/hi/hindi-inscript.conf.in:2
+msgid "Inscript - Hindi (Table)"
+msgstr "Yazı — Hintçe (Tablo)"
+
+#: tables/kn/kannada-inscript.conf.in:2
+msgid "Inscript - Kannada (Table)"
+msgstr "Yazı — Kannadaca (Tablo)"
+
+#: tables/ml/malayalam-inscript.conf.in:2
+msgid "Inscript - Malayalam (Table)"
+msgstr "Yazı — Malayalam Dili (Tablo)"
+
+#: tables/pa/punjabi-inscript.conf.in:2
+msgid "Inscript - Punjabi (Table)"
+msgstr "Yazı — Pencapça (Tablo)"
+
+#: tables/ta/tamil-inscript.conf.in:2
+msgid "Inscript - Tamil (Table)"
+msgstr "Yazı — Tamilce (Tablo)"
+
+#: tables/te/telugu-inscript.conf.in:2
+msgid "Inscript - Telugu (Table)"
+msgstr "Yazı — Telugu Dili (Tablo)"
+
+#: tables/pa/punjabi-jhelum.conf.in:2
+msgid "Jhelum - Punjabi (Table)"
+msgstr "Jhelum — Pencapça (Tablo)"
+
+#: tables/kn/kannada-kgp.conf.in:2
+msgid "KGP - Kannada (Table)"
+msgstr "KGP — Kannadaca (Tablo)"
+
+#: tables/other/latex.conf.in:2
+msgid "Latex (Table)"
+msgstr "LaTeX (Tablo)"
+
+#: tables/gu/gujarati-phonetic.conf.in:2
+msgid "Phonetic - Gujarati (Table)"
+msgstr "Fonetik — Güceratça (Tablo)"
+
+#: tables/hi/hindi-phonetic.conf.in:2
+msgid "Phonetic - Hindi (Table)"
+msgstr "Fonetik — Hintçe (Tablo)"
+
+#: tables/pa/punjabi-phonetic.conf.in:2
+msgid "Phonetic - Punjabi (Table)"
+msgstr "Fonetik — Pencapça (Tablo)"
+
+#: tables/ta/tamil-phonetic.conf.in:2
+msgid "Phonetic - Tamil (Table)"
+msgstr "Fonetik — Tamilce (Tablo)"
+
+#: tables/bn/bengali-probhat.conf.in:2
+msgid "Probhat (phonetic) - Bengali (Table)"
+msgstr "Probhat (Fonetik) — Bengalce (Tablo)"
+
+#: tables/ta/tamil-remington.conf.in:2
+msgid "Remington - Tamil (Table)"
+msgstr "Remington — Tamilce (Tablo)"
+
+#: tables/ne/nepali-rom.conf.in:2
+msgid "Romanized - Nepali (Table)"
+msgstr "Latin — Nepalce (Tablo)"
+
+#: tables/ru/rustrad.conf.in:2
+msgid "Russian Traditional (Table)"
+msgstr "Rusça Geleneksel (Tablo)"
+
+#: tables/ml/malayalam-phonetic.conf.in:2
+msgid "Swanalekha - Malayalam (Table)"
+msgstr "Swanalekha — Malayalam Dili (Tablo)"
+
+#: tables/th/thai.conf.in:2
+msgid "Thai (Table)"
+msgstr "Tayca (Tablo)"
+
+#: tables/ne/nepali-trad.conf.in:2
+msgid "Traditional - Nepali (Table)"
+msgstr "Geleneksel — Nepalce (Tablo)"
+
+#: tables/ru/translit.conf.in:2
+msgid "Translit - Russian (Table)"
+msgstr "Yazıçevrim –- Rusça (Tablo)"
+
+#: tables/uk/translit-ua.conf.in:2
+msgid "Ua-Translit (Table)"
+msgstr "UA-Yazıçevrim (Tablo)"
+
+#: tables/vi/viqr.conf.in:2
+msgid "Viqr (Table)"
+msgstr "Viqr (Tablo)"
+
+#: tables/ru/yawerty.conf.in:2
+msgid "Yawerty - Russian (Table)"
+msgstr "Yawerty — Rusça (Tablo)"

Reply via email to