Accepting request 934477 from devel:libraries:c_c++

OBS-URL: https://build.opensuse.org/request/show/934477
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/jsoncpp?expand=0&rev=29
This commit is contained in:
Dominique Leuenberger 2021-12-01 19:46:46 +00:00 committed by Git OBS Bridge
commit 75dfc0eea8
4 changed files with 15 additions and 7 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:e34a628a8142643b976c7233ef381457efad79468c67cb1ae0b83a33d7493999
size 214057

BIN
jsoncpp-1.9.5.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Sat Nov 27 12:32:49 UTC 2021 - Dirk Müller <dmueller@suse.com>
- 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 <dmueller@suse.com>

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