From 4d5d11a8d6b20a927d9a02d12dcbdb89adb784bf Mon Sep 17 00:00:00 2001 From: DistroBaker Date: Wed, 4 Nov 2020 19:24:35 +0000 Subject: [PATCH] Merged update from upstream sources This is an automated DistroBaker update from upstream sources. If you do not know what this is about or would like to opt out, contact the OSCI team. Source: https://src.fedoraproject.org/rpms/boost.git#31a14064832bbd74084d959c06c81e3734699e07 --- boost.spec | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/boost.spec b/boost.spec index d8ce707..52a3a45 100644 --- a/boost.spec +++ b/boost.spec @@ -42,7 +42,7 @@ Name: boost %global real_name boost Summary: The free peer-reviewed portable C++ source libraries Version: 1.73.0 -Release: 8%{?dist} +Release: 9%{?dist} License: Boost and MIT and Python # Replace each . with _ in %%{version} @@ -279,7 +279,6 @@ Library (STL). %package iostreams Summary: Run-time component of boost iostreams library -Requires: xz%{?_isa} %description iostreams @@ -1294,6 +1293,9 @@ fi %{_mandir}/man1/b2.1* %changelog +* Wed Nov 04 2020 Jonathan Wakely - 1.73.0-9 +- Remove incorrect dependency on xz, only the shared lib is needed + * Fri Oct 30 2020 Jonathan Wakely - 1.73.0-8 - Build Boost.Iostreams with LZMA support (#1893060)