Hello community, here is the log from the commit of package kblog for openSUSE:Factory checked in at 2019-10-28 16:55:53 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/kblog (Old) and /work/SRC/openSUSE:Factory/.kblog.new.2990 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kblog" Mon Oct 28 16:55:53 2019 rev:51 rq:739096 version:19.08.2 Changes: -------- --- /work/SRC/openSUSE:Factory/kblog/kblog.changes 2019-09-11 10:27:36.703431794 +0200 +++ /work/SRC/openSUSE:Factory/.kblog.new.2990/kblog.changes 2019-10-28 16:59:16.961679728 +0100 @@ -1,0 +2,14 @@ +Thu Oct 17 09:16:28 UTC 2019 - Wolfgang Bauer <[email protected]> + +- Update (build) dependencies + +------------------------------------------------------------------- +Fri Oct 11 07:42:34 UTC 2019 - Luca Beltrame <[email protected]> + +- Update to 19.08.2 + * New bugfix release + * For more details please see: + * https://www.kde.org/announcements/announce-applications-19.08.2.php +- No code change since 19.08.1 + +------------------------------------------------------------------- Old: ---- kblog-19.08.1.tar.xz kblog-19.08.1.tar.xz.sig New: ---- kblog-19.08.2.tar.xz kblog-19.08.2.tar.xz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kblog.spec ++++++ --- /var/tmp/diff_new_pack.V64VOf/_old 2019-10-28 16:59:17.369680218 +0100 +++ /var/tmp/diff_new_pack.V64VOf/_new 2019-10-28 16:59:17.373680223 +0100 @@ -16,12 +16,12 @@ # -%define kf5_version 5.26.0 +%define kf5_version 5.60.0 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA) %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')} %bcond_without lang Name: kblog -Version: 19.08.1 +Version: 19.08.2 Release: 0 Summary: Client-side support library for web application remote blogging APIs License: LGPL-2.1-or-later @@ -34,14 +34,14 @@ %endif BuildRequires: extra-cmake-modules >= %{_kf5_version} BuildRequires: fdupes -BuildRequires: kcalcore-devel -BuildRequires: kcoreaddons-devel >= %{kf5_version} BuildRequires: kf5-filesystem -BuildRequires: kio-devel >= %{kf5_version} -BuildRequires: kxmlrpcclient5-devel -BuildRequires: pkgconfig -BuildRequires: syndication-devel -BuildRequires: pkgconfig(Qt5Test) >= 5.4.0 +BuildRequires: cmake(KF5CalendarCore) +BuildRequires: cmake(KF5CoreAddons) >= %{kf5_version} +BuildRequires: cmake(KF5I18n) >= %{kf5_version} +BuildRequires: cmake(KF5KIO) >= %{kf5_version} +BuildRequires: cmake(KF5Syndication) +BuildRequires: cmake(KF5XmlRpcClient) +BuildRequires: cmake(Qt5Test) %description KBlog is a library for calling functions on Blogger 1.0, MetaWeblog, @@ -64,9 +64,9 @@ %package devel Summary: Development files for KDE's web application remote blogging API library Group: Development/Libraries/KDE -Requires: kcalcore-devel >= %{_kapp_version} Requires: libKF5Blog5 = %{version} -Requires: syndication-devel +Requires: cmake(KF5CalendarCore) +Requires: cmake(KF5Syndication) Obsoletes: kblog5-devel < %{version} Provides: kblog5-devel = %{version} ++++++ kblog-19.08.1.tar.xz -> kblog-19.08.2.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kblog-19.08.1/CMakeLists.txt new/kblog-19.08.2/CMakeLists.txt --- old/kblog-19.08.1/CMakeLists.txt 2019-09-03 03:46:41.000000000 +0200 +++ new/kblog-19.08.2/CMakeLists.txt 2019-10-08 02:22:33.000000000 +0200 @@ -1,5 +1,5 @@ cmake_minimum_required(VERSION 3.5) -set(PIM_VERSION "5.12.1") +set(PIM_VERSION "5.12.2") project(KBlog VERSION ${PIM_VERSION}) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kblog-19.08.1/po/zh_CN/libkblog5.po new/kblog-19.08.2/po/zh_CN/libkblog5.po --- old/kblog-19.08.1/po/zh_CN/libkblog5.po 2019-09-03 03:46:41.000000000 +0200 +++ new/kblog-19.08.2/po/zh_CN/libkblog5.po 2019-10-08 02:22:33.000000000 +0200 @@ -7,7 +7,7 @@ "Project-Id-Version: kdeorg\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2019-08-30 07:48+0200\n" -"PO-Revision-Date: 2019-08-16 17:08\n" +"PO-Revision-Date: 2019-09-05 09:50\n" "Last-Translator: Guo Yunhe (guoyunhe)\n" "Language-Team: Chinese Simplified\n" "Language: zh_CN\n"
