Hello community, here is the log from the commit of package threadweaver for openSUSE:Factory checked in at 2019-12-18 14:42:35 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/threadweaver (Old) and /work/SRC/openSUSE:Factory/.threadweaver.new.4691 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "threadweaver" Wed Dec 18 14:42:35 2019 rev:73 rq:757082 version:5.65.0 Changes: -------- --- /work/SRC/openSUSE:Factory/threadweaver/threadweaver.changes 2019-11-12 11:53:22.959215383 +0100 +++ /work/SRC/openSUSE:Factory/.threadweaver.new.4691/threadweaver.changes 2019-12-18 14:45:24.849858914 +0100 @@ -1,0 +2,11 @@ +Sun Dec 8 11:19:00 UTC 2019 - Christophe Giboudeaux <[email protected]> + +- Update to 5.65.0 + * New feature release + * For more details please see: + * https://www.kde.org/announcements/kde-frameworks-5.65.0.php +- Changes since 5.64.0: + * Make it compile with qt5.15 without deprecated method + * Use URL with transport encryption + +------------------------------------------------------------------- Old: ---- threadweaver-5.64.0.tar.xz threadweaver-5.64.0.tar.xz.sig New: ---- threadweaver-5.65.0.tar.xz threadweaver-5.65.0.tar.xz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ threadweaver.spec ++++++ --- /var/tmp/diff_new_pack.0wLFFz/_old 2019-12-18 14:45:25.985859433 +0100 +++ /var/tmp/diff_new_pack.0wLFFz/_new 2019-12-18 14:45:25.993859437 +0100 @@ -1,7 +1,7 @@ # # spec file for package threadweaver # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ %define lname libKF5ThreadWeaver5 -%define _tar_path 5.64 +%define _tar_path 5.65 # 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.64.0 +Version: 5.65.0 Release: 0 Summary: KDE Helper for multithreaded programming License: LGPL-2.1-or-later ++++++ threadweaver-5.64.0.tar.xz -> threadweaver-5.65.0.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/threadweaver-5.64.0/CMakeLists.txt new/threadweaver-5.65.0/CMakeLists.txt --- old/threadweaver-5.64.0/CMakeLists.txt 2019-11-02 12:47:49.000000000 +0100 +++ new/threadweaver-5.65.0/CMakeLists.txt 2019-12-07 20:47:10.000000000 +0100 @@ -1,10 +1,10 @@ cmake_minimum_required(VERSION 3.5) -set(KF5_VERSION "5.64.0") # handled by release scripts +set(KF5_VERSION "5.65.0") # handled by release scripts project(ThreadWeaver VERSION ${KF5_VERSION}) include(FeatureSummary) -find_package(ECM 5.64.0 NO_MODULE) +find_package(ECM 5.65.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) @@ -36,7 +36,6 @@ # -- add_definitions(-DQT_NO_FOREACH) add_definitions(-DQT_DISABLE_DEPRECATED_BEFORE=0x050d00) -add_definitions(-DQT_DEPRECATED_WARNINGS_SINCE=0x060000) add_subdirectory(src) if (BUILD_TESTING) add_subdirectory(autotests) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/threadweaver-5.64.0/autotests/AppendCharacterAndVerifyJob.cpp new/threadweaver-5.65.0/autotests/AppendCharacterAndVerifyJob.cpp --- old/threadweaver-5.64.0/autotests/AppendCharacterAndVerifyJob.cpp 2019-11-02 12:47:49.000000000 +0100 +++ new/threadweaver-5.65.0/autotests/AppendCharacterAndVerifyJob.cpp 2019-12-07 20:47:10.000000000 +0100 @@ -5,7 +5,7 @@ $ Author: Mirko Boehm $ $ Copyright: (C) 2005-2013 Mirko Boehm $ $ Contact: [email protected] - http://www.kde.org + https://www.kde.org http://creative-destruction.me $ This library is free software; you can redistribute it and/or diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/threadweaver-5.64.0/autotests/AppendCharacterAndVerifyJob.h new/threadweaver-5.65.0/autotests/AppendCharacterAndVerifyJob.h --- old/threadweaver-5.64.0/autotests/AppendCharacterAndVerifyJob.h 2019-11-02 12:47:49.000000000 +0100 +++ new/threadweaver-5.65.0/autotests/AppendCharacterAndVerifyJob.h 2019-12-07 20:47:10.000000000 +0100 @@ -5,7 +5,7 @@ $ Author: Mirko Boehm $ $ Copyright: (C) 2005-2013 Mirko Boehm $ $ Contact: [email protected] - http://www.kde.org + https://www.kde.org http://creative-destruction.me $ This library is free software; you can redistribute it and/or diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/threadweaver-5.64.0/autotests/AppendCharacterJob.h new/threadweaver-5.65.0/autotests/AppendCharacterJob.h --- old/threadweaver-5.64.0/autotests/AppendCharacterJob.h 2019-11-02 12:47:49.000000000 +0100 +++ new/threadweaver-5.65.0/autotests/AppendCharacterJob.h 2019-12-07 20:47:10.000000000 +0100 @@ -5,7 +5,7 @@ $ Author: Mirko Boehm $ $ Copyright: (C) 2005-2013 Mirko Boehm $ $ Contact: [email protected] - http://www.kde.org + https://www.kde.org http://creative-destruction.me $ This library is free software; you can redistribute it and/or diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/threadweaver-5.64.0/autotests/DeleteTest.cpp new/threadweaver-5.65.0/autotests/DeleteTest.cpp --- old/threadweaver-5.64.0/autotests/DeleteTest.cpp 2019-11-02 12:47:49.000000000 +0100 +++ new/threadweaver-5.65.0/autotests/DeleteTest.cpp 2019-12-07 20:47:10.000000000 +0100 @@ -5,7 +5,7 @@ $ Author: Mirko Boehm $ $ Copyright: (C) 2005-2013 Mirko Boehm $ $ Contact: [email protected] - http://www.kde.org + https://www.kde.org http://creative-destruction.me $ This library is free software; you can redistribute it and/or diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/threadweaver-5.64.0/autotests/DeleteTest.h new/threadweaver-5.65.0/autotests/DeleteTest.h --- old/threadweaver-5.64.0/autotests/DeleteTest.h 2019-11-02 12:47:49.000000000 +0100 +++ new/threadweaver-5.65.0/autotests/DeleteTest.h 2019-12-07 20:47:10.000000000 +0100 @@ -5,7 +5,7 @@ $ Author: Mirko Boehm $ $ Copyright: (C) 2005-2013 Mirko Boehm $ $ Contact: [email protected] - http://www.kde.org + https://www.kde.org http://creative-destruction.me $ This library is free software; you can redistribute it and/or diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/threadweaver-5.64.0/autotests/JobLoggingDecorator.cpp new/threadweaver-5.65.0/autotests/JobLoggingDecorator.cpp --- old/threadweaver-5.64.0/autotests/JobLoggingDecorator.cpp 2019-11-02 12:47:49.000000000 +0100 +++ new/threadweaver-5.65.0/autotests/JobLoggingDecorator.cpp 2019-12-07 20:47:10.000000000 +0100 @@ -5,7 +5,7 @@ $ Author: Mirko Boehm $ $ Copyright: (C) 2005-2013 Mirko Boehm $ $ Contact: [email protected] -http://www.kde.org +https://www.kde.org http://creative-destruction.me $ This library is free software; you can redistribute it and/or diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/threadweaver-5.64.0/autotests/JobLoggingDecorator.h new/threadweaver-5.65.0/autotests/JobLoggingDecorator.h --- old/threadweaver-5.64.0/autotests/JobLoggingDecorator.h 2019-11-02 12:47:49.000000000 +0100 +++ new/threadweaver-5.65.0/autotests/JobLoggingDecorator.h 2019-12-07 20:47:10.000000000 +0100 @@ -5,7 +5,7 @@ $ Author: Mirko Boehm $ $ Copyright: (C) 2005-2013 Mirko Boehm $ $ Contact: [email protected] -http://www.kde.org +https://www.kde.org http://creative-destruction.me $ This library is free software; you can redistribute it and/or diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/threadweaver-5.64.0/autotests/JobLoggingWeaver.cpp new/threadweaver-5.65.0/autotests/JobLoggingWeaver.cpp --- old/threadweaver-5.64.0/autotests/JobLoggingWeaver.cpp 2019-11-02 12:47:49.000000000 +0100 +++ new/threadweaver-5.65.0/autotests/JobLoggingWeaver.cpp 2019-12-07 20:47:10.000000000 +0100 @@ -5,7 +5,7 @@ $ Author: Mirko Boehm $ $ Copyright: (C) 2005-2013 Mirko Boehm $ $ Contact: [email protected] -http://www.kde.org +https://www.kde.org http://creative-destruction.me $ This library is free software; you can redistribute it and/or diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/threadweaver-5.64.0/autotests/JobLoggingWeaver.h new/threadweaver-5.65.0/autotests/JobLoggingWeaver.h --- old/threadweaver-5.64.0/autotests/JobLoggingWeaver.h 2019-11-02 12:47:49.000000000 +0100 +++ new/threadweaver-5.65.0/autotests/JobLoggingWeaver.h 2019-12-07 20:47:10.000000000 +0100 @@ -5,7 +5,7 @@ $ Author: Mirko Boehm $ $ Copyright: (C) 2005-2013 Mirko Boehm $ $ Contact: [email protected] -http://www.kde.org +https://www.kde.org http://creative-destruction.me $ This library is free software; you can redistribute it and/or diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/threadweaver-5.64.0/autotests/JobTests.cpp new/threadweaver-5.65.0/autotests/JobTests.cpp --- old/threadweaver-5.64.0/autotests/JobTests.cpp 2019-11-02 12:47:49.000000000 +0100 +++ new/threadweaver-5.65.0/autotests/JobTests.cpp 2019-12-07 20:47:10.000000000 +0100 @@ -5,7 +5,7 @@ $ Author: Mirko Boehm $ $ Copyright: (C) 2005-2013 Mirko Boehm $ $ Contact: [email protected] - http://www.kde.org + https://www.kde.org http://creative-destruction.me $ This library is free software; you can redistribute it and/or diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/threadweaver-5.64.0/autotests/JobTests.h new/threadweaver-5.65.0/autotests/JobTests.h --- old/threadweaver-5.64.0/autotests/JobTests.h 2019-11-02 12:47:49.000000000 +0100 +++ new/threadweaver-5.65.0/autotests/JobTests.h 2019-12-07 20:47:10.000000000 +0100 @@ -5,7 +5,7 @@ $ Author: Mirko Boehm $ $ Copyright: (C) 2005-2013 Mirko Boehm $ $ Contact: [email protected] - http://www.kde.org + https://www.kde.org http://creative-destruction.me $ This library is free software; you can redistribute it and/or diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/threadweaver-5.64.0/autotests/LifecycleTests.cpp new/threadweaver-5.65.0/autotests/LifecycleTests.cpp --- old/threadweaver-5.64.0/autotests/LifecycleTests.cpp 2019-11-02 12:47:49.000000000 +0100 +++ new/threadweaver-5.65.0/autotests/LifecycleTests.cpp 2019-12-07 20:47:10.000000000 +0100 @@ -5,7 +5,7 @@ $ Author: Mirko Boehm $ $ Copyright: (C) 2005-2013 Mirko Boehm $ $ Contact: [email protected] - http://www.kde.org + https://www.kde.org http://creative-destruction.me $ This library is free software; you can redistribute it and/or diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/threadweaver-5.64.0/autotests/QueueFactoryTests.cpp new/threadweaver-5.65.0/autotests/QueueFactoryTests.cpp --- old/threadweaver-5.64.0/autotests/QueueFactoryTests.cpp 2019-11-02 12:47:49.000000000 +0100 +++ new/threadweaver-5.65.0/autotests/QueueFactoryTests.cpp 2019-12-07 20:47:10.000000000 +0100 @@ -5,7 +5,7 @@ $ Author: Mirko Boehm $ $ Copyright: (C) 2005-2013 Mirko Boehm $ $ Contact: [email protected] - http://www.kde.org + https://www.kde.org http://creative-destruction.me $ This library is free software; you can redistribute it and/or diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/threadweaver-5.64.0/autotests/QueueTests.cpp new/threadweaver-5.65.0/autotests/QueueTests.cpp --- old/threadweaver-5.64.0/autotests/QueueTests.cpp 2019-11-02 12:47:49.000000000 +0100 +++ new/threadweaver-5.65.0/autotests/QueueTests.cpp 2019-12-07 20:47:10.000000000 +0100 @@ -17,7 +17,7 @@ $ Author: Mirko Boehm $ $ Copyright: (C) 2005-2013 Mirko Boehm $ $ Contact: [email protected] - http://www.kde.org + https://www.kde.org http://creative-destruction.me $ This library is free software; you can redistribute it and/or diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/threadweaver-5.64.0/autotests/QueueTests.h new/threadweaver-5.65.0/autotests/QueueTests.h --- old/threadweaver-5.64.0/autotests/QueueTests.h 2019-11-02 12:47:49.000000000 +0100 +++ new/threadweaver-5.65.0/autotests/QueueTests.h 2019-12-07 20:47:10.000000000 +0100 @@ -5,7 +5,7 @@ $ Author: Mirko Boehm $ $ Copyright: (C) 2005-2013 Mirko Boehm $ $ Contact: [email protected] - http://www.kde.org + https://www.kde.org http://creative-destruction.me $ This library is free software; you can redistribute it and/or diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/threadweaver-5.64.0/autotests/SequencesTests.cpp new/threadweaver-5.65.0/autotests/SequencesTests.cpp --- old/threadweaver-5.64.0/autotests/SequencesTests.cpp 2019-11-02 12:47:49.000000000 +0100 +++ new/threadweaver-5.65.0/autotests/SequencesTests.cpp 2019-12-07 20:47:10.000000000 +0100 @@ -5,7 +5,7 @@ $ Author: Mirko Boehm $ $ Copyright: (C) 2005-2013 Mirko Boehm $ $ Contact: [email protected] - http://www.kde.org + https://www.kde.org http://creative-destruction.me $ This library is free software; you can redistribute it and/or diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/threadweaver-5.64.0/autotests/SequencesTests.h new/threadweaver-5.65.0/autotests/SequencesTests.h --- old/threadweaver-5.64.0/autotests/SequencesTests.h 2019-11-02 12:47:49.000000000 +0100 +++ new/threadweaver-5.65.0/autotests/SequencesTests.h 2019-12-07 20:47:10.000000000 +0100 @@ -5,7 +5,7 @@ $ Author: Mirko Boehm $ $ Copyright: (C) 2005-2013 Mirko Boehm $ $ Contact: [email protected] - http://www.kde.org + https://www.kde.org http://creative-destruction.me $ This library is free software; you can redistribute it and/or diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/threadweaver-5.64.0/autotests/ShutdownOnQApplicationQuitTests.cpp new/threadweaver-5.65.0/autotests/ShutdownOnQApplicationQuitTests.cpp --- old/threadweaver-5.64.0/autotests/ShutdownOnQApplicationQuitTests.cpp 2019-11-02 12:47:49.000000000 +0100 +++ new/threadweaver-5.65.0/autotests/ShutdownOnQApplicationQuitTests.cpp 2019-12-07 20:47:10.000000000 +0100 @@ -5,7 +5,7 @@ $ Author: Mirko Boehm $ $ Copyright: (C) 2005-2013 Mirko Boehm $ $ Contact: [email protected] - http://www.kde.org + https://www.kde.org http://creative-destruction.me $ This library is free software; you can redistribute it and/or diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/threadweaver-5.64.0/autotests/WaitForIdleAndFinished.cpp new/threadweaver-5.65.0/autotests/WaitForIdleAndFinished.cpp --- old/threadweaver-5.64.0/autotests/WaitForIdleAndFinished.cpp 2019-11-02 12:47:49.000000000 +0100 +++ new/threadweaver-5.65.0/autotests/WaitForIdleAndFinished.cpp 2019-12-07 20:47:10.000000000 +0100 @@ -5,7 +5,7 @@ $ Author: Mirko Boehm $ $ Copyright: (C) 2005-2013 Mirko Boehm $ $ Contact: [email protected] -http://www.kde.org +https://www.kde.org http://creative-destruction.me $ This library is free software; you can redistribute it and/or diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/threadweaver-5.64.0/autotests/WaitForIdleAndFinished.h new/threadweaver-5.65.0/autotests/WaitForIdleAndFinished.h --- old/threadweaver-5.64.0/autotests/WaitForIdleAndFinished.h 2019-11-02 12:47:49.000000000 +0100 +++ new/threadweaver-5.65.0/autotests/WaitForIdleAndFinished.h 2019-12-07 20:47:10.000000000 +0100 @@ -5,7 +5,7 @@ $ Author: Mirko Boehm $ $ Copyright: (C) 2005-2013 Mirko Boehm $ $ Contact: [email protected] -http://www.kde.org +https://www.kde.org http://creative-destruction.me $ This library is free software; you can redistribute it and/or diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/threadweaver-5.64.0/autotests/run-n-tests.py new/threadweaver-5.65.0/autotests/run-n-tests.py --- old/threadweaver-5.64.0/autotests/run-n-tests.py 2019-11-02 12:47:49.000000000 +0100 +++ new/threadweaver-5.65.0/autotests/run-n-tests.py 2019-12-07 20:47:10.000000000 +0100 @@ -5,7 +5,7 @@ # Author: Mirko Boehm # Copyright: (C) 2005-2013 Mirko Boehm # Contact: [email protected] -# http://www.kde.org +# https://www.kde.org # http://creative-destruction.me $ # # This library is free software; you can redistribute it and/or diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/threadweaver-5.64.0/benchmarks/QueueBenchmarks.cpp new/threadweaver-5.65.0/benchmarks/QueueBenchmarks.cpp --- old/threadweaver-5.64.0/benchmarks/QueueBenchmarks.cpp 2019-11-02 12:47:49.000000000 +0100 +++ new/threadweaver-5.65.0/benchmarks/QueueBenchmarks.cpp 2019-12-07 20:47:10.000000000 +0100 @@ -5,7 +5,7 @@ $ Author: Mirko Boehm $ $ Copyright: (C) 2005-2013 Mirko Boehm $ $ Contact: [email protected] - http://www.kde.org + https://www.kde.org http://creative-destruction.me $ This library is free software; you can redistribute it and/or diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/threadweaver-5.64.0/examples/HelloWorld/CMakeLists.txt new/threadweaver-5.65.0/examples/HelloWorld/CMakeLists.txt --- old/threadweaver-5.64.0/examples/HelloWorld/CMakeLists.txt 2019-11-02 12:47:49.000000000 +0100 +++ new/threadweaver-5.65.0/examples/HelloWorld/CMakeLists.txt 2019-12-07 20:47:10.000000000 +0100 @@ -1,6 +1,6 @@ # For more information see the CMake documentation: -# http://www.cmake.org/cmake/help/documentation.html -# http://techbase.kde.org/Development/Tutorials/CMake +# https://cmake.org/documentation/ +# https://community.kde.org/Guidelines_and_HOWTOs/CMake ##@@snippet_begin(adding_tw_1) cmake_minimum_required(VERSION 3.0) find_package(ECM 1.1.0 REQUIRED NO_MODULE) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/threadweaver-5.64.0/examples/HelloWorld/HelloWorld.cpp new/threadweaver-5.65.0/examples/HelloWorld/HelloWorld.cpp --- old/threadweaver-5.64.0/examples/HelloWorld/HelloWorld.cpp 2019-11-02 12:47:49.000000000 +0100 +++ new/threadweaver-5.65.0/examples/HelloWorld/HelloWorld.cpp 2019-12-07 20:47:10.000000000 +0100 @@ -5,7 +5,7 @@ Author: Mirko Boehm Copyright: (C) 2005-2014 Mirko Boehm Contact: [email protected] - http://www.kde.org + https://www.kde.org http://creative-destruction.me This library is free software; you can redistribute it and/or diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/threadweaver-5.64.0/examples/HelloWorldRaw/HelloWorldRaw.cpp new/threadweaver-5.65.0/examples/HelloWorldRaw/HelloWorldRaw.cpp --- old/threadweaver-5.64.0/examples/HelloWorldRaw/HelloWorldRaw.cpp 2019-11-02 12:47:49.000000000 +0100 +++ new/threadweaver-5.65.0/examples/HelloWorldRaw/HelloWorldRaw.cpp 2019-12-07 20:47:10.000000000 +0100 @@ -5,7 +5,7 @@ Author: Mirko Boehm Copyright: (C) 2005-2014 Mirko Boehm Contact: [email protected] - http://www.kde.org + https://www.kde.org http://creative-destruction.me This library is free software; you can redistribute it and/or diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/threadweaver-5.64.0/examples/ThumbNailer/Benchmark.cpp new/threadweaver-5.65.0/examples/ThumbNailer/Benchmark.cpp --- old/threadweaver-5.64.0/examples/ThumbNailer/Benchmark.cpp 2019-11-02 12:47:49.000000000 +0100 +++ new/threadweaver-5.65.0/examples/ThumbNailer/Benchmark.cpp 2019-12-07 20:47:10.000000000 +0100 @@ -5,7 +5,7 @@ Author: Mirko Boehm Copyright: (C) 2005-2014 Mirko Boehm Contact: [email protected] - http://www.kde.org + https://www.kde.org http://creative-destruction.me This library is free software; you can redistribute it and/or diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/threadweaver-5.64.0/examples/ThumbNailer/Benchmark.h new/threadweaver-5.65.0/examples/ThumbNailer/Benchmark.h --- old/threadweaver-5.64.0/examples/ThumbNailer/Benchmark.h 2019-11-02 12:47:49.000000000 +0100 +++ new/threadweaver-5.65.0/examples/ThumbNailer/Benchmark.h 2019-12-07 20:47:10.000000000 +0100 @@ -5,7 +5,7 @@ Author: Mirko Boehm Copyright: (C) 2005-2014 Mirko Boehm Contact: [email protected] - http://www.kde.org + https://www.kde.org http://creative-destruction.me This library is free software; you can redistribute it and/or diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/threadweaver-5.64.0/examples/ThumbNailer/ComputeThumbNailJob.cpp new/threadweaver-5.65.0/examples/ThumbNailer/ComputeThumbNailJob.cpp --- old/threadweaver-5.64.0/examples/ThumbNailer/ComputeThumbNailJob.cpp 2019-11-02 12:47:49.000000000 +0100 +++ new/threadweaver-5.65.0/examples/ThumbNailer/ComputeThumbNailJob.cpp 2019-12-07 20:47:10.000000000 +0100 @@ -5,7 +5,7 @@ Author: Mirko Boehm Copyright: (C) 2005-2014 Mirko Boehm Contact: [email protected] - http://www.kde.org + https://www.kde.org http://creative-destruction.me This library is free software; you can redistribute it and/or diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/threadweaver-5.64.0/examples/ThumbNailer/ComputeThumbNailJob.h new/threadweaver-5.65.0/examples/ThumbNailer/ComputeThumbNailJob.h --- old/threadweaver-5.64.0/examples/ThumbNailer/ComputeThumbNailJob.h 2019-11-02 12:47:49.000000000 +0100 +++ new/threadweaver-5.65.0/examples/ThumbNailer/ComputeThumbNailJob.h 2019-12-07 20:47:10.000000000 +0100 @@ -5,7 +5,7 @@ Author: Mirko Boehm Copyright: (C) 2005-2014 Mirko Boehm Contact: [email protected] - http://www.kde.org + https://www.kde.org http://creative-destruction.me This library is free software; you can redistribute it and/or diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/threadweaver-5.64.0/examples/ThumbNailer/FileLoaderJob.cpp new/threadweaver-5.65.0/examples/ThumbNailer/FileLoaderJob.cpp --- old/threadweaver-5.64.0/examples/ThumbNailer/FileLoaderJob.cpp 2019-11-02 12:47:49.000000000 +0100 +++ new/threadweaver-5.65.0/examples/ThumbNailer/FileLoaderJob.cpp 2019-12-07 20:47:10.000000000 +0100 @@ -5,7 +5,7 @@ Author: Mirko Boehm Copyright: (C) 2005-2014 Mirko Boehm Contact: [email protected] - http://www.kde.org + https://www.kde.org http://creative-destruction.me This library is free software; you can redistribute it and/or diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/threadweaver-5.64.0/examples/ThumbNailer/FileLoaderJob.h new/threadweaver-5.65.0/examples/ThumbNailer/FileLoaderJob.h --- old/threadweaver-5.64.0/examples/ThumbNailer/FileLoaderJob.h 2019-11-02 12:47:49.000000000 +0100 +++ new/threadweaver-5.65.0/examples/ThumbNailer/FileLoaderJob.h 2019-12-07 20:47:10.000000000 +0100 @@ -5,7 +5,7 @@ Author: Mirko Boehm Copyright: (C) 2005-2014 Mirko Boehm Contact: [email protected] - http://www.kde.org + https://www.kde.org http://creative-destruction.me This library is free software; you can redistribute it and/or diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/threadweaver-5.64.0/examples/ThumbNailer/Image.cpp new/threadweaver-5.65.0/examples/ThumbNailer/Image.cpp --- old/threadweaver-5.64.0/examples/ThumbNailer/Image.cpp 2019-11-02 12:47:49.000000000 +0100 +++ new/threadweaver-5.65.0/examples/ThumbNailer/Image.cpp 2019-12-07 20:47:10.000000000 +0100 @@ -5,7 +5,7 @@ Author: Mirko Boehm Copyright: (C) 2005-2014 Mirko Boehm Contact: [email protected] - http://www.kde.org + https://www.kde.org http://creative-destruction.me This library is free software; you can redistribute it and/or diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/threadweaver-5.64.0/examples/ThumbNailer/Image.h new/threadweaver-5.65.0/examples/ThumbNailer/Image.h --- old/threadweaver-5.64.0/examples/ThumbNailer/Image.h 2019-11-02 12:47:49.000000000 +0100 +++ new/threadweaver-5.65.0/examples/ThumbNailer/Image.h 2019-12-07 20:47:10.000000000 +0100 @@ -5,7 +5,7 @@ Author: Mirko Boehm Copyright: (C) 2005-2014 Mirko Boehm Contact: [email protected] - http://www.kde.org + https://www.kde.org http://creative-destruction.me This library is free software; you can redistribute it and/or diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/threadweaver-5.64.0/examples/ThumbNailer/ImageListFilter.cpp new/threadweaver-5.65.0/examples/ThumbNailer/ImageListFilter.cpp --- old/threadweaver-5.64.0/examples/ThumbNailer/ImageListFilter.cpp 2019-11-02 12:47:49.000000000 +0100 +++ new/threadweaver-5.65.0/examples/ThumbNailer/ImageListFilter.cpp 2019-12-07 20:47:10.000000000 +0100 @@ -5,7 +5,7 @@ Author: Mirko Boehm Copyright: (C) 2005-2014 Mirko Boehm Contact: [email protected] - http://www.kde.org + https://www.kde.org http://creative-destruction.me This library is free software; you can redistribute it and/or diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/threadweaver-5.64.0/examples/ThumbNailer/ImageListFilter.h new/threadweaver-5.65.0/examples/ThumbNailer/ImageListFilter.h --- old/threadweaver-5.64.0/examples/ThumbNailer/ImageListFilter.h 2019-11-02 12:47:49.000000000 +0100 +++ new/threadweaver-5.65.0/examples/ThumbNailer/ImageListFilter.h 2019-12-07 20:47:10.000000000 +0100 @@ -5,7 +5,7 @@ Author: Mirko Boehm Copyright: (C) 2005-2014 Mirko Boehm Contact: [email protected] - http://www.kde.org + https://www.kde.org http://creative-destruction.me This library is free software; you can redistribute it and/or diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/threadweaver-5.64.0/examples/ThumbNailer/ImageLoaderJob.cpp new/threadweaver-5.65.0/examples/ThumbNailer/ImageLoaderJob.cpp --- old/threadweaver-5.64.0/examples/ThumbNailer/ImageLoaderJob.cpp 2019-11-02 12:47:49.000000000 +0100 +++ new/threadweaver-5.65.0/examples/ThumbNailer/ImageLoaderJob.cpp 2019-12-07 20:47:10.000000000 +0100 @@ -5,7 +5,7 @@ Author: Mirko Boehm Copyright: (C) 2005-2014 Mirko Boehm Contact: [email protected] - http://www.kde.org + https://www.kde.org http://creative-destruction.me This library is free software; you can redistribute it and/or diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/threadweaver-5.64.0/examples/ThumbNailer/ImageLoaderJob.h new/threadweaver-5.65.0/examples/ThumbNailer/ImageLoaderJob.h --- old/threadweaver-5.64.0/examples/ThumbNailer/ImageLoaderJob.h 2019-11-02 12:47:49.000000000 +0100 +++ new/threadweaver-5.65.0/examples/ThumbNailer/ImageLoaderJob.h 2019-12-07 20:47:10.000000000 +0100 @@ -5,7 +5,7 @@ Author: Mirko Boehm Copyright: (C) 2005-2014 Mirko Boehm Contact: [email protected] - http://www.kde.org + https://www.kde.org http://creative-destruction.me This library is free software; you can redistribute it and/or diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/threadweaver-5.64.0/examples/ThumbNailer/ItemDelegate.cpp new/threadweaver-5.65.0/examples/ThumbNailer/ItemDelegate.cpp --- old/threadweaver-5.64.0/examples/ThumbNailer/ItemDelegate.cpp 2019-11-02 12:47:49.000000000 +0100 +++ new/threadweaver-5.65.0/examples/ThumbNailer/ItemDelegate.cpp 2019-12-07 20:47:10.000000000 +0100 @@ -5,7 +5,7 @@ $ Author: Mirko Boehm $ $ Copyright: (C) 2005, Mirko Boehm $ $ Contact: [email protected] - http://www.kde.org + https://www.kde.org http://www.hackerbuero.org $ $ License: LGPL with the following explicit clarification: This code may be linked against any version of the Qt toolkit diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/threadweaver-5.64.0/examples/ThumbNailer/ItemDelegate.h new/threadweaver-5.65.0/examples/ThumbNailer/ItemDelegate.h --- old/threadweaver-5.64.0/examples/ThumbNailer/ItemDelegate.h 2019-11-02 12:47:49.000000000 +0100 +++ new/threadweaver-5.65.0/examples/ThumbNailer/ItemDelegate.h 2019-12-07 20:47:10.000000000 +0100 @@ -5,7 +5,7 @@ $ Author: Mirko Boehm $ $ Copyright: (C) 2005, Mirko Boehm $ $ Contact: [email protected] - http://www.kde.org + https://www.kde.org http://www.hackerbuero.org $ $ License: LGPL with the following explicit clarification: This code may be linked against any version of the Qt toolkit diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/threadweaver-5.64.0/examples/ThumbNailer/MainWindow.cpp new/threadweaver-5.65.0/examples/ThumbNailer/MainWindow.cpp --- old/threadweaver-5.64.0/examples/ThumbNailer/MainWindow.cpp 2019-11-02 12:47:49.000000000 +0100 +++ new/threadweaver-5.65.0/examples/ThumbNailer/MainWindow.cpp 2019-12-07 20:47:10.000000000 +0100 @@ -5,7 +5,7 @@ Author: Mirko Boehm Copyright: (C) 2005-2014 Mirko Boehm Contact: [email protected] - http://www.kde.org + https://www.kde.org http://creative-destruction.me This library is free software; you can redistribute it and/or diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/threadweaver-5.64.0/examples/ThumbNailer/MainWindow.h new/threadweaver-5.65.0/examples/ThumbNailer/MainWindow.h --- old/threadweaver-5.64.0/examples/ThumbNailer/MainWindow.h 2019-11-02 12:47:49.000000000 +0100 +++ new/threadweaver-5.65.0/examples/ThumbNailer/MainWindow.h 2019-12-07 20:47:10.000000000 +0100 @@ -5,7 +5,7 @@ Author: Mirko Boehm Copyright: (C) 2005-2014 Mirko Boehm Contact: [email protected] - http://www.kde.org + https://www.kde.org http://creative-destruction.me This library is free software; you can redistribute it and/or diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/threadweaver-5.64.0/examples/ThumbNailer/Model.cpp new/threadweaver-5.65.0/examples/ThumbNailer/Model.cpp --- old/threadweaver-5.64.0/examples/ThumbNailer/Model.cpp 2019-11-02 12:47:49.000000000 +0100 +++ new/threadweaver-5.65.0/examples/ThumbNailer/Model.cpp 2019-12-07 20:47:10.000000000 +0100 @@ -5,7 +5,7 @@ Author: Mirko Boehm Copyright: (C) 2005-2014 Mirko Boehm Contact: [email protected] - http://www.kde.org + https://www.kde.org http://creative-destruction.me This library is free software; you can redistribute it and/or diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/threadweaver-5.64.0/examples/ThumbNailer/Model.h new/threadweaver-5.65.0/examples/ThumbNailer/Model.h --- old/threadweaver-5.64.0/examples/ThumbNailer/Model.h 2019-11-02 12:47:49.000000000 +0100 +++ new/threadweaver-5.65.0/examples/ThumbNailer/Model.h 2019-12-07 20:47:10.000000000 +0100 @@ -5,7 +5,7 @@ Author: Mirko Boehm Copyright: (C) 2005-2014 Mirko Boehm Contact: [email protected] - http://www.kde.org + https://www.kde.org http://creative-destruction.me This library is free software; you can redistribute it and/or diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/threadweaver-5.64.0/examples/ThumbNailer/PriorityDecorator.cpp new/threadweaver-5.65.0/examples/ThumbNailer/PriorityDecorator.cpp --- old/threadweaver-5.64.0/examples/ThumbNailer/PriorityDecorator.cpp 2019-11-02 12:47:49.000000000 +0100 +++ new/threadweaver-5.65.0/examples/ThumbNailer/PriorityDecorator.cpp 2019-12-07 20:47:10.000000000 +0100 @@ -5,7 +5,7 @@ Author: Mirko Boehm Copyright: (C) 2005-2014 Mirko Boehm Contact: [email protected] - http://www.kde.org + https://www.kde.org http://creative-destruction.me This library is free software; you can redistribute it and/or diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/threadweaver-5.64.0/examples/ThumbNailer/PriorityDecorator.h new/threadweaver-5.65.0/examples/ThumbNailer/PriorityDecorator.h --- old/threadweaver-5.64.0/examples/ThumbNailer/PriorityDecorator.h 2019-11-02 12:47:49.000000000 +0100 +++ new/threadweaver-5.65.0/examples/ThumbNailer/PriorityDecorator.h 2019-12-07 20:47:10.000000000 +0100 @@ -5,7 +5,7 @@ Author: Mirko Boehm Copyright: (C) 2005-2014 Mirko Boehm Contact: [email protected] - http://www.kde.org + https://www.kde.org http://creative-destruction.me This library is free software; you can redistribute it and/or diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/threadweaver-5.64.0/examples/ThumbNailer/ThumbNailer.cpp new/threadweaver-5.65.0/examples/ThumbNailer/ThumbNailer.cpp --- old/threadweaver-5.64.0/examples/ThumbNailer/ThumbNailer.cpp 2019-11-02 12:47:49.000000000 +0100 +++ new/threadweaver-5.65.0/examples/ThumbNailer/ThumbNailer.cpp 2019-12-07 20:47:10.000000000 +0100 @@ -5,7 +5,7 @@ Author: Mirko Boehm Copyright: (C) 2005-2014 Mirko Boehm Contact: [email protected] - http://www.kde.org + https://www.kde.org http://creative-destruction.me This library is free software; you can redistribute it and/or diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/threadweaver-5.64.0/src/collection.cpp new/threadweaver-5.65.0/src/collection.cpp --- old/threadweaver-5.64.0/src/collection.cpp 2019-11-02 12:47:49.000000000 +0100 +++ new/threadweaver-5.65.0/src/collection.cpp 2019-12-07 20:47:10.000000000 +0100 @@ -5,7 +5,7 @@ $ Author: Mirko Boehm $ $ Copyright: (C) 2004-2013 Mirko Boehm $ $ Contact: [email protected] -http://www.kde.org +https://www.kde.org http://creative-destruction.me $ This library is free software; you can redistribute it and/or diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/threadweaver-5.64.0/src/collection.h new/threadweaver-5.65.0/src/collection.h --- old/threadweaver-5.64.0/src/collection.h 2019-11-02 12:47:49.000000000 +0100 +++ new/threadweaver-5.65.0/src/collection.h 2019-12-07 20:47:10.000000000 +0100 @@ -5,7 +5,7 @@ $ Author: Mirko Boehm $ $ Copyright: (C) 2004-2013 Mirko Boehm $ $ Contact: [email protected] - http://www.kde.org + https://www.kde.org http://creative-destruction.me $ This library is free software; you can redistribute it and/or diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/threadweaver-5.64.0/src/collection_p.cpp new/threadweaver-5.65.0/src/collection_p.cpp --- old/threadweaver-5.64.0/src/collection_p.cpp 2019-11-02 12:47:49.000000000 +0100 +++ new/threadweaver-5.65.0/src/collection_p.cpp 2019-12-07 20:47:10.000000000 +0100 @@ -5,7 +5,7 @@ $ Author: Mirko Boehm $ $ Copyright: (C) 2004-2013 Mirko Boehm $ $ Contact: [email protected] -http://www.kde.org +https://www.kde.org http://creative-destruction.me $ This library is free software; you can redistribute it and/or diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/threadweaver-5.64.0/src/collection_p.h new/threadweaver-5.65.0/src/collection_p.h --- old/threadweaver-5.64.0/src/collection_p.h 2019-11-02 12:47:49.000000000 +0100 +++ new/threadweaver-5.65.0/src/collection_p.h 2019-12-07 20:47:10.000000000 +0100 @@ -5,7 +5,7 @@ $ Author: Mirko Boehm $ $ Copyright: (C) 2004-2013 Mirko Boehm $ $ Contact: [email protected] -http://www.kde.org +https://www.kde.org http://creative-destruction.me $ This library is free software; you can redistribute it and/or diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/threadweaver-5.64.0/src/debuggingaids.cpp new/threadweaver-5.65.0/src/debuggingaids.cpp --- old/threadweaver-5.64.0/src/debuggingaids.cpp 2019-11-02 12:47:49.000000000 +0100 +++ new/threadweaver-5.65.0/src/debuggingaids.cpp 2019-12-07 20:47:10.000000000 +0100 @@ -5,7 +5,7 @@ $ Author: Mirko Boehm $ $ Copyright: (C) 2004-2013 Mirko Boehm $ $ Contact: [email protected] - http://www.kde.org + https://www.kde.org http://creative-destruction.me $ This library is free software; you can redistribute it and/or diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/threadweaver-5.64.0/src/debuggingaids.h new/threadweaver-5.65.0/src/debuggingaids.h --- old/threadweaver-5.64.0/src/debuggingaids.h 2019-11-02 12:47:49.000000000 +0100 +++ new/threadweaver-5.65.0/src/debuggingaids.h 2019-12-07 20:47:10.000000000 +0100 @@ -5,7 +5,7 @@ $ Author: Mirko Boehm $ $ Copyright: (C) 2004-2013 Mirko Boehm $ $ Contact: [email protected] - http://www.kde.org + https://www.kde.org http://creative-destruction.me $ This library is free software; you can redistribute it and/or diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/threadweaver-5.64.0/src/dependency.cpp new/threadweaver-5.65.0/src/dependency.cpp --- old/threadweaver-5.64.0/src/dependency.cpp 2019-11-02 12:47:49.000000000 +0100 +++ new/threadweaver-5.65.0/src/dependency.cpp 2019-12-07 20:47:10.000000000 +0100 @@ -5,7 +5,7 @@ $ Author: Mirko Boehm $ $ Copyright: (C) 2005-2013 Mirko Boehm $ $ Contact: [email protected] - http://www.kde.org + https://www.kde.org http://creative-destruction.me $ This library is free software; you can redistribute it and/or diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/threadweaver-5.64.0/src/dependency.h new/threadweaver-5.65.0/src/dependency.h --- old/threadweaver-5.64.0/src/dependency.h 2019-11-02 12:47:49.000000000 +0100 +++ new/threadweaver-5.65.0/src/dependency.h 2019-12-07 20:47:10.000000000 +0100 @@ -5,7 +5,7 @@ $ Author: Mirko Boehm $ $ Copyright: (C) 2005-2013 Mirko Boehm $ $ Contact: [email protected] - http://www.kde.org + https://www.kde.org http://creative-destruction.me $ This library is free software; you can redistribute it and/or diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/threadweaver-5.64.0/src/dependencypolicy.cpp new/threadweaver-5.65.0/src/dependencypolicy.cpp --- old/threadweaver-5.64.0/src/dependencypolicy.cpp 2019-11-02 12:47:49.000000000 +0100 +++ new/threadweaver-5.65.0/src/dependencypolicy.cpp 2019-12-07 20:47:10.000000000 +0100 @@ -5,7 +5,7 @@ $ Author: Mirko Boehm $ $ Copyright: (C) 2004-2013 Mirko Boehm $ $ Contact: [email protected] -http://www.kde.org +https://www.kde.org http://creative-destruction.me $ This library is free software; you can redistribute it and/or diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/threadweaver-5.64.0/src/dependencypolicy.h new/threadweaver-5.65.0/src/dependencypolicy.h --- old/threadweaver-5.64.0/src/dependencypolicy.h 2019-11-02 12:47:49.000000000 +0100 +++ new/threadweaver-5.65.0/src/dependencypolicy.h 2019-12-07 20:47:10.000000000 +0100 @@ -5,7 +5,7 @@ $ Author: Mirko Boehm $ $ Copyright: (C) 2004-2013 Mirko Boehm $ $ Contact: [email protected] - http://www.kde.org + https://www.kde.org http://creative-destruction.me $ This library is free software; you can redistribute it and/or diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/threadweaver-5.64.0/src/destructedstate.cpp new/threadweaver-5.65.0/src/destructedstate.cpp --- old/threadweaver-5.64.0/src/destructedstate.cpp 2019-11-02 12:47:49.000000000 +0100 +++ new/threadweaver-5.65.0/src/destructedstate.cpp 2019-12-07 20:47:10.000000000 +0100 @@ -5,7 +5,7 @@ $ Author: Mirko Boehm $ $ Copyright: (C) 2005-2013 Mirko Boehm $ $ Contact: [email protected] -http://www.kde.org +https://www.kde.org http://creative-destruction.me $ This library is free software; you can redistribute it and/or diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/threadweaver-5.64.0/src/destructedstate.h new/threadweaver-5.65.0/src/destructedstate.h --- old/threadweaver-5.64.0/src/destructedstate.h 2019-11-02 12:47:49.000000000 +0100 +++ new/threadweaver-5.65.0/src/destructedstate.h 2019-12-07 20:47:10.000000000 +0100 @@ -5,7 +5,7 @@ $ Author: Mirko Boehm $ $ Copyright: (C) 2005-2013 Mirko Boehm $ $ Contact: [email protected] - http://www.kde.org + https://www.kde.org http://creative-destruction.me $ This library is free software; you can redistribute it and/or diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/threadweaver-5.64.0/src/exception.cpp new/threadweaver-5.65.0/src/exception.cpp --- old/threadweaver-5.64.0/src/exception.cpp 2019-11-02 12:47:49.000000000 +0100 +++ new/threadweaver-5.65.0/src/exception.cpp 2019-12-07 20:47:10.000000000 +0100 @@ -5,7 +5,7 @@ $ Author: Mirko Boehm $ $ Copyright: (C) 2005-2013 Mirko Boehm $ $ Contact: [email protected] - http://www.kde.org + https://www.kde.org http://creative-destruction.me $ This library is free software; you can redistribute it and/or diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/threadweaver-5.64.0/src/exception.h new/threadweaver-5.65.0/src/exception.h --- old/threadweaver-5.64.0/src/exception.h 2019-11-02 12:47:49.000000000 +0100 +++ new/threadweaver-5.65.0/src/exception.h 2019-12-07 20:47:10.000000000 +0100 @@ -5,7 +5,7 @@ $ Author: Mirko Boehm $ $ Copyright: (C) 2005-2013 Mirko Boehm $ $ Contact: [email protected] - http://www.kde.org + https://www.kde.org http://creative-destruction.me $ This library is free software; you can redistribute it and/or diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/threadweaver-5.64.0/src/executewrapper.cpp new/threadweaver-5.65.0/src/executewrapper.cpp --- old/threadweaver-5.64.0/src/executewrapper.cpp 2019-11-02 12:47:49.000000000 +0100 +++ new/threadweaver-5.65.0/src/executewrapper.cpp 2019-12-07 20:47:10.000000000 +0100 @@ -5,7 +5,7 @@ $ Author: Mirko Boehm $ $ Copyright: (C) 2005-2013 Mirko Boehm $ $ Contact: [email protected] - http://www.kde.org + https://www.kde.org http://creative-destruction.me $ This library is free software; you can redistribute it and/or diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/threadweaver-5.64.0/src/executewrapper_p.h new/threadweaver-5.65.0/src/executewrapper_p.h --- old/threadweaver-5.64.0/src/executewrapper_p.h 2019-11-02 12:47:49.000000000 +0100 +++ new/threadweaver-5.65.0/src/executewrapper_p.h 2019-12-07 20:47:10.000000000 +0100 @@ -5,7 +5,7 @@ $ Author: Mirko Boehm $ $ Copyright: (C) 2005-2013 Mirko Boehm $ $ Contact: [email protected] - http://www.kde.org + https://www.kde.org http://creative-destruction.me $ This library is free software; you can redistribute it and/or diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/threadweaver-5.64.0/src/executor.cpp new/threadweaver-5.65.0/src/executor.cpp --- old/threadweaver-5.64.0/src/executor.cpp 2019-11-02 12:47:49.000000000 +0100 +++ new/threadweaver-5.65.0/src/executor.cpp 2019-12-07 20:47:10.000000000 +0100 @@ -5,7 +5,7 @@ $ Author: Mirko Boehm $ $ Copyright: (C) 2005-2013 Mirko Boehm $ $ Contact: [email protected] - http://www.kde.org + https://www.kde.org http://creative-destruction.me $ This library is free software; you can redistribute it and/or diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/threadweaver-5.64.0/src/executor_p.h new/threadweaver-5.65.0/src/executor_p.h --- old/threadweaver-5.64.0/src/executor_p.h 2019-11-02 12:47:49.000000000 +0100 +++ new/threadweaver-5.65.0/src/executor_p.h 2019-12-07 20:47:10.000000000 +0100 @@ -5,7 +5,7 @@ $ Author: Mirko Boehm $ $ Copyright: (C) 2005-2013 Mirko Boehm $ $ Contact: [email protected] - http://www.kde.org + https://www.kde.org http://creative-destruction.me $ This library is free software; you can redistribute it and/or diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/threadweaver-5.64.0/src/iddecorator.cpp new/threadweaver-5.65.0/src/iddecorator.cpp --- old/threadweaver-5.64.0/src/iddecorator.cpp 2019-11-02 12:47:49.000000000 +0100 +++ new/threadweaver-5.65.0/src/iddecorator.cpp 2019-12-07 20:47:10.000000000 +0100 @@ -5,7 +5,7 @@ $ Author: Mirko Boehm $ $ Copyright: (C) 2005-2013 Mirko Boehm $ $ Contact: [email protected] - http://www.kde.org + https://www.kde.org http://creative-destruction.me $ This library is free software; you can redistribute it and/or diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/threadweaver-5.64.0/src/iddecorator.h new/threadweaver-5.65.0/src/iddecorator.h --- old/threadweaver-5.64.0/src/iddecorator.h 2019-11-02 12:47:49.000000000 +0100 +++ new/threadweaver-5.65.0/src/iddecorator.h 2019-12-07 20:47:10.000000000 +0100 @@ -5,7 +5,7 @@ $ Author: Mirko Boehm $ $ Copyright: (C) 2005-2013 Mirko Boehm $ $ Contact: [email protected] - http://www.kde.org + https://www.kde.org http://creative-destruction.me $ This library is free software; you can redistribute it and/or diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/threadweaver-5.64.0/src/inconstructionstate.cpp new/threadweaver-5.65.0/src/inconstructionstate.cpp --- old/threadweaver-5.64.0/src/inconstructionstate.cpp 2019-11-02 12:47:49.000000000 +0100 +++ new/threadweaver-5.65.0/src/inconstructionstate.cpp 2019-12-07 20:47:10.000000000 +0100 @@ -5,7 +5,7 @@ $ Author: Mirko Boehm $ $ Copyright: (C) 2005-2013 Mirko Boehm $ $ Contact: [email protected] - http://www.kde.org + https://www.kde.org http://creative-destruction.me $ This library is free software; you can redistribute it and/or diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/threadweaver-5.64.0/src/inconstructionstate.h new/threadweaver-5.65.0/src/inconstructionstate.h --- old/threadweaver-5.64.0/src/inconstructionstate.h 2019-11-02 12:47:49.000000000 +0100 +++ new/threadweaver-5.65.0/src/inconstructionstate.h 2019-12-07 20:47:10.000000000 +0100 @@ -5,7 +5,7 @@ $ Author: Mirko Boehm $ $ Copyright: (C) 2005-2013 Mirko Boehm $ $ Contact: [email protected] - http://www.kde.org + https://www.kde.org http://creative-destruction.me $ This library is free software; you can redistribute it and/or diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/threadweaver-5.64.0/src/job.cpp new/threadweaver-5.65.0/src/job.cpp --- old/threadweaver-5.64.0/src/job.cpp 2019-11-02 12:47:49.000000000 +0100 +++ new/threadweaver-5.65.0/src/job.cpp 2019-12-07 20:47:10.000000000 +0100 @@ -5,7 +5,7 @@ $ Author: Mirko Boehm $ $ Copyright: (C) 2004-2013 Mirko Boehm $ $ Contact: [email protected] -http://www.kde.org +https://www.kde.org http://creative-destruction.me $ This library is free software; you can redistribute it and/or diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/threadweaver-5.64.0/src/job.h new/threadweaver-5.65.0/src/job.h --- old/threadweaver-5.64.0/src/job.h 2019-11-02 12:47:49.000000000 +0100 +++ new/threadweaver-5.65.0/src/job.h 2019-12-07 20:47:10.000000000 +0100 @@ -5,7 +5,7 @@ $ Author: Mirko Boehm $ $ Copyright: (C) 2004-2013 Mirko Boehm $ $ Contact: [email protected] -http://www.kde.org +https://www.kde.org http://creative-destruction.me $ This library is free software; you can redistribute it and/or diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/threadweaver-5.64.0/src/job_p.cpp new/threadweaver-5.65.0/src/job_p.cpp --- old/threadweaver-5.64.0/src/job_p.cpp 2019-11-02 12:47:49.000000000 +0100 +++ new/threadweaver-5.65.0/src/job_p.cpp 2019-12-07 20:47:10.000000000 +0100 @@ -5,7 +5,7 @@ $ Author: Mirko Boehm $ $ Copyright: (C) 2005-2013 Mirko Boehm $ $ Contact: [email protected] -http://www.kde.org +https://www.kde.org http://creative-destruction.me $ This library is free software; you can redistribute it and/or diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/threadweaver-5.64.0/src/job_p.h new/threadweaver-5.65.0/src/job_p.h --- old/threadweaver-5.64.0/src/job_p.h 2019-11-02 12:47:49.000000000 +0100 +++ new/threadweaver-5.65.0/src/job_p.h 2019-12-07 20:47:10.000000000 +0100 @@ -5,7 +5,7 @@ $ Author: Mirko Boehm $ $ Copyright: (C) 2005-2013 Mirko Boehm $ $ Contact: [email protected] -http://www.kde.org +https://www.kde.org http://creative-destruction.me $ This library is free software; you can redistribute it and/or diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/threadweaver-5.64.0/src/jobinterface.h new/threadweaver-5.65.0/src/jobinterface.h --- old/threadweaver-5.64.0/src/jobinterface.h 2019-11-02 12:47:49.000000000 +0100 +++ new/threadweaver-5.65.0/src/jobinterface.h 2019-12-07 20:47:10.000000000 +0100 @@ -5,7 +5,7 @@ $ Author: Mirko Boehm $ $ Copyright: (C) 2005-2013 Mirko Boehm $ $ Contact: [email protected] - http://www.kde.org + https://www.kde.org http://creative-destruction.me $ This library is free software; you can redistribute it and/or diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/threadweaver-5.64.0/src/jobpointer.h new/threadweaver-5.65.0/src/jobpointer.h --- old/threadweaver-5.64.0/src/jobpointer.h 2019-11-02 12:47:49.000000000 +0100 +++ new/threadweaver-5.65.0/src/jobpointer.h 2019-12-07 20:47:10.000000000 +0100 @@ -5,7 +5,7 @@ $ Author: Mirko Boehm $ $ Copyright: (C) 2005-2013 Mirko Boehm $ $ Contact: [email protected] - http://www.kde.org + https://www.kde.org http://creative-destruction.me $ This library is free software; you can redistribute it and/or diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/threadweaver-5.64.0/src/lambda.h new/threadweaver-5.65.0/src/lambda.h --- old/threadweaver-5.64.0/src/lambda.h 2019-11-02 12:47:49.000000000 +0100 +++ new/threadweaver-5.65.0/src/lambda.h 2019-12-07 20:47:10.000000000 +0100 @@ -5,7 +5,7 @@ $ Author: Mirko Boehm $ $ Copyright: (C) 2005-2013 Mirko Boehm $ $ Contact: [email protected] - http://www.kde.org + https://www.kde.org http://creative-destruction.me $ This library is free software; you can redistribute it and/or diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/threadweaver-5.64.0/src/managedjobpointer.h new/threadweaver-5.65.0/src/managedjobpointer.h --- old/threadweaver-5.64.0/src/managedjobpointer.h 2019-11-02 12:47:49.000000000 +0100 +++ new/threadweaver-5.65.0/src/managedjobpointer.h 2019-12-07 20:47:10.000000000 +0100 @@ -5,7 +5,7 @@ $ Author: Mirko Boehm $ $ Copyright: (C) 2005-2013 Mirko Boehm $ $ Contact: [email protected] - http://www.kde.org + https://www.kde.org http://creative-destruction.me $ This library is free software; you can redistribute it and/or diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/threadweaver-5.64.0/src/qobjectdecorator.cpp new/threadweaver-5.65.0/src/qobjectdecorator.cpp --- old/threadweaver-5.64.0/src/qobjectdecorator.cpp 2019-11-02 12:47:49.000000000 +0100 +++ new/threadweaver-5.65.0/src/qobjectdecorator.cpp 2019-12-07 20:47:10.000000000 +0100 @@ -5,7 +5,7 @@ $ Author: Mirko Boehm $ $ Copyright: (C) 2005-2013 Mirko Boehm $ $ Contact: [email protected] - http://www.kde.org + https://www.kde.org http://creative-destruction.me $ This library is free software; you can redistribute it and/or diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/threadweaver-5.64.0/src/qobjectdecorator.h new/threadweaver-5.65.0/src/qobjectdecorator.h --- old/threadweaver-5.64.0/src/qobjectdecorator.h 2019-11-02 12:47:49.000000000 +0100 +++ new/threadweaver-5.65.0/src/qobjectdecorator.h 2019-12-07 20:47:10.000000000 +0100 @@ -5,7 +5,7 @@ $ Author: Mirko Boehm $ $ Copyright: (C) 2005-2013 Mirko Boehm $ $ Contact: [email protected] - http://www.kde.org + https://www.kde.org http://creative-destruction.me $ This library is free software; you can redistribute it and/or diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/threadweaver-5.64.0/src/queue.cpp new/threadweaver-5.65.0/src/queue.cpp --- old/threadweaver-5.64.0/src/queue.cpp 2019-11-02 12:47:49.000000000 +0100 +++ new/threadweaver-5.65.0/src/queue.cpp 2019-12-07 20:47:10.000000000 +0100 @@ -5,7 +5,7 @@ $ Author: Mirko Boehm $ $ Copyright: (C) 2005-2013 Mirko Boehm $ $ Contact: [email protected] - http://www.kde.org + https://www.kde.org http://creative-destruction.me $ This library is free software; you can redistribute it and/or diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/threadweaver-5.64.0/src/queue.h new/threadweaver-5.65.0/src/queue.h --- old/threadweaver-5.64.0/src/queue.h 2019-11-02 12:47:49.000000000 +0100 +++ new/threadweaver-5.65.0/src/queue.h 2019-12-07 20:47:10.000000000 +0100 @@ -5,7 +5,7 @@ $ Author: Mirko Boehm $ $ Copyright: (C) 2005-2013 Mirko Boehm $ $ Contact: [email protected] - http://www.kde.org + https://www.kde.org http://creative-destruction.me $ This library is free software; you can redistribute it and/or diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/threadweaver-5.64.0/src/queueapi.cpp new/threadweaver-5.65.0/src/queueapi.cpp --- old/threadweaver-5.64.0/src/queueapi.cpp 2019-11-02 12:47:49.000000000 +0100 +++ new/threadweaver-5.65.0/src/queueapi.cpp 2019-12-07 20:47:10.000000000 +0100 @@ -5,7 +5,7 @@ $ Author: Mirko Boehm $ $ Copyright: (C) 2005-2013 Mirko Boehm $ $ Contact: [email protected] - http://www.kde.org + https://www.kde.org http://creative-destruction.me $ This library is free software; you can redistribute it and/or diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/threadweaver-5.64.0/src/queueapi.h new/threadweaver-5.65.0/src/queueapi.h --- old/threadweaver-5.64.0/src/queueapi.h 2019-11-02 12:47:49.000000000 +0100 +++ new/threadweaver-5.65.0/src/queueapi.h 2019-12-07 20:47:10.000000000 +0100 @@ -5,7 +5,7 @@ $ Author: Mirko Boehm $ $ Copyright: (C) 2005-2013 Mirko Boehm $ $ Contact: [email protected] - http://www.kde.org + https://www.kde.org http://creative-destruction.me $ This library is free software; you can redistribute it and/or diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/threadweaver-5.64.0/src/queueing.h new/threadweaver-5.65.0/src/queueing.h --- old/threadweaver-5.64.0/src/queueing.h 2019-11-02 12:47:49.000000000 +0100 +++ new/threadweaver-5.65.0/src/queueing.h 2019-12-07 20:47:10.000000000 +0100 @@ -5,7 +5,7 @@ $ Author: Mirko Boehm $ $ Copyright: (C) 2013 Mirko Boehm $ $ Contact: [email protected] - http://www.kde.org + https://www.kde.org http://creative-destruction.me $ This library is free software; you can redistribute it and/or diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/threadweaver-5.64.0/src/queueinterface.h new/threadweaver-5.65.0/src/queueinterface.h --- old/threadweaver-5.64.0/src/queueinterface.h 2019-11-02 12:47:49.000000000 +0100 +++ new/threadweaver-5.65.0/src/queueinterface.h 2019-12-07 20:47:10.000000000 +0100 @@ -5,7 +5,7 @@ $ Author: Mirko Boehm $ $ Copyright: (C) 2005-2013 Mirko Boehm $ $ Contact: [email protected] - http://www.kde.org + https://www.kde.org http://creative-destruction.me $ This library is free software; you can redistribute it and/or diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/threadweaver-5.64.0/src/queuepolicy.h new/threadweaver-5.65.0/src/queuepolicy.h --- old/threadweaver-5.64.0/src/queuepolicy.h 2019-11-02 12:47:49.000000000 +0100 +++ new/threadweaver-5.65.0/src/queuepolicy.h 2019-12-07 20:47:10.000000000 +0100 @@ -5,7 +5,7 @@ $ Author: Mirko Boehm $ $ Copyright: (C) 2004, 2005, 2006 Mirko Boehm $ $ Contact: [email protected] - http://www.kde.org + https://www.kde.org http://www.hackerbuero.org $ This library is free software; you can redistribute it and/or diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/threadweaver-5.64.0/src/queuesignals.cpp new/threadweaver-5.65.0/src/queuesignals.cpp --- old/threadweaver-5.64.0/src/queuesignals.cpp 2019-11-02 12:47:49.000000000 +0100 +++ new/threadweaver-5.65.0/src/queuesignals.cpp 2019-12-07 20:47:10.000000000 +0100 @@ -5,7 +5,7 @@ $ Author: Mirko Boehm $ $ Copyright: (C) 2013 Mirko Boehm $ $ Contact: [email protected] - http://www.kde.org + https://www.kde.org http://creative-destruction.me $ This library is free software; you can redistribute it and/or diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/threadweaver-5.64.0/src/queuesignals.h new/threadweaver-5.65.0/src/queuesignals.h --- old/threadweaver-5.64.0/src/queuesignals.h 2019-11-02 12:47:49.000000000 +0100 +++ new/threadweaver-5.65.0/src/queuesignals.h 2019-12-07 20:47:10.000000000 +0100 @@ -5,7 +5,7 @@ $ Author: Mirko Boehm $ $ Copyright: (C) 2013 Mirko Boehm $ $ Contact: [email protected] - http://www.kde.org + https://www.kde.org http://creative-destruction.me $ This library is free software; you can redistribute it and/or diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/threadweaver-5.64.0/src/queuesignals_p.cpp new/threadweaver-5.65.0/src/queuesignals_p.cpp --- old/threadweaver-5.64.0/src/queuesignals_p.cpp 2019-11-02 12:47:49.000000000 +0100 +++ new/threadweaver-5.65.0/src/queuesignals_p.cpp 2019-12-07 20:47:10.000000000 +0100 @@ -5,7 +5,7 @@ $ Author: Mirko Boehm $ $ Copyright: (C) 2005-2013 Mirko Boehm $ $ Contact: [email protected] -http://www.kde.org +https://www.kde.org http://creative-destruction.me $ This library is free software; you can redistribute it and/or diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/threadweaver-5.64.0/src/queuesignals_p.h new/threadweaver-5.65.0/src/queuesignals_p.h --- old/threadweaver-5.64.0/src/queuesignals_p.h 2019-11-02 12:47:49.000000000 +0100 +++ new/threadweaver-5.65.0/src/queuesignals_p.h 2019-12-07 20:47:10.000000000 +0100 @@ -5,7 +5,7 @@ $ Author: Mirko Boehm $ $ Copyright: (C) 2005-2013 Mirko Boehm $ $ Contact: [email protected] -http://www.kde.org +https://www.kde.org http://creative-destruction.me $ This library is free software; you can redistribute it and/or diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/threadweaver-5.64.0/src/queuestream.cpp new/threadweaver-5.65.0/src/queuestream.cpp --- old/threadweaver-5.64.0/src/queuestream.cpp 2019-11-02 12:47:49.000000000 +0100 +++ new/threadweaver-5.65.0/src/queuestream.cpp 2019-12-07 20:47:10.000000000 +0100 @@ -5,7 +5,7 @@ $ Author: Mirko Boehm $ $ Copyright: (C) 2013 Mirko Boehm $ $ Contact: [email protected] - http://www.kde.org + https://www.kde.org http://creative-destruction.me $ This library is free software; you can redistribute it and/or diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/threadweaver-5.64.0/src/queuestream.h new/threadweaver-5.65.0/src/queuestream.h --- old/threadweaver-5.64.0/src/queuestream.h 2019-11-02 12:47:49.000000000 +0100 +++ new/threadweaver-5.65.0/src/queuestream.h 2019-12-07 20:47:10.000000000 +0100 @@ -5,7 +5,7 @@ $ Author: Mirko Boehm $ $ Copyright: (C) 2013 Mirko Boehm $ $ Contact: [email protected] - http://www.kde.org + https://www.kde.org http://creative-destruction.me $ This library is free software; you can redistribute it and/or diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/threadweaver-5.64.0/src/resourcerestrictionpolicy.cpp new/threadweaver-5.65.0/src/resourcerestrictionpolicy.cpp --- old/threadweaver-5.64.0/src/resourcerestrictionpolicy.cpp 2019-11-02 12:47:49.000000000 +0100 +++ new/threadweaver-5.65.0/src/resourcerestrictionpolicy.cpp 2019-12-07 20:47:10.000000000 +0100 @@ -5,7 +5,7 @@ $ Author: Mirko Boehm $ $ Copyright: (C) 2004-2013 Mirko Boehm $ $ Contact: [email protected] - http://www.kde.org + https://www.kde.org http://creative-destruction.me $ This library is free software; you can redistribute it and/or diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/threadweaver-5.64.0/src/resourcerestrictionpolicy.h new/threadweaver-5.65.0/src/resourcerestrictionpolicy.h --- old/threadweaver-5.64.0/src/resourcerestrictionpolicy.h 2019-11-02 12:47:49.000000000 +0100 +++ new/threadweaver-5.65.0/src/resourcerestrictionpolicy.h 2019-12-07 20:47:10.000000000 +0100 @@ -5,7 +5,7 @@ $ Author: Mirko Boehm $ $ Copyright: (C) 2004-2013 Mirko Boehm $ $ Contact: [email protected] -http://www.kde.org +https://www.kde.org http://creative-destruction.me $ This library is free software; you can redistribute it and/or diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/threadweaver-5.64.0/src/sequence.cpp new/threadweaver-5.65.0/src/sequence.cpp --- old/threadweaver-5.64.0/src/sequence.cpp 2019-11-02 12:47:49.000000000 +0100 +++ new/threadweaver-5.65.0/src/sequence.cpp 2019-12-07 20:47:10.000000000 +0100 @@ -5,7 +5,7 @@ $ Author: Mirko Boehm $ $ Copyright: (C) 2004-2013 Mirko Boehm $ $ Contact: [email protected] - http://www.kde.org + https://www.kde.org http://creative-destruction.me $ This library is free software; you can redistribute it and/or diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/threadweaver-5.64.0/src/sequence.h new/threadweaver-5.65.0/src/sequence.h --- old/threadweaver-5.64.0/src/sequence.h 2019-11-02 12:47:49.000000000 +0100 +++ new/threadweaver-5.65.0/src/sequence.h 2019-12-07 20:47:10.000000000 +0100 @@ -5,7 +5,7 @@ $ Author: Mirko Boehm $ $ Copyright: (C) 2004-2013 Mirko Boehm $ $ Contact: [email protected] - http://www.kde.org + https://www.kde.org http://creative-destruction.me $ This library is free software; you can redistribute it and/or diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/threadweaver-5.64.0/src/sequence_p.cpp new/threadweaver-5.65.0/src/sequence_p.cpp --- old/threadweaver-5.64.0/src/sequence_p.cpp 2019-11-02 12:47:49.000000000 +0100 +++ new/threadweaver-5.65.0/src/sequence_p.cpp 2019-12-07 20:47:10.000000000 +0100 @@ -5,7 +5,7 @@ $ Author: Mirko Boehm $ $ Copyright: (C) 2004-2013 Mirko Boehm $ $ Contact: [email protected] -http://www.kde.org +https://www.kde.org http://creative-destruction.me $ This library is free software; you can redistribute it and/or diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/threadweaver-5.64.0/src/sequence_p.h new/threadweaver-5.65.0/src/sequence_p.h --- old/threadweaver-5.64.0/src/sequence_p.h 2019-11-02 12:47:49.000000000 +0100 +++ new/threadweaver-5.65.0/src/sequence_p.h 2019-12-07 20:47:10.000000000 +0100 @@ -5,7 +5,7 @@ $ Author: Mirko Boehm $ $ Copyright: (C) 2004-2013 Mirko Boehm $ $ Contact: [email protected] -http://www.kde.org +https://www.kde.org http://creative-destruction.me $ This library is free software; you can redistribute it and/or diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/threadweaver-5.64.0/src/shuttingdownstate.cpp new/threadweaver-5.65.0/src/shuttingdownstate.cpp --- old/threadweaver-5.64.0/src/shuttingdownstate.cpp 2019-11-02 12:47:49.000000000 +0100 +++ new/threadweaver-5.65.0/src/shuttingdownstate.cpp 2019-12-07 20:47:10.000000000 +0100 @@ -5,7 +5,7 @@ $ Author: Mirko Boehm $ $ Copyright: (C) 2005-2013 Mirko Boehm $ $ Contact: [email protected] - http://www.kde.org + https://www.kde.org http://creative-destruction.me $ This library is free software; you can redistribute it and/or diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/threadweaver-5.64.0/src/shuttingdownstate.h new/threadweaver-5.65.0/src/shuttingdownstate.h --- old/threadweaver-5.64.0/src/shuttingdownstate.h 2019-11-02 12:47:49.000000000 +0100 +++ new/threadweaver-5.65.0/src/shuttingdownstate.h 2019-12-07 20:47:10.000000000 +0100 @@ -5,7 +5,7 @@ $ Author: Mirko Boehm $ $ Copyright: (C) 2005-2013 Mirko Boehm $ $ Contact: [email protected] - http://www.kde.org + https://www.kde.org http://creative-destruction.me $ This library is free software; you can redistribute it and/or diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/threadweaver-5.64.0/src/state.cpp new/threadweaver-5.65.0/src/state.cpp --- old/threadweaver-5.64.0/src/state.cpp 2019-11-02 12:47:49.000000000 +0100 +++ new/threadweaver-5.65.0/src/state.cpp 2019-12-07 20:47:10.000000000 +0100 @@ -5,7 +5,7 @@ $ Author: Mirko Boehm $ $ Copyright: (C) 2005-2013 Mirko Boehm $ $ Contact: [email protected] -http://www.kde.org +https://www.kde.org http://creative-destruction.me $ This library is free software; you can redistribute it and/or diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/threadweaver-5.64.0/src/state.h new/threadweaver-5.65.0/src/state.h --- old/threadweaver-5.64.0/src/state.h 2019-11-02 12:47:49.000000000 +0100 +++ new/threadweaver-5.65.0/src/state.h 2019-12-07 20:47:10.000000000 +0100 @@ -5,7 +5,7 @@ $ Author: Mirko Boehm $ $ Copyright: (C) 2005-2013 Mirko Boehm $ $ Contact: [email protected] - http://www.kde.org + https://www.kde.org http://creative-destruction.me $ This library is free software; you can redistribute it and/or diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/threadweaver-5.64.0/src/suspendedstate.cpp new/threadweaver-5.65.0/src/suspendedstate.cpp --- old/threadweaver-5.64.0/src/suspendedstate.cpp 2019-11-02 12:47:49.000000000 +0100 +++ new/threadweaver-5.65.0/src/suspendedstate.cpp 2019-12-07 20:47:10.000000000 +0100 @@ -5,7 +5,7 @@ $ Author: Mirko Boehm $ $ Copyright: (C) 2005-2013 Mirko Boehm $ $ Contact: [email protected] -http://www.kde.org +https://www.kde.org http://creative-destruction.me $ This library is free software; you can redistribute it and/or diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/threadweaver-5.64.0/src/suspendedstate.h new/threadweaver-5.65.0/src/suspendedstate.h --- old/threadweaver-5.64.0/src/suspendedstate.h 2019-11-02 12:47:49.000000000 +0100 +++ new/threadweaver-5.65.0/src/suspendedstate.h 2019-12-07 20:47:10.000000000 +0100 @@ -5,7 +5,7 @@ $ Author: Mirko Boehm $ $ Copyright: (C) 2005-2013 Mirko Boehm $ $ Contact: [email protected] - http://www.kde.org + https://www.kde.org http://creative-destruction.me $ This library is free software; you can redistribute it and/or diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/threadweaver-5.64.0/src/suspendingstate.cpp new/threadweaver-5.65.0/src/suspendingstate.cpp --- old/threadweaver-5.64.0/src/suspendingstate.cpp 2019-11-02 12:47:49.000000000 +0100 +++ new/threadweaver-5.65.0/src/suspendingstate.cpp 2019-12-07 20:47:10.000000000 +0100 @@ -5,7 +5,7 @@ $ Author: Mirko Boehm $ $ Copyright: (C) 2005-2013 Mirko Boehm $ $ Contact: [email protected] - http://www.kde.org + https://www.kde.org http://creative-destruction.me $ This library is free software; you can redistribute it and/or diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/threadweaver-5.64.0/src/suspendingstate.h new/threadweaver-5.65.0/src/suspendingstate.h --- old/threadweaver-5.64.0/src/suspendingstate.h 2019-11-02 12:47:49.000000000 +0100 +++ new/threadweaver-5.65.0/src/suspendingstate.h 2019-12-07 20:47:10.000000000 +0100 @@ -5,7 +5,7 @@ $ Author: Mirko Boehm $ $ Copyright: (C) 2005-2013 Mirko Boehm $ $ Contact: [email protected] - http://www.kde.org + https://www.kde.org http://creative-destruction.me $ This library is free software; you can redistribute it and/or diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/threadweaver-5.64.0/src/thread.cpp new/threadweaver-5.65.0/src/thread.cpp --- old/threadweaver-5.64.0/src/thread.cpp 2019-11-02 12:47:49.000000000 +0100 +++ new/threadweaver-5.65.0/src/thread.cpp 2019-12-07 20:47:10.000000000 +0100 @@ -5,7 +5,7 @@ $ Author: Mirko Boehm $ $ Copyright: (C) 2004-2013 Mirko Boehm $ $ Contact: [email protected] - http://www.kde.org + https://www.kde.org http://creative-destruction.me $ This library is free software; you can redistribute it and/or diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/threadweaver-5.64.0/src/thread.h new/threadweaver-5.65.0/src/thread.h --- old/threadweaver-5.64.0/src/thread.h 2019-11-02 12:47:49.000000000 +0100 +++ new/threadweaver-5.65.0/src/thread.h 2019-12-07 20:47:10.000000000 +0100 @@ -5,7 +5,7 @@ $ Author: Mirko Boehm $ $ Copyright: (C) 2004-2013 Mirko Boehm $ $ Contact: [email protected] - http://www.kde.org + https://www.kde.org http://creative-destruction.me $ This library is free software; you can redistribute it and/or diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/threadweaver-5.64.0/src/threadweaver.cpp new/threadweaver-5.65.0/src/threadweaver.cpp --- old/threadweaver-5.64.0/src/threadweaver.cpp 2019-11-02 12:47:49.000000000 +0100 +++ new/threadweaver-5.65.0/src/threadweaver.cpp 2019-12-07 20:47:10.000000000 +0100 @@ -5,7 +5,7 @@ $ Author: Mirko Boehm $ $ Copyright: (C) 2005-2013 Mirko Boehm $ $ Contact: [email protected] -http://www.kde.org +https://www.kde.org http://creative-destruction.me $ This library is free software; you can redistribute it and/or diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/threadweaver-5.64.0/src/threadweaver.h new/threadweaver-5.65.0/src/threadweaver.h --- old/threadweaver-5.64.0/src/threadweaver.h 2019-11-02 12:47:49.000000000 +0100 +++ new/threadweaver-5.65.0/src/threadweaver.h 2019-12-07 20:47:10.000000000 +0100 @@ -7,7 +7,7 @@ $ Author: Mirko Boehm $ $ Copyright: (C) 2005-2013 Mirko Boehm $ $ Contact: [email protected] - http://www.kde.org + https://www.kde.org http://creative-destruction.me $ This library is free software; you can redistribute it and/or diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/threadweaver-5.64.0/src/weaver.cpp new/threadweaver-5.65.0/src/weaver.cpp --- old/threadweaver-5.64.0/src/weaver.cpp 2019-11-02 12:47:49.000000000 +0100 +++ new/threadweaver-5.65.0/src/weaver.cpp 2019-12-07 20:47:10.000000000 +0100 @@ -5,7 +5,7 @@ $ Author: Mirko Boehm $ $ Copyright: (C) 2005-2013 Mirko Boehm $ $ Contact: [email protected] -http://www.kde.org +https://www.kde.org http://creative-destruction.me $ This library is free software; you can redistribute it and/or @@ -33,7 +33,9 @@ #include <QObject> #include <QMutex> #include <QDebug> - +#if QT_VERSION >= QT_VERSION_CHECK(5, 15, 0) +#include <QDeadlineTimer> +#endif #include "job.h" #include "managedjobpointer.h" #include "state.h" @@ -307,7 +309,11 @@ while (!isIdle_p()) { Q_ASSERT_X(state()->stateId() == WorkingHard, Q_FUNC_INFO, qPrintable(state()->stateName())); TWDEBUG(2, "WeaverImpl::finish: not done, waiting.\n"); +#if QT_VERSION < QT_VERSION_CHECK(5, 15, 0) if (d()->jobFinished.wait(d()->mutex, MaxWaitMilliSeconds) == false) { +#else + if (d()->jobFinished.wait(d()->mutex, QDeadlineTimer(MaxWaitMilliSeconds)) == false) { +#endif TWDEBUG(2, "WeaverImpl::finish: wait timed out, %i jobs left, waking threads.\n", queueLength_p()); reschedule(); } diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/threadweaver-5.64.0/src/weaver.h new/threadweaver-5.65.0/src/weaver.h --- old/threadweaver-5.64.0/src/weaver.h 2019-11-02 12:47:49.000000000 +0100 +++ new/threadweaver-5.65.0/src/weaver.h 2019-12-07 20:47:10.000000000 +0100 @@ -5,7 +5,7 @@ $ Author: Mirko Boehm $ $ Copyright: (C) 2005-2013 Mirko Boehm $ $ Contact: [email protected] -http://www.kde.org +https://www.kde.org http://creative-destruction.me $ This library is free software; you can redistribute it and/or diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/threadweaver-5.64.0/src/weaver_p.cpp new/threadweaver-5.65.0/src/weaver_p.cpp --- old/threadweaver-5.64.0/src/weaver_p.cpp 2019-11-02 12:47:49.000000000 +0100 +++ new/threadweaver-5.65.0/src/weaver_p.cpp 2019-12-07 20:47:10.000000000 +0100 @@ -5,7 +5,7 @@ $ Author: Mirko Boehm $ $ Copyright: (C) 2005-2013 Mirko Boehm $ $ Contact: [email protected] -http://www.kde.org +https://www.kde.org http://creative-destruction.me $ This library is free software; you can redistribute it and/or diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/threadweaver-5.64.0/src/weaver_p.h new/threadweaver-5.65.0/src/weaver_p.h --- old/threadweaver-5.64.0/src/weaver_p.h 2019-11-02 12:47:49.000000000 +0100 +++ new/threadweaver-5.65.0/src/weaver_p.h 2019-12-07 20:47:10.000000000 +0100 @@ -5,7 +5,7 @@ $ Author: Mirko Boehm $ $ Copyright: (C) 2005-2013 Mirko Boehm $ $ Contact: [email protected] -http://www.kde.org +https://www.kde.org http://creative-destruction.me $ This library is free software; you can redistribute it and/or diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/threadweaver-5.64.0/src/weaverimplstate.cpp new/threadweaver-5.65.0/src/weaverimplstate.cpp --- old/threadweaver-5.64.0/src/weaverimplstate.cpp 2019-11-02 12:47:49.000000000 +0100 +++ new/threadweaver-5.65.0/src/weaverimplstate.cpp 2019-12-07 20:47:10.000000000 +0100 @@ -5,7 +5,7 @@ $ Author: Mirko Boehm $ $ Copyright: (C) 2005-2013 Mirko Boehm $ $ Contact: [email protected] - http://www.kde.org + https://www.kde.org http://creative-destruction.me $ This library is free software; you can redistribute it and/or diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/threadweaver-5.64.0/src/weaverimplstate.h new/threadweaver-5.65.0/src/weaverimplstate.h --- old/threadweaver-5.64.0/src/weaverimplstate.h 2019-11-02 12:47:49.000000000 +0100 +++ new/threadweaver-5.65.0/src/weaverimplstate.h 2019-12-07 20:47:10.000000000 +0100 @@ -5,7 +5,7 @@ $ Author: Mirko Boehm $ $ Copyright: (C) 2005-2013 Mirko Boehm $ $ Contact: [email protected] - http://www.kde.org + https://www.kde.org http://creative-destruction.me $ This library is free software; you can redistribute it and/or diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/threadweaver-5.64.0/src/weaverinterface.h new/threadweaver-5.65.0/src/weaverinterface.h --- old/threadweaver-5.64.0/src/weaverinterface.h 2019-11-02 12:47:49.000000000 +0100 +++ new/threadweaver-5.65.0/src/weaverinterface.h 2019-12-07 20:47:10.000000000 +0100 @@ -5,7 +5,7 @@ $ Author: Mirko Boehm $ $ Copyright: (C) 2005-2013 Mirko Boehm $ $ Contact: [email protected] - http://www.kde.org + https://www.kde.org http://creative-destruction.me $ This library is free software; you can redistribute it and/or diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/threadweaver-5.64.0/src/workinghardstate.cpp new/threadweaver-5.65.0/src/workinghardstate.cpp --- old/threadweaver-5.64.0/src/workinghardstate.cpp 2019-11-02 12:47:49.000000000 +0100 +++ new/threadweaver-5.65.0/src/workinghardstate.cpp 2019-12-07 20:47:10.000000000 +0100 @@ -5,7 +5,7 @@ $ Author: Mirko Boehm $ $ Copyright: (C) 2005-2013 Mirko Boehm $ $ Contact: [email protected] -http://www.kde.org +https://www.kde.org http://creative-destruction.me $ This library is free software; you can redistribute it and/or diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/threadweaver-5.64.0/src/workinghardstate.h new/threadweaver-5.65.0/src/workinghardstate.h --- old/threadweaver-5.64.0/src/workinghardstate.h 2019-11-02 12:47:49.000000000 +0100 +++ new/threadweaver-5.65.0/src/workinghardstate.h 2019-12-07 20:47:10.000000000 +0100 @@ -5,7 +5,7 @@ $ Author: Mirko Boehm $ $ Copyright: (C) 2005-2013 Mirko Boehm $ $ Contact: [email protected] - http://www.kde.org + https://www.kde.org http://creative-destruction.me $ This library is free software; you can redistribute it and/or
