SHA256
8
0
forked from pool/jsoncpp

Accepting request 383178 from devel:libraries:c_c++

- Update to 1.7.2
  * Fix a clang warning

OBS-URL: https://build.opensuse.org/request/show/383178
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/jsoncpp?expand=0&rev=12
This commit is contained in:
2016-04-07 11:35:31 +00:00
committed by Git OBS Bridge
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 Wed Mar 23 19:31:20 UTC 2016 - mpluskal@suse.com

View File

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