Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package ktp-common-internals for
openSUSE:Factory checked in at 2021-04-24 23:07:56
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ktp-common-internals (Old)
and /work/SRC/openSUSE:Factory/.ktp-common-internals.new.12324 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ktp-common-internals"
Sat Apr 24 23:07:56 2021 rev:26 rq:887743 version:21.04.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/ktp-common-internals/ktp-common-internals.changes
2021-03-08 15:14:24.289808543 +0100
+++
/work/SRC/openSUSE:Factory/.ktp-common-internals.new.12324/ktp-common-internals.changes
2021-04-24 23:08:55.431375345 +0200
@@ -1,0 +2,23 @@
+Fri Apr 16 16:12:51 UTC 2021 - Christophe Giboudeaux <[email protected]>
+
+- Update to 21.04.0
+ * New feature release
+ * For more details please see:
+ * https://kde.org/announcements/gear/21.04
+- No code change since 21.03.90
+
+-------------------------------------------------------------------
+Fri Apr 9 17:41:17 UTC 2021 - Christophe Giboudeaux <[email protected]>
+
+- Update to 21.03.90
+ * New feature release
+- No code change since 21.03.80
+
+-------------------------------------------------------------------
+Sun Mar 21 13:29:15 UTC 2021 - Christophe Giboudeaux <[email protected]>
+
+- Update to 21.03.80
+ * New feature release
+- No code change since 20.12.3
+
+-------------------------------------------------------------------
Old:
----
ktp-common-internals-20.12.3.tar.xz
ktp-common-internals-20.12.3.tar.xz.sig
New:
----
ktp-common-internals-21.04.0.tar.xz
ktp-common-internals-21.04.0.tar.xz.sig
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ ktp-common-internals.spec ++++++
--- /var/tmp/diff_new_pack.Yo5Xpz/_old 2021-04-24 23:08:55.863375956 +0200
+++ /var/tmp/diff_new_pack.Yo5Xpz/_new 2021-04-24 23:08:55.863375956 +0200
@@ -21,13 +21,17 @@
%{!?_kapp_version: %global _kapp_version %(echo %{version}| awk -F. '{print
$1"."$2}')}
%bcond_without lang
Name: ktp-common-internals
-Version: 20.12.3
+Version: 21.04.0
Release: 0
Summary: Telepathy common module
License: LGPL-2.1-or-later
Group: Development/Libraries/Other
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: doxygen
BuildRequires: extra-cmake-modules
BuildRequires: fdupes
@@ -55,10 +59,10 @@
BuildRequires: cmake(KF5WidgetsAddons)
BuildRequires: cmake(KF5WindowSystem)
BuildRequires: cmake(Qt5DBus)
-BuildRequires: cmake(Qt5Qml) >= 5.2.0
-BuildRequires: cmake(Qt5Sql) >= 5.2.0
-BuildRequires: cmake(Qt5Test) >= 5.2.0
-BuildRequires: cmake(Qt5Widgets) >= 5.2.0
+BuildRequires: cmake(Qt5Qml)
+BuildRequires: cmake(Qt5Sql)
+BuildRequires: cmake(Qt5Test)
+BuildRequires: cmake(Qt5Widgets)
BuildRequires: cmake(Qt5Xml)
BuildRequires: pkgconfig(libotr) >= 4.0.0
Requires: ktp-icons
@@ -73,10 +77,6 @@
Obsoletes: libktpcommoninternals8 <= %{version}
Provides: %{name}5 = %{version}
Obsoletes: ktp-kpeople < %{version}
-%if %{with lang}
-Source1:
https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz.sig
-Source2: applications.keyring
-%endif
%description
ktp-common-internals is the base library for all the KDE Telepathy packages.
@@ -110,7 +110,7 @@
%lang_package
%prep
-%setup -q
+%autosetup -p1
%build
%cmake_kf5 -d build
++++++ ktp-common-internals-20.12.3.tar.xz ->
ktp-common-internals-21.04.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/ktp-common-internals-20.12.3/CMakeLists.txt
new/ktp-common-internals-21.04.0/CMakeLists.txt
--- old/ktp-common-internals-20.12.3/CMakeLists.txt 2021-03-02
01:50:05.000000000 +0100
+++ new/ktp-common-internals-21.04.0/CMakeLists.txt 2021-04-16
10:44:48.000000000 +0200
@@ -10,9 +10,9 @@
cmake_policy(SET CMP0002 OLD)
# KDE Application Version, managed by release script
-set (RELEASE_SERVICE_VERSION_MAJOR "20")
-set (RELEASE_SERVICE_VERSION_MINOR "12")
-set (RELEASE_SERVICE_VERSION_MICRO "3")
+set (RELEASE_SERVICE_VERSION_MAJOR "21")
+set (RELEASE_SERVICE_VERSION_MINOR "04")
+set (RELEASE_SERVICE_VERSION_MICRO "0")
# Bump for every 0.x release, or whenever BC changes
set (KTP_SONUMBER 9) # SO 9 is for 15.08 release
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/ktp-common-internals-20.12.3/kaccounts/kaccountsplugin.json
new/ktp-common-internals-21.04.0/kaccounts/kaccountsplugin.json
--- old/ktp-common-internals-20.12.3/kaccounts/kaccountsplugin.json
2021-02-25 00:06:02.000000000 +0100
+++ new/ktp-common-internals-21.04.0/kaccounts/kaccountsplugin.json
2021-04-14 16:55:31.000000000 +0200
@@ -22,7 +22,6 @@
"Description[pl]": "Integracja KTP z KAccounts",
"Description[pt]": "Integra????o do KAccounts do KTP",
"Description[pt_BR]": "Integra????o KAccounts do KTP",
- "Description[sk]": "Integr??cia KAccounts KTP",
"Description[sl]": "Integracija KTP Accounts",
"Description[sv]": "KTP KAccounts integrering",
"Description[uk]": "???????????????????? ??????????????????
?????????????? KTP",
@@ -55,7 +54,6 @@
"Name[pl]": "KTP",
"Name[pt]": "KTP",
"Name[pt_BR]": "KTP",
- "Name[sk]": "KTP",
"Name[sl]": "KTP",
"Name[sv]": "KTP",
"Name[uk]": "KTP",
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/ktp-common-internals-20.12.3/po/ia/ktp-common-internals.po
new/ktp-common-internals-21.04.0/po/ia/ktp-common-internals.po
--- old/ktp-common-internals-20.12.3/po/ia/ktp-common-internals.po
2021-03-02 01:50:04.000000000 +0100
+++ new/ktp-common-internals-21.04.0/po/ia/ktp-common-internals.po
2021-04-16 10:44:48.000000000 +0200
@@ -7,7 +7,7 @@
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: https://bugs.kde.org\n"
"POT-Creation-Date: 2020-02-18 03:18+0100\n"
-"PO-Revision-Date: 2020-11-14 19:27+0100\n"
+"PO-Revision-Date: 2020-11-15 21:28+0100\n"
"Last-Translator: Giovanni Sora <[email protected]>\n"
"Language-Team: Interlingua <[email protected]>\n"
"Language: ia\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/ktp-common-internals-20.12.3/po/zh_CN/ktp-common-internals.po
new/ktp-common-internals-21.04.0/po/zh_CN/ktp-common-internals.po
--- old/ktp-common-internals-20.12.3/po/zh_CN/ktp-common-internals.po
2021-03-02 01:50:05.000000000 +0100
+++ new/ktp-common-internals-21.04.0/po/zh_CN/ktp-common-internals.po
2021-04-16 10:44:48.000000000 +0200
@@ -10,7 +10,7 @@
"Project-Id-Version: kdeorg\n"
"Report-Msgid-Bugs-To: https://bugs.kde.org\n"
"POT-Creation-Date: 2020-02-18 03:18+0100\n"
-"PO-Revision-Date: 2021-02-04 12:01\n"
+"PO-Revision-Date: 2021-03-27 17:31\n"
"Last-Translator: \n"
"Language-Team: Chinese Simplified\n"
"Language: zh_CN\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/ktp-common-internals-20.12.3/po/zh_CN/ktp-debugger.po
new/ktp-common-internals-21.04.0/po/zh_CN/ktp-debugger.po
--- old/ktp-common-internals-20.12.3/po/zh_CN/ktp-debugger.po 2021-03-02
01:50:05.000000000 +0100
+++ new/ktp-common-internals-21.04.0/po/zh_CN/ktp-debugger.po 2021-04-16
10:44:48.000000000 +0200
@@ -8,7 +8,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: 2021-02-04 12:01\n"
+"PO-Revision-Date: 2021-03-27 17:31\n"
"Last-Translator: \n"
"Language-Team: Chinese Simplified\n"
"Language: zh_CN\n"