Update to 0.6.1.

This commit is contained in:
Richard Shaw 2018-02-18 06:48:44 -06:00
parent 45ce59b7fa
commit ac7b8cfffb
3 changed files with 10 additions and 4 deletions

1
.gitignore vendored
View File

@ -5,3 +5,4 @@ yaml-cpp-0.2.5.tar.gz
/yaml-cpp-0.5.1.tar.gz
/yaml-cpp-0.5.3.tar.gz
/yaml-cpp-0.6.0.tar.gz
/yaml-cpp-0.6.1.tar.gz

View File

@ -1 +1 @@
SHA512 (yaml-cpp-0.6.0.tar.gz) = 186886201277a5d452801fd8f71e51434a31538af0443d0ab7ce8bb584e1171d083b28e21d29755bada9192e75b319e5e20a047325600045b1060385a307ab24
SHA512 (yaml-cpp-0.6.1.tar.gz) = 606482d1d38c6747e22604a24c119adb4b70287da7deadb94cc20d70df47122f1714ec9bfc8f566ecf075b94d48771df17430c50039cb984bdf1980f3b445791

View File

@ -1,5 +1,7 @@
%global sover 0.6
Name: yaml-cpp
Version: 0.6.0
Version: 0.6.1
Release: 1%{?dist}
Summary: A YAML parser and emitter for C++
Group: Development/Libraries
@ -9,7 +11,7 @@ Source0: https://github.com/jbeder/yaml-cpp/archive/%{name}-%{version}.ta
Patch0: yaml-cpp-static.patch
BuildRequires: cmake gcc-c++
BuildRequires: cmake gcc gcc-c++
%description
yaml-cpp is a YAML parser and emitter in C++ written around the YAML 1.2 spec.
@ -64,7 +66,7 @@ The %{name}-static package contains the static library for %{name}.
%files
%doc CONTRIBUTING.md README.md
%license LICENSE
%{_libdir}/*.so.*
%{_libdir}/*.so.%{sover}*
%files devel
%{_includedir}/yaml-cpp/
@ -80,6 +82,9 @@ The %{name}-static package contains the static library for %{name}.
%changelog
* Sun Feb 18 2018 Richard Shaw <hobbes1069@gmail.com> - 0.6.1-1
- Update to 0.6.1.
* Sun Feb 11 2018 Richard Shaw <hobbes1069@gmail.com> - 0.6.0-1
- Update to 0.6.0.
- Add static library subpackage.