public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
To: git-commits@fedoraproject.org
Subject: [rpms/lunchbox] rawhide: Dropped boost system requirement
Date: Thu, 04 Jun 2026 14:11:56 GMT [thread overview]
Message-ID: <178058231662.1.15421940754073824033.rpms-lunchbox-6db659cfe492@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/lunchbox
Branch : rawhide
Commit : 6db659cfe492642d4f06c45c65bcfdfd3b01af50
Author : Jaroslav Škarvada <jskarvad@redhat.com>
Date : 2026-06-04T16:11:45+02:00
Stats : +33/-1 in 2 file(s)
URL : https://src.fedoraproject.org/rpms/lunchbox/c/6db659cfe492642d4f06c45c65bcfdfd3b01af50?branch=rawhide
Log:
Dropped boost system requirement
Resolves: rhbz#2483930
---
diff --git a/lunchbox-1.17.0-drop-boost-system.patch b/lunchbox-1.17.0-drop-boost-system.patch
new file mode 100644
index 0000000..cf860ab
--- /dev/null
+++ b/lunchbox-1.17.0-drop-boost-system.patch
@@ -0,0 +1,26 @@
+diff --git a/CMakeLists.txt b/CMakeLists.txt
+index 4ac991d..3f0ed19 100644
+--- a/CMakeLists.txt
++++ b/CMakeLists.txt
+@@ -34,7 +34,7 @@ else()
+ endif()
+
+ common_find_package(Boost REQUIRED COMPONENTS
+- filesystem regex serialization system unit_test_framework)
++ filesystem regex serialization unit_test_framework)
+ common_find_package(hwloc)
+ common_find_package(Servus REQUIRED)
+ common_find_package_post()
+diff --git a/lunchbox/CMakeLists.txt b/lunchbox/CMakeLists.txt
+index 39cb322..a0bdc86 100644
+--- a/lunchbox/CMakeLists.txt
++++ b/lunchbox/CMakeLists.txt
+@@ -106,7 +106,7 @@ set(LUNCHBOX_PUBLIC_INCLUDE_DIRECTORIES ${Boost_INCLUDE_DIRS})
+
+ list(APPEND LUNCHBOX_LINK_LIBRARIES PUBLIC
+ ${Boost_FILESYSTEM_LIBRARIES} ${Boost_REGEX_LIBRARIES}
+- ${Boost_SERIALIZATION_LIBRARIES} ${Boost_SYSTEM_LIBRARIES} Servus)
++ ${Boost_SERIALIZATION_LIBRARIES} Servus)
+
+ if(COMMON_LIBRARY_TYPE MATCHES "SHARED")
+ list(APPEND LUNCHBOX_LINK_LIBRARIES ${PTHREAD_LIBRARIES})
diff --git a/lunchbox.spec b/lunchbox.spec
index 9a9a447..b0ca0c7 100644
--- a/lunchbox.spec
+++ b/lunchbox.spec
@@ -2,7 +2,7 @@
Name: lunchbox
Version: 1.17.0
-Release: 18%{?dist}
+Release: 19%{?dist}
Summary: C++ library for multi-threaded programming
# Boost license: lunchbox/atomic.h, lunchbox/any.h
# LGPLv3 license: e.g. any.cpp and lfVector.h
@@ -29,6 +29,8 @@ Patch: lunchbox-1.17.0-nanosleep-fix.patch
# https://github.com/Eyescale/Lunchbox/pull/335
# https://github.com/Eyescale/CMake/pull/606
Patch: lunchbox-1.17.0-cmake-4-fix.patch
+# https://github.com/Eyescale/Lunchbox/pull/337
+Patch: lunchbox-1.17.0-drop-boost-system.patch
%description
Lunchbox is C++ library for multi-threaded programming, providing
@@ -105,6 +107,10 @@ rmdir %{buildroot}%{_datadir}/Lunchbox/benchmarks
%{_datadir}/Lunchbox
%changelog
+* Thu Jun 04 2026 Jaroslav Škarvada <jskarvad@redhat.com> - 1.17.0-19
+- Dropped boost system requirement
+ Resolves: rhbz#2483930
+
* Fri Jan 16 2026 Fedora Release Engineering <releng@fedoraproject.org> - 1.17.0-18
- Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild
reply other threads:[~2026-06-04 14:11 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=178058231662.1.15421940754073824033.rpms-lunchbox-6db659cfe492@fedoraproject.org \
--to=git-commits@fedoraproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox