commit kxmlrpcclient5 for openSUSE:Leap:15.2

2020-06-17 Thread root
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 
+
+- 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.0 +0200
+++ new/kxmlrpcclient-5.71.0/.arcconfig 1970-01-01 01:00:00.0 +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.0 
+0200
+++ new/kxmlrpcclient-5.71.0/CMakeLists.txt 2020-06-07 20:34:01.0 
+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.0 
+0200
+++ new/kxmlrpcclient-5.71.0/metainfo.yaml  2020-06-07 20:34:01.0 
+0200
@@ -7,8 +7,8 @@

commit kxmlrpcclient5 for openSUSE:Leap:15.2

2020-05-12 Thread root
Hello community,

here is the log from the commit of package kxmlrpcclient5 for 
openSUSE:Leap:15.2 checked in at 2020-05-12 11:39:18

Comparing /work/SRC/openSUSE:Leap:15.2/kxmlrpcclient5 (Old)
 and  /work/SRC/openSUSE:Leap:15.2/.kxmlrpcclient5.new.2738 (New)


Package is "kxmlrpcclient5"

Tue May 12 11:39:18 2020 rev:63 rq:802207 version:5.70.0

Changes:

--- /work/SRC/openSUSE:Leap:15.2/kxmlrpcclient5/kxmlrpcclient5.changes  
2020-04-21 19:06:04.371811723 +0200
+++ 
/work/SRC/openSUSE:Leap:15.2/.kxmlrpcclient5.new.2738/kxmlrpcclient5.changes
2020-05-12 11:39:44.840670399 +0200
@@ -1,0 +2,9 @@
+Sun May  3 09:40:17 UTC 2020 - Christophe Giboudeaux 
+
+- Update to 5.70.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/kde-frameworks-5.70.0
+- No code change since 5.69.0
+
+---

Old:

  kxmlrpcclient-5.69.0.tar.xz
  kxmlrpcclient-5.69.0.tar.xz.sig

New:

  kxmlrpcclient-5.70.0.tar.xz
  kxmlrpcclient-5.70.0.tar.xz.sig



Other differences:
--
++ kxmlrpcclient5.spec ++
--- /var/tmp/diff_new_pack.apFFa9/_old  2020-05-12 11:39:45.192671139 +0200
+++ /var/tmp/diff_new_pack.apFFa9/_new  2020-05-12 11:39:45.196671148 +0200
@@ -18,14 +18,14 @@
 
 %define rname kxmlrpcclient
 %define lname libKF5XmlRpcClient5
-%define _tar_path 5.69
+%define _tar_path 5.70
 # 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.69.0
+Version:5.70.0
 Release:0
 Summary:Library containing simple XML-RPC Client support
 License:BSD-2-Clause


++ kxmlrpcclient-5.69.0.tar.xz -> kxmlrpcclient-5.70.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kxmlrpcclient-5.69.0/CMakeLists.txt 
new/kxmlrpcclient-5.70.0/CMakeLists.txt
--- old/kxmlrpcclient-5.69.0/CMakeLists.txt 2020-04-05 01:06:30.0 
+0200
+++ new/kxmlrpcclient-5.70.0/CMakeLists.txt 2020-05-03 00:24:40.0 
+0200
@@ -1,12 +1,12 @@
 cmake_minimum_required(VERSION 3.5)
 
-set(KF5_VERSION "5.69.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.69.0") # handled by release scripts
+set(KF5_VERSION "5.70.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.70.0") # handled by release scripts
 project(KXmlRpcClient VERSION ${KF5_VERSION})
 
 # ECM setup
 include(FeatureSummary)
-find_package(ECM 5.69.0 CONFIG )
+find_package(ECM 5.70.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)
 




commit kxmlrpcclient5 for openSUSE:Leap:15.2

2020-04-21 Thread root
Hello community,

here is the log from the commit of package kxmlrpcclient5 for 
openSUSE:Leap:15.2 checked in at 2020-04-21 19:06:03

