Update to 0.6.2
This commit is contained in:
parent
0361fa8ac2
commit
df4ca2c815
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.5.3.tar.gz
|
||||||
/yaml-cpp-0.6.0.tar.gz
|
/yaml-cpp-0.6.0.tar.gz
|
||||||
/yaml-cpp-0.6.1.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
|
%global sover 0.6
|
||||||
|
|
||||||
Name: yaml-cpp
|
Name: yaml-cpp
|
||||||
Version: 0.6.1
|
Version: 0.6.2
|
||||||
Release: 6%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: A YAML parser and emitter for C++
|
Summary: A YAML parser and emitter for C++
|
||||||
License: MIT
|
License: MIT
|
||||||
URL: https://github.com/jbeder/yaml-cpp
|
URL: https://github.com/jbeder/yaml-cpp
|
||||||
@ -26,7 +26,7 @@ Requires: pkgconfig
|
|||||||
Requires: boost-devel
|
Requires: boost-devel
|
||||||
|
|
||||||
%description 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}.
|
developing applications that use %{name}.
|
||||||
|
|
||||||
|
|
||||||
@ -93,6 +93,9 @@ pushd build_static
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sun Jun 09 2019 Till Hofmann <thofmann@fedoraproject.org> - 0.6.2-1
|
||||||
|
- Update to 0.6.2
|
||||||
|
|
||||||
* Sun Feb 03 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.6.1-6
|
* Sun Feb 03 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.6.1-6
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user