From 05af76b8027386351512a5f886a30442fe5a13b2ca837012ffd2e1a67e02c4ed Mon Sep 17 00:00:00 2001 From: Arvin Schnell Date: Tue, 1 Jun 2021 08:15:22 +0000 Subject: [PATCH] Accepting request 896571 from home:yjcoshc:branches:devel:libraries:c_c++ - Compile boost iostreams with lzma support for reading .xz files OBS-URL: https://build.opensuse.org/request/show/896571 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/boost?expand=0&rev=289 --- boost.changes | 5 +++++ boost.spec | 2 ++ 2 files changed, 7 insertions(+) diff --git a/boost.changes b/boost.changes index 0ad51ec..0e2b4c1 100644 --- a/boost.changes +++ b/boost.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Jun 1 06:43:16 UTC 2021 - Haochuan Chen + +- Compile boost iostreams with lzma support for reading .xz files + ------------------------------------------------------------------- Sat May 8 16:29:23 UTC 2021 - Dirk Müller diff --git a/boost.spec b/boost.spec index 0ee9c1a..e21738d 100644 --- a/boost.spec +++ b/boost.spec @@ -271,6 +271,7 @@ BuildRequires: libbz2-devel BuildRequires: libexpat-devel BuildRequires: libicu-devel BuildRequires: zlib-devel +BuildRequires: xz-devel %if %{with boost_fiber} BuildRequires: gcc-c++ > 5 %else @@ -691,6 +692,7 @@ Requires: libboost_headers%{library_version}-devel = %{version} Requires: libboost_iostreams%{library_version} = %{version} Requires: pkgconfig(bzip2) Requires: pkgconfig(zlib) +Requires: pkgconfig(liblzma) Conflicts: boost-devel < 1.63 Conflicts: libboost_iostreams-devel-impl Conflicts: libboost_iostreams1_66_0-devel