Comparing /work/SRC/openSUSE:Leap:15.2/kxmlrpcclient5 (Old)
 and  /work/SRC/openSUSE:Leap:15.2/.kxmlrpcclient5.new.2738 (New)


Package is "kxmlrpcclient5"

Tue Apr 21 19:06:03 2020 rev:62 rq:794344 version:5.69.0

Changes:

--- /work/SRC/openSUSE:Leap:15.2/kxmlrpcclient5/kxmlrpcclient5.changes  
2020-03-21 16:46:12.241588671 +0100
+++ 
/work/SRC/openSUSE:Leap:15.2/.kxmlrpcclient5.new.2738/kxmlrpcclient5.changes
2020-04-21 19:06:04.371811723 +0200
@@ -1,0 +2,9 @@
+Sun Apr  5 19:45:55 UTC 2020 - Christophe Giboudeaux 
+
+- Update to 5.69.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/kde-frameworks-5.69.0
+- No code change since 5.68.0
+
+---

Old:

  kxmlrpcclient-5.68.0.tar.xz
  kxmlrpcclient-5.68.0.tar.xz.sig

New:

  kxmlrpcclient-5.69.0.tar.xz
  kxmlrpcclient-5.69.0.tar.xz.sig



Other differences:
--
++ kxmlrpcclient5.spec ++
--- /var/tmp/diff_new_pack.umWWrE/_old  2020-04-21 19:06:04.803812603 +0200
+++ /var/tmp/diff_new_pack.umWWrE/_new  2020-04-21 19:06:04.803812603 +0200
@@ -18,14 +18,14 @@
 
 %define rname kxmlrpcclient
 %define lname libKF5XmlRpcClient5
-%define _tar_path 5.68
+%define _tar_path 5.69
 # 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.68.0
+Version:5.69.0
 Release:0
 Summary:Library containing simple XML-RPC Client support
 License:BSD-2-Clause


++ kxmlrpcclient-5.68.0.tar.xz -> kxmlrpcclient-5.69.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kxmlrpcclient-5.68.0/CMakeLists.txt 
new/kxmlrpcclient-5.69.0/CMakeLists.txt
--- old/kxmlrpcclient-5.68.0/CMakeLists.txt 2020-03-07 10:58:16.0 
+0100
+++ new/kxmlrpcclient-5.69.0/CMakeLists.txt 2020-04-05 01:06:30.0 
+0200
@@ -1,12 +1,12 @@
 cmake_minimum_required(VERSION 3.5)
 
-set(KF5_VERSION "5.68.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.68.0") # handled by release scripts
+set(KF5_VERSION "5.69.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.69.0") # handled by release scripts
 project(KXmlRpcClient VERSION ${KF5_VERSION})
 
 # ECM setup
 include(FeatureSummary)
-find_package(ECM 5.68.0 CONFIG )
+find_package(ECM 5.69.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=0x054300)
+add_definitions(-DKF_DISABLE_DEPRECATED_BEFORE_AND_AT=0x054400)
 if(BUILD_TESTING)
add_definitions(-DBUILD_TESTING)
 endif(BUILD_TESTING)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kxmlrpcclient-5.68.0/po/nb/libkxmlrpcclient5.po 
new/kxmlrpcclient-5.69.0/po/nb/libkxmlrpcclient5.po
--- old/kxmlrpcclient-5.68.0/po/nb/libkxmlrpcclient5.po 2020-03-07 
10:58:16.0 +0100
+++ new/kxmlrpcclient-5.69.0/po/nb/libkxmlrpcclient5.po 2020-04-05 
01:06:30.0 +0200
@@ -8,7 +8,7 @@
 "POT-Creation-Date: 2019-05-20 02:58+0200\n"
 "PO-Revision-Date: 2007-10-07 15:14+0200\n"
 "Last-Translator: MagicPO 0.3 (automated)\n"
-"Language-Team: Norwegian Bokmål \n"
+"Language-Team: Norwegian Bokmål \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/kxmlrpcclient-5.68.0/po/nn/libkxmlrpcclient5.po 
new/kxmlrpcclient-5.69.0/po/nn/libkxmlrpcclient5.po
--- old/kxmlrpcclient-5.68.0/po/nn/libkxmlrpcclient5.po 2020-03-07 
10:58:16.0 +0100
+++ new/kxmlrpcclient-5.69.0/po/nn/libkxmlrpcclient5.po 2020-04-05 
01:06:30.0 +0200
@@ -9,7 +9,7 @@
 "POT-Creation-Date: 2019-05-20 02:58+0200\n"
 "PO-Revision-Date: 2015-06-01 20:45+0100\n"
 "Last-Translator: Karl Ove Hufthammer \n"
-"Language-Team: Norwegian Nynorsk \n"
+"Language-Team: Norwegian Nynorsk \n"
 "Language: nn\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
diff -urN '--exclude=CVS' 

commit kxmlrpcclient5 for openSUSE:Leap:15.2

2020-03-21 Thread root
Hello community,

here is the log from the commit of package kxmlrpcclient5 for 
openSUSE:Leap:15.2 checked in at 2020-03-21 16:44:52

Comparing /work/SRC/openSUSE:Leap:15.2/kxmlrpcclient5 (Old)
 and  /work/SRC/openSUSE:Leap:15.2/.kxmlrpcclient5.new.3160 (New)


Package is "kxmlrpcclient5"

Sat Mar 21 16:44:52 2020 rev:61 rq:786837 version:5.68.0

Changes:

--- /work/SRC/openSUSE:Leap:15.2/kxmlrpcclient5/kxmlrpcclient5.changes  
2020-02-16 18:28:26.242721673 +0100
+++ 
/work/SRC/openSUSE:Leap:15.2/.kxmlrpcclient5.new.3160/kxmlrpcclient5.changes
2020-03-21 16:46:12.241588671 +0100
@@ -1,0 +2,10 @@
+Sun Mar  8 09:18:03 UTC 2020 - Christophe Giboudeaux 
+
+- Update to 5.68.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.68.0.php
+- Changes since 5.67.0:
+  * Use ecm_qt_install_logging_categories over manual categories files
+
+---

Old:

  kxmlrpcclient-5.67.0.tar.xz
  kxmlrpcclient-5.67.0.tar.xz.sig

New:

  kxmlrpcclient-5.68.0.tar.xz
  kxmlrpcclient-5.68.0.tar.xz.sig



Other differences:
--
++ kxmlrpcclient5.spec ++
--- /var/tmp/diff_new_pack.ORlZIq/_old  2020-03-21 16:46:12.673589113 +0100
+++ /var/tmp/diff_new_pack.ORlZIq/_new  2020-03-21 16:46:12.673589113 +0100
@@ -18,14 +18,14 @@
 
 %define rname kxmlrpcclient
 %define lname libKF5XmlRpcClient5
-%define _tar_path 5.67
+%define _tar_path 5.68
 # 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.67.0
+Version:5.68.0
 Release:0
 Summary:Library containing simple XML-RPC Client support
 License:BSD-2-Clause


++ kxmlrpcclient-5.67.0.tar.xz -> kxmlrpcclient-5.68.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kxmlrpcclient-5.67.0/.gitignore 
new/kxmlrpcclient-5.68.0/.gitignore
--- old/kxmlrpcclient-5.67.0/.gitignore 2020-02-02 13:56:16.0 +0100
+++ new/kxmlrpcclient-5.68.0/.gitignore 2020-03-07 10:58:16.0 +0100
@@ -19,3 +19,4 @@
 /build*/
 CMakeLists.txt.user*
 *.unc-backup*
