From 886ebab7cf7c0b4fc60c24d641347eea90b5d8136b65ddc4345928f4ea11d4f0 Mon Sep 17 00:00:00 2001 From: Martin Pluskal Date: Mon, 3 Feb 2020 15:37:05 +0000 Subject: [PATCH] - Update to version 1.9.2: * Medium size pre-release containing lots of build fixes OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/jsoncpp?expand=0&rev=53 --- jsoncpp-1.9.1.tar.gz | 3 --- jsoncpp-1.9.2.tar.gz | 3 +++ jsoncpp.changes | 6 ++++++ jsoncpp.spec | 6 +++--- 4 files changed, 12 insertions(+), 6 deletions(-) delete mode 100644 jsoncpp-1.9.1.tar.gz create mode 100644 jsoncpp-1.9.2.tar.gz diff --git a/jsoncpp-1.9.1.tar.gz b/jsoncpp-1.9.1.tar.gz deleted file mode 100644 index 87a1902..0000000 --- a/jsoncpp-1.9.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c7b40f5605dd972108f503f031b20186f5e5bca2b65cd4b8bd6c3e4ba8126697 -size 203067 diff --git a/jsoncpp-1.9.2.tar.gz b/jsoncpp-1.9.2.tar.gz new file mode 100644 index 0000000..9b56dfc --- /dev/null +++ b/jsoncpp-1.9.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:77a402fb577b2e0e5d0bdc1cf9c65278915cdb25171e3452c68b6da8a561f8f0 +size 211341 diff --git a/jsoncpp.changes b/jsoncpp.changes index 513b38f..a582284 100644 --- a/jsoncpp.changes +++ b/jsoncpp.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Feb 3 15:35:00 UTC 2020 - Martin Pluskal + +- Update to version 1.9.2: + * Medium size pre-release containing lots of build fixes + ------------------------------------------------------------------- Tue Aug 13 10:37:46 UTC 2019 - Martin Pluskal diff --git a/jsoncpp.spec b/jsoncpp.spec index d2815c9..26c80df 100644 --- a/jsoncpp.spec +++ b/jsoncpp.spec @@ -1,7 +1,7 @@ # # spec file for package jsoncpp # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,9 +16,9 @@ # -%define sover 21 +%define sover 22 Name: jsoncpp -Version: 1.9.1 +Version: 1.9.2 Release: 0 Summary: C++ library that allows manipulating with JSON License: MIT