public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/lunchbox] rawhide: Dropped boost system requirement
@ 2026-06-04 14:11 
  0 siblings, 0 replies; only message in thread
From:  @ 2026-06-04 14:11 UTC (permalink / raw)
  To: git-commits

          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
 

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-06-04 14:11 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-04 14:11 [rpms/lunchbox] rawhide: Dropped boost system requirement 

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox