forked from pool/gap-json
- Update to release 2.1.1
OBS-URL: https://build.opensuse.org/package/show/science/gap-json?expand=0&rev=9
This commit is contained in:
parent
d454477069
commit
1d916da1cf
@ -1,3 +1,11 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Nov 19 00:20:30 UTC 2022 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
- 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 <jengelh@inai.de>
|
Wed Nov 14 23:30:23 UTC 2018 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package gap-json
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -17,26 +17,25 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: gap-json
|
Name: gap-json
|
||||||
Version: 2.0.0
|
Version: 2.1.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: GAP: Package for reading and writing JSON
|
Summary: GAP: Package for reading and writing JSON
|
||||||
License: BSD-2-Clause
|
License: BSD-2-Clause
|
||||||
Group: Productivity/Scientific/Math
|
Group: Productivity/Scientific/Math
|
||||||
Url: http://gap-packages.github.io/json/
|
URL: http://gap-packages.github.io/json/
|
||||||
|
#Git-Clone: https://github.com/gap-packages/json
|
||||||
Source: https://www.gap-system.org/pub/gap/gap4/tar.bz2/packages/json-%version.tar.bz2
|
Source: https://github.com/gap-packages/json/releases/download/v%version/json-%version.tar.gz
|
||||||
BuildRequires: gap-rpm-devel
|
BuildRequires: gap-rpm-devel
|
||||||
BuildRequires: xz
|
BuildRequires: xz
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
Requires: gap-core >= 4.7.6
|
Requires: gap-core >= 4.12
|
||||||
Requires: gap-gapdoc >= 1.5
|
Requires: gap-gapdoc >= 1.5
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Enhances GAP by the ability to read and write JSON files.
|
Enhances GAP by the ability to read and write JSON files.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -qn json-%version
|
%autosetup -n json-%version
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
|
||||||
@ -44,6 +43,5 @@ Enhances GAP by the ability to read and write JSON files.
|
|||||||
%gappkg_simple_install
|
%gappkg_simple_install
|
||||||
|
|
||||||
%files -f %name.files
|
%files -f %name.files
|
||||||
%defattr(-,root,root)
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:dd822e900be13b2834dbe7351130f4d30f53f723e384d34ccc55992b2946e348
|
|
||||||
size 431314
|
|
3
json-2.1.1.tar.gz
Normal file
3
json-2.1.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:b126fa3a76bbe050b261fd5ee415b46f14e9edbb67598ef45dc3f9c8ed8a9eb1
|
||||||
|
size 168440
|
Loading…
Reference in New Issue
Block a user