2020-01-18 13:04:44 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Jan 13 21:51:46 UTC 2020 - Jonathan Brielmaier <jbrielmaier@suse.de>
|
|
|
|
|
|
|
|
- Make guile-json-rpmlintrc compatible with Guile 3.0
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Sep 16 08:09:32 UTC 2019 - Jonathan Brielmaier <jbrielmaier@suse.de>
|
|
|
|
|
|
|
|
- Update to version 3.2.0:
|
|
|
|
* Fix writing empty objects to JSON (e.g. (scm->json-string '())).
|
|
|
|
* Complex numbers, inf and nan are not allowed anymore as valid numbers
|
|
|
|
when building JSON.
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Jul 22 10:46:31 UTC 2019 - Jonathan Brielmaier <jbrielmaier@suse.de>
|
|
|
|
|
|
|
|
- Update to version 3.1.0 (changes since 1.2.0):
|
|
|
|
* Breaking compability to version 1.x and 2.x
|
|
|
|
* JSON objects are now defined as alists (instead of hash tables)
|
|
|
|
and JSON arrays are now defined as vectors (instead of lists).
|
|
|
|
Both of these changes are mainly to use types that have read syntax.
|
|
|
|
This will simplify things for the user when defining JSON objects
|
|
|
|
which is probably the most common case.
|
|
|
|
* Added unit tests.
|
|
|
|
* scm->json and scm->json-string now support an additional key
|
|
|
|
argument #:unicode.
|
|
|
|
- filter more messages in rpmlintrc
|
|
|
|
- require guile >= 2.0.10 because it implements srfi-43
|
|
|
|
- run test suite
|
|
|
|
|
2018-08-25 11:12:21 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Aug 24 12:07:57 UTC 2018 - jbrielmaier@suse.de
|
|
|
|
|
|
|
|
- bump to 1.2.0
|
|
|
|
changes since 1.0.1
|
|
|
|
- License only GPLv3+
|
|
|
|
- install .go file to %(libdir)/guile
|
|
|
|
- add guile as runtime dependency to avoid "compiling" when using
|
|
|
|
(json) for the first time
|
|
|
|
- needs guile-devel to avoid build failure
|
|
|
|
|
2018-05-29 09:55:11 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue May 29 06:10:36 UTC 2018 - jbrielmaier@suse.de
|
|
|
|
|
|
|
|
- bump to 1.0.1
|
|
|
|
changes since 0.6.0
|
|
|
|
- now under GPLv3+ and LGPLv3+
|
|
|
|
- support 4-byte unicode characters
|
|
|
|
- fix smaller issues
|
|
|
|
|
2018-05-07 20:17:54 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon May 7 12:06:45 UTC 2018 - sleep_walker@opensuse.org
|
|
|
|
|
|
|
|
- add guile-json-rpmlintrc file to suppress failures
|
|
|
|
|
2018-03-09 19:14:23 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Mar 9 18:13:13 UTC 2018 - sleep_walker@opensuse.org
|
|
|
|
|
|
|
|
- mov license file from %doc to %license
|
|
|
|
|
2018-02-15 23:34:48 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Feb 15 22:33:02 UTC 2018 - sleep_walker@opensuse.org
|
|
|
|
|
|
|
|
- bump to 0.6.0
|
|
|
|
changes since 0.5.0
|
|
|
|
- Deprecate json macro in favor of scheme data types.
|
|
|
|
|
2018-02-15 23:25:17 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Feb 15 22:24:27 UTC 2018 - sleep_walker@opensuse.org
|
|
|
|
|
|
|
|
- make package not noarch
|
|
|
|
|
2016-07-22 16:39:39 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Jul 22 08:45:13 UTC 2016 - sleep_walker@opensuse.org
|
|
|
|
|
|
|
|
- bump to 0.5.0
|
|
|
|
changes since 0.4.0:
|
|
|
|
* Allow converting simple alists to json
|
|
|
|
e.g.: (scm->json-string '((a . 1) (b . 2))))
|
|
|
|
|
2015-11-08 22:50:49 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sun Nov 8 21:22:50 UTC 2015 - astieger@suse.com
|
|
|
|
|
|
|
|
- add source URLs, keyring and verify source signatures
|
|
|
|
- license is LGPL-3.0+ as per code headers
|
|
|
|
- package license file
|
|
|
|
|
2015-11-06 21:23:03 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Nov 6 20:22:19 UTC 2015 - sleep_walker@opensuse.org
|
|
|
|
|
|
|
|
- fix RPM group
|
|
|
|
- add tarball signature as RPM Source
|
|
|
|
|
2015-11-06 13:32:53 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Nov 6 12:30:47 UTC 2015 - sleep_walker@opensuse.org
|
|
|
|
|
|
|
|
- require guile 2.0+ to prevent build failures
|
|
|
|
|
2015-11-06 10:52:15 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Nov 5 16:26:10 UTC 2015 - sleep_walker@opensuse.org
|
|
|
|
|
|
|
|
- let there be guile-json
|
|
|
|
|