From 2f4dae9ebce8b66973aaca29983842c43274de19 Mon Sep 17 00:00:00 2001 From: HukunaMatata Date: Thu, 19 Mar 2020 20:17:59 +0800 Subject: [PATCH] fix build src.rpm error --- boost.spec | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/boost.spec b/boost.spec index 9e76fef..97a4a5b 100644 --- a/boost.spec +++ b/boost.spec @@ -21,7 +21,7 @@ Name: boost Version: 1.66.0 -Release: 17 +Release: 18 Summary: The free peer-reviewed portable C++ source libraries License: Boost and MIT and Python URL: http://www.boost.org @@ -99,7 +99,7 @@ Requires: boost-timer%{?_isa} = %{version}-%{release} Requires: boost-type_erasure%{?_isa} = %{version}-%{release} Requires: boost-wave%{?_isa} = %{version}-%{release} -BuildRequires: gcc-c++ m4 tcl +BuildRequires: gcc-c++ m4 tcl gdb BuildRequires: libstdc++-devel bzip2-devel zlib-devel BuildRequires: python2-devel python3-devel libicu-devel BuildRequires: python2-numpy python3-numpy @@ -1213,7 +1213,13 @@ fi %{_mandir}/man1/bjam.1* %changelog -* Mon May 10 2020 Wang Shuo - 1.66.0-17 +* Thu Mar 19 2020 Yu Xiangyang - 1.66.0-18 +- Type:bugfix +- ID:NA +- SUG:NA +- DESC: fix build src.rpm error + +* Tue Mar 10 2020 Wang Shuo - 1.66.0-17 - Type:enhancement - ID:NA - SUG:NA -- Gitee