- 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

OBS-URL: https://build.opensuse.org/package/show/devel:languages:misc/guile-json?expand=0&rev=26
This commit is contained in:
Jonathan Brielmaier 2022-09-17 07:58:23 +00:00 committed by Git OBS Bridge
parent f053232ef7
commit 283703d0d7
7 changed files with 15 additions and 14 deletions

View File

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

Binary file not shown.

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

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

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

Binary file not shown.

View File

@ -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/.*")

View File

@ -1,3 +1,13 @@
-------------------------------------------------------------------
Sat Sep 17 07:52:47 UTC 2022 - Jonathan Brielmaier <jbrielmaier@opensuse.org>
- 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 <jbrielmaier@opensuse.org>

View File

@ -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