+.cmake/
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kxmlrpcclient-5.67.0/CMakeLists.txt 
new/kxmlrpcclient-5.68.0/CMakeLists.txt
--- old/kxmlrpcclient-5.67.0/CMakeLists.txt 2020-02-02 13:56:16.0 
+0100
+++ new/kxmlrpcclient-5.68.0/CMakeLists.txt 2020-03-07 10:58:16.0 
+0100
@@ -1,12 +1,12 @@
 cmake_minimum_required(VERSION 3.5)
 
-set(KF5_VERSION "5.67.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.67.0") # handled by release scripts
+set(KF5_VERSION "5.68.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.68.0") # handled by release scripts
 project(KXmlRpcClient VERSION ${KF5_VERSION})
 
 # ECM setup
 include(FeatureSummary)
-find_package(ECM 5.67.0 CONFIG )
+find_package(ECM 5.68.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=0x054200)
+add_definitions(-DKF_DISABLE_DEPRECATED_BEFORE_AND_AT=0x054300)
 if(BUILD_TESTING)
add_definitions(-DBUILD_TESTING)
 endif(BUILD_TESTING)
@@ -88,6 +88,4 @@
   COMPONENT Devel
 )
 
-install(FILES kxmlrpcclient.categories kxmlrpcclient.renamecategories  
DESTINATION  ${KDE_INSTALL_LOGGINGCATEGORIESDIR})
-
 feature_summary(WHAT ALL FATAL_ON_MISSING_REQUIRED_PACKAGES)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kxmlrpcclient-5.67.0/kxmlrpcclient.categories 
new/kxmlrpcclient-5.68.0/kxmlrpcclient.categories
--- old/kxmlrpcclient-5.67.0/kxmlrpcclient.categories   2020-02-02 
13:56:16.0 +0100
+++ new/kxmlrpcclient-5.68.0/kxmlrpcclient.categories   1970-01-01 
01:00:00.0 +0100
@@ -1 +0,0 @@
-kf5.kxmlrpcclient kxmlrpcclient (framework) IDENTIFIER [KXMLRPCCLIENT_LOG]
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kxmlrpcclient-5.67.0/kxmlrpcclient.renamecategories 
new/kxmlrpcclient-5.68.0/kxmlrpcclient.renamecategories
--- old/kxmlrpcclient-5.67.0/kxmlrpcclient.renamecategories 

commit kxmlrpcclient5 for openSUSE:Leap:15.2

2020-02-16 Thread root
Hello community,

here is the log from the commit of package kxmlrpcclient5 for 
openSUSE:Leap:15.2 checked in at 2020-02-16 18:27:32

Comparing /work/SRC/openSUSE:Leap:15.2/kxmlrpcclient5 (Old)
 and  /work/SRC/openSUSE:Leap:15.2/.kxmlrpcclient5.new.26092 (New)


Package is "kxmlrpcclient5"

Sun Feb 16 18:27:32 2020 rev:60 rq:773955 version:5.67.0

Changes:

--- /work/SRC/openSUSE:Leap:15.2/kxmlrpcclient5/kxmlrpcclient5.changes  
2020-01-19 15:49:36.701778232 +0100
+++ 
/work/SRC/openSUSE:Leap:15.2/.kxmlrpcclient5.new.26092/kxmlrpcclient5.changes   
2020-02-16 18:28:26.242721673 +0100
@@ -1,0 +2,14 @@
+Sun Feb  2 18:07:15 UTC 2020 - Christophe Giboudeaux 
+
+- Replace %make_jobs with %cmake_build.
+
+---
+Sun Feb  2 14:33:04 UTC 2020 - Christophe Giboudeaux 
+
+- Update to 5.67.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.67.0.php
+- No code change since 5.66.0
+
+---

Old:

  kxmlrpcclient-5.66.0.tar.xz
  kxmlrpcclient-5.66.0.tar.xz.sig

New:

  kxmlrpcclient-5.67.0.tar.xz
  kxmlrpcclient-5.67.0.tar.xz.sig



