Hello community,
here is the log from the commit of package kxmlrpcclient5 for
openSUSE:Leap:15.2 checked in at 2020-06-17 11:37:28
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:15.2/kxmlrpcclient5 (Old)
and /work/SRC/openSUSE:Leap:15.2/.kxmlrpcclient5.new.3606 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kxmlrpcclient5"
Wed Jun 17 11:37:28 2020 rev:64 rq:814490 version:5.71.0
Changes:
--------
--- /work/SRC/openSUSE:Leap:15.2/kxmlrpcclient5/kxmlrpcclient5.changes
2020-05-12 11:39:44.840670399 +0200
+++
/work/SRC/openSUSE:Leap:15.2/.kxmlrpcclient5.new.3606/kxmlrpcclient5.changes
2020-06-17 11:38:06.608166601 +0200
@@ -1,0 +2,10 @@
+Sun Jun 7 08:07:08 UTC 2020 - Christophe Giboudeaux <[email protected]>
+
+- Update to 5.71.0
+ * New feature release
+ * For more details please see:
+ * https://kde.org/announcements/kde-frameworks-5.71.0
+- Changes since 5.70.0:
+ * Mark KXmlRpcClient as porting aid
+
+-------------------------------------------------------------------
Old:
----
kxmlrpcclient-5.70.0.tar.xz
kxmlrpcclient-5.70.0.tar.xz.sig
New:
----
kxmlrpcclient-5.71.0.tar.xz
kxmlrpcclient-5.71.0.tar.xz.sig
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ kxmlrpcclient5.spec ++++++
--- /var/tmp/diff_new_pack.v7GTx2/_old 2020-06-17 11:38:06.984167717 +0200
+++ /var/tmp/diff_new_pack.v7GTx2/_new 2020-06-17 11:38:06.988167729 +0200
@@ -18,22 +18,22 @@
%define rname kxmlrpcclient
%define lname libKF5XmlRpcClient5
-%define _tar_path 5.70
+%define _tar_path 5.71
# Full KF5 version (e.g. 5.33.0)
%{!?_kf5_version: %global _kf5_version %{version}}
# Last major and minor KF5 version (e.g. 5.33)
%{!?_kf5_bugfix_version: %define _kf5_bugfix_version %(echo %{_kf5_version} |
awk -F. '{print $1"."$2}')}
%bcond_without lang
Name: kxmlrpcclient5
-Version: 5.70.0
+Version: 5.71.0
Release: 0
Summary: Library containing simple XML-RPC Client support
License: BSD-2-Clause
Group: System/GUI/KDE
URL: https://www.kde.org
-Source:
https://download.kde.org/stable/frameworks/%{_tar_path}/%{rname}-%{version}.tar.xz
+Source:
https://download.kde.org/stable/frameworks/%{_tar_path}/portingAids/%{rname}-%{version}.tar.xz
%if %{with lang}
-Source1:
https://download.kde.org/stable/frameworks/%{_tar_path}/%{rname}-%{version}.tar.xz.sig
+Source1:
https://download.kde.org/stable/frameworks/%{_tar_path}/portingAids/%{rname}-%{version}.tar.xz.sig
Source2: frameworks.keyring
%endif
Source99: baselibs.conf
++++++ kxmlrpcclient-5.70.0.tar.xz -> kxmlrpcclient-5.71.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/kxmlrpcclient-5.70.0/.arcconfig
new/kxmlrpcclient-5.71.0/.arcconfig
--- old/kxmlrpcclient-5.70.0/.arcconfig 2020-05-03 00:24:40.000000000 +0200
+++ new/kxmlrpcclient-5.71.0/.arcconfig 1970-01-01 01:00:00.000000000 +0100
@@ -1,4 +0,0 @@
-{
- "phabricator.uri" : "https://phabricator.kde.org/project/profile/34/",
- "history.immutable" : true
-}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/kxmlrpcclient-5.70.0/CMakeLists.txt
new/kxmlrpcclient-5.71.0/CMakeLists.txt
--- old/kxmlrpcclient-5.70.0/CMakeLists.txt 2020-05-03 00:24:40.000000000
+0200
+++ new/kxmlrpcclient-5.71.0/CMakeLists.txt 2020-06-07 20:34:01.000000000
+0200
@@ -1,12 +1,12 @@
cmake_minimum_required(VERSION 3.5)
-set(KF5_VERSION "5.70.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.70.0") # handled by release scripts
+set(KF5_VERSION "5.71.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.71.0") # handled by release scripts
project(KXmlRpcClient VERSION ${KF5_VERSION})
# ECM setup
include(FeatureSummary)
-find_package(ECM 5.70.0 CONFIG )
+find_package(ECM 5.71.0 CONFIG )
set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake
Modules." URL "https://commits.kde.org/extra-cmake-modules")
feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND
FATAL_ON_MISSING_REQUIRED_PACKAGES)
@@ -40,7 +40,7 @@
find_package(KF5KIO ${KF5_DEP_VERSION} CONFIG REQUIRED)
add_definitions(-DQT_NO_FOREACH)
add_definitions(-DQT_DISABLE_DEPRECATED_BEFORE=0x050d00)
-add_definitions(-DKF_DISABLE_DEPRECATED_BEFORE_AND_AT=0x054400)
+add_definitions(-DKF_DISABLE_DEPRECATED_BEFORE_AND_AT=0x054700)
if(BUILD_TESTING)
add_definitions(-DBUILD_TESTING)
endif(BUILD_TESTING)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/kxmlrpcclient-5.70.0/metainfo.yaml
new/kxmlrpcclient-5.71.0/metainfo.yaml
--- old/kxmlrpcclient-5.70.0/metainfo.yaml 2020-05-03 00:24:40.000000000
+0200
+++ new/kxmlrpcclient-5.71.0/metainfo.yaml 2020-06-07 20:34:01.000000000
+0200
@@ -7,8 +7,8 @@
- name: FreeBSD
- name: Windows
- name: MacOSX
-portingAid: false
-deprecated: false
+portingAid: true
+deprecated: true
release: true
libraries:
- qmake: KXmlRpcClient
@@ -17,4 +17,4 @@
public_lib: true
group: Frameworks
-subgroup: Tier 3
+subgroup: Porting Aids
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/kxmlrpcclient-5.70.0/po/az/libkxmlrpcclient5.po
new/kxmlrpcclient-5.71.0/po/az/libkxmlrpcclient5.po
--- old/kxmlrpcclient-5.70.0/po/az/libkxmlrpcclient5.po 1970-01-01
01:00:00.000000000 +0100
+++ new/kxmlrpcclient-5.71.0/po/az/libkxmlrpcclient5.po 2020-06-07
20:34:01.000000000 +0200
@@ -0,0 +1,28 @@
+# Copyright (C) YEAR This file is copyright:
+# This file is distributed under the same license as the kxmlrpcclient package.
+#
+# Xəyyam <[email protected]>, 2020.
+msgid ""
+msgstr ""
+"Project-Id-Version: kxmlrpcclient\n"
+"Report-Msgid-Bugs-To: https://bugs.kde.org\n"
+"POT-Creation-Date: 2019-05-20 02:58+0200\n"
+"PO-Revision-Date: 2020-05-02 22:52+0400\n"
+"Last-Translator: Xəyyam <[email protected]>\n"
+"Language-Team: Azerbaijani <[email protected]>\n"
+"Language: az\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 20.04.0\n"
+
+#: query.cpp:264
+#, kde-format
+msgid "Received invalid XML markup: %1 at %2:%3"
+msgstr "Xətalı XML alınan cavab: %2:%3 -də %1"
+
+#: query.cpp:278
+#, kde-format
+msgid "Unknown type of XML markup received"
+msgstr "Naməlum XML markalanma növü alındı"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/kxmlrpcclient-5.70.0/po/zh_CN/libkxmlrpcclient5.po
new/kxmlrpcclient-5.71.0/po/zh_CN/libkxmlrpcclient5.po
--- old/kxmlrpcclient-5.70.0/po/zh_CN/libkxmlrpcclient5.po 2020-05-03
00:24:40.000000000 +0200
+++ new/kxmlrpcclient-5.71.0/po/zh_CN/libkxmlrpcclient5.po 2020-06-07
20:34:01.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 02:58+0200\n"
-"PO-Revision-Date: 2020-03-25 19:51\n"
+"PO-Revision-Date: 2020-05-09 13:50\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: Chinese Simplified\n"
"Language: zh_CN\n"