Script 'mail_helper' called by obssrc
Hello community,

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

Package is "kaddressbook"

Fri Mar  3 22:25:06 2023 rev:82 rq:1068764 version:22.12.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/kaddressbook/kaddressbook.changes        
2023-02-04 14:17:03.474088945 +0100
+++ /work/SRC/openSUSE:Factory/.kaddressbook.new.31432/kaddressbook.changes     
2023-03-03 22:25:38.238785706 +0100
@@ -1,0 +2,8 @@
+Tue Feb 28 09:45:38 UTC 2023 - Christophe Marin <[email protected]>
+
+- Update to 22.12.3
+  * New bugfix release
+  * For more details please see:
+  * https://kde.org/announcements/gear/22.12.3/
+
+-------------------------------------------------------------------

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

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

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

Other differences:
------------------
++++++ kaddressbook.spec ++++++
--- /var/tmp/diff_new_pack.FOgv5O/_old  2023-03-03 22:25:39.310789125 +0100
+++ /var/tmp/diff_new_pack.FOgv5O/_new  2023-03-03 22:25:39.314789138 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package kaddressbook
 #
-# 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:           kaddressbook
-Version:        22.12.2
+Version:        22.12.3
 Release:        0
 Summary:        Address book application to manage contacts
 License:        LGPL-2.1-or-later AND GPL-2.0-or-later
@@ -99,11 +99,9 @@
 %find_lang %{name} --with-man --all-name
 %{kf5_find_htmldocs}
 
-%post   -p /sbin/ldconfig
-%postun -p /sbin/ldconfig
+%ldconfig_scriptlets
 
-%post -n libKPimAddressbookImportExport5 -p /sbin/ldconfig
-%postun -n libKPimAddressbookImportExport5 -p /sbin/ldconfig
+%ldconfig_scriptlets -n libKPimAddressbookImportExport5
 
 %files doc
 %doc %lang(en) %{_kf5_htmldir}/en/kaddressbook/


++++++ kaddressbook-22.12.2.tar.xz -> kaddressbook-22.12.3.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kaddressbook-22.12.2/CMakeLists.txt 
new/kaddressbook-22.12.3/CMakeLists.txt
--- old/kaddressbook-22.12.2/CMakeLists.txt     2023-01-30 00:28:21.000000000 
+0100
+++ new/kaddressbook-22.12.3/CMakeLists.txt     2023-02-25 05:56:08.000000000 
+0100
@@ -1,9 +1,9 @@
 # SPDX-License-Identifier: CC0-1.0
 # SPDX-FileCopyrightText: none
 cmake_minimum_required(VERSION 3.16 FATAL_ERROR)
-set(PIM_VERSION "5.22.2")
+set(PIM_VERSION "5.22.3")
 project(kaddressbook VERSION ${PIM_VERSION})
-set(RELEASE_SERVICE_VERSION "22.12.2")
+set(RELEASE_SERVICE_VERSION "22.12.3")
 set(KF5_MIN_VERSION "5.99.0")
 
 find_package(ECM ${KF5_MIN_VERSION} CONFIG REQUIRED)
