- Update to version 1.9.3"
* Fixes to JSON_USE_EXCEPTION--some bugs creeped in breaking this
flag in pre-release.
* Fixes to build system--improvements have been make for code
correctness.
* Compile errors for various platforms have been resolved.
* Fuzzing has been fixed.
* Various bugs in the Reader and Writer code have been corrected.
* CPPTL support has been dropped.
* Various code improvements and optimizations.
- Drop no longer needed patch:
* jsoncpp-f11611c8785082ead760494cba06196f14a06dcb.patch
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/jsoncpp?expand=0&rev=57
This commit is contained in:
11
jsoncpp.spec
11
jsoncpp.spec
@@ -16,17 +16,15 @@
|
||||
#
|
||||
|
||||
|
||||
%define sover 22
|
||||
%define sover 24
|
||||
Name: jsoncpp
|
||||
Version: 1.9.2
|
||||
Version: 1.9.3
|
||||
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
|
||||
# PATCH-FIX-UPSTREAM - https://github.com/open-source-parsers/jsoncpp/commit/f11611c8785082ead760494cba06196f14a06dcb
|
||||
Patch1: jsoncpp-f11611c8785082ead760494cba06196f14a06dcb.patch
|
||||
BuildRequires: gcc-c++
|
||||
BuildRequires: meson >= 0.50.0
|
||||
BuildRequires: pkgconfig
|
||||
@@ -69,11 +67,10 @@ existing comment in unserialization/serialization steps, making it a convenient
|
||||
format to store user input files.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%patch1 -p1
|
||||
%autosetup
|
||||
|
||||
%build
|
||||
%meson \
|
||||
%meson
|
||||
%meson_build
|
||||
|
||||
%install
|
||||
|
||||
Reference in New Issue
Block a user