delete _link
OBS-URL: https://build.opensuse.org/package/show/science/gap-orb?expand=0&rev=10
This commit is contained in:
parent
0a381f5793
commit
dd9f9f8540
@ -1,3 +1,25 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Nov 15 00:11:03 UTC 2018 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
- Update to new upstream release 4.8.1
|
||||||
|
* Deal with hash functions returning 'fail', or any other
|
||||||
|
non-integer (instead of crashing or doing other random things)
|
||||||
|
* Change several ORB_HashFunction to return fail if necessary
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Dec 25 14:47:49 UTC 2017 - jengelh@inai.de
|
||||||
|
|
||||||
|
- Update to new upstream release 4.8.0
|
||||||
|
* Renamed the IsClosed filter to IsClosedOrbit, and added a new
|
||||||
|
operation IsClosed which simply returns the value of the
|
||||||
|
IsClosedOrbit filter. This allows other packages do also use
|
||||||
|
the name IsClosed.
|
||||||
|
* Fix hash tables with initial size <= 5 not growing correctly
|
||||||
|
* Fix ORB_HashFunctionModWrapper
|
||||||
|
* Fix bug in HTGrow causing it to never call
|
||||||
|
ORB_HashFunctionModWrapper
|
||||||
|
* Ensure compatibility with GAP 4.9
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Jun 8 09:52:00 UTC 2016 - jengelh@inai.de
|
Wed Jun 8 09:52:00 UTC 2016 - jengelh@inai.de
|
||||||
|
|
||||||
|
13
gap-orb.spec
13
gap-orb.spec
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package gap-orb
|
# spec file for package gap-orb
|
||||||
#
|
#
|
||||||
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# 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
|
||||||
@ -12,15 +12,15 @@
|
|||||||
# license that conforms to the Open Source Definition (Version 1.9)
|
# license that conforms to the Open Source Definition (Version 1.9)
|
||||||
# published by the Open Source Initiative.
|
# published by the Open Source Initiative.
|
||||||
|
|
||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
Name: gap-orb
|
Name: gap-orb
|
||||||
Version: 4.7.6
|
Version: 4.8.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: GAP: Methods to enumerate Orbits
|
Summary: GAP: Methods to enumerate Orbits
|
||||||
License: GPL-3.0+
|
License: GPL-3.0-or-later
|
||||||
Group: Productivity/Scientific/Math
|
Group: Productivity/Scientific/Math
|
||||||
Url: http://gap-packages.github.io/orb/
|
Url: http://gap-packages.github.io/orb/
|
||||||
|
|
||||||
@ -29,12 +29,11 @@ Source: https://www.gap-system.org/pub/gap/gap4/tar.bz2/packages/orb-%ve
|
|||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
BuildRequires: autoconf
|
BuildRequires: autoconf
|
||||||
BuildRequires: automake
|
BuildRequires: automake
|
||||||
BuildRequires: gap-devel >= 4.4.12
|
BuildRequires: gap-devel >= 4.9
|
||||||
BuildRequires: gap-rpm-devel
|
BuildRequires: gap-rpm-devel
|
||||||
BuildRequires: gmp-devel
|
BuildRequires: gmp-devel
|
||||||
BuildRequires: libtool
|
BuildRequires: libtool
|
||||||
Requires: gap-core >= 4.6
|
Requires: gap-core >= 4.9
|
||||||
Requires: gap-gapdoc >= 1.2
|
|
||||||
Suggests: gap-io >= 3.3
|
Suggests: gap-io >= 3.3
|
||||||
|
|
||||||
%description
|
%description
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:44b3e8617c922f081d10eca76410d77296c883e274baf1117958821c412fbb3e
|
|
||||||
size 1120987
|
|
3
orb-4.8.1.tar.bz2
Normal file
3
orb-4.8.1.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:eb1b022eb91b8a1b317d54010e225c4717a3ed266798a9f4b9d59dfc27bea78b
|
||||||
|
size 1117063
|
Loading…
Reference in New Issue
Block a user