- Update to version 1.8.0:

* Build related changes, minimal required cmake is 3.1

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/jsoncpp?expand=0&rev=39
This commit is contained in:
Martin Pluskal 2017-01-02 15:46:06 +00:00 committed by Git OBS Bridge
parent 0d6d3e2cc9
commit 5b07616369
4 changed files with 12 additions and 6 deletions

View File

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

3
jsoncpp-1.8.0.tar.gz Normal file
View File

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

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Mon Jan 2 15:42:49 UTC 2017 - mpluskal@suse.com
- Update to version 1.8.0:
* Build related changes, minimal required cmake is 3.1
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Oct 14 06:59:15 UTC 2016 - olaf@aepfle.de Fri Oct 14 06:59:15 UTC 2016 - olaf@aepfle.de

View File

@ -1,7 +1,7 @@
# #
# spec file for package jsoncpp # spec file for package jsoncpp
# #
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -18,14 +18,14 @@
%define sover 11 %define sover 11
Name: jsoncpp Name: jsoncpp
Version: 1.7.7 Version: 1.8.0
Release: 0 Release: 0
Summary: C++ library that allows manipulating with JSON Summary: C++ library that allows manipulating with JSON
License: MIT License: MIT
Group: Development/Libraries/C and C++ Group: Development/Libraries/C and C++
Url: https://github.com/open-source-parsers/jsoncpp 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/%{version}.tar.gz#/%{name}-%{version}.tar.gz
BuildRequires: cmake >= 3.0.2 BuildRequires: cmake >= 3.1.0
BuildRequires: gcc-c++ BuildRequires: gcc-c++
BuildRequires: pkgconfig BuildRequires: pkgconfig
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build