Other differences:
--
++ kxmlrpcclient5.spec ++
--- /var/tmp/diff_new_pack.uRJDRp/_old  2020-02-16 18:28:26.534721826 +0100
+++ /var/tmp/diff_new_pack.uRJDRp/_new  2020-02-16 18:28:26.534721826 +0100
@@ -18,14 +18,14 @@
 
 %define rname kxmlrpcclient
 %define lname libKF5XmlRpcClient5
-%define _tar_path 5.66
+%define _tar_path 5.67
 # 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.66.0
+Version:5.67.0
 Release:0
 Summary:Library containing simple XML-RPC Client support
 License:BSD-2-Clause
@@ -41,7 +41,7 @@
 BuildRequires:  kf5-filesystem
 BuildRequires:  cmake(KF5I18n) >= %{_kf5_bugfix_version}
 BuildRequires:  cmake(KF5KIO) >= %{_kf5_bugfix_version}
-BuildRequires:  cmake(Qt5Test) >= 5.11.0
+BuildRequires:  cmake(Qt5Test) >= 5.12.0
 
 %description
 Library containing simple XML-RPC Client support.
@@ -72,7 +72,7 @@
 
 %build
   %cmake_kf5 -d build -- -DBUILD_TESTING=ON
-  %make_jobs
+  %cmake_build
 
 %install
   %kf5_makeinstall -C build


++ kxmlrpcclient-5.66.0.tar.xz -> kxmlrpcclient-5.67.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kxmlrpcclient-5.66.0/CMakeLists.txt 
new/kxmlrpcclient-5.67.0/CMakeLists.txt
--- old/kxmlrpcclient-5.66.0/CMakeLists.txt 2020-01-04 11:15:29.0 
+0100
+++ new/kxmlrpcclient-5.67.0/CMakeLists.txt 2020-02-02 13:56:16.0 
+0100
@@ -1,12 +1,12 @@
 cmake_minimum_required(VERSION 3.5)
 
-set(KF5_VERSION "5.66.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.66.0") # handled by release scripts
+set(KF5_VERSION "5.67.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.67.0") # handled by release scripts
 project(KXmlRpcClient VERSION ${KF5_VERSION})
 
 # ECM setup
 include(FeatureSummary)
-find_package(ECM 5.66.0 CONFIG )
+find_package(ECM 5.67.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=0x054100)
+add_definitions(-DKF_DISABLE_DEPRECATED_BEFORE_AND_AT=0x054200)
 if(BUILD_TESTING)
add_definitions(-DBUILD_TESTING)
 endif(BUILD_TESTING)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kxmlrpcclient-5.66.0/po/zh_CN/libkxmlrpcclient5.po 
new/kxmlrpcclient-5.67.0/po/zh_CN/libkxmlrpcclient5.po
--- old/kxmlrpcclient-5.66.0/po/zh_CN/libkxmlrpcclient5.po  2020-01-04 
11:15:29.0 +0100
+++ new/kxmlrpcclient-5.67.0/po/zh_CN/libkxmlrpcclient5.po  2020-02-02 
13:56:16.0 +0100
@@ -7,15 +7,14 @@
 "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: 2019-11-19 23:01\n"
-"Last-Translator: Guo Yunhe (guoyunhe)\n"
+"PO-Revision-Date: 2020-01-20 21:48\n"
+"Last-Translator: FULL NAME \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
 "MIME-Version: 1.0\n"
 

commit kxmlrpcclient5 for openSUSE:Leap:15.2

2020-01-19 Thread root
Hello community,

here is the log from the commit of package kxmlrpcclient5 for 
openSUSE:Leap:15.2 checked in at 2020-01-19 15:47:54

Comparing /work/SRC/openSUSE:Leap:15.2/kxmlrpcclient5 (Old)
 and  /work/SRC/openSUSE:Leap:15.2/.kxmlrpcclient5.new.26092 (New)


Package is "kxmlrpcclient5"

Sun Jan 19 15:47:54 2020 rev:59 rq:764546 version:5.66.0

