From 314f05fff9bcce7a3b6348e5f121a20352219ed5504529497389a07b1387c840 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Tue, 27 Aug 2024 15:39:31 +0000 Subject: [PATCH] [info=1e0062b8239e8fb1bb9455348434c63ecf9500fe50de9ffaca3d94cf7938a7aa] OBS-URL: https://build.opensuse.org/package/show/science/gap-idrel?expand=0&rev=17 --- .gitattributes | 23 ++++++++++++++ .gitignore | 1 + _scmsync.obsinfo | 4 +++ build.specials.obscpio | 3 ++ gap-idrel.changes | 72 ++++++++++++++++++++++++++++++++++++++++++ gap-idrel.spec | 48 ++++++++++++++++++++++++++++ idrel-2.47.tar.gz | 3 ++ 7 files changed, 154 insertions(+) create mode 100644 .gitattributes create mode 100644 .gitignore create mode 100644 _scmsync.obsinfo create mode 100644 build.specials.obscpio create mode 100644 gap-idrel.changes create mode 100644 gap-idrel.spec create mode 100644 idrel-2.47.tar.gz diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..9b03811 --- /dev/null +++ b/.gitattributes @@ -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 diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..57affb6 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.osc diff --git a/_scmsync.obsinfo b/_scmsync.obsinfo new file mode 100644 index 0000000..39da859 --- /dev/null +++ b/_scmsync.obsinfo @@ -0,0 +1,4 @@ +mtime: 1717429452 +commit: 1e0062b8239e8fb1bb9455348434c63ecf9500fe50de9ffaca3d94cf7938a7aa +url: https://src.opensuse.org/jengelh/gap-idrel +revision: master diff --git a/build.specials.obscpio b/build.specials.obscpio new file mode 100644 index 0000000..bb74ae4 --- /dev/null +++ b/build.specials.obscpio @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1941aa0bcce2cff5b3b7225ff4c665f98c490a453c010d7c305eabfb32582a80 +size 256 diff --git a/gap-idrel.changes b/gap-idrel.changes new file mode 100644 index 0000000..c00580a --- /dev/null +++ b/gap-idrel.changes @@ -0,0 +1,72 @@ +------------------------------------------------------------------- +Sun Jun 2 21:23:37 UTC 2024 - Jan Engelhardt + +- Update to release 2.47 + * Delete broken tests + +------------------------------------------------------------------- +Sat Mar 23 21:49:14 UTC 2024 - Jan Engelhardt + +- Update to release 2.46 + * Metadata updates only + +------------------------------------------------------------------- +Mon Mar 20 14:08:25 UTC 2023 - Jan Engelhardt + +- 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 + +- 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 diff --git a/gap-idrel.spec b/gap-idrel.spec new file mode 100644 index 0000000..a87c8d9 --- /dev/null +++ b/gap-idrel.spec @@ -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 diff --git a/idrel-2.47.tar.gz b/idrel-2.47.tar.gz new file mode 100644 index 0000000..9060880 --- /dev/null +++ b/idrel-2.47.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c378b0573d1b9336f0b4ea3a16e6205657dc917e45bb3763b14fa4a485e79dd9 +size 669933