Hello community,

here is the log from the commit of package ktp-contact-list for 
openSUSE:Leap:15.2 checked in at 2020-05-13 03:53:04
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:15.2/ktp-contact-list (Old)
 and      /work/SRC/openSUSE:Leap:15.2/.ktp-contact-list.new.2738 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ktp-contact-list"

Wed May 13 03:53:04 2020 rev:7 rq:797463 version:20.04.0

Changes:
--------
--- /work/SRC/openSUSE:Leap:15.2/ktp-contact-list/ktp-contact-list.changes      
2020-03-13 11:01:52.836627420 +0100
+++ 
/work/SRC/openSUSE:Leap:15.2/.ktp-contact-list.new.2738/ktp-contact-list.changes
    2020-05-13 03:53:06.824360564 +0200
@@ -1,0 +2,28 @@
+Thu Apr 23 12:22:58 UTC 2020 - Luca Beltrame <[email protected]>
+
+- Update to 20.04.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/releases/2020-04-apps-update
+- No code change since 20.03.90
+
+-------------------------------------------------------------------
+Sun Apr  5 20:30:31 UTC 2020 - Luca Beltrame <[email protected]>
+
+- Update to 20.03.90
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/releases/20.04-rc
+- Changes since 20.03.80:
+  * Fix build with Qt 5.15
+
+-------------------------------------------------------------------
+Sun Mar 22 09:17:28 UTC 2020 - Luca Beltrame <[email protected]>
+
+- Update to 20.03.80
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/releases/20.04-beta
+- No code change since 19.12.3
+
+-------------------------------------------------------------------

Old:
----
  ktp-contact-list-19.12.3.tar.xz
  ktp-contact-list-19.12.3.tar.xz.sig

New:
----
  ktp-contact-list-20.04.0.tar.xz
  ktp-contact-list-20.04.0.tar.xz.sig

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

Other differences:
------------------
++++++ ktp-contact-list.spec ++++++
--- /var/tmp/diff_new_pack.jn5Ti4/_old  2020-05-13 03:53:07.332361629 +0200
+++ /var/tmp/diff_new_pack.jn5Ti4/_new  2020-05-13 03:53:07.336361637 +0200
@@ -16,46 +16,45 @@
 #
 
 
