Compare commits
3 Commits
Author | SHA256 | Date | |
---|---|---|---|
c0f808966f | |||
7773534943 | |||
7452ce06a9 |
@@ -1,3 +1,20 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Jun 21 23:48:34 UTC 2025 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
- Update to release 2.2.3
|
||||||
|
* No user-visible changes
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Feb 27 23:00:16 UTC 2025 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
- Make specfile conform to POSIX sh
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Aug 27 19:33:32 UTC 2024 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
- Update to release 2.2.2
|
||||||
|
* Add LoadKernelExtension function
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Apr 25 15:21:29 UTC 2024 - Jan Engelhardt <jengelh@inai.de>
|
Thu Apr 25 15:21:29 UTC 2024 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package gap-json
|
# spec file for package gap-json
|
||||||
#
|
#
|
||||||
# Copyright (c) 2024 SUSE LLC
|
# Copyright (c) 2025 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,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: gap-json
|
Name: gap-json
|
||||||
Version: 2.2.1
|
Version: 2.2.3
|
||||||
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
|
||||||
@@ -26,7 +26,7 @@ URL: https://gap-packages.github.io/json/
|
|||||||
#Git-Clone: https://github.com/gap-packages/json
|
#Git-Clone: https://github.com/gap-packages/json
|
||||||
Source: https://github.com/gap-packages/json/releases/download/v%version/json-%version.tar.gz
|
Source: https://github.com/gap-packages/json/releases/download/v%version/json-%version.tar.gz
|
||||||
BuildRequires: c++_compiler
|
BuildRequires: c++_compiler
|
||||||
BuildRequires: gap-devel
|
BuildRequires: gap-devel >= 4.12
|
||||||
BuildRequires: gap-rpm-devel
|
BuildRequires: gap-rpm-devel
|
||||||
Requires: gap-core >= 4.12
|
Requires: gap-core >= 4.12
|
||||||
Requires: gap-gapdoc >= 1.5
|
Requires: gap-gapdoc >= 1.5
|
||||||
@@ -43,9 +43,8 @@ Enhances GAP by the ability to read and write JSON files.
|
|||||||
|
|
||||||
%install
|
%install
|
||||||
%gappkg_simple_install
|
%gappkg_simple_install
|
||||||
pushd "%buildroot/$fmoddir/"
|
cd "%buildroot/$fmoddir/"
|
||||||
find src -type f ! -name LICENSE -delete
|
find src -type f ! -name LICENSE -delete
|
||||||
popd
|
|
||||||
|
|
||||||
%files -f %name.files
|
%files -f %name.files
|
||||||
|
|
||||||
|
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:4fea71cb3f494f9e9e5c710ad6b662d0cbbcbfbef3bf01209104bd690ca44092
|
|
||||||
size 175731
|
|
BIN
json-2.2.3.tar.gz
(Stored with Git LFS)
Normal file
BIN
json-2.2.3.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
Reference in New Issue
Block a user