forked from pool/gap-orb
Compare commits
5 Commits
Author | SHA256 | Date | |
---|---|---|---|
|
2a426a2823 | ||
|
538ea7c665 | ||
|
47ad9f3d0c | ||
|
07f914cc32 | ||
045643ebe1 |
4
_scmsync.obsinfo
Normal file
4
_scmsync.obsinfo
Normal file
@ -0,0 +1,4 @@
|
||||
mtime: 1735910447
|
||||
commit: e02691c2a9273ba9bfad6b62680089b53270a71a308754075396fdd6994effd8
|
||||
url: https://src.opensuse.org/jengelh/gap-orb
|
||||
revision: master
|
3
build.specials.obscpio
Normal file
3
build.specials.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:edb67e8e409acfc6b273827cf3e9aaf917458f764bb34e5864724f7d237f1476
|
||||
size 256
|
@ -1,3 +1,18 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 3 13:16:51 UTC 2025 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
- Update to release 4.9.2
|
||||
* Prepare for a future GAP version introducing PreImagesElmNC
|
||||
and PreImagesRepresentativeNC
|
||||
|
||||
-------------------------------------------------------------------
|
||||
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>
|
||||
|
||||
|
11
gap-orb.spec
11
gap-orb.spec
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package gap-orb
|
||||
#
|
||||
# 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,29 +17,28 @@
|
||||
|
||||
|
||||
Name: gap-orb
|
||||
Version: 4.9.0
|
||||
Version: 4.9.2
|
||||
Release: 0
|
||||
Summary: GAP: Methods to enumerate Orbits
|
||||
License: GPL-3.0-or-later
|
||||
Group: Productivity/Scientific/Math
|
||||
URL: https://gap-packages.github.io/orb
|
||||
|
||||
#Git-Clone: https://github.com/gap-packages/orb
|
||||
Source: https://github.com/gap-packages/orb/releases/download/v%version/orb-%version.tar.gz
|
||||
BuildRequires: autoconf
|
||||
BuildRequires: automake
|
||||
BuildRequires: gap-devel >= 4.9
|
||||
BuildRequires: gap-devel >= 4.12
|
||||
BuildRequires: gap-rpm-devel
|
||||
BuildRequires: gmp-devel
|
||||
BuildRequires: libtool
|
||||
Requires: gap-core >= 4.9
|
||||
Requires: gap-core >= 4.12
|
||||
Suggests: gap-io >= 3.3
|
||||
|
||||
%description
|
||||
The orb package is about enumerating orbits in various ways.
|
||||
|
||||
%prep
|
||||
%setup -qn orb-%version
|
||||
%autosetup -n orb-%version
|
||||
|
||||
%build
|
||||
./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.2.tar.gz
(Stored with Git LFS)
Normal file
BIN
orb-4.9.2.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user