Compare commits

1 Commits
1.1 ... main

5 changed files with 19 additions and 6 deletions

View File

@@ -1 +1 @@
libjsoncpp25
libjsoncpp26

BIN
jsoncpp-1.9.5.tar.gz (Stored with Git LFS)

Binary file not shown.

BIN
jsoncpp-1.9.6.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Tue Oct 29 15:03:24 UTC 2024 - Angel Yankov <angel.yankov@suse.com>
- 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 <mpluskal@suse.com>

View File

@@ -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/