- 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:
parent
b6bd7a285a
commit
6cfbf12fdb
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:20cdd349293f56ff07178f2dd7ac1b18d7bced361196509abbef6a5ebc1a081d
|
|
||||||
size 818643
|
|
3
corelg-1.56.tar.gz
Normal file
3
corelg-1.56.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:06ee7fc8faf147e38f61a01c0178b061ed37f922dce4f065c6451f179865185f
|
||||||
|
size 1382884
|
@ -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
|
Sun Feb 22 10:31:11 UTC 2015 - jengelh@inai.de
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package gap-corelg
|
# 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
|
# 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,16 +17,14 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: gap-corelg
|
Name: gap-corelg
|
||||||
Version: 1.20
|
Version: 1.56
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: GAP: computation with real Lie groups
|
Summary: GAP: computation with real Lie groups
|
||||||
License: GPL-2.0+
|
License: GPL-2.0+
|
||||||
Group: Productivity/Scientific/Math
|
Group: Productivity/Scientific/Math
|
||||||
URL: http://users.monash.edu/~heikod/corelg/README
|
URL: http://users.monash.edu/~heikod/corelg/README
|
||||||
|
Source: https://github.com/gap-packages/corelg/releases/download/v%version/corelg-%version.tar.gz
|
||||||
Source: https://www.gap-system.org/pub/gap/gap4/tar.bz2/packages/corelg-%version.tar.bz2
|
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
||||||
BuildRequires: gap-rpm-devel
|
BuildRequires: gap-rpm-devel
|
||||||
Requires: gap-core >= 4.4
|
Requires: gap-core >= 4.4
|
||||||
Requires: gap-sla >= 0.14
|
Requires: gap-sla >= 0.14
|
||||||
@ -37,7 +35,7 @@ The CoReLG package contains functionality for working with real
|
|||||||
semisimple Lie algebras.
|
semisimple Lie algebras.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -qn corelg
|
%autosetup -n corelg-%version
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
|
||||||
@ -45,6 +43,5 @@ semisimple Lie algebras.
|
|||||||
%gappkg_simple_install
|
%gappkg_simple_install
|
||||||
|
|
||||||
%files -f %name.files
|
%files -f %name.files
|
||||||
%defattr(-,root,root)
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
Reference in New Issue
Block a user