diff --git a/guile-json-4.5.2.tar.gz b/guile-json-4.5.2.tar.gz deleted file mode 100644 index 4a48d13..0000000 --- a/guile-json-4.5.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1ab046ec36b1c44c041ac275568d818784d71fab9a5d95f9128cfe8a25051933 -size 159925 diff --git a/guile-json-4.5.2.tar.gz.sig b/guile-json-4.5.2.tar.gz.sig deleted file mode 100644 index e3b5701..0000000 Binary files a/guile-json-4.5.2.tar.gz.sig and /dev/null differ diff --git a/guile-json-4.7.2.tar.gz b/guile-json-4.7.2.tar.gz new file mode 100644 index 0000000..4852551 --- /dev/null +++ b/guile-json-4.7.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:942ab7ec5b40856799c0ca9fb81921af17fc4360aebef1cc8cb1f6ad9220d519 +size 164331 diff --git a/guile-json-4.7.2.tar.gz.sig b/guile-json-4.7.2.tar.gz.sig new file mode 100644 index 0000000..6e86fc0 Binary files /dev/null and b/guile-json-4.7.2.tar.gz.sig differ diff --git a/guile-json-rpmlintrc b/guile-json-rpmlintrc deleted file mode 100644 index ab1d7b9..0000000 --- a/guile-json-rpmlintrc +++ /dev/null @@ -1,8 +0,0 @@ -# guile-json installs compiled guile bytecode into /usr/share -# ignore it for now -addFilter("E: arch-dependent-file-in-usr-share .*/usr/share/guile/site/.*") - -# using ELF for Guile bytecode confuses rpmlint -addFilter("W: missing-PT_GNU_STACK-section .*/usr/share/guile/.*") -addFilter("W: missing-PT_GNU_STACK-section /usr/lib64/guile/*/site-ccache*") -addFilter("W: shared-lib-without-dependency-information .*/usr/share/guile/site/.*") diff --git a/guile-json.changes b/guile-json.changes index 0a0ab30..5d16149 100644 --- a/guile-json.changes +++ b/guile-json.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Sat Sep 17 07:52:47 UTC 2022 - Jonathan Brielmaier + +- Update to 4.7.2: + * add support for JSON Text Sequences and Concatenated JSON + * allow returning ordered JSON objects key/value pairs by using + the keyword argument #:ordered + * allow nested records in other records +- remove rpmlintrc as no longer required + ------------------------------------------------------------------- Wed May 12 21:08:03 UTC 2021 - Jonathan Brielmaier diff --git a/guile-json.spec b/guile-json.spec index 347592b..aaf835a 100644 --- a/guile-json.spec +++ b/guile-json.spec @@ -1,7 +1,7 @@ # # spec file for package guile-json # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 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.5.2 +Version: 4.7.2 Release: 0 Summary: JSON module for Guile License: GPL-3.0-or-later @@ -26,7 +26,6 @@ URL: https://savannah.nongnu.org/projects/guile-json/ Source0: http://download.savannah.gnu.org/releases/guile-json/%{name}-%{version}.tar.gz Source1: http://download.savannah.gnu.org/releases/guile-json/%{name}-%{version}.tar.gz.sig Source2: https://savannah.nongnu.org/people/viewgpg.php?user_id=11331#/%{name}.keyring -Source1000: guile-json-rpmlintrc BuildRequires: guile-devel >= 2.0.10 Requires: guile >= 2.0.10 BuildRoot: %{_tmppath}/%{name}-%{version}-build