-%define kf5_version 5.26.0
+%define kf5_version 5.60.0
 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)
 %{!?_kapp_version: %global _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 %bcond_without lang
 Name:           ktp-contact-list
-Version:        19.12.3
+Version:        20.04.0
 Release:        0
 Summary:        Telepathy contact list
 License:        LGPL-2.1-or-later
 Group:          Productivity/Networking/Instant Messenger
 URL:            
https://community.kde.org/Real-Time_Communication_and_Collaboration
 Source:         
https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz
-%if %{with lang}
-Source1:        
https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz.sig
-Source2:        applications.keyring
-%endif
 BuildRequires:  extra-cmake-modules >= 1.3.0
 BuildRequires:  fdupes
-BuildRequires:  kcmutils-devel
-BuildRequires:  kdbusaddons-devel
 BuildRequires:  kf5-filesystem
-BuildRequires:  ki18n-devel
-BuildRequires:  kiconthemes-devel
-BuildRequires:  kio-devel
-BuildRequires:  knotifications-devel
-BuildRequires:  knotifyconfig-devel
-BuildRequires:  kpeople5-devel
-BuildRequires:  ktp-common-internals-devel
 BuildRequires:  ktp-icons
-BuildRequires:  kwallet-devel
-BuildRequires:  kwindowsystem-devel
-BuildRequires:  kxmlgui-devel
-BuildRequires:  pkgconfig
 BuildRequires:  telepathy-logger-qt5-devel
 BuildRequires:  telepathy-qt5-devel
-BuildRequires:  pkgconfig(Qt5Widgets) >= 5.2.0
-BuildRequires:  pkgconfig(Qt5Xml) >= 5.2.0
+BuildRequires:  cmake(KF5DBusAddons)
+BuildRequires:  cmake(KF5I18n)
+BuildRequires:  cmake(KF5IconThemes)
+BuildRequires:  cmake(KF5KCMUtils)
+BuildRequires:  cmake(KF5KIO)
+BuildRequires:  cmake(KF5Notifications)
+BuildRequires:  cmake(KF5NotifyConfig)
+BuildRequires:  cmake(KF5People)
+BuildRequires:  cmake(KF5Wallet)
+BuildRequires:  cmake(KF5WindowSystem)
+BuildRequires:  cmake(KF5XmlGui)
+BuildRequires:  cmake(KTp)
+BuildRequires:  cmake(Qt5Widgets) >= 5.2.0
+BuildRequires:  cmake(Qt5Xml) >= 5.2.0
+Recommends:     %{name}-lang
 Obsoletes:      %{name}5 < %{version}
 Provides:       %{name}5 = %{version}
-Recommends:     %{name}-lang
+%if %{with lang}
+Source1:        
https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz.sig
+Source2:        applications.keyring
+%endif
 
 %description
 Telepathy contact list application


++++++ ktp-contact-list-19.12.3.tar.xz -> ktp-contact-list-20.04.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktp-contact-list-19.12.3/CMakeLists.txt 
new/ktp-contact-list-20.04.0/CMakeLists.txt
--- old/ktp-contact-list-19.12.3/CMakeLists.txt 2020-03-03 01:30:21.000000000 
+0100
+++ new/ktp-contact-list-20.04.0/CMakeLists.txt 2020-04-17 02:37:01.000000000 
+0200
@@ -3,11 +3,11 @@
 cmake_minimum_required(VERSION 2.8.12)
 
 # KDE Application Version, managed by release script
-set (KDE_APPLICATIONS_VERSION_MAJOR "19")
-set (KDE_APPLICATIONS_VERSION_MINOR "12")
-set (KDE_APPLICATIONS_VERSION_MICRO "3")
+set (RELEASE_SERVICE_VERSION_MAJOR "20")
+set (RELEASE_SERVICE_VERSION_MINOR "04")
+set (RELEASE_SERVICE_VERSION_MICRO "0")
 
-set(KTP_CONTACT_LIST_VERSION 
"${KDE_APPLICATIONS_VERSION_MAJOR}.${KDE_APPLICATIONS_VERSION_MINOR}.${KDE_APPLICATIONS_VERSION_MICRO}")
+set(KTP_CONTACT_LIST_VERSION 
"${RELEASE_SERVICE_VERSION_MAJOR}.${RELEASE_SERVICE_VERSION_MINOR}.${RELEASE_SERVICE_VERSION_MICRO}")
 
 set(IS_KTP_INTERNAL_MODULE TRUE)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktp-contact-list-19.12.3/po/en_GB/ktp-contactlist.po 
new/ktp-contact-list-20.04.0/po/en_GB/ktp-contactlist.po
--- old/ktp-contact-list-19.12.3/po/en_GB/ktp-contactlist.po    2020-03-03 
01:30:19.000000000 +0100
+++ new/ktp-contact-list-20.04.0/po/en_GB/ktp-contactlist.po    2020-04-17 
02:37:00.000000000 +0200
@@ -9,7 +9,7 @@
 "POT-Creation-Date: 2019-05-20 03:11+0200\n"
 "PO-Revision-Date: 2017-11-26 14:23+0000\n"
 "Last-Translator: Steve Allewell <[email protected]>\n"
-"Language-Team: British English <[email protected]>\n"
+"Language-Team: British English <[email protected]>\n"
 "Language: en_GB\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktp-contact-list-19.12.3/po/et/ktp-contactlist.po 
new/ktp-contact-list-20.04.0/po/et/ktp-contactlist.po
--- old/ktp-contact-list-19.12.3/po/et/ktp-contactlist.po       2020-03-03 
01:30:19.000000000 +0100
+++ new/ktp-contact-list-20.04.0/po/et/ktp-contactlist.po       2020-04-17 
02:37:00.000000000 +0200
@@ -1,20 +1,20 @@
 # Copyright (C) YEAR This_file_is_part_of_KDE
 # This file is distributed under the same license as the PACKAGE package.
 #
-# Marek Laane <[email protected]>, 2011, 2012, 2014, 2016, 2019.
+# Marek Laane <[email protected]>, 2011, 2012, 2014, 2016, 2019, 2020.
 msgid ""
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2019-05-20 03:11+0200\n"
-"PO-Revision-Date: 2019-11-09 15:34+0200\n"
+"PO-Revision-Date: 2020-03-23 11:32+0200\n"
 "Last-Translator: Marek Laane <[email protected]>\n"
 "Language-Team: Estonian <[email protected]>\n"
 "Language: et\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Lokalize 19.08.1\n"
+"X-Generator: Lokalize 19.12.2\n"
 "Plural-Forms: nplurals=2; plural=n != 1;\n"
 
 #, kde-format
@@ -393,22 +393,23 @@
 #: global-presence-chooser.cpp:54
 #, kde-format
 msgid "<p><strong>%title</strong>: Now Playing track title.</p>"
-msgstr ""
+msgstr "<p><strong>%title</strong>: Praegu esitusel pala pealkiri.</p>"
 
 #: global-presence-chooser.cpp:55
 #, kde-format
 msgid "<p><strong>%artist</strong>: Now Playing track or album artist.</p>"
 msgstr ""
+"<p><strong>%artist</strong>: Praegu esitusel pala või albumi esitaja.</p>"
 
 #: global-presence-chooser.cpp:56
 #, kde-format
 msgid "<p><strong>%album</strong>: Now Playing album.</p>"
-msgstr ""
+msgstr "<p><strong>%album</strong>: Praegu esitusel album.</p>"
 
 #: global-presence-chooser.cpp:57
 #, kde-format
 msgid "<p><strong>%track</strong>: Now Playing track number.</p>"
-msgstr ""
+msgstr "<p><strong>%track</strong>: Praegu esitusel pala number.</p>"
 
 #: global-presence-chooser.cpp:58
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktp-contact-list-19.12.3/po/ia/ktp-contactlist.po 
new/ktp-contact-list-20.04.0/po/ia/ktp-contactlist.po
--- old/ktp-contact-list-19.12.3/po/ia/ktp-contactlist.po       2020-03-03 
01:30:19.000000000 +0100
+++ new/ktp-contact-list-20.04.0/po/ia/ktp-contactlist.po       2020-04-17 
02:37:00.000000000 +0200
@@ -1,21 +1,21 @@
 # Copyright (C) YEAR This_file_is_part_of_KDE
 # This file is distributed under the same license as the PACKAGE package.
 #
-# Giovanni Sora <[email protected]>, 2013, 2014, 2020.
+# Giovanni Sora <[email protected]>, 2013, 2014.
 msgid ""
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2019-05-20 03:11+0200\n"
-"PO-Revision-Date: 2020-01-18 09:59+0100\n"
-"Last-Translator: Giovanni Sora <[email protected]>\n"
-"Language-Team: Interlingua <[email protected]>\n"
+"PO-Revision-Date: 2014-04-18 13:38+0200\n"
+"Last-Translator: G.Sora <[email protected]>\n"
+"Language-Team: Interlingua <[email protected]>\n"
 "Language: ia\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 2.0\n"
+"X-Generator: Lokalize 1.5\n"
 
 #, kde-format
 msgctxt "NAME OF TRANSLATORS"
@@ -157,9 +157,10 @@
 msgstr "Comparti mi scriptorio..."
 
 #: context-menu.cpp:161
-#, kde-format
+#, fuzzy, kde-format
+#| msgid "Open Log Viewer..."
 msgid "Open Log..."
-msgstr "Aperi registro..."
+msgstr "Aperi visualisator de registro..."
 
 #: context-menu.cpp:174
 #, kde-format
@@ -209,14 +210,16 @@
 msgstr "Bloca contacto"
 
 #: context-menu.cpp:278
-#, kde-format
+#, fuzzy, kde-format
+#| msgid "Remove Contact"
 msgid "Remove Contact..."
-msgstr "Remove contacto..."
+msgstr "Remove contacto"
 
 #: context-menu.cpp:284
-#, kde-format
+#, fuzzy, kde-format
+#| msgid "Show Info..."
 msgid "Show Contact Information..."
-msgstr "Monstra information de contacto.."
+msgstr "Monstra Info..."
 
 #: context-menu.cpp:305
 #, kde-format
@@ -255,19 +258,21 @@
 msgstr "Remove gruppo"
 
 #: dialogs/advanced-presence-dialog.cpp:152
-#, kde-format
+#, fuzzy, kde-format
+#| msgid "Add Presence"
 msgid "Advanced Presence Setting"
-msgstr "Avantiate preferentias de presentia"
+msgstr "Adde presentia"
 
 #: dialogs/advanced-presence-dialog.cpp:160
 #, kde-format
 msgid "It appears that you do not have any accounts configured"
-msgstr "Il sembla que tu non ha alcun conto configurate"
+msgstr ""
 
 #: dialogs/advanced-presence-dialog.cpp:184
-#, kde-format
+#, fuzzy, kde-format
+#| msgid "Set custom busy message..."
 msgid "Set a status message ..."
-msgstr "Fixa un message de stato ..."
+msgstr "Fixa message de occupate personalisate"
 
 #: dialogs/custom-presence-dialog.cpp:72
 #, kde-format
@@ -481,9 +486,10 @@
 msgstr "Configura presentias personalisate..."
 
 #: global-presence-chooser.cpp:125
-#, kde-format
+#, fuzzy, kde-format
+#| msgid "Add Presence"
 msgid "Advanced Presence Setting..."
-msgstr "Avantiate preferentias de presentia..."
+msgstr "Adde presentia"
 
 #: global-presence-chooser.cpp:208
 #, kde-format
@@ -593,9 +599,10 @@
 msgstr "Trova contacto"
 
 #: main-widget.cpp:541
-#, kde-format
+#, fuzzy, kde-format
+#| msgid "Start a chat..."
 msgid "Start a Chat..."
-msgstr "Initia un conversation"
+msgstr "Initia un conversation in directo..."
 
 #: main-widget.cpp:544
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktp-contact-list-19.12.3/po/nb/ktp-contactlist.po 
new/ktp-contact-list-20.04.0/po/nb/ktp-contactlist.po
--- old/ktp-contact-list-19.12.3/po/nb/ktp-contactlist.po       2020-03-03 
01:30:19.000000000 +0100
+++ new/ktp-contact-list-20.04.0/po/nb/ktp-contactlist.po       2020-04-17 
02:37:00.000000000 +0200
@@ -8,7 +8,7 @@
 "POT-Creation-Date: 2019-05-20 03:11+0200\n"
 "PO-Revision-Date: 2014-09-30 11:13+0200\n"
 "Last-Translator: Bjørn Steensrud <[email protected]>\n"
-"Language-Team: Norwegian Bokmål <[email protected]>\n"
+"Language-Team: Norwegian Bokmål <[email protected]>\n"
 "Language: nb\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktp-contact-list-19.12.3/po/nn/ktp-contactlist.po 
new/ktp-contact-list-20.04.0/po/nn/ktp-contactlist.po
--- old/ktp-contact-list-19.12.3/po/nn/ktp-contactlist.po       2020-03-03 
01:30:20.000000000 +0100
+++ new/ktp-contact-list-20.04.0/po/nn/ktp-contactlist.po       2020-04-17 
02:37:00.000000000 +0200
@@ -8,7 +8,7 @@
 "POT-Creation-Date: 2019-05-20 03:11+0200\n"
 "PO-Revision-Date: 2019-08-18 10:08+0200\n"
 "Last-Translator: Karl Ove Hufthammer <[email protected]>\n"
-"Language-Team: Norwegian Nynorsk <[email protected]>\n"
+"Language-Team: Norwegian Nynorsk <[email protected]>\n"
 "Language: nn\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktp-contact-list-19.12.3/po/zh_CN/ktp-contactlist.po 
new/ktp-contact-list-20.04.0/po/zh_CN/ktp-contactlist.po
--- old/ktp-contact-list-19.12.3/po/zh_CN/ktp-contactlist.po    2020-03-03 
01:30:21.000000000 +0100
+++ new/ktp-contact-list-20.04.0/po/zh_CN/ktp-contactlist.po    2020-04-17 
02:37:01.000000000 +0200
@@ -9,7 +9,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2019-05-20 03:11+0200\n"
-"PO-Revision-Date: 2020-01-20 21:56\n"
+"PO-Revision-Date: 2020-03-25 19:57\n"
 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktp-contact-list-19.12.3/tooltips/ktooltipwindow.cpp 
new/ktp-contact-list-20.04.0/tooltips/ktooltipwindow.cpp
--- old/ktp-contact-list-19.12.3/tooltips/ktooltipwindow.cpp    2020-02-29 
23:31:10.000000000 +0100
+++ new/ktp-contact-list-20.04.0/tooltips/ktooltipwindow.cpp    2020-04-15 
10:44:59.000000000 +0200
@@ -24,6 +24,7 @@
 #include <kwindowsystem.h>
 
 #include <QPainter>
+#include <QPainterPath>
 #include <QVBoxLayout>
 
 KToolTipWindow::KToolTipWindow(QWidget *content) :


Reply via email to