Compare commits
2 Commits
Author | SHA256 | Date | |
---|---|---|---|
c0f808966f | |||
7773534943 |
@@ -1,3 +1,14 @@
|
||||
-------------------------------------------------------------------
|
||||
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>
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# 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
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: gap-json
|
||||
Version: 2.2.2
|
||||
Version: 2.2.3
|
||||
Release: 0
|
||||
Summary: GAP: Package for reading and writing JSON
|
||||
License: BSD-2-Clause
|
||||
@@ -26,7 +26,7 @@ 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-devel >= 4.12
|
||||
BuildRequires: gap-rpm-devel
|
||||
Requires: gap-core >= 4.12
|
||||
Requires: gap-gapdoc >= 1.5
|
||||
@@ -43,9 +43,8 @@ Enhances GAP by the ability to read and write JSON files.
|
||||
|
||||
%install
|
||||
%gappkg_simple_install
|
||||
pushd "%buildroot/$fmoddir/"
|
||||
cd "%buildroot/$fmoddir/"
|
||||
find src -type f ! -name LICENSE -delete
|
||||
popd
|
||||
|
||||
%files -f %name.files
|
||||
|
||||
|
BIN
json-2.2.2.tar.gz
(Stored with Git LFS)
BIN
json-2.2.2.tar.gz
(Stored with Git LFS)
Binary file not shown.
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