Hello community,

here is the log from the commit of package kaccounts-integration for 
openSUSE:Factory checked in at 2020-07-14 07:46:40
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kaccounts-integration (Old)
 and      /work/SRC/openSUSE:Factory/.kaccounts-integration.new.3060 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kaccounts-integration"

Tue Jul 14 07:46:40 2020 rev:65 rq:820139 version:20.04.3

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/kaccounts-integration/kaccounts-integration.changes  
    2020-07-06 16:13:24.944236141 +0200
+++ 
/work/SRC/openSUSE:Factory/.kaccounts-integration.new.3060/kaccounts-integration.changes
    2020-07-14 07:47:19.379466727 +0200
@@ -1,0 +2,10 @@
+Thu Jul  9 20:08:46 UTC 2020 - Luca Beltrame <[email protected]>
+
+- Update to 20.04.3
+  * New bugfix release
+  * For more details please see:
+  * https://kde.org/announcements/releases/2020-07-apps-update
+- Changes since 20.04.2:
+  * Bump libkaccounts so version (kde#422191)
+
+-------------------------------------------------------------------

Old:
----
  kaccounts-integration-20.04.2.tar.xz
  kaccounts-integration-20.04.2.tar.xz.sig

New:
----
  kaccounts-integration-20.04.3.tar.xz
  kaccounts-integration-20.04.3.tar.xz.sig

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

Other differences:
------------------
++++++ kaccounts-integration.spec ++++++
--- /var/tmp/diff_new_pack.4DvgaY/_old  2020-07-14 07:47:20.943471777 +0200
+++ /var/tmp/diff_new_pack.4DvgaY/_new  2020-07-14 07:47:20.947471790 +0200
@@ -21,7 +21,7 @@
 %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 %bcond_without lang
 Name:           kaccounts-integration
-Version:        20.04.2
+Version:        20.04.3
 Release:        0
 Summary:        KDE Accounts Providers
 License:        GPL-2.0-or-later
@@ -60,12 +60,12 @@
 and services across the KDE desktop, including: Google,
 Facebook, Owncloud, IMAP, Jabber and others.
 
-%package -n libkaccounts1
+%package -n libkaccounts2
 Summary:        KDE Accounts Providers - System Library
 Group:          System/Libraries
 Recommends:     %{name}
 
-%description -n libkaccounts1
+%description -n libkaccounts2
 Small system to administer web accounts for the sites
 and services across the KDE desktop, including: Google,
 Facebook, Owncloud, IMAP, Jabber and others.
@@ -73,7 +73,7 @@
 %package devel
 Summary:        KDE Accounts Providers - Development Files
 Group:          Development/Libraries/KDE
-Requires:       libkaccounts1 = %{version}
+Requires:       libkaccounts2 = %{version}
 Requires:       libsignon-qt5-devel
 Requires:       cmake(AccountsQt5)
 Requires:       cmake(KF5CoreAddons)
@@ -102,8 +102,8 @@
     %find_lang %{name} --with-man --all-name
   %endif
 
-%post   -n libkaccounts1 -p /sbin/ldconfig
-%postun -n libkaccounts1 -p /sbin/ldconfig
+%post   -n libkaccounts2 -p /sbin/ldconfig
+%postun -n libkaccounts2 -p /sbin/ldconfig
 
 %files
 %license COPYING*
@@ -114,7 +114,7 @@
 %{_kf5_qmldir}/
 %{_kf5_servicesdir}/
 
-%files -n libkaccounts1
+%files -n libkaccounts2
 %license COPYING*
 %{_kf5_libdir}/libkaccounts.so.*
 


++++++ baselibs.conf ++++++
--- /var/tmp/diff_new_pack.4DvgaY/_old  2020-07-14 07:47:20.983471906 +0200
+++ /var/tmp/diff_new_pack.4DvgaY/_new  2020-07-14 07:47:20.983471906 +0200
@@ -1,5 +1,5 @@
 kaccounts-integration
-libkaccounts1
+libkaccounts2
 kaccounts-integration-devel
-  requires "libkaccounts1-<targettype> = <version>"
+  requires "libkaccounts2-<targettype> = <version>"
   requires "kaccounts-integration-<targettype> = <version>"

++++++ kaccounts-integration-20.04.2.tar.xz -> 
kaccounts-integration-20.04.3.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kaccounts-integration-20.04.2/CMakeLists.txt 
new/kaccounts-integration-20.04.3/CMakeLists.txt
--- old/kaccounts-integration-20.04.2/CMakeLists.txt    2020-06-09 
02:43:29.000000000 +0200
+++ new/kaccounts-integration-20.04.3/CMakeLists.txt    2020-07-07 
03:05:51.000000000 +0200
@@ -11,9 +11,9 @@
 
 set(RELEASE_SERVICE_VERSION_MAJOR "20")
 set(RELEASE_SERVICE_VERSION_MINOR "04")
-set(RELEASE_SERVICE_VERSION_MICRO "2")
+set(RELEASE_SERVICE_VERSION_MICRO "3")
 set(KACCOUNTS_VERSION 
"${RELEASE_SERVICE_VERSION_MAJOR}.${RELEASE_SERVICE_VERSION_MINOR}.${RELEASE_SERVICE_VERSION_MICRO}")
-set(KACCOUNTS_SOVERSION "1")
+set(KACCOUNTS_SOVERSION "2")
 set(ACCOUNTSQT_DEP_VERSION "1.13")
 set(SIGNONQT_DEP_VERSION "8.55")
 set(ACCOUNTSGLIB_DEP_VERSION "1.21")
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kaccounts-integration-20.04.2/po/el/kaccounts-integration.po 
new/kaccounts-integration-20.04.3/po/el/kaccounts-integration.po
--- old/kaccounts-integration-20.04.2/po/el/kaccounts-integration.po    
2020-06-09 02:43:28.000000000 +0200
+++ new/kaccounts-integration-20.04.3/po/el/kaccounts-integration.po    
2020-07-07 03:05:50.000000000 +0200
@@ -10,7 +10,7 @@
 "PO-Revision-Date: 2017-10-28 13:51+0200\n"
 "Last-Translator: Stelios <[email protected]>\n"
 "Language-Team: Greek <[email protected]>\n"
-"Language: el_GR\n"
+"Language: el\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kaccounts-integration-20.04.2/po/fi/kaccounts-integration.po 
new/kaccounts-integration-20.04.3/po/fi/kaccounts-integration.po
--- old/kaccounts-integration-20.04.2/po/fi/kaccounts-integration.po    
2020-06-09 02:43:28.000000000 +0200
+++ new/kaccounts-integration-20.04.3/po/fi/kaccounts-integration.po    
2020-07-07 03:05:50.000000000 +0200
@@ -8,7 +8,7 @@
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2020-03-12 03:23+0100\n"
-"PO-Revision-Date: 2020-01-02 21:58+0200\n"
+"PO-Revision-Date: 2020-06-10 15:57+0300\n"
 "Last-Translator: Tommi Nieminen <[email protected]>\n"
 "Language-Team: Finnish <[email protected]>\n"
 "Language: fi\n"
@@ -16,7 +16,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 18.12.3\n"
+"X-Generator: Lokalize 20.04.1\n"
 
 #, kde-format
 msgctxt "NAME OF TRANSLATORS"
@@ -41,22 +41,22 @@
 #: src/kcm/accounts.cpp:35
 #, kde-format
 msgid "Dan Leinir Turthra Jensen"
-msgstr ""
+msgstr "Dan Leinir Turthra Jensen"
 
 #: src/lib/changeaccountdisplaynamejob.cpp:77
 #, kde-format
 msgid "No account found with the ID %1"
-msgstr ""
+msgstr "Tunnistetta %1 vastaavaa tiliä ei löytynyt."
 
 #: src/lib/changeaccountdisplaynamejob.cpp:82
 #, kde-format
 msgid "No accounts manager, this is not awesome."
-msgstr ""
+msgstr "Ei tilien hallintaa: tämä ei ole hyvä."
 
 #: src/lib/changeaccountdisplaynamejob.cpp:87
 #, kde-format
 msgid "The display name cannot be empty"
-msgstr ""
+msgstr "Näyttönimi ei voi olla tyhjä"
 
 #: src/lib/createaccountjob.cpp:108
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kaccounts-integration-20.04.2/po/fr/kaccounts-integration.po 
new/kaccounts-integration-20.04.3/po/fr/kaccounts-integration.po
--- old/kaccounts-integration-20.04.2/po/fr/kaccounts-integration.po    
2020-06-09 02:43:28.000000000 +0200
+++ new/kaccounts-integration-20.04.3/po/fr/kaccounts-integration.po    
2020-07-07 03:05:50.000000000 +0200
@@ -12,13 +12,13 @@
 "POT-Creation-Date: 2020-03-12 03:23+0100\n"
 "PO-Revision-Date: 2020-04-27 22:49+0200\n"
 "Last-Translator: Xavier Besnard <[email protected]>\n"
-"Language-Team: French <[email protected]>\n"
+"Language-Team: French <[email protected]>\n"
 "Language: fr\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"
-"X-Generator: Lokalize 19.12.3\n"
+"X-Generator: Lokalize 20.04.2\n"
 "X-Environment: kde\n"
 "X-Accelerator-Marker: &\n"
 "X-Text-Markup: kde4\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kaccounts-integration-20.04.2/po/sk/kaccounts-integration.po 
new/kaccounts-integration-20.04.3/po/sk/kaccounts-integration.po
--- old/kaccounts-integration-20.04.2/po/sk/kaccounts-integration.po    
2020-06-09 02:43:29.000000000 +0200
+++ new/kaccounts-integration-20.04.3/po/sk/kaccounts-integration.po    
2020-07-07 03:05:50.000000000 +0200
@@ -1,19 +1,19 @@
 # translation of kaccounts-integration.po to Slovak
 # Roman Paholík <[email protected]>, 2014, 2015, 2016, 2017, 2020.
-# Matej Mrenica <[email protected]>, 2019.
+# Matej Mrenica <[email protected]>, 2019, 2020.
 msgid ""
 msgstr ""
 "Project-Id-Version: kaccounts-integration\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2020-03-12 03:23+0100\n"
-"PO-Revision-Date: 2020-03-30 20:58+0200\n"
-"Last-Translator: Roman Paholik <[email protected]>\n"
-"Language-Team: \n"
+"PO-Revision-Date: 2020-06-16 11:01+0200\n"
+"Last-Translator: Matej Mrenica <[email protected]>\n"
+"Language-Team: Slovak <[email protected]>\n"
 "Language: sk\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Lokalize 19.12.3\n"
+"X-Generator: Lokalize 20.04.2\n"
 "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
 
 #, kde-format
@@ -44,17 +44,17 @@
 #: src/lib/changeaccountdisplaynamejob.cpp:77
 #, kde-format
 msgid "No account found with the ID %1"
-msgstr ""
+msgstr "Nenájdené žiadne konto s ID %1"
 
 #: src/lib/changeaccountdisplaynamejob.cpp:82
 #, kde-format
 msgid "No accounts manager, this is not awesome."
-msgstr ""
+msgstr "Žiadny správca účtov, toto nie je úžasné."
 
 #: src/lib/changeaccountdisplaynamejob.cpp:87
 #, kde-format
 msgid "The display name cannot be empty"
-msgstr ""
+msgstr "Názov na zobrazenie nemôže byť prázdny"
 
 #: src/lib/createaccountjob.cpp:108
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kaccounts-integration-20.04.2/po/sr/kaccounts-integration.po 
new/kaccounts-integration-20.04.3/po/sr/kaccounts-integration.po
--- old/kaccounts-integration-20.04.2/po/sr/kaccounts-integration.po    
2020-06-09 02:43:29.000000000 +0200
+++ new/kaccounts-integration-20.04.3/po/sr/kaccounts-integration.po    
2020-07-07 03:05:50.000000000 +0200
@@ -3,8 +3,8 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: kaccounts-integration\n"
-"Report-Msgid-Bugs-To: http://bugs.kde.org\n";
-"POT-Creation-Date: 2018-08-27 03:55+0200\n"
+"Report-Msgid-Bugs-To: https://bugs.kde.org\n";
+"POT-Creation-Date: 2020-03-12 03:23+0100\n"
 "PO-Revision-Date: 2017-10-30 23:08+0100\n"
 "Last-Translator: Chusslove Illich <[email protected]>\n"
 "Language-Team: Serbian <[email protected]>\n"
@@ -18,75 +18,54 @@
 "X-Text-Markup: kde4\n"
 "X-Environment: kde\n"
 
-#: src/accountwidget.cpp:110
 #, kde-format
-msgid "Configure..."
-msgstr "Подеси..."
-
-# rewrite-msgid: /application>/icode>/
-#: src/create.cpp:71
-#, kde-kuit-format
-msgid ""
-"No account providers found.<nl/>Some providers can be found in packages "
-"<application>kaccounts-providers</application> and <application>ktp-accounts-"
-"kcm</application>."
+msgctxt "NAME OF TRANSLATORS"
+msgid "Your names"
 msgstr ""
-"Није нађен ниједан провајдер налога.<nl/>Неки провајдери могу да се нађу у "
-"пакетима <icode>kaccounts-providers</icode> и <icode>ktp-accounts-kcm</"
-"icode>."
-
-#: src/create.cpp:117
-#, kde-format
-msgid "Following missing providers are required by installed services: %1"
-msgstr "Инсталирани сервиси траже следеће недостајуће провајдере: %1"
 
-#: src/create.cpp:155
 #, kde-format
-msgctxt "Messagebox title; meaning 'Unable to finish the action you started'"
-msgid "Unable to finish"
-msgstr "Немогуће завршити"
+msgctxt "EMAIL OF TRANSLATORS"
+msgid "Your emails"
+msgstr ""
 
-#: src/jobs/createaccount.cpp:107
+# >> @title:column
+#: src/kcm/accounts.cpp:32
 #, kde-format
-msgctxt "The %1 is for plugin name, eg. Could not load UI plugin"
-msgid "Could not load %1 plugin, please check your installation"
-msgstr "Не могу да учитам прикључак „%1“, проверите инсталацију."
+msgid "Accounts"
+msgstr "налози"
 
-#: src/jobs/createaccount.cpp:228
+#: src/kcm/accounts.cpp:34
 #, kde-format
-msgid "There was an error while trying to process the request: %1"
-msgstr "Дошло је до грешке при покушају обраде захтева: %1"
+msgid "Sebastian Kügler"
+msgstr ""
 
-#: src/kaccounts.cpp:65
+#: src/kcm/accounts.cpp:35
 #, kde-format
-msgid "Select an account from the left column to configure"
-msgstr "Изаберите из леве колоне налог за подешавање"
+msgid "Dan Leinir Turthra Jensen"
+msgstr ""
 
-#: src/kaccounts.cpp:127
+#: src/lib/changeaccountdisplaynamejob.cpp:77
 #, kde-format
-msgid ""
-"Are you sure that you want to remove the account '%1'? This cannot be undone."
-msgstr "Желите ли заиста да уклоните налог „%1“? Ово се не може опозвати."
+msgid "No account found with the ID %1"
+msgstr ""
 
-# >> @title:window
-#: src/kaccounts.cpp:127
+#: src/lib/changeaccountdisplaynamejob.cpp:82
 #, kde-format
-msgid "Account Removal"
-msgstr "Уклањање налога"
+msgid "No accounts manager, this is not awesome."
+msgstr ""
 
-#: src/models/accountsmodel.cpp:71
+#: src/lib/changeaccountdisplaynamejob.cpp:87
 #, kde-format
-msgid "Create"
-msgstr "Направи"
+msgid "The display name cannot be empty"
+msgstr ""
 
-# >> @title:column
-#: src/models/accountsmodel.cpp:136
+#: src/lib/createaccountjob.cpp:108
 #, kde-format
-msgid "Accounts"
-msgstr "налози"
+msgctxt "The %1 is for plugin name, eg. Could not load UI plugin"
+msgid "Could not load %1 plugin, please check your installation"
+msgstr "Не могу да учитам прикључак „%1“, проверите инсталацију."
 
-#. i18n: ectx: property (text), widget (QLabel, label)
-#: src/services.ui:25
+#: src/lib/createaccountjob.cpp:235
 #, kde-format
-msgid "Select what services you want to activate"
-msgstr "Изаберите сервисе које желите да активирате"
+msgid "There was an error while trying to process the request: %1"
+msgstr "Дошло је до грешке при покушају обраде захтева: %1"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kaccounts-integration-20.04.2/po/zh_CN/kaccounts-integration.po 
new/kaccounts-integration-20.04.3/po/zh_CN/kaccounts-integration.po
--- old/kaccounts-integration-20.04.2/po/zh_CN/kaccounts-integration.po 
2020-06-09 02:43:29.000000000 +0200
+++ new/kaccounts-integration-20.04.3/po/zh_CN/kaccounts-integration.po 
2020-07-07 03:05:51.000000000 +0200
@@ -9,8 +9,8 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2020-03-12 03:23+0100\n"
-"PO-Revision-Date: 2020-05-09 13:51\n"
-"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
+"PO-Revision-Date: 2020-06-24 08:02\n"
+"Last-Translator: \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
 "MIME-Version: 1.0\n"
@@ -18,8 +18,11 @@
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=1; plural=0;\n"
 "X-Crowdin-Project: kdeorg\n"
+"X-Crowdin-Project-ID: 269464\n"
 "X-Crowdin-Language: zh-CN\n"
-"X-Crowdin-File: /kf5-stable/messages/kdenetwork/kaccounts-integration.pot\n"
+"X-Crowdin-File: /kf5-stable/messages/kaccounts-integration/kaccounts-"
+"integration.pot\n"
+"X-Crowdin-File-ID: 3400\n"
 
 #, kde-format
 msgctxt "NAME OF TRANSLATORS"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kaccounts-integration-20.04.2/src/kded/kded_accounts.json 
new/kaccounts-integration-20.04.3/src/kded/kded_accounts.json
--- old/kaccounts-integration-20.04.2/src/kded/kded_accounts.json       
2020-06-08 19:39:13.000000000 +0200
+++ new/kaccounts-integration-20.04.3/src/kded/kded_accounts.json       
2020-07-03 22:35:15.000000000 +0200
@@ -8,6 +8,7 @@
         "Description[es]": "Gestión de cuentas",
         "Description[et]": "Kontohaldus",
         "Description[eu]": "Kontu kudeaketa",
+        "Description[fi]": "Tilien hallinta",
         "Description[fr]": "Gestion des comptes",
         "Description[ia]": "Gestion de contos",
         "Description[it]": "Gestione account",
@@ -32,6 +33,7 @@
         "Name[es]": "Cuentas",
         "Name[et]": "Kontod",
         "Name[eu]": "Kontuak",
+        "Name[fi]": "Tilit",
         "Name[fr]": "Comptes",
         "Name[ia]": "Contos",
         "Name[it]": "Account",


Reply via email to