Hello community, here is the log from the commit of package threadweaver for openSUSE:Factory checked in at 2020-11-19 11:52:29 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/threadweaver (Old) and /work/SRC/openSUSE:Factory/.threadweaver.new.5913 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "threadweaver" Thu Nov 19 11:52:29 2020 rev:84 rq:848600 version:5.76.0 Changes: -------- --- /work/SRC/openSUSE:Factory/threadweaver/threadweaver.changes 2020-10-12 13:59:10.258212501 +0200 +++ /work/SRC/openSUSE:Factory/.threadweaver.new.5913/threadweaver.changes 2020-11-23 10:51:49.110681973 +0100 @@ -1,0 +2,10 @@ +Sat Nov 7 21:35:41 UTC 2020 - Christophe Giboudeaux <christo...@krop.fr> + +- Update to 5.76.0 + * New feature release + * For more details please see: + * https://kde.org/announcements/kde-frameworks-5.76.0 +- Changes since 5.75.0: + * If include is define in .h remove it if it's defined in .cpp too (scripted) + +------------------------------------------------------------------- Old: ---- threadweaver-5.75.0.tar.xz threadweaver-5.75.0.tar.xz.sig New: ---- threadweaver-5.76.0.tar.xz threadweaver-5.76.0.tar.xz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ threadweaver.spec ++++++ --- /var/tmp/diff_new_pack.3TL0Va/_old 2020-11-23 10:51:49.786682649 +0100 +++ /var/tmp/diff_new_pack.3TL0Va/_new 2020-11-23 10:51:49.786682649 +0100 @@ -17,7 +17,7 @@ %define lname libKF5ThreadWeaver5 -%define _tar_path 5.75 +%define _tar_path 5.76 # Full KF5 version (e.g. 5.33.0) %{!?_kf5_version: %global _kf5_version %{version}} # Last major and minor KF5 version (e.g. 5.33) @@ -25,7 +25,7 @@ # Only needed for the package signature condition %bcond_without lang Name: threadweaver -Version: 5.75.0 +Version: 5.76.0 Release: 0 Summary: KDE Helper for multithreaded programming License: LGPL-2.1-or-later ++++++ threadweaver-5.75.0.tar.xz -> threadweaver-5.76.0.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/threadweaver-5.75.0/CMakeLists.txt new/threadweaver-5.76.0/CMakeLists.txt --- old/threadweaver-5.75.0/CMakeLists.txt 2020-10-04 12:01:23.000000000 +0200 +++ new/threadweaver-5.76.0/CMakeLists.txt 2020-11-07 12:48:11.000000000 +0100 @@ -1,10 +1,10 @@ cmake_minimum_required(VERSION 3.5) -set(KF5_VERSION "5.75.0") # handled by release scripts +set(KF5_VERSION "5.76.0") # handled by release scripts project(ThreadWeaver VERSION ${KF5_VERSION}) include(FeatureSummary) -find_package(ECM 5.75.0 NO_MODULE) +find_package(ECM 5.76.0 NO_MODULE) set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake Modules." URL "https://commits.kde.org/extra-cmake-modules") feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND FATAL_ON_MISSING_REQUIRED_PACKAGES) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/threadweaver-5.75.0/autotests/DeleteTest.cpp new/threadweaver-5.76.0/autotests/DeleteTest.cpp --- old/threadweaver-5.75.0/autotests/DeleteTest.cpp 2020-10-04 12:01:23.000000000 +0200 +++ new/threadweaver-5.76.0/autotests/DeleteTest.cpp 2020-11-07 12:48:11.000000000 +0100 @@ -10,7 +10,6 @@ #include "DeleteTest.h" -#include <ThreadWeaver/JobPointer> #include <ThreadWeaver/QObjectDecorator> #include <ThreadWeaver/Sequence> #include <ThreadWeaver/ThreadWeaver> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/threadweaver-5.75.0/autotests/JobLoggingWeaver.cpp new/threadweaver-5.76.0/autotests/JobLoggingWeaver.cpp --- old/threadweaver-5.75.0/autotests/JobLoggingWeaver.cpp 2020-10-04 12:01:23.000000000 +0200 +++ new/threadweaver-5.76.0/autotests/JobLoggingWeaver.cpp 2020-11-07 12:48:11.000000000 +0100 @@ -7,7 +7,6 @@ */ #include "JobLoggingWeaver.h" -#include "JobLoggingDecorator.h" using namespace ThreadWeaver; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/threadweaver-5.75.0/autotests/QueueTests.cpp new/threadweaver-5.76.0/autotests/QueueTests.cpp --- old/threadweaver-5.75.0/autotests/QueueTests.cpp 2020-10-04 12:01:23.000000000 +0200 +++ new/threadweaver-5.76.0/autotests/QueueTests.cpp 2020-11-07 12:48:11.000000000 +0100 @@ -11,11 +11,9 @@ #include <QChar> #include <QObject> -#include <QThread> #include <QDebug> #include <QTest> -#include "AppendCharacterJob.h" #include <ThreadWeaver/Queueing> #include <ThreadWeaver/Job> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/threadweaver-5.75.0/examples/HelloInternet/ViewController.cpp new/threadweaver-5.76.0/examples/HelloInternet/ViewController.cpp --- old/threadweaver-5.75.0/examples/HelloInternet/ViewController.cpp 2020-10-04 12:01:23.000000000 +0200 +++ new/threadweaver-5.76.0/examples/HelloInternet/ViewController.cpp 2020-11-07 12:48:11.000000000 +0100 @@ -2,9 +2,7 @@ #include <QNetworkReply> #include <QNetworkRequest> #include <QEventLoop> -#include <QUrl> #include <QThread> -#include <QByteArray> #include <QDomDocument> #include <QFile> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/threadweaver-5.75.0/examples/ThumbNailer/MainWindow.cpp new/threadweaver-5.76.0/examples/ThumbNailer/MainWindow.cpp --- old/threadweaver-5.75.0/examples/ThumbNailer/MainWindow.cpp 2020-10-04 12:01:23.000000000 +0200 +++ new/threadweaver-5.76.0/examples/ThumbNailer/MainWindow.cpp 2020-11-07 12:48:11.000000000 +0100 @@ -18,7 +18,6 @@ #include <ThreadWeaver/ThreadWeaver> #include "MainWindow.h" -#include "Model.h" #include "ItemDelegate.h" #include "ImageListFilter.h" #include "AverageLoadManager.h" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/threadweaver-5.75.0/examples/ThumbNailer/Model.cpp new/threadweaver-5.76.0/examples/ThumbNailer/Model.cpp --- old/threadweaver-5.75.0/examples/ThumbNailer/Model.cpp 2020-10-04 12:01:23.000000000 +0200 +++ new/threadweaver-5.76.0/examples/ThumbNailer/Model.cpp 2020-11-07 12:48:11.000000000 +0100 @@ -14,7 +14,6 @@ #include <QStringList> #include <QDir> #include <QFileInfo> -#include <QFileInfoList> #include <QMutexLocker> #include <ThreadWeaver/ThreadWeaver> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/threadweaver-5.75.0/src/debuggingaids.cpp new/threadweaver-5.76.0/src/debuggingaids.cpp --- old/threadweaver-5.75.0/src/debuggingaids.cpp 2020-10-04 12:01:23.000000000 +0200 +++ new/threadweaver-5.76.0/src/debuggingaids.cpp 2020-11-07 12:48:11.000000000 +0100 @@ -10,7 +10,6 @@ #include "debuggingaids.h" -#include <QMutex> #include <threadweaver_export.h> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/threadweaver-5.75.0/src/state.cpp new/threadweaver-5.76.0/src/state.cpp --- old/threadweaver-5.75.0/src/state.cpp 2020-10-04 12:01:23.000000000 +0200 +++ new/threadweaver-5.76.0/src/state.cpp 2020-11-07 12:48:11.000000000 +0100 @@ -10,7 +10,6 @@ #include "state.h" -#include <QString> namespace ThreadWeaver { diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/threadweaver-5.75.0/src/suspendedstate.cpp new/threadweaver-5.76.0/src/suspendedstate.cpp --- old/threadweaver-5.75.0/src/suspendedstate.cpp 2020-10-04 12:01:23.000000000 +0200 +++ new/threadweaver-5.76.0/src/suspendedstate.cpp 2020-11-07 12:48:11.000000000 +0100 @@ -11,7 +11,6 @@ #include "suspendedstate.h" #include "threadweaver.h" -#include "weaver.h" namespace ThreadWeaver { diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/threadweaver-5.75.0/src/suspendingstate.cpp new/threadweaver-5.76.0/src/suspendingstate.cpp --- old/threadweaver-5.75.0/src/suspendingstate.cpp 2020-10-04 12:01:23.000000000 +0200 +++ new/threadweaver-5.76.0/src/suspendingstate.cpp 2020-11-07 12:48:11.000000000 +0100 @@ -11,7 +11,6 @@ #include "suspendingstate.h" #include "state.h" -#include "weaver.h" #include "threadweaver.h" namespace ThreadWeaver diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/threadweaver-5.75.0/src/thread.cpp new/threadweaver-5.76.0/src/thread.cpp --- old/threadweaver-5.75.0/src/thread.cpp 2020-10-04 12:01:23.000000000 +0200 +++ new/threadweaver-5.76.0/src/thread.cpp 2020-11-07 12:48:11.000000000 +0100 @@ -10,7 +10,6 @@ #include "thread.h" -#include <QMutex> #include <QDebug> #include <QPointer> #include <QCoreApplication> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/threadweaver-5.75.0/src/weaver.cpp new/threadweaver-5.76.0/src/weaver.cpp --- old/threadweaver-5.75.0/src/weaver.cpp 2020-10-04 12:01:23.000000000 +0200 +++ new/threadweaver-5.76.0/src/weaver.cpp 2020-11-07 12:48:11.000000000 +0100 @@ -11,7 +11,6 @@ #include "weaver.h" #include <QCoreApplication> -#include <QObject> #include <QMutex> #include <QDebug> #if QT_VERSION >= QT_VERSION_CHECK(5, 15, 0) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/threadweaver-5.75.0/src/weaverimplstate.cpp new/threadweaver-5.76.0/src/weaverimplstate.cpp --- old/threadweaver-5.75.0/src/weaverimplstate.cpp 2020-10-04 12:01:23.000000000 +0200 +++ new/threadweaver-5.76.0/src/weaverimplstate.cpp 2020-11-07 12:48:11.000000000 +0100 @@ -10,7 +10,6 @@ #include "weaverimplstate.h" -#include "weaver.h" namespace ThreadWeaver { diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/threadweaver-5.75.0/src/workinghardstate.cpp new/threadweaver-5.76.0/src/workinghardstate.cpp --- old/threadweaver-5.75.0/src/workinghardstate.cpp 2020-10-04 12:01:23.000000000 +0200 +++ new/threadweaver-5.76.0/src/workinghardstate.cpp 2020-11-07 12:48:11.000000000 +0100 @@ -14,7 +14,6 @@ #include "job.h" #include "thread.h" -#include "weaver.h" #include "threadweaver.h" #include "debuggingaids.h" _______________________________________________ openSUSE Commits mailing list -- commit@lists.opensuse.org To unsubscribe, email commit-le...@lists.opensuse.org List Netiquette: https://en.opensuse.org/openSUSE:Mailing_list_netiquette List Archives: https://lists.opensuse.org/archives/list/commit@lists.opensuse.org