7 Commits

Author SHA256 Message Date
da459bf995 Accepting request 1302652 from devel:libraries:c_c++
OBS-URL: https://build.opensuse.org/request/show/1302652
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/boost-defaults?expand=0&rev=22
2025-09-05 19:42:12 +00:00
329e57b110 Accepting request 1302554 from home:aschnell:boost2
- added unversioned libboost_url-devel (bsc#1248645)

OBS-URL: https://build.opensuse.org/request/show/1302554
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/boost-defaults?expand=0&rev=44
2025-09-04 05:22:01 +00:00
ca58644423 Accepting request 1273638 from devel:libraries:c_c++
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/1273638
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/boost-defaults?expand=0&rev=21
2025-05-23 12:26:56 +00:00
117f474bcf - Update for Boost 1.88.0
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/boost-defaults?expand=0&rev=42
2025-04-24 11:55:48 +00:00
3546df62d8 Accepting request 1248629 from devel:libraries:c_c++
OBS-URL: https://build.opensuse.org/request/show/1248629
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/boost-defaults?expand=0&rev=20
2025-02-26 16:14:00 +00:00
f6e95c11c5 - remove MPI related packages on 32 bit systems
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/boost-defaults?expand=0&rev=40
2025-02-26 10:23:25 +00:00
a0deb8db7e Accepting request 1230766 from home:aschnell:boost2
- Update for Boost 1.87.0

OBS-URL: https://build.opensuse.org/request/show/1230766
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/boost-defaults?expand=0&rev=39
2024-12-17 09:18:46 +00:00
2 changed files with 55 additions and 4 deletions

View File

@@ -1,3 +1,23 @@
-------------------------------------------------------------------
Tue Sep 02 16:58:07 CEST 2025 - aschnell@suse.com
- added unversioned libboost_url-devel (bsc#1248645)
-------------------------------------------------------------------
Wed Apr 23 11:35:34 CEST 2025 - aschnell@suse.com
- Update for Boost 1.88.0
-------------------------------------------------------------------
Wed Feb 26 09:47:48 CET 2025 - aschnell@suse.com
- remove MPI packages on 32 bit systems
-------------------------------------------------------------------
Wed Dec 11 12:03:20 CET 2024 - aschnell@suse.com
- Update for Boost 1.87.0
-------------------------------------------------------------------
Wed Sep 18 12:06:51 UTC 2024 - Ben Greiner <code@bnavigator.de>

View File

@@ -1,7 +1,7 @@
#
# spec file for package boost-defaults
#
# Copyright (c) 2024 SUSE LLC
# Copyright (c) 2025 SUSE LLC and contributors
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -16,16 +16,20 @@
#
%define boost_version 1_86_0
%define boost_version 1_88_0
Name: boost-defaults
Version: 1.86.0
Version: 1.88.0
Release: 0
Summary: Default Boost C++ Libraries
License: MIT
Group: Development/Libraries/C and C++
URL: https://www.boost.org
Source1: README
BuildArch: noarch
%ifnarch %{arm} %ix86
# OpenMPI 5 has no support for 32bit architectures
%bcond_without mpi
%endif
%description
Boost provides free peer-reviewed portable C++ source libraries. The
@@ -211,6 +215,8 @@ Development headers for Boost.Math* boost libraries.
This package installs the default Boost version of the library.
%if %{with mpi}
%package -n libboost_mpi-devel
Summary: Development headers for Boost.MPI library
Group: Development/Libraries/C and C++
@@ -242,6 +248,8 @@ serialization interface
This package installs the default Boost version of the library.
%endif
%package -n libboost_nowide-devel
Summary: Development library for Boost.Nowide
Group: Development/Libraries/C and C++
@@ -252,6 +260,8 @@ This package contains the Boost.Nowide development library.
This package installs the default Boost version of the library.
%if %{with mpi}
%package -n python3-boost_parallel_mpi
Summary: Python 3.x bindings for Boost.Parallel.MPI library
Group: Development/Languages/Python
@@ -262,6 +272,8 @@ This package contains the Boost.Parallel.MPI bindings for Python 3.x
This package installs the default Boost version of the library.
%endif
%package -n libboost_test-devel
Summary: Development headers for Boost.Test library
Group: Development/Libraries/C and C++
@@ -381,6 +393,14 @@ This package contains development headers for Boost.Wave library.
This package installs the default Boost version of the library.
%package -n libboost_url-devel
Summary: Development headers for Boost.URL library
Group: Development/Libraries/C and C++
Requires: libboost_url%{boost_version}-devel
%description -n libboost_url-devel
This package contains development headers for Boost.URL library.
%package -n libboost_regex-devel
Summary: Development headers for Boost.Regex library
Group: Development/Libraries/C and C++
@@ -493,6 +513,8 @@ cp %{SOURCE1} .
%files -n libboost_math-devel
%doc README
%if %{with mpi}
%files -n libboost_mpi-devel
%doc README
@@ -502,12 +524,18 @@ cp %{SOURCE1} .
%files -n libboost_mpi_python3-devel
%doc README
%endif
%files -n libboost_nowide-devel
%doc README
%if %{with mpi}
%files -n python3-boost_parallel_mpi
%doc README
%endif
%files -n libboost_test-devel
%doc README
@@ -538,6 +566,9 @@ cp %{SOURCE1} .
%files -n libboost_wave-devel
%doc README
%files -n libboost_url-devel
%doc README
%files -n libboost_regex-devel
%doc README