Compare commits
1 Commits
Author | SHA256 | Date | |
---|---|---|---|
2f349ab5ec |
@@ -1 +1 @@
|
|||||||
libjsoncpp25
|
libjsoncpp26
|
||||||
|
BIN
jsoncpp-1.9.5.tar.gz
(Stored with Git LFS)
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
BIN
jsoncpp-1.9.6.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@@ -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>
|
Wed Mar 8 12:03:58 UTC 2023 - Martin Pluskal <mpluskal@suse.com>
|
||||||
|
|
||||||
|
@@ -16,9 +16,9 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
%define sover 25
|
%define sover 26
|
||||||
Name: jsoncpp
|
Name: jsoncpp
|
||||||
Version: 1.9.5
|
Version: 1.9.6
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: C++ library that allows manipulating with JSON
|
Summary: C++ library that allows manipulating with JSON
|
||||||
License: MIT
|
License: MIT
|
||||||
@@ -99,7 +99,11 @@ popd
|
|||||||
%files devel
|
%files devel
|
||||||
%license LICENSE
|
%license LICENSE
|
||||||
%doc AUTHORS README.md
|
%doc AUTHORS README.md
|
||||||
|
%dir %{_libdir}/cmake/%{name}/
|
||||||
|
%dir %{_libdir}/cmake
|
||||||
%{_libdir}/pkgconfig/%{name}.pc
|
%{_libdir}/pkgconfig/%{name}.pc
|
||||||
|
%{_libdir}/cmake/%{name}/%{name}Config.cmake
|
||||||
|
%{_libdir}/cmake/%{name}/%{name}-namespaced-targets.cmake
|
||||||
%{_libdir}/lib%{name}.so
|
%{_libdir}/lib%{name}.so
|
||||||
%{_includedir}/json/
|
%{_includedir}/json/
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user