diff --git a/baselibs.conf b/baselibs.conf index ca8338e..8eaf7fe 100644 --- a/baselibs.conf +++ b/baselibs.conf @@ -1 +1 @@ -libjsoncpp25 +libjsoncpp26 diff --git a/jsoncpp-1.9.5.tar.gz b/jsoncpp-1.9.5.tar.gz deleted file mode 100644 index e80ae2c..0000000 --- a/jsoncpp-1.9.5.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f409856e5920c18d0c2fb85276e24ee607d2a09b5e7d5f0a371368903c275da2 -size 216055 diff --git a/jsoncpp-1.9.6.tar.gz b/jsoncpp-1.9.6.tar.gz new file mode 100644 index 0000000..d26ea16 --- /dev/null +++ b/jsoncpp-1.9.6.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f93b6dd7ce796b13d02c108bc9f79812245a82e577581c4c9aabe57075c90ea2 +size 212682 diff --git a/jsoncpp.changes b/jsoncpp.changes index 1705e9d..5292d59 100644 --- a/jsoncpp.changes +++ b/jsoncpp.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Tue Oct 29 15:03:24 UTC 2024 - Angel Yankov + +- Update to 1.9.6: + * Building infrastrucutre updates, Cmake and meson + * Major bugfixes + * Parse large floats as infinity + * Fix parser tokens bug and out-of-bound read + ------------------------------------------------------------------- Wed Mar 8 12:03:58 UTC 2023 - Martin Pluskal diff --git a/jsoncpp.spec b/jsoncpp.spec index be986d3..24dcafe 100644 --- a/jsoncpp.spec +++ b/jsoncpp.spec @@ -16,9 +16,9 @@ # -%define sover 25 +%define sover 26 Name: jsoncpp -Version: 1.9.5 +Version: 1.9.6 Release: 0 Summary: C++ library that allows manipulating with JSON License: MIT @@ -99,7 +99,11 @@ popd %files devel %license LICENSE %doc AUTHORS README.md +%dir %{_libdir}/cmake/%{name}/ +%dir %{_libdir}/cmake %{_libdir}/pkgconfig/%{name}.pc +%{_libdir}/cmake/%{name}/%{name}Config.cmake +%{_libdir}/cmake/%{name}/%{name}-namespaced-targets.cmake %{_libdir}/lib%{name}.so %{_includedir}/json/