From a2cb5724dd22fc2fdf18f81e9b67f5d29f0d93fda94904ca85cde5dbaad8439e Mon Sep 17 00:00:00 2001 From: Martin Pluskal Date: Mon, 29 Nov 2021 06:54:55 +0000 Subject: [PATCH] Accepting request 934233 from home:dirkmueller:Factory - update to 1.9.5: * Minor bug-fixes (including for cmake) * Support for Bazel * Dropped compile-time deprecation warnings OBS-URL: https://build.opensuse.org/request/show/934233 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/jsoncpp?expand=0&rev=62 --- jsoncpp-1.9.4.tar.gz | 3 --- jsoncpp-1.9.5.tar.gz | 3 +++ jsoncpp.changes | 8 ++++++++ jsoncpp.spec | 8 ++++---- 4 files changed, 15 insertions(+), 7 deletions(-) delete mode 100644 jsoncpp-1.9.4.tar.gz create mode 100644 jsoncpp-1.9.5.tar.gz diff --git a/jsoncpp-1.9.4.tar.gz b/jsoncpp-1.9.4.tar.gz deleted file mode 100644 index 01076be..0000000 --- a/jsoncpp-1.9.4.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e34a628a8142643b976c7233ef381457efad79468c67cb1ae0b83a33d7493999 -size 214057 diff --git a/jsoncpp-1.9.5.tar.gz b/jsoncpp-1.9.5.tar.gz new file mode 100644 index 0000000..e80ae2c --- /dev/null +++ b/jsoncpp-1.9.5.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f409856e5920c18d0c2fb85276e24ee607d2a09b5e7d5f0a371368903c275da2 +size 216055 diff --git a/jsoncpp.changes b/jsoncpp.changes index fdd38b3..63668c8 100644 --- a/jsoncpp.changes +++ b/jsoncpp.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Sat Nov 27 12:32:49 UTC 2021 - Dirk Müller + +- update to 1.9.5: + * Minor bug-fixes (including for cmake) + * Support for Bazel + * Dropped compile-time deprecation warnings + ------------------------------------------------------------------- Mon Sep 28 18:11:44 UTC 2020 - Dirk Mueller diff --git a/jsoncpp.spec b/jsoncpp.spec index e552485..74edf22 100644 --- a/jsoncpp.spec +++ b/jsoncpp.spec @@ -1,7 +1,7 @@ # # spec file for package jsoncpp # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,15 +16,15 @@ # -%define sover 24 +%define sover 25 Name: jsoncpp -Version: 1.9.4 +Version: 1.9.5 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 +Source0: https://github.com/open-source-parsers/%{name}/archive/refs/tags/%{version}.tar.gz#/%{name}-%{version}.tar.gz BuildRequires: gcc-c++ BuildRequires: meson >= 0.50.0 BuildRequires: pkgconfig