[info=1e0062b8239e8fb1bb9455348434c63ecf9500fe50de9ffaca3d94cf7938a7aa]

OBS-URL: https://build.opensuse.org/package/show/science/gap-idrel?expand=0&rev=17
This commit is contained in:
Jan Engelhardt 2024-08-27 15:39:31 +00:00 committed by Git OBS Bridge
commit 314f05fff9
7 changed files with 154 additions and 0 deletions

23
.gitattributes vendored Normal file
View File

@ -0,0 +1,23 @@
## Default LFS
*.7z filter=lfs diff=lfs merge=lfs -text
*.bsp filter=lfs diff=lfs merge=lfs -text
*.bz2 filter=lfs diff=lfs merge=lfs -text
*.gem filter=lfs diff=lfs merge=lfs -text
*.gz filter=lfs diff=lfs merge=lfs -text
*.jar filter=lfs diff=lfs merge=lfs -text
*.lz filter=lfs diff=lfs merge=lfs -text
*.lzma filter=lfs diff=lfs merge=lfs -text
*.obscpio filter=lfs diff=lfs merge=lfs -text
*.oxt filter=lfs diff=lfs merge=lfs -text
*.pdf filter=lfs diff=lfs merge=lfs -text
*.png filter=lfs diff=lfs merge=lfs -text
*.rpm filter=lfs diff=lfs merge=lfs -text
*.tbz filter=lfs diff=lfs merge=lfs -text
*.tbz2 filter=lfs diff=lfs merge=lfs -text
*.tgz filter=lfs diff=lfs merge=lfs -text
*.ttf filter=lfs diff=lfs merge=lfs -text
*.txz filter=lfs diff=lfs merge=lfs -text
*.whl filter=lfs diff=lfs merge=lfs -text
*.xz filter=lfs diff=lfs merge=lfs -text
*.zip filter=lfs diff=lfs merge=lfs -text
*.zst filter=lfs diff=lfs merge=lfs -text

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
.osc

4
_scmsync.obsinfo Normal file
View File

@ -0,0 +1,4 @@
mtime: 1717429452
commit: 1e0062b8239e8fb1bb9455348434c63ecf9500fe50de9ffaca3d94cf7938a7aa
url: https://src.opensuse.org/jengelh/gap-idrel
revision: master

3
build.specials.obscpio Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:1941aa0bcce2cff5b3b7225ff4c665f98c490a453c010d7c305eabfb32582a80
size 256

72
gap-idrel.changes Normal file
View File

@ -0,0 +1,72 @@
-------------------------------------------------------------------
Sun Jun 2 21:23:37 UTC 2024 - Jan Engelhardt <jengelh@inai.de>
- Update to release 2.47
* Delete broken tests
-------------------------------------------------------------------
Sat Mar 23 21:49:14 UTC 2024 - Jan Engelhardt <jengelh@inai.de>
- Update to release 2.46
* Metadata updates only
-------------------------------------------------------------------
Mon Mar 20 14:08:25 UTC 2023 - Jan Engelhardt <jengelh@inai.de>
- Update to release 2.45
* Extensive revision of idrels.* adding a large number
of operations for log sequences and identities.
* Introduced PrintUsingLabels and other Print commands.
-------------------------------------------------------------------
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
- Update to new upstream release 2.34
* added MathJax to makedocrel.g
* added PrintObj method for monoid presentations
-------------------------------------------------------------------
Tue Aug 4 09:14:49 UTC 2015 - jengelh@inai.de
- Update to new upstream release 2.31
* PackageInfo.g: IdRel is now an accepted package
* converted the bibliography to BibXMLext format
and added an URL to Anne's thesis (heyworth.ps.gz)
-------------------------------------------------------------------
Sun Feb 22 10:43:25 UTC 2015 - jengelh@inai.de
- Update to new upstream release 2.21
* Metadata update (homepage URL) only
-------------------------------------------------------------------
Fri May 10 13:47:02 UTC 2013 - jengelh@inai.de
- Split idrel (version 2.14) off the gap RPM package

48
gap-idrel.spec Normal file
View File

@ -0,0 +1,48 @@
#
# spec file for package gap-idrel
#
# Copyright (c) 2024 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
Name: gap-idrel
Version: 2.47
Release: 0
Summary: GAP: Identities among relations
License: GPL-2.0-or-later
Group: Productivity/Scientific/Math
URL: https://gap-packages.github.io/idrel/
#Git-Clone: https://github.com/gap-packages/idrel
Source: https://github.com/gap-packages/idrel/releases/download/v%version/idrel-%version.tar.gz
BuildArch: noarch
BuildRequires: gap-rpm-devel
Requires: gap-core >= 4.11.1
%description
The IdRel package is designed for computing the identities among
relations of a group presentation using rewriting, logged rewriting,
monoid polynomials, module polynomials and Y-sequences.
%prep
%autosetup -n idrel-%version
%build
%install
rm -Rf scripts
%gappkg_simple_install
%files -f %name.files
%changelog

3
idrel-2.47.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:c378b0573d1b9336f0b4ea3a16e6205657dc917e45bb3763b14fa4a485e79dd9
size 669933