Compare commits
2 Commits
Author | SHA256 | Date | |
---|---|---|---|
228943d927 | |||
7e69b99156 |
@ -1,3 +1,15 @@
|
||||
-------------------------------------------------------------------
|
||||
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>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package gap-io
|
||||
#
|
||||
# Copyright (c) 2023 SUSE LLC
|
||||
# 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
|
||||
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: gap-io
|
||||
Version: 4.8.2
|
||||
Version: 4.9.0
|
||||
Release: 0
|
||||
Summary: GAP: Bindings for low level C library IO
|
||||
License: GPL-3.0-or-later
|
||||
@ -26,10 +26,10 @@ 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
|
||||
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,7 +41,6 @@ Input/Output functionality in the C library.
|
||||
%build
|
||||
%configure --with-gaproot="%gapdir"
|
||||
%make_build
|
||||
rm -v doc/clean
|
||||
|
||||
%install
|
||||
%gappkg_simple_install
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:fb599dd709597c30cc6bd6bb5fba471dfe23ebeb463db5a3f4037b7fc1bdbf88
|
||||
size 587425
|
BIN
io-4.9.0.tar.bz2
(Stored with Git LFS)
Normal file
BIN
io-4.9.0.tar.bz2
(Stored with Git LFS)
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user