SHA256
8
0
forked from pool/jsoncpp

- Update to 1.7.2

* Fix a clang warning

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/jsoncpp?expand=0&rev=28
This commit is contained in:
2016-04-02 09:45:22 +00:00
committed by Git OBS Bridge
parent e4efc77951
commit c94244f17a
4 changed files with 11 additions and 5 deletions

View File

@@ -18,7 +18,7 @@
%define libname lib%{name}1
Name: jsoncpp
Version: 1.7.1
Version: 1.7.2
Release: 0
Summary: C++ library that allows manipulating with JSON
License: MIT
@@ -29,8 +29,8 @@ BuildRequires: cmake
BuildRequires: doxygen
BuildRequires: fdupes
BuildRequires: gcc-c++
BuildRequires: pkg-config
BuildRequires: python
BuildRequires: pkgconfig(pkg-config)
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description