From 7133c3092f090ef2e655387e74e9e3ed5d5d54e5 Mon Sep 17 00:00:00 2001 From: "Richard M. Shaw" Date: Tue, 23 Aug 2016 08:00:48 -0500 Subject: [PATCH] Update to latest upstream release. --- .gitignore | 1 + sources | 2 +- yaml-cpp.spec | 21 +++++++++++---------- 3 files changed, 13 insertions(+), 11 deletions(-) diff --git a/.gitignore b/.gitignore index 9989916..40f43da 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ yaml-cpp-0.2.5.tar.gz /yaml-cpp-0.2.7.tar.gz /yaml-cpp-0.3.0.tar.gz /yaml-cpp-0.5.1.tar.gz +/yaml-cpp-0.5.3.tar.gz diff --git a/sources b/sources index 210cc7a..3959291 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -0fa47a5ed8fedefab766592785c85ee7 yaml-cpp-0.5.1.tar.gz +64200ca0bf5e0af065804d8d3e8f6d42 yaml-cpp-0.5.3.tar.gz diff --git a/yaml-cpp.spec b/yaml-cpp.spec index ccbae65..990bee4 100644 --- a/yaml-cpp.spec +++ b/yaml-cpp.spec @@ -1,13 +1,12 @@ Name: yaml-cpp -Version: 0.5.1 -Release: 13%{?dist} +Version: 0.5.3 +Release: 1%{?dist} Summary: A YAML parser and emitter for C++ Group: Development/Libraries License: MIT -URL: http://code.google.com/p/yaml-cpp/ -Source0: http://yaml-cpp.googlecode.com/files/%{name}-%{version}.tar.gz - -BuildRequires: cmake +URL: https://github.com/jbeder/yaml-cpp +Source0: https://github.com/jbeder/yaml-cpp/archive/%{name}-%{version}.tar.gz +BuildRequires: cmake gcc-c++ BuildRequires: boost-devel %description @@ -28,9 +27,7 @@ developing applications that use %{name}. %prep -%setup -q -# Fix eol -sed -i 's/\r//' license.txt +%setup -qn %{name}-release-%{version} %build @@ -49,7 +46,8 @@ make VERBOSE=1 %{?_smp_mflags} %files -%doc license.txt +%doc CONTRIBUTING.md README.md +%license LICENSE %{_libdir}/*.so.* %files devel @@ -59,6 +57,9 @@ make VERBOSE=1 %{?_smp_mflags} %changelog +* Tue Aug 23 2016 Richard Shaw - 0.5.3-1 +- Update to latest upstream release. + * Fri Feb 05 2016 Fedora Release Engineering - 0.5.1-13 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild