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:
parent
fda2adafef
commit
a2cb5724dd
@ -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
BIN
jsoncpp-1.9.5.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -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>
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user