6 Commits

Author SHA256 Message Date
6e501fec40 gap-io 4.9.3 2025-06-22 01:49:44 +02:00
6eae54ff13 gap-io 4.9.2 2025-06-20 14:08:43 +02:00
7f6fcc6ff4 POSIX sh compatibility 2025-02-28 00:01:31 +01:00
e8c44948a8 gap-io 4.9.1 2024-11-19 14:27:27 +01:00
228943d927 gap-io 4.9 2024-09-05 15:47:27 +02:00
7e69b99156 gap-io 4.8.3 2024-07-31 06:53:20 +02:00
4 changed files with 44 additions and 11 deletions

View File

@ -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>

View File

@ -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

View File

@ -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

Binary file not shown.