Hello community,
here is the log from the commit of package kontactinterface for
openSUSE:Leap:15.2 checked in at 2020-05-12 11:35:09
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:15.2/kontactinterface (Old)
and /work/SRC/openSUSE:Leap:15.2/.kontactinterface.new.2738 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kontactinterface"
Tue May 12 11:35:09 2020 rev:58 rq:797435 version:20.04.0
Changes:
--------
--- /work/SRC/openSUSE:Leap:15.2/kontactinterface/kontactinterface.changes
2020-03-15 07:08:33.872862929 +0100
+++
/work/SRC/openSUSE:Leap:15.2/.kontactinterface.new.2738/kontactinterface.changes
2020-05-12 11:35:10.360093782 +0200
@@ -1,0 +2,29 @@
+Thu Apr 23 12:22:45 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:20 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
+- No code change since 20.03.80
+
+-------------------------------------------------------------------
+Sun Mar 22 09:17:16 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
+- Changes since 19.12.3:
+ * Autogenerate categories file
+ * Assign parent directly
+
+-------------------------------------------------------------------
Old:
----
kontactinterface-19.12.3.tar.xz
kontactinterface-19.12.3.tar.xz.sig
New:
----
kontactinterface-20.04.0.tar.xz
kontactinterface-20.04.0.tar.xz.sig
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ kontactinterface.spec ++++++
--- /var/tmp/diff_new_pack.fn03od/_old 2020-05-12 11:35:10.680094454 +0200
+++ /var/tmp/diff_new_pack.fn03od/_new 2020-05-12 11:35:10.680094454 +0200
@@ -21,17 +21,13 @@
%{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print
$1"."$2}')}
%bcond_without lang
Name: kontactinterface
-Version: 19.12.3
+Version: 20.04.0
Release: 0
Summary: KDE PIM Libraries: Interface to Contacts
License: LGPL-2.1-or-later
Group: System/GUI/KDE
URL: https://www.kde.org
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 >= 5.19.0
BuildRequires: kf5-filesystem
BuildRequires: cmake(KF5CoreAddons) >= %{kf5_version}
@@ -40,6 +36,10 @@
BuildRequires: cmake(KF5Parts) >= %{kf5_version}
BuildRequires: cmake(KF5WindowSystem) >= %{kf5_version}
BuildRequires: cmake(KF5XmlGui) >= %{kf5_version}
+%if %{with lang}
+Source1:
https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz.sig
+Source2: applications.keyring
+%endif
%description
This package contains additional libraries for KDE PIM applications.
++++++ kontactinterface-19.12.3.tar.xz -> kontactinterface-20.04.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/kontactinterface-19.12.3/.gitignore
new/kontactinterface-20.04.0/.gitignore
--- old/kontactinterface-19.12.3/.gitignore 2020-02-07 07:13:09.000000000
+0100
+++ new/kontactinterface-20.04.0/.gitignore 2020-04-04 11:58:43.000000000
+0200
@@ -14,8 +14,7 @@
.swp.*
Doxyfile
Makefile
-avail
-random_seed
/build*/
+.cmake/
CMakeLists.txt.user*
*.unc-backup*
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/kontactinterface-19.12.3/CMakeLists.txt
new/kontactinterface-20.04.0/CMakeLists.txt
--- old/kontactinterface-19.12.3/CMakeLists.txt 2020-03-03 01:32:39.000000000
+0100
+++ new/kontactinterface-20.04.0/CMakeLists.txt 2020-04-17 02:38:09.000000000
+0200
@@ -1,10 +1,10 @@
cmake_minimum_required(VERSION 3.5)
-set(PIM_VERSION "5.13.3")
+set(PIM_VERSION "5.14.0")
project(KontactInterface VERSION ${PIM_VERSION})
# ECM setup
-set(KF5_MIN_VERSION "5.63.0")
+set(KF5_MIN_VERSION "5.68.0")
find_package(ECM ${KF5_MIN_VERSION} CONFIG REQUIRED)
set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH})
@@ -78,15 +78,13 @@
if (EXISTS "${CMAKE_SOURCE_DIR}/.git")
add_definitions(-DQT_DISABLE_DEPRECATED_BEFORE=0x050e00)
- add_definitions(-DKF_DISABLE_DEPRECATED_BEFORE_AND_AT=0x054000)
+ add_definitions(-DKF_DISABLE_DEPRECATED_BEFORE_AND_AT=0x054400)
endif()
add_definitions(-DQT_NO_FOREACH)
add_subdirectory(src)
-install(FILES kontactinterface.renamecategories kontactinterface.categories
DESTINATION ${KDE_INSTALL_LOGGINGCATEGORIESDIR})
-
feature_summary(WHAT ALL FATAL_ON_MISSING_REQUIRED_PACKAGES)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/kontactinterface-19.12.3/kontactinterface.categories
new/kontactinterface-20.04.0/kontactinterface.categories
--- old/kontactinterface-19.12.3/kontactinterface.categories 2020-02-07
07:13:09.000000000 +0100
+++ new/kontactinterface-20.04.0/kontactinterface.categories 1970-01-01
01:00:00.000000000 +0100
@@ -1 +0,0 @@
-org.kde.pim.kontactinterface kontactinterface (pim lib) IDENTIFIER
[KONTACTINTERFACE_LOG]
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/kontactinterface-19.12.3/kontactinterface.renamecategories
new/kontactinterface-20.04.0/kontactinterface.renamecategories
--- old/kontactinterface-19.12.3/kontactinterface.renamecategories
2020-02-07 07:13:09.000000000 +0100
+++ new/kontactinterface-20.04.0/kontactinterface.renamecategories
1970-01-01 01:00:00.000000000 +0100
@@ -1 +0,0 @@
-log_kontactinterface org.kde.pim.kontactinterface
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/kontactinterface-19.12.3/po/nb/kontactinterfaces5.po
new/kontactinterface-20.04.0/po/nb/kontactinterfaces5.po
--- old/kontactinterface-19.12.3/po/nb/kontactinterfaces5.po 2020-03-03
01:32:38.000000000 +0100
+++ new/kontactinterface-20.04.0/po/nb/kontactinterfaces5.po 2020-04-17
02:38:09.000000000 +0200
@@ -8,7 +8,7 @@
"POT-Creation-Date: 2019-05-20 03:17+0200\n"
"PO-Revision-Date: 2008-08-13 11:15+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/kontactinterface-19.12.3/po/nn/kontactinterfaces5.po
new/kontactinterface-20.04.0/po/nn/kontactinterfaces5.po
--- old/kontactinterface-19.12.3/po/nn/kontactinterfaces5.po 2020-03-03
01:32:38.000000000 +0100
+++ new/kontactinterface-20.04.0/po/nn/kontactinterfaces5.po 2020-04-17
02:38:09.000000000 +0200
@@ -9,7 +9,7 @@
"POT-Creation-Date: 2019-05-20 03:17+0200\n"
"PO-Revision-Date: 2008-09-14 12:12+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/kontactinterface-19.12.3/po/uk/kontactinterfaces5.po
new/kontactinterface-20.04.0/po/uk/kontactinterfaces5.po
--- old/kontactinterface-19.12.3/po/uk/kontactinterfaces5.po 2020-03-03
01:32:39.000000000 +0100
+++ new/kontactinterface-20.04.0/po/uk/kontactinterfaces5.po 2020-04-17
02:38:09.000000000 +0200
@@ -1,5 +1,5 @@
# Translation of kontactinterfaces5.po to Ukrainian
-# Copyright (C) 2014 This_file_is_part_of_KDE
+# Copyright (C) 2018 This_file_is_part_of_KDE
# This file is distributed under the license LGPL version 2.1 or
# version 3 or later versions approved by the membership of KDE e.V.
#
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/kontactinterface-19.12.3/po/zh_CN/kontactinterfaces5.po
new/kontactinterface-20.04.0/po/zh_CN/kontactinterfaces5.po
--- old/kontactinterface-19.12.3/po/zh_CN/kontactinterfaces5.po 2020-03-03
01:32:39.000000000 +0100
+++ new/kontactinterface-20.04.0/po/zh_CN/kontactinterfaces5.po 2020-04-17
02:38:09.000000000 +0200
@@ -7,7 +7,7 @@
"Project-Id-Version: kdeorg\n"
"Report-Msgid-Bugs-To: https://bugs.kde.org\n"
"POT-Creation-Date: 2019-05-20 03:17+0200\n"
-"PO-Revision-Date: 2020-01-20 21:56\n"
+"PO-Revision-Date: 2020-03-25 19:56\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/kontactinterface-19.12.3/src/CMakeLists.txt
new/kontactinterface-20.04.0/src/CMakeLists.txt
--- old/kontactinterface-19.12.3/src/CMakeLists.txt 2020-02-07
07:13:09.000000000 +0100
+++ new/kontactinterface-20.04.0/src/CMakeLists.txt 2020-04-04
11:58:43.000000000 +0200
@@ -6,7 +6,9 @@
uniqueapphandler.cpp
pimuniqueapplication.cpp)
-ecm_qt_declare_logging_category(kontactinterface_LIB_SRCS HEADER
kontactinterface_debug.h IDENTIFIER KONTACTINTERFACE_LOG CATEGORY_NAME
org.kde.pim.kontactinterface)
+ecm_qt_declare_logging_category(kontactinterface_LIB_SRCS HEADER
kontactinterface_debug.h IDENTIFIER KONTACTINTERFACE_LOG CATEGORY_NAME
org.kde.pim.kontactinterface
+ OLD_CATEGORY_NAMES log_kontactinterface
+ DESCRIPTION "kontactinterface (pim lib)" EXPORT KONTACTINTERFACE)
add_library(KF5KontactInterface ${kontactinterface_LIB_SRCS})
@@ -69,3 +71,4 @@
ecm_generate_pri_file(BASE_NAME KontactInterface LIB_NAME KF5KontactInterface
DEPS "Parts CoreAddons XmlGui" FILENAME_VAR PRI_FILENAME INCLUDE_INSTALL_DIR
${KDE_INSTALL_INCLUDEDIR_KF5}/KontactInterface)
install(FILES ${PRI_FILENAME} DESTINATION ${ECM_MKSPECS_INSTALL_DIR})
+ecm_qt_install_logging_categories(EXPORT KONTACTINTERFACE FILE
kontactinterface.categories DESTINATION ${KDE_INSTALL_LOGGINGCATEGORIESDIR})
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/kontactinterface-19.12.3/src/summary.cpp
new/kontactinterface-20.04.0/src/summary.cpp
--- old/kontactinterface-19.12.3/src/summary.cpp 2020-02-07
07:13:09.000000000 +0100
+++ new/kontactinterface-20.04.0/src/summary.cpp 2020-04-04
11:58:43.000000000 +0200
@@ -81,10 +81,9 @@
QWidget *Summary::createHeader(QWidget *parent, const QString &iconname, const
QString &heading)
{
QWidget *box = new QWidget(parent);
- QHBoxLayout *hbox = new QHBoxLayout;
+ QHBoxLayout *hbox = new QHBoxLayout(box);
hbox->setContentsMargins(0, 0, 0, 0);
hbox->setSpacing(0);
- box->setLayout(hbox);
box->setAutoFillBackground(true);
QIcon icon = QIcon::fromTheme(iconname);
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/kontactinterface-19.12.3/src/uniqueapphandler.cpp
new/kontactinterface-20.04.0/src/uniqueapphandler.cpp
--- old/kontactinterface-19.12.3/src/uniqueapphandler.cpp 2020-02-07
07:13:09.000000000 +0100
+++ new/kontactinterface-20.04.0/src/uniqueapphandler.cpp 2020-04-04
11:58:43.000000000 +0200
@@ -26,7 +26,7 @@
#include "processes.h"
#include "kontactinterface_debug.h"
-#include <kstartupinfo.h>
+#include <KStartupInfo>
#include <kwindowsystem.h>
#include <QDBusConnection>