SHA256
8
0
forked from pool/jsoncpp

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
This commit is contained in:
2021-11-29 06:54:55 +00:00
committed by Git OBS Bridge
parent fda2adafef
commit a2cb5724dd
4 changed files with 15 additions and 7 deletions

View File

@@ -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