diff --git a/libyaml.spec b/libyaml.spec index dc4afc83e355cf6c8c6217b305d787d122b9198c..58bf8b3d7215673417e8d0afe7c5d2bf1f142ea9 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 @@ -67,6 +67,9 @@ make check %changelog +* Wed Feb 23 2022 fuanan - 0.2.5-2 +- fix typo in spec + * Mon Jul 27 2020 Hugel - 0.2.5-1 - update to 0.2.5