From 843c2f969bb6e6031d8bbd0a92e0695b3318cf80 Mon Sep 17 00:00:00 2001 From: jinzhimin369 Date: Wed, 16 Dec 2020 16:15:34 +0800 Subject: [PATCH] correct license --- boost.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/boost.spec b/boost.spec index 82f5701..ee7d7ad 100644 --- a/boost.spec +++ b/boost.spec @@ -22,9 +22,9 @@ Name: boost Version: 1.73.0 -Release: 2 +Release: 3 Summary: The free peer-reviewed portable C++ source libraries -License: Boost and MIT and Python +License: Boost Software License V1.0 URL: http://www.boost.org Source0: https://sourceforge.net/projects/boost/files/boost/%{version}/%{toplev_dirname}.tar.bz2 Source1: libboost_thread.so @@ -1136,6 +1136,9 @@ fi %{_mandir}/man1/bjam.1* %changelog +* Wed Dec 16 2020 xinghe - 1.73.0-3 +- correct license + * Wed Nov 11 2020 xinghe - 1.73.0-2 - add help for Recommends -- Gitee