Changes:

--- /work/SRC/openSUSE:Leap:15.2/kxmlrpcclient5/kxmlrpcclient5.changes  
2020-01-15 15:18:09.710333620 +0100
+++ 
/work/SRC/openSUSE:Leap:15.2/.kxmlrpcclient5.new.26092/kxmlrpcclient5.changes   
2020-01-19 15:49:36.701778232 +0100
@@ -1,0 +2,10 @@
+Sun Jan  5 09:02:24 UTC 2020 - Christophe Giboudeaux 
+
+- Update to 5.66.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.66.0.php
+- Changes since 5.65.0:
+  * Update the obsolete projects.kde.org URL
+
+---

Old:

  kxmlrpcclient-5.65.0.tar.xz
  kxmlrpcclient-5.65.0.tar.xz.sig

New:

  kxmlrpcclient-5.66.0.tar.xz
  kxmlrpcclient-5.66.0.tar.xz.sig



Other differences:
--
++ kxmlrpcclient5.spec ++
--- /var/tmp/diff_new_pack.gECpff/_old  2020-01-19 15:49:37.013778417 +0100
+++ /var/tmp/diff_new_pack.gECpff/_new  2020-01-19 15:49:37.013778417 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package kxmlrpcclient5
 #
-# Copyright (c) 2019 SUSE LLC
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,14 +18,14 @@
 
 %define rname kxmlrpcclient
 %define lname libKF5XmlRpcClient5
-%define _tar_path 5.65
+%define _tar_path 5.66
 # 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.65.0
+Version:5.66.0
 Release:0
 Summary:Library containing simple XML-RPC Client support
 License:BSD-2-Clause


++ kxmlrpcclient-5.65.0.tar.xz -> kxmlrpcclient-5.66.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kxmlrpcclient-5.65.0/CMakeLists.txt 
new/kxmlrpcclient-5.66.0/CMakeLists.txt
--- old/kxmlrpcclient-5.65.0/CMakeLists.txt 2019-12-07 22:49:46.0 
+0100
+++ new/kxmlrpcclient-5.66.0/CMakeLists.txt 2020-01-04 11:15:29.0 
+0100
@@ -1,13 +1,13 @@
 cmake_minimum_required(VERSION 3.5)
 
-set(KF5_VERSION "5.65.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.65.0") # handled by release scripts
+set(KF5_VERSION "5.66.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.66.0") # handled by release scripts
 project(KXmlRpcClient VERSION ${KF5_VERSION})
 
 # ECM setup
 include(FeatureSummary)
-find_package(ECM 5.65.0 CONFIG )
-set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL 
"https://projects.kde.org/projects/kdesupport/extra-cmake-modules;)
+find_package(ECM 5.66.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)
 
 set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH})
@@ -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=0x053f00)
+add_definitions(-DKF_DISABLE_DEPRECATED_BEFORE_AND_AT=0x054100)
 if(BUILD_TESTING)
add_definitions(-DBUILD_TESTING)
 endif(BUILD_TESTING)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kxmlrpcclient-5.65.0/po/zh_TW/libkxmlrpcclient5.po 
new/kxmlrpcclient-5.66.0/po/zh_TW/libkxmlrpcclient5.po
--- old/kxmlrpcclient-5.65.0/po/zh_TW/libkxmlrpcclient5.po  2019-12-07 
22:49:46.0 +0100
+++ new/kxmlrpcclient-5.66.0/po/zh_TW/libkxmlrpcclient5.po  2020-01-04 
11:15:29.0 +0100
@@ -10,7 +10,7 @@
 "POT-Creation-Date: 2019-05-20 02:58+0200\n"
 "PO-Revision-Date: 2007-06-21 09:02+0800\n"
 "Last-Translator: Franklin Weng \n"
-"Language-Team: Chinese Traditional \n"
+"Language-Team: Chinese Traditional \n"
 "Language: zh_TW\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"