Hello community,
here is the log from the commit of package kontactinterface for
openSUSE:Factory checked in at 2020-12-17 16:56:03
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kontactinterface (Old)
and /work/SRC/openSUSE:Factory/.kontactinterface.new.5145 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kontactinterface"
Thu Dec 17 16:56:03 2020 rev:63 rq:855218 version:20.12.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/kontactinterface/kontactinterface.changes
2020-11-10 13:37:27.476711392 +0100
+++
/work/SRC/openSUSE:Factory/.kontactinterface.new.5145/kontactinterface.changes
2020-12-17 16:56:18.069152024 +0100
@@ -1,0 +2,26 @@
+Sat Dec 5 23:16:56 UTC 2020 - Luca Beltrame <[email protected]>
+
+- Update to 20.12.0
+ * New feature release
+ * For more details please see:
+ * https://kde.org/announcements/releases/2020-12-apps-update
+- No code change since 20.11.90
+
+-------------------------------------------------------------------
+Fri Nov 27 15:17:10 UTC 2020 - Christophe Giboudeaux <[email protected]>
+
+- Update to 20.11.90
+ * New feature release
+- No code change since 20.11.80
+
+-------------------------------------------------------------------
+Sat Nov 14 00:02:09 UTC 2020 - Christophe Giboudeaux <[email protected]>
+
+- Update to 20.11.80
+ * New feature release
+- Changes since 20.08.3:
+ * Fix generate pri file
+ * If include is define in .h remove it if it's defined in .cpp too (scripted)
+ * Time to increase version
+
+-------------------------------------------------------------------
Old:
----
kontactinterface-20.08.3.tar.xz
kontactinterface-20.08.3.tar.xz.sig
New:
----
kontactinterface-20.12.0.tar.xz
kontactinterface-20.12.0.tar.xz.sig
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ kontactinterface.spec ++++++
--- /var/tmp/diff_new_pack.SeH7cX/_old 2020-12-17 16:56:18.737152741 +0100
+++ /var/tmp/diff_new_pack.SeH7cX/_new 2020-12-17 16:56:18.737152741 +0100
@@ -16,12 +16,12 @@
#
-%define kf5_version 5.60.0
+%define kf5_version 5.75.0
# Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)
%{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print
$1"."$2}')}
%bcond_without lang
Name: kontactinterface
-Version: 20.08.3
+Version: 20.12.0
Release: 0
Summary: KDE PIM Libraries: Interface to Contacts
License: LGPL-2.1-or-later
++++++ kontactinterface-20.08.3.tar.xz -> kontactinterface-20.12.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/kontactinterface-20.08.3/CMakeLists.txt
new/kontactinterface-20.12.0/CMakeLists.txt
--- old/kontactinterface-20.08.3/CMakeLists.txt 2020-11-03 01:44:56.000000000
+0100
+++ new/kontactinterface-20.12.0/CMakeLists.txt 2020-12-04 01:26:33.000000000
+0100
@@ -1,10 +1,10 @@
cmake_minimum_required(VERSION 3.5)
-set(PIM_VERSION "5.15.3")
+set(PIM_VERSION "5.16.0")
project(KontactInterface VERSION ${PIM_VERSION})
# ECM setup
-set(KF5_MIN_VERSION "5.71.0")
+set(KF5_MIN_VERSION "5.75.0")
find_package(ECM ${KF5_MIN_VERSION} CONFIG REQUIRED)
set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH})
@@ -88,7 +88,7 @@
install(EXPORT KF5KontactInterfaceTargets DESTINATION
"${CMAKECONFIG_INSTALL_DIR}" FILE KF5KontactInterfaceTargets.cmake NAMESPACE
KF5::)
add_definitions(-DQT_DISABLE_DEPRECATED_BEFORE=0x050f00)
-add_definitions(-DKF_DISABLE_DEPRECATED_BEFORE_AND_AT=0x054800)
+add_definitions(-DKF_DISABLE_DEPRECATED_BEFORE_AND_AT=0x054C00)
add_definitions(-DQT_NO_FOREACH)
add_definitions(-DQT_NO_KEYWORDS)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/kontactinterface-20.08.3/po/hi/kontactinterfaces5.po
new/kontactinterface-20.12.0/po/hi/kontactinterfaces5.po
--- old/kontactinterface-20.08.3/po/hi/kontactinterfaces5.po 2020-11-03
01:44:56.000000000 +0100
+++ new/kontactinterface-20.12.0/po/hi/kontactinterfaces5.po 2020-12-04
01:26:33.000000000 +0100
@@ -1,15 +1,15 @@
# Copyright (C) YEAR This file is copyright:
# This file is distributed under the same license as the kontactinterface
package.
#
-# Raghavendra Kamath <[email protected]>, 2020.
+# Raghavendra kamath <[email protected]>, 2020.
msgid ""
msgstr ""
"Project-Id-Version: kontactinterface\n"
"Report-Msgid-Bugs-To: https://bugs.kde.org\n"
"POT-Creation-Date: 2019-05-20 03:17+0200\n"
-"PO-Revision-Date: 2020-08-25 22:53+0530\n"
-"Last-Translator: Raghavendra Kamath <[email protected]>\n"
-"Language-Team: Kde-hindi\n"
+"PO-Revision-Date: 2020-08-08 15:12+0530\n"
+"Last-Translator: Raghavendra kamath <[email protected]>\n"
+"Language-Team: Hindi <[email protected]>\n"
"Language: hi\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-20.08.3/po/zh_CN/kontactinterfaces5.po
new/kontactinterface-20.12.0/po/zh_CN/kontactinterfaces5.po
--- old/kontactinterface-20.08.3/po/zh_CN/kontactinterfaces5.po 2020-11-03
01:44:56.000000000 +0100
+++ new/kontactinterface-20.12.0/po/zh_CN/kontactinterfaces5.po 2020-12-04
01:26:33.000000000 +0100
@@ -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-10-08 19:23\n"
+"PO-Revision-Date: 2020-11-10 15:04\n"
"Last-Translator: \n"
"Language-Team: Chinese Simplified\n"
"Language: zh_CN\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/kontactinterface-20.08.3/src/CMakeLists.txt
new/kontactinterface-20.12.0/src/CMakeLists.txt
--- old/kontactinterface-20.08.3/src/CMakeLists.txt 2020-10-09
07:33:39.000000000 +0200
+++ new/kontactinterface-20.12.0/src/CMakeLists.txt 2020-11-27
07:10:25.000000000 +0100
@@ -68,7 +68,7 @@
install(FILES kontactplugin.desktop DESTINATION
${KDE_INSTALL_KSERVICETYPES5DIR})
-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)
+ecm_generate_pri_file(BASE_NAME KontactInterface LIB_NAME KF5KontactInterface
DEPS "KParts KCoreAddons KXmlGui" 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-20.08.3/src/core.cpp
new/kontactinterface-20.12.0/src/core.cpp
--- old/kontactinterface-20.08.3/src/core.cpp 2020-10-09 07:33:39.000000000
+0200
+++ new/kontactinterface-20.12.0/src/core.cpp 2020-11-27 07:10:25.000000000
+0100
@@ -12,7 +12,6 @@
#include "kontactinterface_debug.h"
-#include <KParts/Part>
#include <KPluginFactory>
#include <KPluginLoader>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/kontactinterface-20.08.3/src/kontactplugin.desktop
new/kontactinterface-20.12.0/src/kontactplugin.desktop
--- old/kontactinterface-20.08.3/src/kontactplugin.desktop 2020-10-09
07:33:39.000000000 +0200
+++ new/kontactinterface-20.12.0/src/kontactplugin.desktop 2020-11-27
07:10:25.000000000 +0100
@@ -3,6 +3,7 @@
X-KDE-ServiceType=Kontact/Plugin
Name=Kontact Plugin
Name[ar]=ملحقة «متراسلك»
+Name[az]=Kontakt Qoşması
Name[bs]=Priključak za kontakt
Name[ca]=Connector per al Kontact
Name[ca@valencia]=Connector per al Kontact
@@ -32,7 +33,7 @@
Name[nb]=Kontact-programtillegg
Name[nds]=Kontact-Moduul
Name[nl]=Kontact-plug-in
-Name[nn]=Kontakt-tillegg
+Name[nn]=Kontact-tillegg
Name[pa]=ਕੇਸੰਪਰਕ ਪਲੱਗਇਨ
Name[pl]=Wtyczka Kontact
Name[pt]='Plugin' do Kontact
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/kontactinterface-20.08.3/src/plugin.cpp
new/kontactinterface-20.12.0/src/plugin.cpp
--- old/kontactinterface-20.08.3/src/plugin.cpp 2020-10-09 07:33:39.000000000
+0200
+++ new/kontactinterface-20.12.0/src/plugin.cpp 2020-11-27 07:10:25.000000000
+0100
@@ -18,7 +18,6 @@
#include <KLocalizedString>
#include <KIO/CommandLauncherJob>
-#include <QObject>
#include <QDBusConnection>
#include <QDomDocument>
#include <QFileInfo>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/kontactinterface-20.08.3/src/processes.cpp
new/kontactinterface-20.12.0/src/processes.cpp
--- old/kontactinterface-20.08.3/src/processes.cpp 2020-10-09
07:33:39.000000000 +0200
+++ new/kontactinterface-20.12.0/src/processes.cpp 2020-11-27
07:10:25.000000000 +0100
@@ -26,7 +26,6 @@
#include <psapi.h>
#include <signal.h>
-#include <QList>
#include <QtDebug>
#include <QCoreApplication>
_______________________________________________
openSUSE Commits mailing list -- [email protected]
To unsubscribe, email [email protected]
List Netiquette: https://en.opensuse.org/openSUSE:Mailing_list_netiquette
List Archives:
https://lists.opensuse.org/archives/list/[email protected]