diff --git a/guile-json-0.4.0.tar.gz b/guile-json-0.4.0.tar.gz deleted file mode 100644 index 8173fdf..0000000 --- a/guile-json-0.4.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0696062439ceb00d1026e9c352e8a6fac22de6fd6e38a9f5e7cc139ec511066c -size 97675 diff --git a/guile-json-0.4.0.tar.gz.asc b/guile-json-0.4.0.tar.gz.asc deleted file mode 100644 index b42ec11..0000000 --- a/guile-json-0.4.0.tar.gz.asc +++ /dev/null @@ -1,7 +0,0 @@ ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1 - -iEYEABECAAYFAlPv5XEACgkQjVOZbl0QdKUxHACeMckXO8uvcemmt8oElagam1rr -05MAoIVlBKEqyKZX/ASLv5owvQXs2lc4 -=rgDc ------END PGP SIGNATURE----- diff --git a/guile-json-0.5.0.tar.gz b/guile-json-0.5.0.tar.gz new file mode 100644 index 0000000..37ae247 --- /dev/null +++ b/guile-json-0.5.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0dd9327f4d6edfcd7ca48c8d854bf4c0028ff276cc4f7ffcd72d5b9128190a51 +size 98671 diff --git a/guile-json-0.5.0.tar.gz.asc b/guile-json-0.5.0.tar.gz.asc new file mode 100644 index 0000000..e863134 --- /dev/null +++ b/guile-json-0.5.0.tar.gz.asc @@ -0,0 +1,7 @@ +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1 + +iEYEABECAAYFAlbNSRcACgkQjVOZbl0QdKUKhwCffXdJuYAN207MtLQF3j+c3eWB +obAAoKVwSLqHs+r6KGAn3CUienZG+2X8 +=Zsvd +-----END PGP SIGNATURE----- diff --git a/guile-json.changes b/guile-json.changes index bc67914..ebfc10a 100644 --- a/guile-json.changes +++ b/guile-json.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +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)))) + ------------------------------------------------------------------- Sun Nov 8 21:22:50 UTC 2015 - astieger@suse.com diff --git a/guile-json.spec b/guile-json.spec index bdcffa4..5a1ffce 100644 --- a/guile-json.spec +++ b/guile-json.spec @@ -1,7 +1,7 @@ # # spec file for package guile-json # -# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. # # 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: 0.4.0 +Version: 0.5.0 Release: 0 Summary: JSON module for Guile License: LGPL-3.0+