[info=a8de1851916b38c1662bb4903d0d8aebda7895032a88b322cac6bdcfc05e4608]

OBS-URL: https://build.opensuse.org/package/show/science/gap-json?expand=0&rev=16
This commit is contained in:
Jan Engelhardt 2024-08-27 19:22:27 +00:00 committed by Git OBS Bridge
commit 4c6a3b3400
7 changed files with 128 additions and 0 deletions

23
.gitattributes vendored Normal file
View File

@ -0,0 +1,23 @@
## Default LFS
*.7z filter=lfs diff=lfs merge=lfs -text
*.bsp filter=lfs diff=lfs merge=lfs -text
*.bz2 filter=lfs diff=lfs merge=lfs -text
*.gem filter=lfs diff=lfs merge=lfs -text
*.gz filter=lfs diff=lfs merge=lfs -text
*.jar filter=lfs diff=lfs merge=lfs -text
*.lz filter=lfs diff=lfs merge=lfs -text
*.lzma filter=lfs diff=lfs merge=lfs -text
*.obscpio filter=lfs diff=lfs merge=lfs -text
*.oxt filter=lfs diff=lfs merge=lfs -text
*.pdf filter=lfs diff=lfs merge=lfs -text
*.png filter=lfs diff=lfs merge=lfs -text
*.rpm filter=lfs diff=lfs merge=lfs -text
*.tbz filter=lfs diff=lfs merge=lfs -text
*.tbz2 filter=lfs diff=lfs merge=lfs -text
*.tgz filter=lfs diff=lfs merge=lfs -text
*.ttf filter=lfs diff=lfs merge=lfs -text
*.txz filter=lfs diff=lfs merge=lfs -text
*.whl filter=lfs diff=lfs merge=lfs -text
*.xz filter=lfs diff=lfs merge=lfs -text
*.zip filter=lfs diff=lfs merge=lfs -text
*.zst filter=lfs diff=lfs merge=lfs -text

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
.osc

4
_scmsync.obsinfo Normal file
View File

@ -0,0 +1,4 @@
mtime: 1714166809
commit: a8de1851916b38c1662bb4903d0d8aebda7895032a88b322cac6bdcfc05e4608
url: https://src.opensuse.org/jengelh/gap-json
revision: master

3
build.specials.obscpio Normal file
View File

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

42
gap-json.changes Normal file
View File

@ -0,0 +1,42 @@
-------------------------------------------------------------------
Thu Apr 25 15:21:29 UTC 2024 - Jan Engelhardt <jengelh@inai.de>
- Update to release 2.2.1
* Internal cleanups for new GAP versions
-------------------------------------------------------------------
Wed Feb 14 19:43:40 UTC 2024 - Jan Engelhardt <jengelh@inai.de>
- Update to release 2.2.0
* Speed up the outputting of JSON
-------------------------------------------------------------------
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>
- Update to new upstream release 2.0.0
* No changelog was provided
-------------------------------------------------------------------
Sun Dec 24 16:45:40 UTC 2017 - jengelh@inai.de
- Update to new upstream release 1.2.0
* No changelog available
-------------------------------------------------------------------
Mon Nov 21 15:13:08 UTC 2016 - jengelh@inai.de
- Update to new upstream release 1.1.0
* No changelog was provided
-------------------------------------------------------------------
Fri Mar 11 23:10:18 UTC 2016 - jengelh@inai.de
- Initial package (version 1.0.1) for build.opensuse.org

52
gap-json.spec Normal file
View File

@ -0,0 +1,52 @@
#
# spec file for package gap-json
#
# Copyright (c) 2024 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
Name: gap-json
Version: 2.2.1
Release: 0
Summary: GAP: Package for reading and writing JSON
License: BSD-2-Clause
Group: Productivity/Scientific/Math
URL: https://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: c++_compiler
BuildRequires: gap-devel
BuildRequires: gap-rpm-devel
Requires: gap-core >= 4.12
Requires: gap-gapdoc >= 1.5
%description
Enhances GAP by the ability to read and write JSON files.
%prep
%autosetup -n json-%version
%build
./configure "%gapdir"
%make_build
%install
%gappkg_simple_install
pushd "%buildroot/$fmoddir/"
find src -type f ! -name LICENSE -delete
popd
%files -f %name.files
%changelog

3
json-2.2.1.tar.gz Normal file
View File

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