1
0
forked from pool/gap-corelg

- Update to release 1.56

OBS-URL: https://build.opensuse.org/package/show/science/gap-corelg?expand=0&rev=6
This commit is contained in:
2022-04-25 19:50:22 +00:00
committed by Git OBS Bridge
parent b6bd7a285a
commit 6cfbf12fdb
4 changed files with 19 additions and 10 deletions

BIN
corelg-1.20.tar.bz2 (Stored with Git LFS)

Binary file not shown.

BIN
corelg-1.56.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Mon Apr 25 19:49:56 UTC 2022 - Jan Engelhardt <jengelh@inai.de>
- Update to release 1.56
* corrected two names of real forms in the IdRealForm
functionality
* new version of RealWeyl (for the connected component of the
real forms of complex adjoint)
* made CarrierAlgsForNilpOrbsInZ(m)Grading
* IdRealForms now also for direct sums of simple real forms
* added NameRealForm, MaximalReductiveSubalgebras
-------------------------------------------------------------------
Sun Feb 22 10:31:11 UTC 2015 - jengelh@inai.de

View File

@@ -1,7 +1,7 @@
#
# spec file for package gap-corelg
#
# Copyright (c) 2013 SUSE LINUX Products 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,16 +17,14 @@
Name: gap-corelg
Version: 1.20
Version: 1.56
Release: 0
Summary: GAP: computation with real Lie groups
License: GPL-2.0+
Group: Productivity/Scientific/Math
URL: http://users.monash.edu/~heikod/corelg/README
Source: https://www.gap-system.org/pub/gap/gap4/tar.bz2/packages/corelg-%version.tar.bz2
Source: https://github.com/gap-packages/corelg/releases/download/v%version/corelg-%version.tar.gz
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: gap-rpm-devel
Requires: gap-core >= 4.4
Requires: gap-sla >= 0.14
@@ -37,7 +35,7 @@ The CoReLG package contains functionality for working with real
semisimple Lie algebras.
%prep
%setup -qn corelg
%autosetup -n corelg-%version
%build
@@ -45,6 +43,5 @@ semisimple Lie algebras.
%gappkg_simple_install
%files -f %name.files
%defattr(-,root,root)
%changelog