Compare commits
6 Commits
Author | SHA256 | Date | |
---|---|---|---|
6e501fec40 | |||
6eae54ff13 | |||
7f6fcc6ff4 | |||
e8c44948a8 | |||
228943d927 | |||
7e69b99156 |
@ -1,3 +1,38 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Jun 21 23:44:50 UTC 2025 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
- Update to release 4.9.3
|
||||
* No user-visible changes
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jun 20 12:08:33 UTC 2025 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
- Update to release 4.9.2
|
||||
* No user-visible changes
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Feb 27 23:00:16 UTC 2025 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
- Make specfile conform to POSIX sh
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 19 13:21:10 UTC 2024 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
- Update to release 4.9.1
|
||||
* Switch tests to use a different HTTP provider
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 5 13:46:56 UTC 2024 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
- Update to release 4.9
|
||||
* Use IsKernelExtensionAvailable and LoadKernelExtension
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 31 04:30:56 UTC 2024 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
- Update to release 4.8.
|
||||
* Check arguments to IO_gmtime and IO_localtime
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 21 21:47:27 UTC 2023 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
|
14
gap-io.spec
14
gap-io.spec
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package gap-io
|
||||
#
|
||||
# Copyright (c) 2023 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,19 +17,19 @@
|
||||
|
||||
|
||||
Name: gap-io
|
||||
Version: 4.8.2
|
||||
Version: 4.9.3
|
||||
Release: 0
|
||||
Summary: GAP: Bindings for low level C library IO
|
||||
License: GPL-3.0-or-later
|
||||
Group: Productivity/Scientific/Math
|
||||
URL: https://gap-packages.github.io/io/
|
||||
#Git-Clone: https://github.com/gap-packages/io
|
||||
Source: https://github.com/gap-packages/io/releases/download/v%version/io-%version.tar.bz2
|
||||
Source: https://github.com/gap-packages/io/releases/download/v%version/io-%version.tar.gz
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: gap-devel >= 4.11
|
||||
BuildRequires: gap-devel >= 4.12
|
||||
BuildRequires: gap-rpm-devel
|
||||
BuildRequires: gmp-devel
|
||||
Requires: gap-core >= 4.11
|
||||
Requires: gap-core >= 4.12
|
||||
|
||||
%description
|
||||
The IO package provides bindings for GAP to the lower levels of
|
||||
@ -41,14 +41,12 @@ Input/Output functionality in the C library.
|
||||
%build
|
||||
%configure --with-gaproot="%gapdir"
|
||||
%make_build
|
||||
rm -v doc/clean
|
||||
|
||||
%install
|
||||
%gappkg_simple_install
|
||||
pushd "%buildroot/$fmoddir/"
|
||||
cd "%buildroot/$fmoddir/"
|
||||
rm -Rf aclocal* autom4* cnf config* m4 gen src
|
||||
find . -type f -name "*.la" -print -delete
|
||||
popd
|
||||
%fdupes %buildroot/%_prefix
|
||||
|
||||
%files -f %name.files
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:fb599dd709597c30cc6bd6bb5fba471dfe23ebeb463db5a3f4037b7fc1bdbf88
|
||||
size 587425
|
BIN
io-4.9.3.tar.gz
(Stored with Git LFS)
Normal file
BIN
io-4.9.3.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
Reference in New Issue
Block a user