diff --git a/libyaml.spec b/libyaml.spec index b91fa52..dc4afc8 100644 --- a/libyaml.spec +++ b/libyaml.spec @@ -1,6 +1,6 @@ Name: libyaml -Version: 0.2.2 -Release: 2 +Version: 0.2.5 +Release: 1 Summary: A C library for parsing and emitting YAML License: MIT URL: http://pyyaml.org/ @@ -51,8 +51,8 @@ make check %files %defattr(-,root,root) -%license LICENSE -%doc README +%license License +%doc ReadMe.md %{_libdir}/%{name}*.so.* @@ -67,6 +67,9 @@ make check %changelog +* Mon Jul 27 2020 Hugel - 0.2.5-1 +- update to 0.2.5 + * Wed Mar 18 2020 Leo Fang - 0.2.2-2 - Fix overwrite the soname symlink bug in spec diff --git a/yaml-0.2.2.tar.gz b/yaml-0.2.2.tar.gz deleted file mode 100644 index 1cfd67a..0000000 Binary files a/yaml-0.2.2.tar.gz and /dev/null differ diff --git a/yaml-0.2.5.tar.gz b/yaml-0.2.5.tar.gz new file mode 100644 index 0000000..a78e0d9 Binary files /dev/null and b/yaml-0.2.5.tar.gz differ