From 153ca6c42a254d48a11e4c34124399fad3e6889efc8e91d3aaa9724d951052e3 Mon Sep 17 00:00:00 2001 From: Martin Pluskal Date: Tue, 24 Feb 2015 14:21:25 +0000 Subject: [PATCH] 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 --- 1.4.2.tar.gz | 3 --- 1.4.4.tar.gz | 3 +++ jsoncpp.changes | 10 ++++++++++ jsoncpp.spec | 4 ++-- 4 files changed, 15 insertions(+), 5 deletions(-) delete mode 100644 1.4.2.tar.gz create mode 100644 1.4.4.tar.gz diff --git a/1.4.2.tar.gz b/1.4.2.tar.gz deleted file mode 100644 index 4669904..0000000 --- a/1.4.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3d9d9a4b9117f78273a000038f02bed946f234256421c6f61b115f48f09de206 -size 203332 diff --git a/1.4.4.tar.gz b/1.4.4.tar.gz new file mode 100644 index 0000000..1e0aeed --- /dev/null +++ b/1.4.4.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:71363c5f5620e5458bfa4395a091094eb6c25a1d23fc4b07e44ff80b71c79571 +size 203671 diff --git a/jsoncpp.changes b/jsoncpp.changes index c90422f..0ebb1b5 100644 --- a/jsoncpp.changes +++ b/jsoncpp.changes @@ -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 diff --git a/jsoncpp.spec b/jsoncpp.spec index a6327e3..44534f5 100644 --- a/jsoncpp.spec +++ b/jsoncpp.spec @@ -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