Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package kcharselect for openSUSE:Factory 
checked in at 2023-03-03 22:25:11
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kcharselect (Old)
 and      /work/SRC/openSUSE:Factory/.kcharselect.new.31432 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kcharselect"

Fri Mar  3 22:25:11 2023 rev:143 rq:1068786 version:22.12.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/kcharselect/kcharselect.changes  2023-02-04 
14:17:31.246243867 +0100
+++ /work/SRC/openSUSE:Factory/.kcharselect.new.31432/kcharselect.changes       
2023-03-03 22:25:47.326814689 +0100
@@ -1,0 +2,8 @@
+Tue Feb 28 09:45:47 UTC 2023 - Christophe Marin <christo...@krop.fr>
+
+- Update to 22.12.3
+  * New bugfix release
+  * For more details please see:
+  * https://kde.org/announcements/gear/22.12.3/
+
+-------------------------------------------------------------------

Old:
----
  kcharselect-22.12.2.tar.xz
  kcharselect-22.12.2.tar.xz.sig

New:
----
  kcharselect-22.12.3.tar.xz
  kcharselect-22.12.3.tar.xz.sig

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

Other differences:
------------------
++++++ kcharselect.spec ++++++
--- /var/tmp/diff_new_pack.WpIKLE/_old  2023-03-03 22:25:48.190817445 +0100
+++ /var/tmp/diff_new_pack.WpIKLE/_new  2023-03-03 22:25:48.194817457 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package kcharselect
 #
-# Copyright (c) 2022 SUSE LLC
+# Copyright (c) 2023 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -20,7 +20,7 @@
 %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 %bcond_without released
 Name:           kcharselect
-Version:        22.12.2
+Version:        22.12.3
 Release:        0
 Summary:        KDE Character Selector
 License:        GPL-2.0-or-later


++++++ kcharselect-22.12.2.tar.xz -> kcharselect-22.12.3.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcharselect-22.12.2/CMakeLists.txt 
new/kcharselect-22.12.3/CMakeLists.txt
--- old/kcharselect-22.12.2/CMakeLists.txt      2023-01-29 23:53:37.000000000 
+0100
+++ new/kcharselect-22.12.3/CMakeLists.txt      2023-02-25 05:59:33.000000000 
+0100
@@ -3,7 +3,7 @@
 # KDE Application Version, managed by release script
 set(RELEASE_SERVICE_VERSION_MAJOR "22")
 set(RELEASE_SERVICE_VERSION_MINOR "12")
-set(RELEASE_SERVICE_VERSION_MICRO "2")
+set(RELEASE_SERVICE_VERSION_MICRO "3")
 set(RELEASE_SERVICE_VERSION 
"${RELEASE_SERVICE_VERSION_MAJOR}.${RELEASE_SERVICE_VERSION_MINOR}.${RELEASE_SERVICE_VERSION_MICRO}")
 
 project(kcharselect VERSION ${RELEASE_SERVICE_VERSION})
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcharselect-22.12.2/org.kde.kcharselect.appdata.xml 
new/kcharselect-22.12.3/org.kde.kcharselect.appdata.xml
--- old/kcharselect-22.12.2/org.kde.kcharselect.appdata.xml     2023-01-29 
23:53:37.000000000 +0100
+++ new/kcharselect-22.12.3/org.kde.kcharselect.appdata.xml     2023-02-25 
05:59:33.000000000 +0100
@@ -112,7 +112,7 @@
     <p xml:lang="sk">KCharSelect je nástroj na výber špeciálnych znakov zo 
všetkých nainštalovaných písiem a skopírovanie do schránky.</p>
     <p xml:lang="sl">KCharSelect je orodje za izbiro posebnih znakov iz vseh 
nameščenih pisav in njihovo kopiranje v odložišče.</p>
     <p xml:lang="sv">Teckenväljaren är ett verktyg för att välja 
specialtecken från alla installerade teckensnitt och kopiera dem till 
klippbordet.</p>
-    <p xml:lang="tr">KCharSelect, yüklü yazıtiplerinden karakter seçip 
panoya kopyalayan bir araçtır.</p>
+    <p xml:lang="tr">KCharSelect, kurulu yazıtiplerinden karakter seçip 
panoya kopyalayan bir araçtır.</p>
     <p xml:lang="uk">KCharSelect — програма для вибору 
