diff --git a/.gitignore b/.gitignore index 8cfa603..8fcb28b 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/sources b/sources index e16f804..c839b43 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (yaml-cpp-0.6.0.tar.gz) = 186886201277a5d452801fd8f71e51434a31538af0443d0ab7ce8bb584e1171d083b28e21d29755bada9192e75b319e5e20a047325600045b1060385a307ab24 +SHA512 (yaml-cpp-0.6.1.tar.gz) = 606482d1d38c6747e22604a24c119adb4b70287da7deadb94cc20d70df47122f1714ec9bfc8f566ecf075b94d48771df17430c50039cb984bdf1980f3b445791 diff --git a/yaml-cpp.spec b/yaml-cpp.spec index e09869d..8e3ab8a 100644 --- a/yaml-cpp.spec +++ b/yaml-cpp.spec @@ -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 - 0.6.1-1 +- Update to 0.6.1. + * Sun Feb 11 2018 Richard Shaw - 0.6.0-1 - Update to 0.6.0. - Add static library subpackage.