[info=dda9eb9835736fa04526faf70dc24ba9f25e622f9440afe5ae93fbac58a545d2]
OBS-URL: https://build.opensuse.org/package/show/science/gap-utils?expand=0&rev=21
This commit is contained in:
commit
8196329219
23
.gitattributes
vendored
Normal file
23
.gitattributes
vendored
Normal 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
1
.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
||||
.osc
|
4
_scmsync.obsinfo
Normal file
4
_scmsync.obsinfo
Normal file
@ -0,0 +1,4 @@
|
||||
mtime: 1715969202
|
||||
commit: dda9eb9835736fa04526faf70dc24ba9f25e622f9440afe5ae93fbac58a545d2
|
||||
url: https://src.opensuse.org/jengelh/gap-utils
|
||||
revision: master
|
3
build.specials.obscpio
Normal file
3
build.specials.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0c9142ee09044ea5699b00168d75a0219b887ed2ecd046400c60bdeea27c9650
|
||||
size 256
|
104
gap-utils.changes
Normal file
104
gap-utils.changes
Normal file
@ -0,0 +1,104 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri May 17 09:20:30 UTC 2024 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
- Update to release 0.86
|
||||
* Two minor unspecified adjustments
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 24 00:21:23 UTC 2024 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
- Update to release 0.85
|
||||
* Avoid trivial function wrappers in List and ForAll
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 15 11:49:28 UTC 2023 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
- Update to release 0.84
|
||||
* added DirectSumDecompositionMatrices
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Feb 12 00:03:31 UTC 2023 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
- Update to release 0.82
|
||||
* Only source package metadata was updated
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 20 23:20:11 UTC 2022 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
- Update to release 0.81
|
||||
* removed (the dead) pcp option from PcGroupToMagmaFormat
|
||||
so that the dependency on Polycyclic could be removed
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Oct 14 16:55:16 UTC 2022 - Stefan Brüns <stefan.bruens@rwth-aachen.de>
|
||||
|
||||
- Update to new upstream release 0.77
|
||||
* added Download operation by Thomas Breuer - new Chapter 8
|
||||
* added LeftCoset operations
|
||||
* Max Horn replaced BIND_GLOBAL with BindGlobal (transfer process)
|
||||
* CentralProduct added by Thomas Breuer
|
||||
* added DirectProductOfAutomorphismGroups
|
||||
* added DirectProductOfFunctions
|
||||
* accepted PR34 - changed example in 6.2.1
|
||||
* fixed typos with UnorderedPairsIterator in manual
|
||||
* groups.tst fails in gapdev - temporary(?) fix
|
||||
* added Iterators chapter: AllSubgroupsIterator CartesianIterator,
|
||||
UnorderedPairsIterator
|
||||
* added IdempotentEndomorphisms, IdempotentEndomorphismsData
|
||||
AllIsomorphismsIterator, AllIsomorphismsNumber, AllIsomorphisms
|
||||
* added License field in PackageInfo.g
|
||||
* made ExponentOfPrime obsolete
|
||||
* made several AutoDoc functions obsolete (they remain in AutoDoc):
|
||||
FindMatchingFiles; CreateDirIfMissing; StringDotSuffix;
|
||||
SetIfMissing
|
||||
* made PrintApplicableMethod obsolete
|
||||
* marked PrintOneItemPerLine as obsolete: use Perform(L,Display);
|
||||
* marked ExponentOfPrime as obsolete: use PValuation
|
||||
* transferred code in combinat.g{d,i} to end of lists.g{d,i}
|
||||
* removed all "if OKtoReadFomUtils( "RCWA" / "ResClasses" )"
|
||||
* new PrintSelection example due to diff with all packages loaded
|
||||
removed XMod from list of packages to be loaded
|
||||
* revised file tst/testing.g
|
||||
* PrintOneItemPerLine plus alternative method for iterators;
|
||||
added function PrintSelection(L,first,step,last) for
|
||||
lists/iterators
|
||||
* rebuilt the manual using the AutoDoc package
|
||||
* removed examples/ folder
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 25 16:40:39 UTC 2017 - jengelh@inai.de
|
||||
|
||||
- Update to new upstream release 0.49
|
||||
* removed QPA functions PositionsNonzero and NullList
|
||||
* changed record.tst so that 4r8 and dev give the same result
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Apr 29 23:39:05 UTC 2017 - jengelh@inai.de
|
||||
|
||||
- Update to new upstream release 0.46
|
||||
* added code for converting matrix groups to Magma strings
|
||||
* added code for converting perm- and pc-groups to Magma strings
|
||||
* added PositionsNonzero and NullList from QPA
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 21 21:12:41 UTC 2016 - jengelh@inai.de
|
||||
|
||||
- Update to new upstream release 0.43
|
||||
* added function PrintApplicableMethod
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 20 13:59:32 UTC 2016 - jengelh@inai.de
|
||||
|
||||
- Update to new upstream release 0.40
|
||||
* added fix to QuotientList
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 8 20:50:58 UTC 2016 - jengelh@inai.de
|
||||
|
||||
- Update to new upstream release 0.39
|
||||
* updated transfers from RCWA and ResClasses
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Mar 12 20:04:33 UTC 2016 - jengelh@inai.de
|
||||
|
||||
- Initial package (version 0.25) for build.opensuse.org
|
48
gap-utils.spec
Normal file
48
gap-utils.spec
Normal file
@ -0,0 +1,48 @@
|
||||
#
|
||||
# spec file for package gap-utils
|
||||
#
|
||||
# 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-utils
|
||||
Summary: GAP: Utility functions in GAP
|
||||
Version: 0.86
|
||||
Release: 0
|
||||
License: GPL-2.0-or-later
|
||||
Group: Productivity/Scientific/Math
|
||||
URL: https://gap-packages.github.io/utils
|
||||
#Git-Clone: https://github.com/gap-packages/utils
|
||||
Source: https://github.com/gap-packages/utils/releases/download/v%version/utils-%version.tar.gz
|
||||
BuildRequires: gap-rpm-devel
|
||||
BuildRequires: xz
|
||||
Requires: gap-core >= 4.10.1
|
||||
Suggests: gap-curlinterface >= 2.3.0
|
||||
BuildArch: noarch
|
||||
|
||||
%description
|
||||
The Utils package provides a collection of utility functions gleaned
|
||||
from many packages.
|
||||
|
||||
%prep
|
||||
%autosetup -n utils-%version
|
||||
|
||||
%build
|
||||
|
||||
%install
|
||||
%gappkg_simple_install
|
||||
|
||||
%files -f %name.files
|
||||
|
||||
%changelog
|
3
utils-0.86.tar.gz
Normal file
3
utils-0.86.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9c913dc39e6fd10a3ac3d4a0cc38f20b33b9b784e7767d4e667ddf1b74eb6a8a
|
||||
size 573189
|
Loading…
x
Reference in New Issue
Block a user