Accepting request 287532 from devel:libraries:c_c++
1 OBS-URL: https://build.opensuse.org/request/show/287532 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/jsoncpp?expand=0&rev=4
This commit is contained in:
commit
745a3e3f08
@ -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
|
Tue Feb 17 21:15:01 UTC 2015 - mpluskal@suse.com
|
||||||
|
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user