Sync from SUSE:SLFO:Main boost-defaults revision b72fcc9fff4877c60725e815a5bfded1
This commit is contained in:
parent
2efdce5f0d
commit
e0ab9a46cc
@ -1,3 +1,18 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 18 12:06:51 UTC 2024 - Ben Greiner <code@bnavigator.de>
|
||||
|
||||
- Add libboost_process-devel for Boost.Process
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 30 10:44:41 CEST 2024 - aschnell@suse.com
|
||||
|
||||
- Update for Boost 1.86.0
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 23 09:50:52 CEST 2024 - aschnell@suse.com
|
||||
|
||||
- Update for Boost 1.85.0
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 17 08:32:04 CET 2023 - aschnell@suse.com
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package boost-defaults
|
||||
#
|
||||
# Copyright (c) 2023 SUSE LLC
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -16,9 +16,9 @@
|
||||
#
|
||||
|
||||
|
||||
%define boost_version 1_84_0
|
||||
%define boost_version 1_86_0
|
||||
Name: boost-defaults
|
||||
Version: 1.84.0
|
||||
Version: 1.86.0
|
||||
Release: 0
|
||||
Summary: Default Boost C++ Libraries
|
||||
License: MIT
|
||||
@ -67,7 +67,7 @@ Requires: libboost_headers%{boost_version}-devel
|
||||
|
||||
%description -n libboost_headers-devel
|
||||
A collection of header-only libraries for Boost. This package
|
||||
installs the dafault version.
|
||||
installs the default version.
|
||||
|
||||
%package -n libboost_atomic-devel
|
||||
Summary: Development headers for Boost.Atomic
|
||||
@ -274,6 +274,17 @@ monitoring.
|
||||
|
||||
This package installs the default Boost version of the library.
|
||||
|
||||
%package -n libboost_process-devel
|
||||
Summary: Development headers for Boost.Process library
|
||||
Group: Development/Libraries/C and C++
|
||||
Requires: libboost_process%{boost_version}-devel
|
||||
|
||||
%description -n libboost_process-devel
|
||||
This package contains development headers for Boost.Process
|
||||
library.
|
||||
|
||||
This package installs the default Boost version of the library.
|
||||
|
||||
%package -n libboost_program_options-devel
|
||||
Summary: Development headers for Boost.ProgramOptions library
|
||||
Group: Development/Libraries/C and C++
|
||||
@ -500,6 +511,9 @@ cp %{SOURCE1} .
|
||||
%files -n libboost_test-devel
|
||||
%doc README
|
||||
|
||||
%files -n libboost_process-devel
|
||||
%doc README
|
||||
|
||||
%files -n libboost_program_options-devel
|
||||
%doc README
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user