From 1d916da1cf082bd6ebde11edf97520dab744c9701a169bfc9381107b07499313 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Sat, 19 Nov 2022 00:21:10 +0000 Subject: [PATCH] - Update to release 2.1.1 OBS-URL: https://build.opensuse.org/package/show/science/gap-json?expand=0&rev=9 --- gap-json.changes | 8 ++++++++ gap-json.spec | 16 +++++++--------- json-2.0.0.tar.bz2 | 3 --- json-2.1.1.tar.gz | 3 +++ 4 files changed, 18 insertions(+), 12 deletions(-) delete mode 100644 json-2.0.0.tar.bz2 create mode 100644 json-2.1.1.tar.gz diff --git a/gap-json.changes b/gap-json.changes index f87cfdb..a024375 100644 --- a/gap-json.changes +++ b/gap-json.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Sat Nov 19 00:20:30 UTC 2022 - Jan Engelhardt + +- Update to release 2.1.1 + * Fix GC bug in JsonStringToGap, which would lead to spurious + break loops. + * Fix the ordering used when outputting records + ------------------------------------------------------------------- Wed Nov 14 23:30:23 UTC 2018 - Jan Engelhardt diff --git a/gap-json.spec b/gap-json.spec index 43e6259..72c076d 100644 --- a/gap-json.spec +++ b/gap-json.spec @@ -1,7 +1,7 @@ # # spec file for package gap-json # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# 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,26 +17,25 @@ Name: gap-json -Version: 2.0.0 +Version: 2.1.1 Release: 0 Summary: GAP: Package for reading and writing JSON License: BSD-2-Clause Group: Productivity/Scientific/Math -Url: http://gap-packages.github.io/json/ - -Source: https://www.gap-system.org/pub/gap/gap4/tar.bz2/packages/json-%version.tar.bz2 +URL: http://gap-packages.github.io/json/ +#Git-Clone: https://github.com/gap-packages/json +Source: https://github.com/gap-packages/json/releases/download/v%version/json-%version.tar.gz BuildRequires: gap-rpm-devel BuildRequires: xz -BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildArch: noarch -Requires: gap-core >= 4.7.6 +Requires: gap-core >= 4.12 Requires: gap-gapdoc >= 1.5 %description Enhances GAP by the ability to read and write JSON files. %prep -%setup -qn json-%version +%autosetup -n json-%version %build @@ -44,6 +43,5 @@ Enhances GAP by the ability to read and write JSON files. %gappkg_simple_install %files -f %name.files -%defattr(-,root,root) %changelog diff --git a/json-2.0.0.tar.bz2 b/json-2.0.0.tar.bz2 deleted file mode 100644 index 15347d4..0000000 --- a/json-2.0.0.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:dd822e900be13b2834dbe7351130f4d30f53f723e384d34ccc55992b2946e348 -size 431314 diff --git a/json-2.1.1.tar.gz b/json-2.1.1.tar.gz new file mode 100644 index 0000000..5c0dfd6 --- /dev/null +++ b/json-2.1.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b126fa3a76bbe050b261fd5ee415b46f14e9edbb67598ef45dc3f9c8ed8a9eb1 +size 168440