diff --git a/yaml-cpp03.spec b/yaml-cpp03.spec index 87e1774..599ffa1 100644 --- a/yaml-cpp03.spec +++ b/yaml-cpp03.spec @@ -2,14 +2,14 @@ Name: yaml-cpp03 Version: 0.3.0 -Release: 1 +Release: 2 Summary: A YAML parser and emitter for C++ License: MIT URL: https://github.com/jbeder/yaml-cpp Source0: https://github.com/jbeder/yaml-cpp/archive/release-%{version}.tar.gz Patch0: yaml-cpp03-pkgconf.patch -BuildRequires: cmake +BuildRequires: cmake gcc-c++ Provides: yaml-cpp = %{version}-%{release} Obsoletes: yaml-cpp < 0.3.0-5 @@ -63,5 +63,8 @@ done %{_libdir}/pkgconfig/%{name}.pc %changelog +* Fri Jul 09 2021 wangyue - 0.3.0-2 +- Add gcc-c++ to build dependency + * Mon Jul 27 2020 maminjie - 0.3.0-1 - package init