Compare commits
3 Commits
Author | SHA256 | Date | |
---|---|---|---|
e8c44948a8 | |||
228943d927 | |||
7e69b99156 |
@ -1,3 +1,21 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
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>
|
Tue Nov 21 21:47:27 UTC 2023 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package gap-io
|
# 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
|
# 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-io
|
Name: gap-io
|
||||||
Version: 4.8.2
|
Version: 4.9.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: GAP: Bindings for low level C library IO
|
Summary: GAP: Bindings for low level C library IO
|
||||||
License: GPL-3.0-or-later
|
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
|
#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.bz2
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: gap-devel >= 4.11
|
BuildRequires: gap-devel >= 4.12
|
||||||
BuildRequires: gap-rpm-devel
|
BuildRequires: gap-rpm-devel
|
||||||
BuildRequires: gmp-devel
|
BuildRequires: gmp-devel
|
||||||
Requires: gap-core >= 4.11
|
Requires: gap-core >= 4.12
|
||||||
|
|
||||||
%description
|
%description
|
||||||
The IO package provides bindings for GAP to the lower levels of
|
The IO package provides bindings for GAP to the lower levels of
|
||||||
@ -41,7 +41,6 @@ Input/Output functionality in the C library.
|
|||||||
%build
|
%build
|
||||||
%configure --with-gaproot="%gapdir"
|
%configure --with-gaproot="%gapdir"
|
||||||
%make_build
|
%make_build
|
||||||
rm -v doc/clean
|
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%gappkg_simple_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.1.tar.bz2
(Stored with Git LFS)
Normal file
BIN
io-4.9.1.tar.bz2
(Stored with Git LFS)
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user