1
0
forked from pool/gap-cubefree

- Update to release 1.19

OBS-URL: https://build.opensuse.org/package/show/science/gap-cubefree?expand=0&rev=7
This commit is contained in:
Jan Engelhardt 2022-07-05 09:50:03 +00:00 committed by Git OBS Bridge
parent c524dadcd2
commit a204fa10d4
4 changed files with 19 additions and 15 deletions

3
cubefree-1.19.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:993f420922b48c9ab4f7e77c6de50041ebcf1cd6d13376a940ecd84684255676
size 222847

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f557ca40cf07d7aa011d5c8c525e78a4ef127a1d362b7e508b0ab714b32e1f20
size 341829

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue Jul 5 09:49:43 UTC 2022 - Jan Engelhardt <jengelh@inai.de>
- Update to release 1.19
* No changelog was provided as usual
-------------------------------------------------------------------
Fri Sep 7 12:29:44 UTC 2018 - Jan Engelhardt <jengelh@inai.de>

View File

@ -1,7 +1,7 @@
#
# spec file for package gap-cubefree
#
# 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,21 +17,21 @@
Name: gap-cubefree
Summary: GAP: Construction of groups of a given cubefree order
Version: 1.17
Version: 1.19
Release: 0
Summary: GAP: Construction of groups of a given cubefree order
License: GPL-2.0+
Group: Productivity/Scientific/Math
Url: http://users.monash.edu.au/~heikod/cubefree.html
URL: https://gap-packages.github.io/cubefree/
#Git-Clone: https://github.com/gap-packages/cubefree
Source: https://www.gap-system.org/pub/gap/gap4/tar.bz2/packages/cubefree%version.tar.bz2
Source: https://github.com/gap-packages/cubefree/releases/download/v%version/cubefree-%version.tar.gz
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: gap-rpm-devel
BuildRequires: xz
Requires: gap-core >= 4.3
Requires: gap-grpconst >= 1.0
Requires: gap-polycyclic >= 1.0
Requires: gap-core >= 4.8
Requires: gap-grpconst >= 2.5
Requires: gap-polycyclic >= 2.11
%description
The Cubefree package contains methods to construct up to isomorphism
@ -45,15 +45,13 @@ rewrites the absolutely irreducible matrix group G (over a finite
field) over a minimal subfield.
%prep
%setup -qn cubefree
%autosetup -n cubefree-%version
%build
find . -type f -name "*~" -delete
%install
%gappkg_simple_install
%files -f %name.files
%defattr(-,root,root)
%changelog