Accepting request 1219075 from devel:libraries:c_c++
OBS-URL: https://build.opensuse.org/request/show/1219075 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/jsoncpp?expand=0&rev=31
This commit is contained in:
commit
14f4f2cc67
@ -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.
3
jsoncpp-1.9.6.tar.gz
Normal file
3
jsoncpp-1.9.6.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f93b6dd7ce796b13d02c108bc9f79812245a82e577581c4c9aabe57075c90ea2
|
||||
size 212682
|
@ -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>
|
||||
|
||||
|
@ -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/
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user