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:
Martin Pluskal 2015-02-24 14:21:25 +00:00 committed by Git OBS Bridge
parent fce009da28
commit 153ca6c42a
4 changed files with 15 additions and 5 deletions

View File

@ -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
View File

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

View File

@ -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 Tue Feb 17 21:15:01 UTC 2015 - mpluskal@suse.com

View File

@ -17,7 +17,7 @@
Name: jsoncpp Name: jsoncpp
Version: 1.4.2 Version: 1.4.4
Release: 0 Release: 0
Summary: C++ library that allows manipulating with JSON Summary: C++ library that allows manipulating with JSON
License: MIT License: MIT
@ -58,6 +58,7 @@ format to store user input files.
%package doc %package doc
Summary: Documentation for %{name} Summary: Documentation for %{name}
Group: Documentation Group: Documentation
BuildArch: noarch
%description doc %description doc
JSON is a lightweight data-interchange format. It can represent numbers, 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 %doc AUTHORS LICENSE NEWS.txt README.md
%{_libdir}/pkgconfig/%{name}.pc %{_libdir}/pkgconfig/%{name}.pc
%{_libdir}/lib%{name}.so %{_libdir}/lib%{name}.so
%{_includedir}/json/ %{_includedir}/json/
%files doc %files doc