forked from pool/jsoncpp
- Update to version 1.8.2:
* Some C++ "move" operators. * Fix uninitialized value detected by valgrind. * Other minor improvements. * Moved most READ docs to Wiki. OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/jsoncpp?expand=0&rev=45
This commit is contained in:
@@ -18,7 +18,7 @@
|
||||
|
||||
%define sover 11
|
||||
Name: jsoncpp
|
||||
Version: 1.8.1
|
||||
Version: 1.8.2
|
||||
Release: 0
|
||||
Summary: C++ library that allows manipulating with JSON
|
||||
License: MIT
|
||||
@@ -92,7 +92,7 @@ export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:%{buildroot}%{_libdir}
|
||||
%{_libdir}/lib%{name}.so.%{version}
|
||||
|
||||
%files devel
|
||||
%doc AUTHORS LICENSE NEWS.txt README.md
|
||||
%doc AUTHORS LICENSE README.md
|
||||
%{_libdir}/pkgconfig/%{name}.pc
|
||||
%{_libdir}/cmake/%{name}
|
||||
%{_libdir}/lib%{name}.so
|
||||
|
Reference in New Issue
Block a user