diff --git a/.gitignore b/.gitignore index 8fcb28b..3fdb004 100644 --- a/.gitignore +++ b/.gitignore @@ -6,3 +6,4 @@ yaml-cpp-0.2.5.tar.gz /yaml-cpp-0.5.3.tar.gz /yaml-cpp-0.6.0.tar.gz /yaml-cpp-0.6.1.tar.gz +/yaml-cpp-0.6.2.tar.gz diff --git a/sources b/sources index c839b43..ac3f0c6 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (yaml-cpp-0.6.1.tar.gz) = 606482d1d38c6747e22604a24c119adb4b70287da7deadb94cc20d70df47122f1714ec9bfc8f566ecf075b94d48771df17430c50039cb984bdf1980f3b445791 +SHA512 (yaml-cpp-0.6.2.tar.gz) = fea8ce0a20a00cbc75023d1db442edfcd32d0ac57a3c41b32ec8d56f87cc1d85d7dd7a923ce662f5d3a315f91a736d6be0d649997acd190915c1d68cc93795e4 diff --git a/yaml-cpp.spec b/yaml-cpp.spec index de51012..a1c8c8d 100644 --- a/yaml-cpp.spec +++ b/yaml-cpp.spec @@ -1,8 +1,8 @@ %global sover 0.6 Name: yaml-cpp -Version: 0.6.1 -Release: 6%{?dist} +Version: 0.6.2 +Release: 1%{?dist} Summary: A YAML parser and emitter for C++ License: MIT URL: https://github.com/jbeder/yaml-cpp @@ -26,7 +26,7 @@ Requires: pkgconfig Requires: boost-devel %description devel -The %{name}-devel package contains libraries and header files for +The %{name}-deve package contains libraries and header files for developing applications that use %{name}. @@ -93,6 +93,9 @@ pushd build_static %changelog +* Sun Jun 09 2019 Till Hofmann - 0.6.2-1 +- Update to 0.6.2 + * Sun Feb 03 2019 Fedora Release Engineering - 0.6.1-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild