forked from pool/gap-orb
gap-orb 4.9.1
This commit is contained in:
parent
29b7a91679
commit
e99745b65e
@ -1,3 +1,11 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Aug 27 15:52:56 UTC 2024 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
- Update to release 4.9.1
|
||||||
|
* More hash functions now detect invalid input and return
|
||||||
|
`fail` instead of returning garbage (like hashes of random
|
||||||
|
memory blocks, or the constant 0) or even crashing.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Feb 12 11:00:43 UTC 2023 - Jan Engelhardt <jengelh@inai.de>
|
Sun Feb 12 11:00:43 UTC 2023 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
@ -17,29 +17,28 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: gap-orb
|
Name: gap-orb
|
||||||
Version: 4.9.0
|
Version: 4.9.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: GAP: Methods to enumerate Orbits
|
Summary: GAP: Methods to enumerate Orbits
|
||||||
License: GPL-3.0-or-later
|
License: GPL-3.0-or-later
|
||||||
Group: Productivity/Scientific/Math
|
Group: Productivity/Scientific/Math
|
||||||
URL: https://gap-packages.github.io/orb
|
URL: https://gap-packages.github.io/orb
|
||||||
|
|
||||||
#Git-Clone: https://github.com/gap-packages/orb
|
#Git-Clone: https://github.com/gap-packages/orb
|
||||||
Source: https://github.com/gap-packages/orb/releases/download/v%version/orb-%version.tar.gz
|
Source: https://github.com/gap-packages/orb/releases/download/v%version/orb-%version.tar.gz
|
||||||
BuildRequires: autoconf
|
BuildRequires: autoconf
|
||||||
BuildRequires: automake
|
BuildRequires: automake
|
||||||
BuildRequires: gap-devel >= 4.9
|
BuildRequires: gap-devel >= 4.12
|
||||||
BuildRequires: gap-rpm-devel
|
BuildRequires: gap-rpm-devel
|
||||||
BuildRequires: gmp-devel
|
BuildRequires: gmp-devel
|
||||||
BuildRequires: libtool
|
BuildRequires: libtool
|
||||||
Requires: gap-core >= 4.9
|
Requires: gap-core >= 4.12
|
||||||
Suggests: gap-io >= 3.3
|
Suggests: gap-io >= 3.3
|
||||||
|
|
||||||
%description
|
%description
|
||||||
The orb package is about enumerating orbits in various ways.
|
The orb package is about enumerating orbits in various ways.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -qn orb-%version
|
%autosetup -n orb-%version
|
||||||
|
|
||||||
%build
|
%build
|
||||||
./configure --with-gaproot="%gapdir"
|
./configure --with-gaproot="%gapdir"
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:a1f81707743cbbf5eddecf0b195293b308987f17c7795690c65b5e4a92dfbc1f
|
|
||||||
size 988847
|
|
BIN
orb-4.9.1.tar.gz
(Stored with Git LFS)
Normal file
BIN
orb-4.9.1.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user