Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package bshoshany-thread-pool for
openSUSE:Factory checked in at 2026-06-25 10:51:42
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/bshoshany-thread-pool (Old)
and /work/SRC/openSUSE:Factory/.bshoshany-thread-pool.new.2088 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "bshoshany-thread-pool"
Thu Jun 25 10:51:42 2026 rev:2 rq:1361457 version:5.1.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/bshoshany-thread-pool/bshoshany-thread-pool.changes
2026-06-18 19:40:33.078999087 +0200
+++
/work/SRC/openSUSE:Factory/.bshoshany-thread-pool.new.2088/bshoshany-thread-pool.changes
2026-06-25 10:55:51.126572019 +0200
@@ -1,0 +2,13 @@
+Tue Jun 23 14:35:26 UTC 2026 - Martin Pluskal <[email protected]>
+
+- Update to 5.1.0 (major v5 series):
+ * v5.0.0: major release adding C++20/23 module support while
+ retaining full C++17 compatibility, with API changes (see the
+ upstream CHANGELOG for migration notes)
+ * v5.1.0: add detach_bulk()/submit_bulk() to submit tasks in bulk
+ while locking the task-queue mutex only once
+- The BS_thread_pool_utils.hpp helpers are now part of the single
+ BS_thread_pool.hpp header, so the separate utils header is no
+ longer shipped
+
+-------------------------------------------------------------------
Old:
----
bshoshany-thread-pool-4.1.0.tar.gz
New:
----
bshoshany-thread-pool-5.1.0.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ bshoshany-thread-pool.spec ++++++
--- /var/tmp/diff_new_pack.CkxuwL/_old 2026-06-25 10:55:52.438617263 +0200
+++ /var/tmp/diff_new_pack.CkxuwL/_new 2026-06-25 10:55:52.442617402 +0200
@@ -17,7 +17,7 @@
Name: bshoshany-thread-pool
-Version: 4.1.0
+Version: 5.1.0
Release: 0
Summary: Fast, lightweight C++17 thread pool library
License: MIT
@@ -38,8 +38,8 @@
%description devel
Header files for the BS::thread_pool C++17 thread pool library
-(header-only): BS_thread_pool.hpp and the BS_thread_pool_utils.hpp
-utility helpers.
+(header-only). Since v5 the utility helpers are part of the single
+BS_thread_pool.hpp header.
%prep
%autosetup -p1 -n thread-pool-%{version}
@@ -49,7 +49,6 @@
%install
install -D -m 0644 include/BS_thread_pool.hpp
%{buildroot}%{_includedir}/BS_thread_pool.hpp
-install -D -m 0644 include/BS_thread_pool_utils.hpp
%{buildroot}%{_includedir}/BS_thread_pool_utils.hpp
%check
# upstream's self-contained test program (no framework); deadlock/benchmark
@@ -61,5 +60,4 @@
%license LICENSE.txt
%doc README.md CHANGELOG.md
%{_includedir}/BS_thread_pool.hpp
-%{_includedir}/BS_thread_pool_utils.hpp
++++++ bshoshany-thread-pool-4.1.0.tar.gz -> bshoshany-thread-pool-5.1.0.tar.gz
++++++
++++ 15563 lines of diff (skipped)