From 5b076163693ef20209299253a5c81749f890ce4c9c1657aa9731ade37abcd3c1 Mon Sep 17 00:00:00 2001 From: Martin Pluskal Date: Mon, 2 Jan 2017 15:46:06 +0000 Subject: [PATCH] - Update to version 1.8.0: * Build related changes, minimal required cmake is 3.1 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/jsoncpp?expand=0&rev=39 --- jsoncpp-1.7.7.tar.gz | 3 --- jsoncpp-1.8.0.tar.gz | 3 +++ jsoncpp.changes | 6 ++++++ jsoncpp.spec | 6 +++--- 4 files changed, 12 insertions(+), 6 deletions(-) delete mode 100644 jsoncpp-1.7.7.tar.gz create mode 100644 jsoncpp-1.8.0.tar.gz diff --git a/jsoncpp-1.7.7.tar.gz b/jsoncpp-1.7.7.tar.gz deleted file mode 100644 index 7ee88a2..0000000 --- a/jsoncpp-1.7.7.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:087640ebcf7fbcfe8e2717a0b9528fff89c52fcf69fa2a18cc2b538008098f97 -size 206072 diff --git a/jsoncpp-1.8.0.tar.gz b/jsoncpp-1.8.0.tar.gz new file mode 100644 index 0000000..e37fb9d --- /dev/null +++ b/jsoncpp-1.8.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5deb2462cbf0c0121c9d6c9823ec72fe71417e34242e3509bc7c003d526465bc +size 206659 diff --git a/jsoncpp.changes b/jsoncpp.changes index 916731c..2cadfb3 100644 --- a/jsoncpp.changes +++ b/jsoncpp.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Jan 2 15:42:49 UTC 2017 - mpluskal@suse.com + +- Update to version 1.8.0: + * Build related changes, minimal required cmake is 3.1 + ------------------------------------------------------------------- Fri Oct 14 06:59:15 UTC 2016 - olaf@aepfle.de diff --git a/jsoncpp.spec b/jsoncpp.spec index 2979608..2cb9c19 100644 --- a/jsoncpp.spec +++ b/jsoncpp.spec @@ -1,7 +1,7 @@ # # spec file for package jsoncpp # -# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,14 +18,14 @@ %define sover 11 Name: jsoncpp -Version: 1.7.7 +Version: 1.8.0 Release: 0 Summary: C++ library that allows manipulating with JSON License: MIT Group: Development/Libraries/C and C++ Url: https://github.com/open-source-parsers/jsoncpp Source0: https://github.com/open-source-parsers/%{name}/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz -BuildRequires: cmake >= 3.0.2 +BuildRequires: cmake >= 3.1.0 BuildRequires: gcc-c++ BuildRequires: pkgconfig BuildRoot: %{_tmppath}/%{name}-%{version}-build