Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package threadweaver for openSUSE:Factory checked in at 2021-08-16 10:08:24 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/threadweaver (Old) and /work/SRC/openSUSE:Factory/.threadweaver.new.1899 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "threadweaver" Mon Aug 16 10:08:24 2021 rev:93 rq:912182 version:5.85.0 Changes: -------- --- /work/SRC/openSUSE:Factory/threadweaver/threadweaver.changes 2021-07-16 00:02:15.096735189 +0200 +++ /work/SRC/openSUSE:Factory/.threadweaver.new.1899/threadweaver.changes 2021-08-16 10:12:46.711014552 +0200 @@ -1,0 +2,9 @@ +Fri Aug 6 12:14:01 UTC 2021 - Christophe Giboudeaux <[email protected]> + +- Update to 5.85.0 + * New feature release + * For more details please see: + * https://kde.org/announcements/frameworks/5/5.85.0 +- No code change since 5.84.0 + +------------------------------------------------------------------- Old: ---- threadweaver-5.84.0.tar.xz threadweaver-5.84.0.tar.xz.sig New: ---- threadweaver-5.85.0.tar.xz threadweaver-5.85.0.tar.xz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ threadweaver.spec ++++++ --- /var/tmp/diff_new_pack.uYSn0s/_old 2021-08-16 10:12:47.327013828 +0200 +++ /var/tmp/diff_new_pack.uYSn0s/_new 2021-08-16 10:12:47.331013825 +0200 @@ -17,7 +17,7 @@ %define lname libKF5ThreadWeaver5 -%define _tar_path 5.84 +%define _tar_path 5.85 # 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.84.0 +Version: 5.85.0 Release: 0 Summary: KDE Helper for multithreaded programming License: LGPL-2.1-or-later ++++++ threadweaver-5.84.0.tar.xz -> threadweaver-5.85.0.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/threadweaver-5.84.0/CMakeLists.txt new/threadweaver-5.85.0/CMakeLists.txt --- old/threadweaver-5.84.0/CMakeLists.txt 2021-06-19 20:05:17.000000000 +0200 +++ new/threadweaver-5.85.0/CMakeLists.txt 2021-07-15 00:39:35.000000000 +0200 @@ -1,10 +1,10 @@ cmake_minimum_required(VERSION 3.16) -set(KF_VERSION "5.84.0") # handled by release scripts +set(KF_VERSION "5.85.0") # handled by release scripts project(ThreadWeaver VERSION ${KF_VERSION}) include(FeatureSummary) -find_package(ECM 5.84.0 NO_MODULE) +find_package(ECM 5.85.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.84.0/internal-doxygen.cfg new/threadweaver-5.85.0/internal-doxygen.cfg --- old/threadweaver-5.84.0/internal-doxygen.cfg 2021-06-19 20:05:17.000000000 +0200 +++ new/threadweaver-5.85.0/internal-doxygen.cfg 2021-07-15 00:39:35.000000000 +0200 @@ -379,7 +379,7 @@ # version control system). Doxygen will invoke the program by executing (via # popen()) the command <command> <input-file>, where <command> is the value of # the FILE_VERSION_FILTER tag, and <input-file> is the name of an input file -# provided by doxygen. Whatever the progam writes to standard output +# provided by doxygen. Whatever the program writes to standard output # is used as the file version. See the manual for examples. FILE_VERSION_FILTER = diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/threadweaver-5.84.0/src/weaver.cpp new/threadweaver-5.85.0/src/weaver.cpp --- old/threadweaver-5.84.0/src/weaver.cpp 2021-06-19 20:05:17.000000000 +0200 +++ new/threadweaver-5.85.0/src/weaver.cpp 2021-07-15 00:39:35.000000000 +0200 @@ -495,7 +495,7 @@ /** @brief Take the first available job out of the queue and return it. * * The job will be removed from the queue (therefore, take). Only jobs that have no unresolved dependencies - * are considered available. If only jobs that depened on other unfinished jobs are in the queue, this method + * are considered available. If only jobs that depend on other unfinished jobs are in the queue, this method * blocks on m_jobAvailable. * * This method will enter suspended state if the active thread count is now zero and
