diff --git a/libyaml.spec b/libyaml.spec index 0eaccfd998fa397cb294f228c90feb5ca988c929..6e955267669f78ff867e20b8f9ad7c4206d9068b 100644 --- a/libyaml.spec +++ b/libyaml.spec @@ -1,6 +1,6 @@ Name: libyaml Version: 0.2.5 -Release: 1 +Release: 2 Summary: A C library for parsing and emitting YAML License: MIT URL: http://pyyaml.org/ @@ -9,7 +9,7 @@ Source0: http://pyyaml.org/download/libyaml/yaml-%{version}.tar.gz BuildRequires: gcc %description -${summary}. +%{summary}. %package devel Summary: Development files for LibYAML applications @@ -65,6 +65,9 @@ make check %doc doc/html %changelog +* Wed Feb 23 2022 fuanan - 0.2.5-2 +- fix typo in spec + * Mon Aug 3 2020 cheng quan - 0.2.5-1 - Update software to v0.2.5