2018-11-22 12:12:57 +00:00
committed by Git OBS Bridge
parent 0a381f5793
commit dd9f9f8540
4 changed files with 31 additions and 10 deletions

View File

@@ -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

View File

@@ -1,7 +1,7 @@
#
# 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
# 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)
# 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
Version: 4.7.6
Version: 4.8.1
Release: 0
Summary: GAP: Methods to enumerate Orbits
License: GPL-3.0+
License: GPL-3.0-or-later
Group: Productivity/Scientific/Math
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
BuildRequires: autoconf
BuildRequires: automake
BuildRequires: gap-devel >= 4.4.12
BuildRequires: gap-devel >= 4.9
BuildRequires: gap-rpm-devel
BuildRequires: gmp-devel
BuildRequires: libtool
Requires: gap-core >= 4.6
Requires: gap-gapdoc >= 1.2
Requires: gap-core >= 4.9
Suggests: gap-io >= 3.3
%description

BIN
orb-4.7.6.tar.bz2 (Stored with Git LFS)

Binary file not shown.

BIN
orb-4.8.1.tar.bz2 (Stored with Git LFS) Normal file

Binary file not shown.