спеціальних символів з усіх встановлених 
шрифтів і копіювання цих символів до 
буфера обміну даними.</p>
     <p xml:lang="x-test">xxKCharSelect is a tool to select special characters 
from all installed fonts and copy them into the clipboard.xx</p>
     <p xml:lang="zh-CN">字符选取器 是一个用于从所有已安装
字体中选择特殊字符并且把它们复制到剪贴板中的工具。</p>
@@ -282,9 +282,9 @@
   </provides>
   <launchable type="desktop-id">org.kde.kcharselect.desktop</launchable>
   <releases>
+    <release version="22.12.3" date="2023-03-02"/>
     <release version="22.12.2" date="2023-02-02"/>
     <release version="22.12.1" date="2023-01-05"/>
     <release version="22.12.0" date="2022-12-08"/>
-    <release version="22.08.3" date="2022-11-03"/>
   </releases>
 </component>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kcharselect-22.12.2/po/pt_BR/docs/kcharselect/index.docbook 
new/kcharselect-22.12.3/po/pt_BR/docs/kcharselect/index.docbook
--- old/kcharselect-22.12.2/po/pt_BR/docs/kcharselect/index.docbook     
2023-01-29 23:53:37.000000000 +0100
+++ new/kcharselect-22.12.3/po/pt_BR/docs/kcharselect/index.docbook     
2023-02-25 05:59:33.000000000 +0100
@@ -55,9 +55,9 @@
 </authorgroup>
 
 <date
->04/08/2015</date>
+>25/04/2016</date>
 <releaseinfo
->&kcharselect; 1.12 (Applications 15.04)</releaseinfo>
+>1.12 (Applications 16.04)</releaseinfo>
 
 <keywordset>
 <keyword
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcharselect-22.12.2/po/tr/kcharselect.po 
new/kcharselect-22.12.3/po/tr/kcharselect.po
--- old/kcharselect-22.12.2/po/tr/kcharselect.po        2023-01-29 
23:53:37.000000000 +0100
+++ new/kcharselect-22.12.3/po/tr/kcharselect.po        2023-02-25 
05:59:33.000000000 +0100
@@ -4,13 +4,13 @@
 # Translators:
 # Ömer Fadıl USTA <omer_...@hotmail.com>, 2002.
 # obsoleteman <tulli...@gmail.com>, 2008-2009.
-# Emir SARI <emir_s...@icloud.com>, 2022.
+# Emir SARI <emir_s...@icloud.com>, 2022, 2023.
 msgid ""
 msgstr ""
 "Project-Id-Version: kdeutils-kde4\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2021-12-23 00:47+0000\n"
-"PO-Revision-Date: 2022-11-21 21:58+0300\n"
+"PO-Revision-Date: 2023-02-01 21:17+0300\n"
 "Last-Translator: Emir SARI <emir_s...@icloud.com>\n"
 "Language-Team: Turkish <kde-l10n...@kde.org>\n"
 "Language: tr\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: Lokalize 22.08.3\n"
+"X-Generator: Lokalize 22.12.1\n"
 
 #, kde-format
 msgctxt "NAME OF TRANSLATORS"
@@ -63,12 +63,12 @@
 #: kcharselectdia.cc:154
 #, kde-format
 msgid "&Flip Text"
-msgstr "Metni Ç&evir"
+msgstr "Metni &Çevir"
 
 #: kcharselectdia.cc:157
 #, kde-format
 msgid "&Reverse Direction"
-msgstr "&Yönü Değiştir"
+msgstr "&Yönü Tersine Çevir"
 
 #: kcharselectdia.cc:178
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcharselect-22.12.2/po/zh_CN/kcharselect.po 
new/kcharselect-22.12.3/po/zh_CN/kcharselect.po
--- old/kcharselect-22.12.2/po/zh_CN/kcharselect.po     2023-01-29 
23:53:37.000000000 +0100
+++ new/kcharselect-22.12.3/po/zh_CN/kcharselect.po     2023-02-25 
05:59:33.000000000 +0100
@@ -3,7 +3,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2021-12-23 00:47+0000\n"
-"PO-Revision-Date: 2023-01-15 15:27\n"
+"PO-Revision-Date: 2023-02-24 12:58\n"
 "Last-Translator: \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"

Reply via email to