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:
@@ -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
|
||||
|
Reference in New Issue
Block a user