Hello community,

here is the log from the commit of package kxmlrpcclient5 for openSUSE:Factory 
checked in at 2017-01-31 12:11:14
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kxmlrpcclient5 (Old)
 and      /work/SRC/openSUSE:Factory/.kxmlrpcclient5.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kxmlrpcclient5"

Changes:
--------
--- /work/SRC/openSUSE:Factory/kxmlrpcclient5/kxmlrpcclient5.changes    
2016-12-17 11:15:13.954191992 +0100
+++ /work/SRC/openSUSE:Factory/.kxmlrpcclient5.new/kxmlrpcclient5.changes       
2017-02-03 17:46:48.027424909 +0100
@@ -1,0 +2,7 @@
+Sun Jan  8 23:44:37 UTC 2017 - [email protected]
+
+- Update to 5.30.0
+  * For more details please see:
+    https://www.kde.org/announcements/kde-frameworks-5.30.0.php
+
+-------------------------------------------------------------------

Old:
----
  kxmlrpcclient-5.29.0.tar.xz

New:
----
  kxmlrpcclient-5.30.0.tar.xz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ kxmlrpcclient5.spec ++++++
--- /var/tmp/diff_new_pack.3b1h1D/_old  2017-02-03 17:46:48.363377357 +0100
+++ /var/tmp/diff_new_pack.3b1h1D/_new  2017-02-03 17:46:48.367376791 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package kxmlrpcclient5
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -19,9 +19,9 @@
 %bcond_without lang
 %define rname kxmlrpcclient
 %define lname libKF5XmlRpcClient5
-%define _tar_path 5.29
+%define _tar_path 5.30
 Name:           kxmlrpcclient5
-Version:        5.29.0
+Version:        5.30.0
 Release:        0
 %define kf5_version %{version}
 Summary:        Library containing simple XML-RPC Client support

++++++ kxmlrpcclient-5.29.0.tar.xz -> kxmlrpcclient-5.30.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kxmlrpcclient-5.29.0/CMakeLists.txt 
new/kxmlrpcclient-5.30.0/CMakeLists.txt
--- old/kxmlrpcclient-5.29.0/CMakeLists.txt     2016-12-03 22:14:02.000000000 
+0100
+++ new/kxmlrpcclient-5.30.0/CMakeLists.txt     2017-01-08 22:05:02.000000000 
+0100
@@ -1,10 +1,12 @@
-cmake_minimum_required(VERSION 2.8.12)
+cmake_minimum_required(VERSION 3.0)
 
-project(KXmlRpcClient)
+set(KF5_VERSION "5.30.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.30.0") # handled by release scripts
+project(KXmlRpcClient VERSION ${KF5_VERSION})
 
 # ECM setup
 include(FeatureSummary)
-find_package(ECM 5.29.0 CONFIG )
+find_package(ECM 5.30.0 CONFIG )
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL 
"https://projects.kde.org/projects/kdesupport/extra-cmake-modules";)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 
@@ -13,7 +15,7 @@
 include(GenerateExportHeader)
 include(ECMGenerateHeaders)
 include(ECMGeneratePriFile)
-include(ECMPackageConfigHelpers)
+include(CMakePackageConfigHelpers)
 include(ECMSetupVersion)
 
 include(KDEInstallDirs)
@@ -21,11 +23,8 @@
 include(KDEFrameworkCompilerSettings NO_POLICY_SCOPE)
 include(ECMQtDeclareLoggingCategory)
 
-set(KF5_VERSION "5.29.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.29.0") # handled by release scripts
-
 add_definitions(-DTRANSLATION_DOMAIN=\"libkxmlrpcclient5\")
-ecm_setup_version(${KF5_VERSION} VARIABLE_PREFIX KXMLRPCCLIENT
+ecm_setup_version(PROJECT VARIABLE_PREFIX KXMLRPCCLIENT
                         VERSION_HEADER 
"${CMAKE_CURRENT_BINARY_DIR}/kxmlrpcclient_version.h"
                         PACKAGE_VERSION_FILE 
"${CMAKE_CURRENT_BINARY_DIR}/KF5XmlRpcClientConfigVersion.cmake"
                         SOVERSION 5
@@ -45,7 +44,7 @@
 ########### CMake Config Files ###########
 set(CMAKECONFIG_INSTALL_DIR "${KDE_INSTALL_CMAKEPACKAGEDIR}/KF5XmlRpcClient")
 
-ecm_configure_package_config_file(
+configure_package_config_file(
   "${CMAKE_CURRENT_SOURCE_DIR}/KF5XmlRpcClientConfig.cmake.in"
   "${CMAKE_CURRENT_BINARY_DIR}/KF5XmlRpcClientConfig.cmake"
   INSTALL_DESTINATION  ${CMAKECONFIG_INSTALL_DIR}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kxmlrpcclient-5.29.0/KF5XmlRpcClientConfig.cmake.in 
new/kxmlrpcclient-5.30.0/KF5XmlRpcClientConfig.cmake.in
--- old/kxmlrpcclient-5.29.0/KF5XmlRpcClientConfig.cmake.in     2016-12-03 
22:14:02.000000000 +0100
+++ new/kxmlrpcclient-5.30.0/KF5XmlRpcClientConfig.cmake.in     2017-01-08 
22:05:02.000000000 +0100
@@ -1,5 +1,6 @@
 @PACKAGE_INIT@
 
+include(CMakeFindDependencyMacro)
 find_dependency(KF5KIO "@KF5_DEP_VERSION@")
 
 include("${CMAKE_CURRENT_LIST_DIR}/KF5XmlRpcClientTargets.cmake")
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kxmlrpcclient-5.29.0/po/ast/libkxmlrpcclient5.po 
new/kxmlrpcclient-5.30.0/po/ast/libkxmlrpcclient5.po
--- old/kxmlrpcclient-5.29.0/po/ast/libkxmlrpcclient5.po        2016-12-03 
22:14:02.000000000 +0100
+++ new/kxmlrpcclient-5.30.0/po/ast/libkxmlrpcclient5.po        2017-01-08 
22:05:02.000000000 +0100
@@ -1,15 +1,15 @@
 # Copyright (C) YEAR This_file_is_part_of_KDE
 # This file is distributed under the same license as the PACKAGE package.
 #
-# enolp <[email protected]>, 2015.
+# enolp <[email protected]>, 2016.
 msgid ""
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
 "POT-Creation-Date: 2016-11-19 20:12+0100\n"
-"PO-Revision-Date: 2015-06-25 03:35+0100\n"
+"PO-Revision-Date: 2016-12-20 21:12+0100\n"
 "Last-Translator: enolp <[email protected]>\n"
-"Language-Team: Asturian <[email protected]>\n"
+"Language-Team: Asturian <[email protected]>\n"
 "Language: ast\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
@@ -20,9 +20,9 @@
 #: query.cpp:264
 #, kde-format
 msgid "Received invalid XML markup: %1 at %2:%3"
-msgstr "Recibióse una etiqueta XML desconocida: %1 en %2:%3"
+msgstr "Recibióse una marca XML non válida: %1 en %2:%3"
 
 #: query.cpp:278
 #, kde-format
 msgid "Unknown type of XML markup received"
-msgstr "Recibióse triba d'etiqueta XML desconocida"
+msgstr "Recibióse una triba de marca XML desconocida"


Reply via email to