Hello community, here is the log from the commit of package kblog for openSUSE:Factory checked in at 2016-08-29 15:15:26 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/kblog (Old) and /work/SRC/openSUSE:Factory/.kblog.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kblog" Changes: -------- --- /work/SRC/openSUSE:Factory/kblog/kblog.changes 2016-07-21 07:44:44.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.kblog.new/kblog.changes 2016-08-29 15:15:38.000000000 +0200 @@ -1,0 +2,26 @@ +Sun Aug 21 11:00:24 UTC 2016 - [email protected] + +- Run fdupes and set rpm group + +------------------------------------------------------------------- +Fri Aug 12 13:57:02 UTC 2016 - [email protected] + +- Remove unnecessary build requirements + +------------------------------------------------------------------- +Fri Aug 12 10:10:45 UTC 2016 - [email protected] + +- Update to KDE Applications 16.08.0 + * KDE Applications 16.08.0 + * https://www.kde.org/announcements/announce-applications-16.08.0.php + + +------------------------------------------------------------------- +Mon Aug 8 14:48:28 UTC 2016 - [email protected] + +- Update to KDE Applications 16.07.90 + * KDE Applications 16.07.90 (16.08-RC) + * https://www.kde.org/announcements/announce-applications-16.07.90.php + + +------------------------------------------------------------------- Old: ---- kblog-16.04.3.tar.xz New: ---- kblog-16.08.0.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kblog.spec ++++++ --- /var/tmp/diff_new_pack.I7Q1gG/_old 2016-08-29 15:15:43.000000000 +0200 +++ /var/tmp/diff_new_pack.I7Q1gG/_new 2016-08-29 15:15:43.000000000 +0200 @@ -17,53 +17,23 @@ Name: kblog -Version: 16.04.3 +Version: 16.08.0 Release: 0 -%define kf5_version 5.1.0 +%define kf5_version 5.23.0 Summary: KDE PIM Libraries: KBlog License: LGPL-2.1+ Group: System/GUI/KDE Url: http://www.kde.org Source: kblog-%{version}.tar.xz -BuildRequires: boost-devel >= 1.34.0 -BuildRequires: cyrus-sasl-devel -BuildRequires: extra-cmake-modules >= 1.0.0 -BuildRequires: gpgme-devel +BuildRequires: extra-cmake-modules >= %{_kf5_version} +BuildRequires: fdupes BuildRequires: kcalcore-devel -BuildRequires: kcmutils-devel >= %{kf5_version} -BuildRequires: kcodecs-devel >= %{kf5_version} -BuildRequires: kcodecs-devel >= %{kf5_version} -BuildRequires: kcompletion-devel >= %{kf5_version} -BuildRequires: kconfig-devel >= %{kf5_version} BuildRequires: kcoreaddons-devel >= %{kf5_version} -BuildRequires: kdelibs4support-devel >= %{kf5_version} -BuildRequires: kdoctools-devel >= %{kf5_version} -BuildRequires: kemoticons-devel >= %{kf5_version} BuildRequires: kf5-filesystem -BuildRequires: ki18n-devel >= %{kf5_version} BuildRequires: kio-devel >= %{kf5_version} -BuildRequires: kitemviews-devel >= %{kf5_version} -BuildRequires: kparts-devel >= %{kf5_version} -BuildRequires: ktextwidgets-devel >= %{kf5_version} -BuildRequires: kwallet-devel >= %{kf5_version} -BuildRequires: kwidgetsaddons-devel >= %{kf5_version} -BuildRequires: kxmlgui-devel >= %{kf5_version} BuildRequires: kxmlrpcclient5-devel -BuildRequires: akonadi-server-devel -BuildRequires: libassuan-devel -BuildRequires: libical-devel >= 0.42 -BuildRequires: libxslt-devel -BuildRequires: openldap2-devel -BuildRequires: phonon4qt5-devel -BuildRequires: solid-devel >= %{kf5_version} -BuildRequires: sonnet-devel >= %{kf5_version} BuildRequires: syndication-devel -BuildRequires: pkgconfig(Qt5Designer) >= 5.2.0 -BuildRequires: pkgconfig(Qt5Network) >= 5.2.0 -BuildRequires: pkgconfig(Qt5Sql) >= 5.2.0 -BuildRequires: pkgconfig(Qt5Test) >= 5.2.0 -BuildRequires: pkgconfig(Qt5WebKitWidgets) >= 5.2.0 -BuildRequires: pkgconfig(Qt5Widgets) >= 5.2.0 +BuildRequires: pkgconfig(Qt5Test) >= 5.4.0 BuildRoot: %{_tmppath}/%{name}-%{version}-build %description @@ -71,7 +41,7 @@ %package -n libKF5Blog5 Summary: KDE PIM Libraries: KBlog -Group: Development/Libraries/KDE +Group: System/Libraries %description -n libKF5Blog5 This package contains additional library for KDE PIM applications. ++++++ kblog-16.04.3.tar.xz -> kblog-16.08.0.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kblog-16.04.3/CMakeLists.txt new/kblog-16.08.0/CMakeLists.txt --- old/kblog-16.04.3/CMakeLists.txt 2016-06-15 06:36:31.000000000 +0200 +++ new/kblog-16.08.0/CMakeLists.txt 2016-08-06 20:11:27.000000000 +0200 @@ -3,7 +3,8 @@ project(KBlog) # ECM setup -find_package(ECM 5.19.0 CONFIG REQUIRED) +set(KF5_VERSION "5.23.0") +find_package(ECM ${KF5_VERSION} CONFIG REQUIRED) set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH}) include(GenerateExportHeader) @@ -16,12 +17,12 @@ include(KDECMakeSettings) include(KDEFrameworkCompilerSettings NO_POLICY_SCOPE) include(ECMQtDeclareLoggingCategory) +set(PIM_VERSION "5.3.0") -set(KF5_VERSION "5.19.0") -set(KBLOG_LIB_VERSION "5.2.3") -set(CALENDARCORE_LIB_VERSION "5.2.0") -set(SYNDICATION_LIB_VERSION "5.2.0") -set(XMLRPCCLIENT_LIB_VERSION "5.2.0") +set(KBLOG_LIB_VERSION ${PIM_VERSION}) +set(CALENDARCORE_LIB_VERSION "5.3.0") +set(SYNDICATION_LIB_VERSION "5.3.0") +set(XMLRPCCLIENT_LIB_VERSION "5.3.0") set(REQUIRED_QT_VERSION "5.4.0") ecm_setup_version(${KBLOG_LIB_VERSION} VARIABLE_PREFIX KBLOG VERSION_HEADER "${CMAKE_CURRENT_BINARY_DIR}/kblog_version.h"
