Jonathan Brielmaier 2021-05-12 21:12:21 +00:00 committed by Git OBS Bridge
parent 53f8ff21e4
commit f053232ef7
6 changed files with 14 additions and 5 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:298bd3233ddf66207b7f722095e2da18be73fb151ddf6634f16eb6c0ad6211e7
size 157157

Binary file not shown.

3
guile-json-4.5.2.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:1ab046ec36b1c44c041ac275568d818784d71fab9a5d95f9128cfe8a25051933
size 159925

BIN
guile-json-4.5.2.tar.gz.sig Normal file

Binary file not shown.

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Wed May 12 21:08:03 UTC 2021 - Jonathan Brielmaier <jbrielmaier@opensuse.org>
- Update to 4.5.2:
* Add missing modules to record.scm.
* Allow false values in JSON mappings.
* Introduce (define-json-type)
* Fixed a few parsing issues from JSON Parsing Test Suite
-------------------------------------------------------------------
Fri Nov 6 17:32:37 UTC 2020 - Jonathan Brielmaier <jbrielmaier@opensuse.org>

View File

@ -1,7 +1,7 @@
#
# spec file for package guile-json
#
# Copyright (c) 2020 SUSE LLC
# Copyright (c) 2021 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -17,7 +17,7 @@
Name: guile-json
Version: 4.4.0
Version: 4.5.2
Release: 0
Summary: JSON module for Guile
License: GPL-3.0-or-later