2018-11-22 12:12:11 +00:00
committed by Git OBS Bridge
parent 03e5339d2a
commit 853385f460
4 changed files with 40 additions and 12 deletions

View File

@@ -1,3 +1,30 @@
-------------------------------------------------------------------
Wed Nov 14 23:21:29 UTC 2018 - Jan Engelhardt <jengelh@inai.de>
- Update to new upstream release 2.42
* Large number of functions edited and renamed and tests altered:
IdentitiesAmongRelators now returns group relator sequences
and the module polynomials are available as IdentityYSequences.
* Removed IdentitiesAmongRelatorsOld.
* Replacved PrintOneItemPerLine(L) with Perform(L,Display)
-------------------------------------------------------------------
Sun Dec 24 13:06:31 UTC 2017 - jengelh@inai.de
- Update to new upstream release 2.38
* removed examples/*.g from git but saved some in new /expt
* testall.g copied to testing.g; testall now calls TestDirectory
* split off method for PartialElementsOfMonoidPresentation
* added methods for String, ViewString, PrintString
* added PartialElementsOfMonoidPresentation
added YSequencesFromRelatorSequences
* renamed OrderingYSequences -> YSequenceLessThan
renamed ReducedYSequence -> YSequenceReduce
new operation YSequenceConjugateAndReduce
new operation RelatorSequenceReduce
* added MonoidGeneratorsFpGroup
* added ArrangementOfMonoidGenerators to allow various orders
-------------------------------------------------------------------
Mon Nov 21 15:10:22 UTC 2016 - jengelh@inai.de

View File

@@ -1,7 +1,7 @@
#
# spec file for package gap-idrel
#
# Copyright (c) 2013 SUSE LINUX Products 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,25 +12,25 @@
# 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-idrel
Summary: GAP: Identities among relations
Version: 2.34
Version: 2.42
Release: 0
License: GPL-2.0+
Summary: GAP: Identities among relations
License: GPL-2.0-or-later
Group: Productivity/Scientific/Math
URL: http://pages.bangor.ac.uk/~mas023/chda/idrel/
Url: http://pages.bangor.ac.uk/~mas023/chda/idrel/
Source: https://www.gap-system.org/pub/gap/gap4/tar.bz2/packages/idrel-%version.tar.bz2
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: gap-rpm-devel
Requires: gap-core >= 4.7
Requires: gap-gapdoc >= 1.5.1
Requires: gap-xmod >= 2.26
Requires: gap-core >= 4.9.3
Requires: gap-gapdoc >= 1.6.1
Suggests: gap-autodoc >= 2018.02.14
%description
The IdRel package is designed for computing the identities among
@@ -43,6 +43,7 @@ monoid polynomials, module polynomials and Y-sequences.
%build
%install
rm -Rf scripts
%gappkg_simple_install
%files -f %name.files

BIN
idrel-2.34.tar.bz2 (Stored with Git LFS)

Binary file not shown.

BIN
idrel-2.42.tar.bz2 (Stored with Git LFS) Normal file

Binary file not shown.