From 4c6a3b34002d6ef7c32530fda048e3dd5995a2336c872847d36b9e7e297852df Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Tue, 27 Aug 2024 19:22:27 +0000 Subject: [PATCH] [info=a8de1851916b38c1662bb4903d0d8aebda7895032a88b322cac6bdcfc05e4608] OBS-URL: https://build.opensuse.org/package/show/science/gap-json?expand=0&rev=16 --- .gitattributes | 23 +++++++++++++++++++ .gitignore | 1 + _scmsync.obsinfo | 4 ++++ build.specials.obscpio | 3 +++ gap-json.changes | 42 ++++++++++++++++++++++++++++++++++ gap-json.spec | 52 ++++++++++++++++++++++++++++++++++++++++++ json-2.2.1.tar.gz | 3 +++ 7 files changed, 128 insertions(+) create mode 100644 .gitattributes create mode 100644 .gitignore create mode 100644 _scmsync.obsinfo create mode 100644 build.specials.obscpio create mode 100644 gap-json.changes create mode 100644 gap-json.spec create mode 100644 json-2.2.1.tar.gz diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..9b03811 --- /dev/null +++ b/.gitattributes @@ -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 diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..57affb6 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.osc diff --git a/_scmsync.obsinfo b/_scmsync.obsinfo new file mode 100644 index 0000000..21c7510 --- /dev/null +++ b/_scmsync.obsinfo @@ -0,0 +1,4 @@ +mtime: 1714166809 +commit: a8de1851916b38c1662bb4903d0d8aebda7895032a88b322cac6bdcfc05e4608 +url: https://src.opensuse.org/jengelh/gap-json +revision: master diff --git a/build.specials.obscpio b/build.specials.obscpio new file mode 100644 index 0000000..eda83b7 --- /dev/null +++ b/build.specials.obscpio @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb5e03001489f6ca8b872ffcd8a0391a5dab0036bb2ae1b0f157be76f365dd71 +size 256 diff --git a/gap-json.changes b/gap-json.changes new file mode 100644 index 0000000..dc35902 --- /dev/null +++ b/gap-json.changes @@ -0,0 +1,42 @@ +------------------------------------------------------------------- +Thu Apr 25 15:21:29 UTC 2024 - Jan Engelhardt + +- Update to release 2.2.1 + * Internal cleanups for new GAP versions + +------------------------------------------------------------------- +Wed Feb 14 19:43:40 UTC 2024 - Jan Engelhardt + +- Update to release 2.2.0 + * Speed up the outputting of JSON + +------------------------------------------------------------------- +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 + +- 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 diff --git a/gap-json.spec b/gap-json.spec new file mode 100644 index 0000000..bd4ff5f --- /dev/null +++ b/gap-json.spec @@ -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 diff --git a/json-2.2.1.tar.gz b/json-2.2.1.tar.gz new file mode 100644 index 0000000..7d0046f --- /dev/null +++ b/json-2.2.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4fea71cb3f494f9e9e5c710ad6b662d0cbbcbfbef3bf01209104bd690ca44092 +size 175731