forked from pool/gap-laguna
- Update to release 3.9.5
OBS-URL: https://build.opensuse.org/package/show/science/gap-laguna?expand=0&rev=9
This commit is contained in:
parent
ccb3db5965
commit
32c5afa7c2
@ -1,3 +1,15 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Nov 19 00:23:45 UTC 2022 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
- Update to release 3.9.5
|
||||||
|
* Fix a bug in `Inverse` for non-normalized units.
|
||||||
|
* Turn `IsGroupOfUnitsOfMagmaRing`, `IsUnitGroupOfGroupRing`
|
||||||
|
and `IsNormalizedUnitGroupOfGroupRing` properties into
|
||||||
|
categories.
|
||||||
|
* Turn `IsSymmetric`, `IsUnitary` into properties.
|
||||||
|
* Implement computation of MIP-related invariants of p-groups
|
||||||
|
and their modular group algebras.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Nov 14 23:35:39 UTC 2018 - Jan Engelhardt <jengelh@inai.de>
|
Wed Nov 14 23:35:39 UTC 2018 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package gap-laguna
|
# spec file for package gap-laguna
|
||||||
#
|
#
|
||||||
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2022 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -17,20 +17,19 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: gap-laguna
|
Name: gap-laguna
|
||||||
Version: 3.9.0
|
Version: 3.9.5
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: GAP: Lie AlGebras and UNits of group Algebras
|
Summary: GAP: Lie AlGebras and UNits of group Algebras
|
||||||
License: GPL-2.0-or-later
|
License: GPL-2.0-or-later
|
||||||
Group: Productivity/Scientific/Math
|
Group: Productivity/Scientific/Math
|
||||||
Url: http://www.cs.st-andrews.ac.uk/~alexk/laguna.htm
|
URL: https://gap-packages.github.io/laguna/
|
||||||
|
#Git-Clone: https://github.com/gap-packages/laguna
|
||||||
Source: https://www.gap-system.org/pub/gap/gap4/tar.bz2/packages/laguna-%version.tar.bz2
|
Source: https://github.com/gap-packages/laguna/releases/download/v%version/laguna-%version.tar.gz
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
||||||
BuildRequires: gap-rpm-devel
|
BuildRequires: gap-rpm-devel
|
||||||
Requires: gap-core >= 4.8
|
Requires: gap-core >= 4.9
|
||||||
Requires: gap-gapdoc >= 1.5.1
|
Requires: gap-gapdoc >= 1.6.1
|
||||||
Suggests: gap-sophus >= 1.2
|
Suggests: gap-sophus >= 1.24
|
||||||
|
|
||||||
%description
|
%description
|
||||||
LAGUNA extends GAP functionality for computations in group rings.
|
LAGUNA extends GAP functionality for computations in group rings.
|
||||||
@ -42,7 +41,7 @@ the structure of the normalized unit group of a group algebra of a
|
|||||||
finite p-group over the field of p elements.
|
finite p-group over the field of p elements.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -qn laguna-%version
|
%autosetup -n laguna-%version
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
|
||||||
@ -51,6 +50,5 @@ rm -Rf scripts
|
|||||||
%gappkg_simple_install
|
%gappkg_simple_install
|
||||||
|
|
||||||
%files -f %name.files
|
%files -f %name.files
|
||||||
%defattr(-,root,root)
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:ebbb4d39b53db0f546c0e2ae23a76a66b5de6a15d3039b93d7fac9f1b5250405
|
|
||||||
size 447522
|
|
3
laguna-3.9.5.tar.gz
Normal file
3
laguna-3.9.5.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:bba2a2354c548685e0085a385d6027927add32014c28ca5e3127539b68cd87bf
|
||||||
|
size 512514
|
Loading…
Reference in New Issue
Block a user