From e0c2b3e84fdec7d071a03b5c44b03f0a55f68cfe Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Fri, 5 Jan 2024 19:59:51 +0100 Subject: [PATCH] update to 0.5.2 [release 0.5.2-1mamba;Sat Apr 04 2015] --- yaml-cpp.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/yaml-cpp.spec b/yaml-cpp.spec index 574a668..d6e72be 100644 --- a/yaml-cpp.spec +++ b/yaml-cpp.spec @@ -1,5 +1,5 @@ Name: yaml-cpp -Version: 0.5.1 +Version: 0.5.2 Release: 1mamba Summary: A YAML parser and emitter in C++ matching the YAML 1.2 spec Group: Development/Tools @@ -7,7 +7,7 @@ Vendor: openmamba Distribution: openmamba Packager: Silvan Calarco URL: https://code.google.com/p/yaml-cpp/ -Source: https://yaml-cpp.googlecode.com/files/yaml-cpp-%{version}.tar.gz +Source: https://github.com/jbeder/yaml-cpp.git/release-%{version}/yaml-cpp-%{version}.tar.bz2 License: MIT ## AUTOBUILDREQ-BEGIN BuildRequires: glibc-devel @@ -76,5 +76,8 @@ This package contains libraries and header files for developing applications tha %{_libdir}/pkgconfig/yaml-cpp.pc %changelog +* Sat Apr 04 2015 Silvan Calarco 0.5.2-1mamba +- update to 0.5.2 + * Tue Feb 03 2015 Silvan Calarco 0.5.1-1mamba - package created using the webbuild interface