forked from pool/gap-utils
Accepting request 1010979 from home:StefanBruens:branches:science
- 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 OBS-URL: https://build.opensuse.org/request/show/1010979 OBS-URL: https://build.opensuse.org/package/show/science/gap-utils?expand=0&rev=11
This commit is contained in:
parent
4e05fc1f07
commit
fdfc87edb3
@ -1,3 +1,39 @@
|
||||
-------------------------------------------------------------------
|
||||
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
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package gap-utils
|
||||
#
|
||||
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2022 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -17,21 +17,21 @@
|
||||
|
||||
|
||||
Name: gap-utils
|
||||
Version: 0.49
|
||||
Release: 0
|
||||
Summary: GAP: Utility functions in GAP
|
||||
License: GPL-2.0+
|
||||
Version: 0.77
|
||||
Release: 0
|
||||
License: GPL-2.0-or-later
|
||||
Group: Productivity/Scientific/Math
|
||||
Url: https://gap-packages.github.io/utils
|
||||
|
||||
Source: https://www.gap-system.org/pub/gap/gap4/tar.bz2/packages/utils-%version.tar.bz2
|
||||
URL: https://gap-packages.github.io/utils
|
||||
Source: https://github.com/gap-packages/utils/releases/download/v%{version}/utils-%{version}.tar.gz
|
||||
BuildRequires: gap-rpm-devel
|
||||
BuildRequires: xz
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
Requires: gap-autodoc >= 2020.08.11
|
||||
Requires: gap-core >= 4.10.1
|
||||
Requires: gap-gapdoc >= 1.6.4
|
||||
Requires: gap-polycyclic >= 2.16
|
||||
Suggests: gap-curlInterface >= 2.3.0
|
||||
BuildArch: noarch
|
||||
Requires: gap-core >= 4.8.8
|
||||
Requires: gap-gapdoc >= 1.5.1
|
||||
Requires: gap-polycyclic >= 2.11
|
||||
|
||||
%description
|
||||
The Utils package provides a collection of utility functions gleaned
|
||||
@ -46,6 +46,5 @@ from many packages.
|
||||
%gappkg_simple_install
|
||||
|
||||
%files -f %name.files
|
||||
%defattr(-,root,root)
|
||||
|
||||
%changelog
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:aa95893e70e814ba3e05319096820b3d61582dd7632c039da6a0600f80a0958b
|
||||
size 334807
|
3
utils-0.77.tar.gz
Normal file
3
utils-0.77.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:36bce25db4c0abf10e906d883d00d3aba83ae84149aa036b0fff5099c20481c0
|
||||
size 494638
|
Loading…
x
Reference in New Issue
Block a user