Hello community, here is the log from the commit of package threadweaver for openSUSE:Factory checked in at 2017-08-24 18:00:35 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/threadweaver (Old) and /work/SRC/openSUSE:Factory/.threadweaver.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "threadweaver" Thu Aug 24 18:00:35 2017 rev:44 rq:516715 version:5.37.0 Changes: -------- --- /work/SRC/openSUSE:Factory/threadweaver/threadweaver.changes 2017-07-17 10:27:08.509650565 +0200 +++ /work/SRC/openSUSE:Factory/.threadweaver.new/threadweaver.changes 2017-08-24 18:00:36.443055422 +0200 @@ -1,0 +2,10 @@ +Sat Aug 12 09:23:45 UTC 2017 - [email protected] + +- Update to 5.37.0 + * New feature release + * For more details please see: + * https://www.kde.org/announcements/kde-frameworks-5.37.0.php +- Changes since 5.36.0 : + * Add missing export to QueueSignals + +------------------------------------------------------------------- Old: ---- threadweaver-5.36.0.tar.xz New: ---- threadweaver-5.37.0.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ threadweaver.spec ++++++ --- /var/tmp/diff_new_pack.B4LroD/_old 2017-08-24 18:00:37.658884174 +0200 +++ /var/tmp/diff_new_pack.B4LroD/_new 2017-08-24 18:00:37.674881921 +0200 @@ -17,9 +17,9 @@ %define lname libKF5ThreadWeaver5 -%define _tar_path 5.36 +%define _tar_path 5.37 Name: threadweaver -Version: 5.36.0 +Version: 5.37.0 Release: 0 BuildRequires: cmake >= 3.0 BuildRequires: extra-cmake-modules >= %{_tar_path} ++++++ threadweaver-5.36.0.tar.xz -> threadweaver-5.37.0.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/threadweaver-5.36.0/CMakeLists.txt new/threadweaver-5.37.0/CMakeLists.txt --- old/threadweaver-5.36.0/CMakeLists.txt 2017-06-30 12:56:21.000000000 +0200 +++ new/threadweaver-5.37.0/CMakeLists.txt 2017-08-06 19:02:24.000000000 +0200 @@ -1,10 +1,10 @@ cmake_minimum_required(VERSION 3.0) -set(KF5_VERSION "5.36.0") # handled by release scripts +set(KF5_VERSION "5.37.0") # handled by release scripts project(ThreadWeaver VERSION ${KF5_VERSION}) include(FeatureSummary) -find_package(ECM 5.36.0 NO_MODULE) +find_package(ECM 5.37.0 NO_MODULE) 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) @@ -16,7 +16,7 @@ include(KDEFrameworkCompilerSettings NO_POLICY_SCOPE) include(KDECMakeSettings) -set(REQUIRED_QT_VERSION 5.6.0) +set(REQUIRED_QT_VERSION 5.7.0) find_package(Qt5Core ${REQUIRED_QT_VERSION} REQUIRED NO_MODULE) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/threadweaver-5.36.0/src/queuesignals.h new/threadweaver-5.37.0/src/queuesignals.h --- old/threadweaver-5.36.0/src/queuesignals.h 2017-06-30 12:56:21.000000000 +0200 +++ new/threadweaver-5.37.0/src/queuesignals.h 2017-08-06 19:02:24.000000000 +0200 @@ -37,7 +37,7 @@ namespace Private { class QueueSignals_Private; } /** @brief QueueSignals declares the Qt signals shared by the Queue and Weaver classes. */ -class QueueSignals : public QObject, public QueueInterface +class THREADWEAVER_EXPORT QueueSignals : public QObject, public QueueInterface { Q_OBJECT public:
