Compare commits
1 commit
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
5a6abe710e |
3 changed files with 8 additions and 4 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -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
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (yaml-cpp-0.6.1.tar.gz) = 606482d1d38c6747e22604a24c119adb4b70287da7deadb94cc20d70df47122f1714ec9bfc8f566ecf075b94d48771df17430c50039cb984bdf1980f3b445791
|
||||
SHA512 (yaml-cpp-0.6.2.tar.gz) = fea8ce0a20a00cbc75023d1db442edfcd32d0ac57a3c41b32ec8d56f87cc1d85d7dd7a923ce662f5d3a315f91a736d6be0d649997acd190915c1d68cc93795e4
|
||||
|
|
|
|||
|
|
@ -1,8 +1,8 @@
|
|||
%global sover 0.6
|
||||
|
||||
Name: yaml-cpp
|
||||
Version: 0.6.1
|
||||
Release: 4%{?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}.
|
||||
|
||||
|
||||
|
|
@ -95,6 +95,9 @@ pushd build_static
|
|||
|
||||
|
||||
%changelog
|
||||
* Sun Jun 09 2019 Till Hofmann <thofmann@fedoraproject.org> - 0.6.2-1
|
||||
- Update to 0.6.2
|
||||
|
||||
* Sun Sep 16 2018 Richard Shaw <hobbes1069@gmail.com> - 0.6.1-4
|
||||
- Add patch for CVE-2017-5950.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue