- 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:
Martin Pluskal 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

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

3
1.7.2.tar.gz Normal file
View File

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

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Sat Apr 2 09:40:09 UTC 2016 - mpluskal@suse.com
- Update to 1.7.2
* Fix a clang warning
-------------------------------------------------------------------
Wed Mar 23 19:31:20 UTC 2016 - mpluskal@suse.com

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