@@ -43,9 +43,9 @@
 
 set(KDEPIM_VERSION "${PIM_VERSION}${KDEPIM_DEV_VERSION} 
(${RELEASE_SERVICE_VERSION})")
 
-set(KPIMTEXTEDIT_LIB_VERSION "5.22.2")
-set(AKONADI_VERSION "5.22.2")
-set(KONTACTINTERFACE_LIB_VERSION "5.22.2")
+set(KPIMTEXTEDIT_LIB_VERSION "5.22.3")
+set(AKONADI_VERSION "5.22.3")
+set(KONTACTINTERFACE_LIB_VERSION "5.22.3")
 
 set(KDEPIM_LIB_VERSION "${PIM_VERSION}")
 set(KDEPIM_LIB_SOVERSION "5")
@@ -56,11 +56,11 @@
     set(QT_REQUIRED_VERSION "6.4.0")
 endif()
 find_package(Qt${QT_MAJOR_VERSION} ${QT_REQUIRED_VERSION} CONFIG REQUIRED 
Widgets Test DBus PrintSupport)
-set(LIBKDEPIM_LIB_VERSION "5.22.2")
-set(LIBGRANTLEETHEME_LIB_VERSION "5.22.2")
-set(PIMCOMMON_LIB_VERSION "5.22.2")
-set(AKONADI_SEARCH_VERSION "5.22.2")
-set(AKONADI_CONTACT_VERSION "5.22.2")
+set(LIBKDEPIM_LIB_VERSION "5.22.3")
+set(LIBGRANTLEETHEME_LIB_VERSION "5.22.3")
+set(PIMCOMMON_LIB_VERSION "5.22.3")
+set(AKONADI_SEARCH_VERSION "5.22.3")
+set(AKONADI_CONTACT_VERSION "5.22.3")
 
 # Find KF5 package
 find_package(KF5DBusAddons ${KF5_MIN_VERSION} CONFIG REQUIRED)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kaddressbook-22.12.2/kontactplugin/kaddressbookplugin.json.cmake 
new/kaddressbook-22.12.3/kontactplugin/kaddressbookplugin.json.cmake
--- old/kaddressbook-22.12.2/kontactplugin/kaddressbookplugin.json.cmake        
2023-01-30 00:28:21.000000000 +0100
+++ new/kaddressbook-22.12.3/kontactplugin/kaddressbookplugin.json.cmake        
2023-02-25 05:56:08.000000000 +0100
@@ -22,6 +22,7 @@
         "Description[pl]": "Wtyczka Kontact do współpracy z Książką 
Adresową",
         "Description[pt]": "'Plugin' de KAddressBook do Kontact",
         "Description[pt_BR]": "Plugin do KAddressBook para o Kontact",
+        "Description[ru]": "Модуль KAddressBook для Kontact",
         "Description[sk]": "Kontact KAddressBook Plugin",
         "Description[sl]": "Vtičnik Kontact adresar",
         "Description[sv]": "Kontact-insticksprogram för adressbok",
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kaddressbook-22.12.2/po/cs/kaddressbook.po 
new/kaddressbook-22.12.3/po/cs/kaddressbook.po
--- old/kaddressbook-22.12.2/po/cs/kaddressbook.po      2023-01-30 
00:28:21.000000000 +0100
+++ new/kaddressbook-22.12.3/po/cs/kaddressbook.po      2023-02-25 
05:56:08.000000000 +0100
@@ -3,22 +3,22 @@
 # Vít Pelčák <[email protected]>, 2010, 2011, 2012, 2013, 2014, 2015, 2016, 
2017, 2018, 2019, 2020.
 # Lukáš Tinkl <[email protected]>, 2010, 2011.
 # Tomáš Chvátal <[email protected]>, 2012, 2013.
-# Vit Pelcak <[email protected]>, 2021, 2022.
+# Vit Pelcak <[email protected]>, 2021, 2022, 2023.
 #
 msgid ""
 msgstr ""
 "Project-Id-Version: kaddressbook\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2022-09-28 00:50+0000\n"
-"PO-Revision-Date: 2022-01-05 12:26+0100\n"
-"Last-Translator: Vit Pelcak <[email protected]>\n"
+"PO-Revision-Date: 2023-02-22 14:30+0100\n"
+"Last-Translator: Vit Pelcak <[email protected]>\n"
 "Language-Team: Czech <[email protected]>\n"
 "Language: cs\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
-"X-Generator: Lokalize 21.12.0\n"
+"X-Generator: Lokalize 22.12.2\n"
 
 #, kde-format
 msgctxt "NAME OF TRANSLATORS"
@@ -139,7 +139,7 @@
 #: src/aboutdata.cpp:21
 #, kde-format
 msgid "Copyright © 2007–%1 KAddressBook authors"
-msgstr "Copyright © 2007–%1 autoři KAddressBook"
+msgstr "Autorská práva © 2007–%1 autoři KAddressBook"
 
 #: src/aboutdata.cpp:23 src/configuration/kaddressbook_config_plugins.cpp:34
 #: src/configuration/kaddressbook_config_userfeedback.cpp:35
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kaddressbook-22.12.2/po/ka/kaddressbook.po 
new/kaddressbook-22.12.3/po/ka/kaddressbook.po
--- old/kaddressbook-22.12.2/po/ka/kaddressbook.po      2023-01-30 
00:28:21.000000000 +0100
+++ new/kaddressbook-22.12.3/po/ka/kaddressbook.po      2023-02-25 
05:56:08.000000000 +0100
@@ -8,7 +8,7 @@
 "Project-Id-Version: kaddressbook\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2022-09-28 00:50+0000\n"
-"PO-Revision-Date: 2023-01-21 19:30+0100\n"
+"PO-Revision-Date: 2023-02-08 11:57+0100\n"
 "Last-Translator: Temuri Doghonadze <[email protected]>\n"
 "Language-Team: Georgian <[email protected]>\n"
 "Language: ka\n"
@@ -464,7 +464,7 @@
 #, kde-format
 msgctxt "@info:tooltip"
 msgid "Select all subfolders including the top-level folder"
-msgstr ""
+msgstr "ყველა ქვესაქაღალდის 
მონიშვნა, ზედა დონის 
საქაღალდის ჩათვლით"
 
 #: src/importexport/contactselectionwidget.cpp:142
 #, kde-format
@@ -628,7 +628,7 @@
 #: src/importexport/importexportengine.cpp:59
 #, kde-format
 msgid "Select the address book the imported contact(s) shall be saved in:"
-msgstr ""
+msgstr "აირჩიეთ მისამართების 
წიგნი, სადაც შემოტანილი 
კონტაქტები შეინახება:"
 
 #: src/importexport/importexportengine.cpp:74
 #, kde-format
@@ -701,7 +701,7 @@
 #: src/kaddressbookui.rc:54 src/kaddressbookui_part.rc:54
 #, kde-format
 msgid "&Action"
-msgstr "_მოქმედება"
+msgstr "&ქმედება"
 
 #. i18n: ectx: Menu (tools)
 #: src/kaddressbookui.rc:58 src/kaddressbookui_part.rc:58
@@ -752,7 +752,7 @@
 #, kde-format
 msgctxt "@info:whatsthis"
 msgid "Print the complete address book or a selected number of contacts."
-msgstr ""
+msgstr "სრული მისამართების 
წიგნის ან მონიშნული 
კონტაქტების დაბეჭდვა."
 
 #: src/mainwidget.cpp:646
 #, kde-format
@@ -829,7 +829,7 @@
 msgid ""
 "You will be presented with a dialog where you can configure the application-"
 "wide shortcuts."
-msgstr ""
+msgstr "გაჩვენებთ ფანჯარას, სადაც 
პროგრამის მალსახმობების მორ
გება შეგეძლებათ."
 
 #: src/mainwindow.cpp:170
 #, kde-format
@@ -949,7 +949,7 @@
 #: src/printing/compact/compactstyle.ui:46
 #, kde-format
 msgid "Print the home address, with home phone number and mobile phone number"
-msgstr ""
+msgstr "სახლის მისამართის 
დაბეჭდვა სახლისა და მობილური 
ტელეფონის ნომრებით"
 
 #. i18n: ectx: property (text), widget (QCheckBox, cbWithHomeAddress)
 #: src/printing/compact/compactstyle.ui:49
@@ -991,7 +991,7 @@
 #: src/printing/compact/compactstyle.ui:85
 #, kde-format
 msgid "Print the preferred and the secondary e-mail fields"
-msgstr ""
+msgstr "რჩეული და მეორადი 
ელფოსტის ველების დაბეჭდვა"
 
 #. i18n: ectx: property (text), widget (QCheckBox, cbWithEMail)
 #: src/printing/compact/compactstyle.ui:88
@@ -1005,7 +1005,7 @@
 #: src/printing/compact/compactstyle.ui:115
 #, kde-format
 msgid "the first color, if alternating color is checked"
-msgstr ""
+msgstr "პირველი ფერი, თუ ფერის 
ცვლილება ჩართულია"
 
 #. i18n: ectx: property (text), widget (QLabel, lbCbFirst)
 #: src/printing/compact/compactstyle.ui:118
@@ -1019,7 +1019,7 @@
 #: src/printing/compact/compactstyle.ui:128
 #, kde-format
 msgid "the second color, if alternating color is checked"
-msgstr ""
+msgstr "მეორე ფერი, თუ ფერის 
ცვლილება ჩართულია"
 
 #. i18n: ectx: property (text), widget (QLabel, lbCbSecond)
 #: src/printing/compact/compactstyle.ui:131
@@ -1139,7 +1139,7 @@
 #: src/printing/detailled/ds_appearance.ui:119
 #, kde-format
 msgid "Select the headline text background color"
-msgstr ""
+msgstr "აირჩიეთ სათაურის ტესტის 
ფერის ფონი"
 
 #. i18n: ectx: property (whatsThis), widget (KColorButton, kcbHeaderBGColor)
 #: src/printing/detailled/ds_appearance.ui:122
@@ -1153,19 +1153,19 @@
 #: src/printing/detailled/ds_appearance.ui:139
 #, kde-format
 msgid "Headline background color:"
-msgstr ""
+msgstr "სათაურების ფონს ფერი:"
 
 #. i18n: ectx: property (text), widget (QLabel, tlHeaderColor)
 #: src/printing/detailled/ds_appearance.ui:149
 #, kde-format
 msgid "Headline text color:"
-msgstr ""
+msgstr "სათაურების ტექსტის ფერი:"
 
 #. i18n: ectx: property (toolTip), widget (KColorButton, kcbHeaderTextColor)
 #: src/printing/detailled/ds_appearance.ui:162
 #, kde-format
 msgid "Select the headline text color"
-msgstr ""
+msgstr "აირჩიეთ სათაურის ტექსტის 
ფერი"
 
 #. i18n: ectx: property (whatsThis), widget (KColorButton, kcbHeaderTextColor)
 #: src/printing/detailled/ds_appearance.ui:165
@@ -1227,7 +1227,7 @@
 #: src/printing/ringbinder/rbs_appearance.ui:44
 #, kde-format
 msgid "Check this box if you want contact phone numbers to be printed."
-msgstr ""
+msgstr "ჩართეთ, თუ გნებავთ, 
კონტაქტის ტელეფონის ნომრ
ებიც დაიბეჭდოს."
 
 #. i18n: ectx: property (text), widget (QCheckBox, cbPhoneNumbers)
 #: src/printing/ringbinder/rbs_appearance.ui:47
@@ -1245,7 +1245,7 @@
 #: src/printing/ringbinder/rbs_appearance.ui:60
 #, kde-format
 msgid "Check this box if you want contact email addresses to be printed."
-msgstr ""
+msgstr "ჩართეთ, თუ გნებავთ, 
კონტაქტის ელფოსტის მისამარ
თებიც დაიბეჭდოს."
 
 #. i18n: ectx: property (text), widget (QCheckBox, cbEmails)
 #: src/printing/ringbinder/rbs_appearance.ui:63
@@ -1263,7 +1263,7 @@
 #: src/printing/ringbinder/rbs_appearance.ui:76
 #, kde-format
 msgid "Check this box if you want contact street addresses to be printed."
-msgstr ""
+msgstr "ჩართეთ, თუ გნებავთ, 
კონტაქტის სახლის მისამარ
თებიც დაიბეჭდოს."
 
 #. i18n: ectx: property (text), widget (QCheckBox, cbStreetAddresses)
 #: src/printing/ringbinder/rbs_appearance.ui:79
@@ -1281,7 +1281,7 @@
 #: src/printing/ringbinder/rbs_appearance.ui:92
 #, kde-format
 msgid "Check this box if you want contact organizations to be printed."
-msgstr ""
+msgstr "ჩართეთ, თუ გნებავთ, 
კონტაქტის ორგანიზაციაც 
დაიბეჭდოს."
 
 #. i18n: ectx: property (toolTip), widget (QCheckBox, cbBirthday)
 #: src/printing/ringbinder/rbs_appearance.ui:102
@@ -1293,7 +1293,7 @@
 #: src/printing/ringbinder/rbs_appearance.ui:105
 #, kde-format
 msgid "Check this box if you want contact birthdays to be printed."
-msgstr ""
+msgstr "ჩართეთ, თუ გნებავთ, 
კონტაქტის დაბადების დღეც 
დაიბეჭდოს."
 
 #. i18n: ectx: property (toolTip), widget (QCheckBox, cbNote)
 #: src/printing/ringbinder/rbs_appearance.ui:115
@@ -1305,7 +1305,7 @@
 #: src/printing/ringbinder/rbs_appearance.ui:118
 #, kde-format
 msgid "Check this box if you want contact notes to be printed."
-msgstr ""
+msgstr "ჩართეთ, თუ გნებავთ, 
კონტაქტის შენიშვნებიც 
დაიბეჭდოს."
 
 #: src/printing/ringbinder/ringbinderstyle.cpp:73
 #, kde-format
@@ -1359,6 +1359,10 @@
 "KAddressBook has several printing styles, designed for different purposes.\n"
 "Choose the style that suits your needs below."
 msgstr ""
+"როგორ უნდა გამოიყურებოდეს 
დაბეჭდილი?\n"
+"KAddressBook-ს ბეჭდვის რამდენიმე 
სტილი გააჩნია, რომელიც 
სხვადასხვა "
+"მიზნებისთვისაა 
განკუთვნილი.\n"
+"ქვემოთ შეგიძლიათ აირჩიოთ 
სტილი, რომელიც თქვენს საჭირ
ოებებს შეესაბამება."
 
 #: src/printing/stylepage.cpp:121
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kaddressbook-22.12.2/po/zh_CN/kaddressbook.po 
new/kaddressbook-22.12.3/po/zh_CN/kaddressbook.po
--- old/kaddressbook-22.12.2/po/zh_CN/kaddressbook.po   2023-01-30 
00:28:21.000000000 +0100
+++ new/kaddressbook-22.12.3/po/zh_CN/kaddressbook.po   2023-02-25 
05:56:08.000000000 +0100
@@ -3,7 +3,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2022-09-28 00:50+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"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kaddressbook-22.12.2/src/configuration/kaddressbook_config_plugins.json 
new/kaddressbook-22.12.3/src/configuration/kaddressbook_config_plugins.json
--- old/kaddressbook-22.12.2/src/configuration/kaddressbook_config_plugins.json 
2023-01-30 00:28:21.000000000 +0100
+++ new/kaddressbook-22.12.3/src/configuration/kaddressbook_config_plugins.json 
2023-02-25 05:56:08.000000000 +0100
@@ -23,6 +23,7 @@
         "Name[pl]": "Wtyczki",
         "Name[pt]": "'Plugins'",
         "Name[pt_BR]": "Plugins",
+        "Name[ru]": "Модули",
         "Name[sk]": "Moduly",
         "Name[sl]": "Vtičniki",
         "Name[sv]": "Insticksprogram",
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kaddressbook-22.12.2/src/configuration/kaddressbook_config_userfeedback.json
 
new/kaddressbook-22.12.3/src/configuration/kaddressbook_config_userfeedback.json
--- 
old/kaddressbook-22.12.2/src/configuration/kaddressbook_config_userfeedback.json
    2023-01-30 00:28:21.000000000 +0100
+++ 
new/kaddressbook-22.12.3/src/configuration/kaddressbook_config_userfeedback.json
    2023-02-25 05:56:08.000000000 +0100
@@ -23,6 +23,7 @@
         "Name[pl]": "Informacja zwrotna",
         "Name[pt]": "Reacções do Utilizador",
         "Name[pt_BR]": "Comentários do usuário",
+        "Name[ru]": "Обратная связь",
         "Name[sk]": "Používateľská odozva",
         "Name[sl]": "Uporabnikov odziv",
         "Name[sv]": "Användaråterkoppling",
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kaddressbook-22.12.2/src/data/org.kde.kaddressbook.appdata.xml 
new/kaddressbook-22.12.3/src/data/org.kde.kaddressbook.appdata.xml
--- old/kaddressbook-22.12.2/src/data/org.kde.kaddressbook.appdata.xml  
2023-01-30 00:28:21.000000000 +0100
+++ new/kaddressbook-22.12.3/src/data/org.kde.kaddressbook.appdata.xml  
2023-02-25 05:56:08.000000000 +0100
@@ -457,9 +457,9 @@
     <binary>kaddressbook</binary>
   </provides>
   <releases>
+    <release version="5.22.3" date="2023-03-02"/>
     <release version="5.22.2" date="2023-02-02"/>
     <release version="5.22.1" date="2023-01-05"/>
     <release version="5.22.0" date="2022-12-08"/>
-    <release version="5.21.3" date="2022-11-03"/>
   </releases>
 </component>

Reply via email to