Hello community, here is the log from the commit of package baloo5 for openSUSE:Factory checked in at 2016-08-29 14:54:02 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/baloo5 (Old) and /work/SRC/openSUSE:Factory/.baloo5.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "baloo5" Changes: -------- --- /work/SRC/openSUSE:Factory/baloo5/baloo5.changes 2016-07-15 12:30:04.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.baloo5.new/baloo5.changes 2016-08-29 14:54:04.000000000 +0200 @@ -1,0 +2,8 @@ +Sun Aug 7 21:49:22 UTC 2016 - [email protected] + +- Update to 5.25.0 + * Qt >= 5.5 is now required + * For more details please see: + https://www.kde.org/announcements/kde-frameworks-5.25.0.php + +------------------------------------------------------------------- Old: ---- baloo-5.24.0.tar.xz New: ---- baloo-5.25.0.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ baloo5.spec ++++++ --- /var/tmp/diff_new_pack.aFdz3o/_old 2016-08-29 14:54:05.000000000 +0200 +++ /var/tmp/diff_new_pack.aFdz3o/_new 2016-08-29 14:54:05.000000000 +0200 @@ -17,9 +17,9 @@ %bcond_without lang -%define _tar_path 5.24 +%define _tar_path 5.25 Name: baloo5 -Version: 5.24.0 +Version: 5.25.0 Release: 0 %define kf5_version %{version} Summary: Framework for searching and managing metadata @@ -43,13 +43,13 @@ BuildRequires: cmake(KF5IdleTime) >= %{_tar_path} BuildRequires: cmake(KF5KIO) >= %{_tar_path} BuildRequires: cmake(KF5Solid) >= %{_tar_path} -BuildRequires: cmake(Qt5Core) >= 5.4.0 -BuildRequires: cmake(Qt5DBus) >= 5.4.0 -BuildRequires: cmake(Qt5Qml) >= 5.4.0 -BuildRequires: cmake(Qt5Quick) >= 5.4.0 -BuildRequires: cmake(Qt5Test) >= 5.4.0 -BuildRequires: cmake(Qt5Widgets) >= 5.4.0 -BuildRequires: cmake(Qt5Widgets) >= 5.4.0 +BuildRequires: cmake(Qt5Core) >= 5.5.0 +BuildRequires: cmake(Qt5DBus) >= 5.5.0 +BuildRequires: cmake(Qt5Qml) >= 5.5.0 +BuildRequires: cmake(Qt5Quick) >= 5.5.0 +BuildRequires: cmake(Qt5Test) >= 5.5.0 +BuildRequires: cmake(Qt5Widgets) >= 5.5.0 +BuildRequires: cmake(Qt5Widgets) >= 5.5.0 BuildRoot: %{_tmppath}/%{name}-%{version}-build %description @@ -128,7 +128,7 @@ Requires: lmdb-devel Requires: cmake(KF5CoreAddons) >= %{_tar_path} Requires: cmake(KF5FileMetaData) >= %{_tar_path} -Requires: cmake(Qt5Core) >= 5.4.0 +Requires: cmake(Qt5Core) >= 5.5.0 # DBus interface file #if 0%%{?suse_version} > 1320 # We can't obsolete devel file as long as we don't have KF5-based KDEPIM ++++++ baloo-5.24.0.tar.xz -> baloo-5.25.0.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/baloo-5.24.0/CMakeLists.txt new/baloo-5.25.0/CMakeLists.txt --- old/baloo-5.24.0/CMakeLists.txt 2016-07-03 01:57:07.000000000 +0200 +++ new/baloo-5.25.0/CMakeLists.txt 2016-08-07 15:32:59.000000000 +0200 @@ -1,8 +1,8 @@ # set minimum version requirements cmake_minimum_required(VERSION 2.8.12) -set(REQUIRED_QT_VERSION 5.4.0) -set(KF5_VERSION "5.24.0") # handled by release scripts -set(KF5_DEP_VERSION "5.24.0") # handled by release scripts +set(REQUIRED_QT_VERSION 5.5.0) +set(KF5_VERSION "5.25.0") # handled by release scripts +set(KF5_DEP_VERSION "5.25.0") # handled by release scripts # set up project project(Baloo)
