diff --git a/jsoncpp-1.8.0.tar.gz b/jsoncpp-1.8.0.tar.gz deleted file mode 100644 index e37fb9d..0000000 --- a/jsoncpp-1.8.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5deb2462cbf0c0121c9d6c9823ec72fe71417e34242e3509bc7c003d526465bc -size 206659 diff --git a/jsoncpp-1.8.1.tar.gz b/jsoncpp-1.8.1.tar.gz new file mode 100644 index 0000000..810cc9c --- /dev/null +++ b/jsoncpp-1.8.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:858db2faf348f89fdf1062bd3e79256772e897e7f17df73e0624edf004f2f9ac +size 210629 diff --git a/jsoncpp.changes b/jsoncpp.changes index 066e802..fcda182 100644 --- a/jsoncpp.changes +++ b/jsoncpp.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Tue Jul 11 13:09:41 UTC 2017 - mpluskal@suse.com + +- Update to version 1.8.1: + * meson.build + * Minor bug fixes and optimizations + * Improved docs + ------------------------------------------------------------------- Mon Jan 2 15:42:49 UTC 2017 - mpluskal@suse.com diff --git a/jsoncpp.spec b/jsoncpp.spec index 25dda21..66684da 100644 --- a/jsoncpp.spec +++ b/jsoncpp.spec @@ -18,7 +18,7 @@ %define sover 11 Name: jsoncpp -Version: 1.8.0 +Version: 1.8.1 Release: 0 Summary: C++ library that allows manipulating with JSON License: MIT @@ -87,13 +87,11 @@ export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:%{buildroot}%{_libdir} %postun -n lib%{name}%{sover} -p /sbin/ldconfig %files -n lib%{name}%{sover} -%defattr(-,root,root) %doc LICENSE %{_libdir}/lib%{name}.so.%{sover}* %{_libdir}/lib%{name}.so.%{version} %files devel -%defattr(-,root,root) %doc AUTHORS LICENSE NEWS.txt README.md %{_libdir}/pkgconfig/%{name}.pc %{_libdir}/cmake/%{name}