SHA256
8
0
forked from pool/jsoncpp

Accepting request 289722 from devel:libraries:c_c++

OBS-URL: https://build.opensuse.org/request/show/289722
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/jsoncpp?expand=0&rev=6
This commit is contained in:
2015-03-09 09:09:56 +00:00
committed by Git OBS Bridge
4 changed files with 24 additions and 5 deletions

View File

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

3
1.5.2.tar.gz Normal file
View File

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

View File

@@ -1,3 +1,21 @@
-------------------------------------------------------------------
Fri Mar 6 18:24:11 UTC 2015 - mpluskal@suse.com
- Add missing dependency on graphviz
-------------------------------------------------------------------
Fri Mar 6 18:16:35 UTC 2015 - mpluskal@suse.com
- Correct rpm group
- Update to 1.5.2
* Fixed compile error for VS2013.
* Added operator[] to Builders. (Builders are not yet widely
used, and 0.9.z is very new, so we have not bumped the minor
version number.)
- Changes for 1.5.1
* Plus a minor bug-fix. (For the Builders, ::validate() was
always returning true.)
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Mar 3 21:44:38 UTC 2015 - mpluskal@suse.com Tue Mar 3 21:44:38 UTC 2015 - mpluskal@suse.com

View File

@@ -17,17 +17,18 @@
Name: jsoncpp Name: jsoncpp
Version: 1.5.0 Version: 1.5.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
Group: Devel/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 Source0: https://github.com/open-source-parsers/%{name}/archive/%{version}.tar.gz
BuildRequires: cmake BuildRequires: cmake
BuildRequires: doxygen BuildRequires: doxygen
BuildRequires: fdupes BuildRequires: fdupes
BuildRequires: gcc-c++ BuildRequires: gcc-c++
BuildRequires: graphviz
BuildRequires: pkg-config BuildRequires: pkg-config
BuildRequires: python BuildRequires: python
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build