forked from pool/boost-defaults
Compare commits
6 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| eb53ea3495 | |||
| cd6b0ee198 | |||
| 79078eb3bd | |||
| c5a6aedf8a | |||
| da459bf995 | |||
| 329e57b110 |
@@ -1,3 +1,18 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 13 09:59:11 CET 2025 - aschnell@suse.com
|
||||
|
||||
- Update to Boost 1.90.0
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 04 08:48:57 CEST 2025 - aschnell@suse.com
|
||||
|
||||
- Update to Boost 1.89.0
|
||||
|
||||
-------------------------------------------------------------------
|
||||
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
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package boost-defaults
|
||||
#
|
||||
# Copyright (c) 2025 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,9 +16,9 @@
|
||||
#
|
||||
|
||||
|
||||
%define boost_version 1_88_0
|
||||
%define boost_version 1_90_0
|
||||
Name: boost-defaults
|
||||
Version: 1.88.0
|
||||
Version: 1.90.0
|
||||
Release: 0
|
||||
Summary: Default Boost C++ Libraries
|
||||
License: MIT
|
||||
@@ -353,16 +353,6 @@ about call sequence in a human-readable form.
|
||||
|
||||
This package installs the default Boost version of the library.
|
||||
|
||||
%package -n libboost_system-devel
|
||||
Summary: Development headers for Boost.System library
|
||||
Group: Development/Libraries/C and C++
|
||||
Requires: libboost_system%{boost_version}-devel
|
||||
|
||||
%description -n libboost_system-devel
|
||||
This package contains development headers for Boost.System library.
|
||||
|
||||
This package installs the default Boost version of the library.
|
||||
|
||||
%package -n libboost_thread-devel
|
||||
Summary: Development headers for Boost.Thread library
|
||||
Group: Development/Libraries/C and C++
|
||||
@@ -393,6 +383,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++
|
||||
@@ -549,15 +547,18 @@ cp %{SOURCE1} .
|
||||
%files -n libboost_stacktrace-devel
|
||||
%doc README
|
||||
|
||||
%files -n libboost_system-devel
|
||||
%doc README
|
||||
|
||||
%files -n libboost_thread-devel
|
||||
%doc README
|
||||
|
||||
%files -n libboost_wave-devel
|
||||
%doc README
|
||||
|
||||
%files -n libboost_url-devel
|
||||
%doc README
|
||||
|
||||
%files -n libboost_url-devel
|
||||
%doc README
|
||||
|
||||
%files -n libboost_regex-devel
|
||||
%doc README
|
||||
|
||||
|
||||
Reference in New Issue
Block a user