Accepting request 287528 from home:pluskalm:branches:devel:libraries:c_c++
- Update to 1.4.4 * The odd allowDroppedNullPlaceholders feature of Readers (corresponding to dropNullPlaceholders in Writers) can be helpful when parsing javascript as JSON, when null elements have been discarded. - Build doc package as noarch OBS-URL: https://build.opensuse.org/request/show/287528 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/jsoncpp?expand=0&rev=10
This commit is contained in:
parent
fce009da28
commit
153ca6c42a
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3d9d9a4b9117f78273a000038f02bed946f234256421c6f61b115f48f09de206
|
||||
size 203332
|
3
1.4.4.tar.gz
Normal file
3
1.4.4.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:71363c5f5620e5458bfa4395a091094eb6c25a1d23fc4b07e44ff80b71c79571
|
||||
size 203671
|
@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 24 14:10:36 UTC 2015 - mpluskal@suse.com
|
||||
|
||||
- Update to 1.4.4
|
||||
* The odd allowDroppedNullPlaceholders feature of Readers
|
||||
(corresponding to dropNullPlaceholders in Writers) can be
|
||||
helpful when parsing javascript as JSON, when null elements
|
||||
have been discarded.
|
||||
- Build doc package as noarch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 17 21:15:01 UTC 2015 - mpluskal@suse.com
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: jsoncpp
|
||||
Version: 1.4.2
|
||||
Version: 1.4.4
|
||||
Release: 0
|
||||
Summary: C++ library that allows manipulating with JSON
|
||||
License: MIT
|
||||
@ -58,6 +58,7 @@ format to store user input files.
|
||||
%package doc
|
||||
Summary: Documentation for %{name}
|
||||
Group: Documentation
|
||||
BuildArch: noarch
|
||||
|
||||
%description doc
|
||||
JSON is a lightweight data-interchange format. It can represent numbers,
|
||||
@ -112,7 +113,6 @@ rm -rf %{buildroot}%{_libdir}/lib%{name}.a
|
||||
%doc AUTHORS LICENSE NEWS.txt README.md
|
||||
%{_libdir}/pkgconfig/%{name}.pc
|
||||
%{_libdir}/lib%{name}.so
|
||||
|
||||
%{_includedir}/json/
|
||||
|
||||
%files doc
|
||||
|
Loading…
Reference in New Issue
Block a user