diff --git a/gap-laguna.changes b/gap-laguna.changes index f35a0db..1865574 100644 --- a/gap-laguna.changes +++ b/gap-laguna.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Sat Nov 19 00:23:45 UTC 2022 - Jan Engelhardt + +- 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 diff --git a/gap-laguna.spec b/gap-laguna.spec index 8d4332c..4ccac28 100644 --- a/gap-laguna.spec +++ b/gap-laguna.spec @@ -1,7 +1,7 @@ # # 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 # remain the property of their copyright owners, unless otherwise agreed @@ -17,20 +17,19 @@ Name: gap-laguna -Version: 3.9.0 +Version: 3.9.5 Release: 0 Summary: GAP: Lie AlGebras and UNits of group Algebras License: GPL-2.0-or-later Group: Productivity/Scientific/Math -Url: http://www.cs.st-andrews.ac.uk/~alexk/laguna.htm - -Source: https://www.gap-system.org/pub/gap/gap4/tar.bz2/packages/laguna-%version.tar.bz2 +URL: https://gap-packages.github.io/laguna/ +#Git-Clone: https://github.com/gap-packages/laguna +Source: https://github.com/gap-packages/laguna/releases/download/v%version/laguna-%version.tar.gz BuildArch: noarch -BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: gap-rpm-devel -Requires: gap-core >= 4.8 -Requires: gap-gapdoc >= 1.5.1 -Suggests: gap-sophus >= 1.2 +Requires: gap-core >= 4.9 +Requires: gap-gapdoc >= 1.6.1 +Suggests: gap-sophus >= 1.24 %description 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. %prep -%setup -qn laguna-%version +%autosetup -n laguna-%version %build @@ -51,6 +50,5 @@ rm -Rf scripts %gappkg_simple_install %files -f %name.files -%defattr(-,root,root) %changelog diff --git a/laguna-3.9.0.tar.bz2 b/laguna-3.9.0.tar.bz2 deleted file mode 100644 index 1b056e7..0000000 --- a/laguna-3.9.0.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ebbb4d39b53db0f546c0e2ae23a76a66b5de6a15d3039b93d7fac9f1b5250405 -size 447522 diff --git a/laguna-3.9.5.tar.gz b/laguna-3.9.5.tar.gz new file mode 100644 index 0000000..d527ef5 --- /dev/null +++ b/laguna-3.9.5.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bba2a2354c548685e0085a385d6027927add32014c28ca5e3127539b68cd87bf +size 512514