Hello community, here is the log from the commit of package kxmlrpcclient5 for openSUSE:Factory checked in at 2015-04-13 20:28:50 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 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 2015-03-18 13:06:35.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.kxmlrpcclient5.new/kxmlrpcclient5.changes 2015-04-13 20:28:51.000000000 +0200 @@ -1,0 +2,9 @@ +Sat Apr 4 14:41:08 UTC 2015 - [email protected] + +- Update to 5.9.0 + * Install translations + * For more details please see: + https://www.kde.org/announcements/kde-frameworks-5.9.0.php +- Add ki18n-devel BuildRequires + +------------------------------------------------------------------- Old: ---- kxmlrpcclient-5.8.0.tar.xz New: ---- kxmlrpcclient-5.9.0.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kxmlrpcclient5.spec ++++++ --- /var/tmp/diff_new_pack.e7SjNo/_old 2015-04-13 20:28:51.000000000 +0200 +++ /var/tmp/diff_new_pack.e7SjNo/_new 2015-04-13 20:28:52.000000000 +0200 @@ -1,7 +1,7 @@ # # spec file for package kxmlrpcclient5 # -# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 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 @@ -16,10 +16,12 @@ # +%bcond_without lang %define rname kxmlrpcclient -%define _tar_path 5.8 +%define lname libKF5XmlRpcClient5 +%define _tar_path 5.9 Name: kxmlrpcclient5 -Version: %{_tar_path}.0 +Version: 5.9.0 Release: 0 %define kf5_version %{version} Summary: Library containing simple XML-RPC Client support @@ -28,31 +30,36 @@ Url: http://www.kde.org Source: http://download.kde.org/stable/frameworks/%{_tar_path}/%{rname}-%{version}.tar.xz Source1: baselibs.conf -BuildRequires: extra-cmake-modules >= 1.8.0 +BuildRequires: extra-cmake-modules >= %{_tar_path} BuildRequires: kf5-filesystem -BuildRequires: kio-devel >= %{kf5_version} +BuildRequires: ki18n-devel >= %{_tar_path} +BuildRequires: kio-devel >= %{_tar_path} BuildRequires: pkgconfig(Qt5Test) >= 5.2.0 BuildRoot: %{_tmppath}/%{name}-%{version}-build %description Library containing simple XML-RPC Client support. -%package -n libKF5XmlRpcClient5 +%package -n %lname Summary: Library containing simple XML-RPC Client support Group: Development/Libraries/KDE +%if %{with lang} +Recommends: %lname-lang = %{version} +%endif -%description -n libKF5XmlRpcClient5 +%description -n %lname Library containing simple XML-RPC Client support. %package devel Summary: Library containing simple XML-RPC Client support: Build Environment Group: Development/Libraries/KDE -Requires: kio-devel >= %{kf5_version} -Requires: libKF5XmlRpcClient5 = %{version} +Requires: %lname = %{version} +Requires: kio-devel >= %{_tar_path} %description devel Library containing simple XML-RPC Client support. Development files. +%lang_package -n %lname %prep %setup -q -n %{rname}-%{version} @@ -63,11 +70,20 @@ %install %kf5_makeinstall -C build -%post -n libKF5XmlRpcClient5 -p /sbin/ldconfig +%if %{with lang} +%find_lang libkxmlrpcclient5 %{name}.lang +%endif -%postun -n libKF5XmlRpcClient5 -p /sbin/ldconfig +%post -n %lname -p /sbin/ldconfig -%files -n libKF5XmlRpcClient5 +%postun -n %lname -p /sbin/ldconfig + +%if %{with lang} +%files -n %lname-lang -f %{name}.lang +%defattr(-,root,root) +%endif + +%files -n %lname %defattr(-,root,root) %doc COPYING* %{_kf5_libdir}/libKF5XmlRpcClient.so.* ++++++ kxmlrpcclient-5.8.0.tar.xz -> kxmlrpcclient-5.9.0.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kxmlrpcclient-5.8.0/CMakeLists.txt new/kxmlrpcclient-5.9.0/CMakeLists.txt --- old/kxmlrpcclient-5.8.0/CMakeLists.txt 2015-03-07 15:53:13.000000000 +0100 +++ new/kxmlrpcclient-5.9.0/CMakeLists.txt 2015-04-04 14:15:05.000000000 +0200 @@ -3,7 +3,7 @@ project(KXmlRpcClient) # ECM setup -find_package(ECM 1.7.0 CONFIG REQUIRED) +find_package(ECM 5.9.0 CONFIG REQUIRED) set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH}) include(GenerateExportHeader) @@ -16,8 +16,8 @@ include(KDECMakeSettings) include(KDEFrameworkCompilerSettings) -set(KF5_VERSION "5.8.0") # handled by release scripts -set(KF5_DEP_VERSION "5.7.0") # handled by release scripts +set(KF5_VERSION "5.9.0") # handled by release scripts +set(KF5_DEP_VERSION "5.9.0") # handled by release scripts add_definitions(-DTRANSLATION_DOMAIN=\"libkxmlrpcclient5\") ecm_setup_version(${KF5_VERSION} VARIABLE_PREFIX KXMLRPCCLIENT @@ -27,9 +27,13 @@ ) ########### Find packages ########### +find_package(KF5I18n ${KF5_DEP_VERSION} CONFIG REQUIRED) find_package(KF5KIO ${KF5_DEP_VERSION} CONFIG REQUIRED) ########### Targets ########### +if(IS_DIRECTORY "${CMAKE_CURRENT_SOURCE_DIR}/po") + ki18n_install(po) +endif() add_subdirectory(src) add_subdirectory(autotests)
