Accepting request 522391 from science
renamed upstream, follow suit in OBS OBS-URL: https://build.opensuse.org/request/show/522391 OBS-URL: https://build.opensuse.org/package/show/science/gap-groupoids?expand=0&rev=1
This commit is contained in:
commit
a407a64e35
23
.gitattributes
vendored
Normal file
23
.gitattributes
vendored
Normal file
@ -0,0 +1,23 @@
|
||||
## Default LFS
|
||||
*.7z filter=lfs diff=lfs merge=lfs -text
|
||||
*.bsp filter=lfs diff=lfs merge=lfs -text
|
||||
*.bz2 filter=lfs diff=lfs merge=lfs -text
|
||||
*.gem filter=lfs diff=lfs merge=lfs -text
|
||||
*.gz filter=lfs diff=lfs merge=lfs -text
|
||||
*.jar filter=lfs diff=lfs merge=lfs -text
|
||||
*.lz filter=lfs diff=lfs merge=lfs -text
|
||||
*.lzma filter=lfs diff=lfs merge=lfs -text
|
||||
*.obscpio filter=lfs diff=lfs merge=lfs -text
|
||||
*.oxt filter=lfs diff=lfs merge=lfs -text
|
||||
*.pdf filter=lfs diff=lfs merge=lfs -text
|
||||
*.png filter=lfs diff=lfs merge=lfs -text
|
||||
*.rpm filter=lfs diff=lfs merge=lfs -text
|
||||
*.tbz filter=lfs diff=lfs merge=lfs -text
|
||||
*.tbz2 filter=lfs diff=lfs merge=lfs -text
|
||||
*.tgz filter=lfs diff=lfs merge=lfs -text
|
||||
*.ttf filter=lfs diff=lfs merge=lfs -text
|
||||
*.txz filter=lfs diff=lfs merge=lfs -text
|
||||
*.whl filter=lfs diff=lfs merge=lfs -text
|
||||
*.xz filter=lfs diff=lfs merge=lfs -text
|
||||
*.zip filter=lfs diff=lfs merge=lfs -text
|
||||
*.zst filter=lfs diff=lfs merge=lfs -text
|
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
||||
.osc
|
89
gap-groupoids.changes
Normal file
89
gap-groupoids.changes
Normal file
@ -0,0 +1,89 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 8 17:18:11 UTC 2017 - jengelh@inai.de
|
||||
|
||||
- The package was renamed from gpd to groupoids upstream
|
||||
- Update to new upstream release 1.51
|
||||
* added various methods for String, ViewString, PrintString
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Apr 29 21:31:04 UTC 2017 - jengelh@inai.de
|
||||
|
||||
- Update to new upstream release 1.46
|
||||
* Removed method for IsCommutative from gpd.gi which was causing
|
||||
slowdown in the main GAP tests.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 21 15:07:05 UTC 2016 - jengelh@inai.de
|
||||
|
||||
- Update to new upstream release 1.45
|
||||
* improved RestrictedMappingGroupoids
|
||||
* Added IsomorphismStandardGroupoid to gpdhom.g{d,i};
|
||||
GroupoidAutomorphismByRayImages->GroupoidAutomorphismByRayShifts;
|
||||
SinglePieceGroupoidByGenerators->SinglePiceSubgroupoidByGenerators;
|
||||
improved RestrictedMappingGroupoids
|
||||
* ImagesOfRays renamed ImageElementsOfRays
|
||||
* Replaced Image(hom,x) with ImageElm(hom,x) throughout
|
||||
* Moved AutomorphismGroup methods to AutomorphismGroupOfGroupoid
|
||||
* Added EmbeddingsInNiceObject
|
||||
* Converted cases of \in to new InAutomorphismGroupOfGroupoid
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Jun 19 11:18:00 UTC 2016 - jengelh@inai.de
|
||||
|
||||
- Update to new upstream release 1.43
|
||||
* dealt with new diffs in test files
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 11 22:28:22 UTC 2016 - jengelh@inai.de
|
||||
|
||||
- Update to new upstream release 1.42
|
||||
* new method for ObjectGroupHomomorphism
|
||||
* converted RootObject from an operation to an attribute
|
||||
* renamed IsDigraph etc as GpdIsDigraph
|
||||
* RestrictionMappingGroupoids -> RestrictedMappingGroupoids
|
||||
* added method for WeightedAdjacencyMatrix for FpWeightedDigraphs
|
||||
* added PrintObj & Viewobj for groupoid right cosets
|
||||
* removed RestrictionMappingGroups: now GeneralRestrictedMapping
|
||||
* replacing test IsScalar for objects with IsObject/IsSet
|
||||
added examples in section 4.1.1 where the objects are
|
||||
free group generators or strings
|
||||
* Added method for ImagesRepresentative( gpdhom, arrow )
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 4 09:10:56 UTC 2015 - jengelh@inai.de
|
||||
|
||||
- Update to new upstream release 1.34
|
||||
* added method for GeneratorsOfMagma for a magma with objects
|
||||
* attempted fix of problem with NormalFormGGRWS
|
||||
* PackageInfo.g: Kan is now an accepted package
|
||||
* converted the bibliography to BibXMLext format and added an URL
|
||||
to Emma's thesis (moore.ps.gz)
|
||||
* changed 'InversesIfNonzero' to 'Inverse' in category names
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Feb 22 10:35:23 UTC 2015 - jengelh@inai.de
|
||||
|
||||
- Update to new upstream release 1.31
|
||||
* rays were inadvertently arrows, so swapped the names:
|
||||
RaysOfGroupoid with RayElementsOfGroupoid
|
||||
* added second Kd8method for IsHomogeneousDomainWithObjects
|
||||
* renamed MultiplicativeElementWithObjects as Arrow,
|
||||
IsElementOfMagmaWithObjects as IsArrowIn,
|
||||
GroupoidElement no longer needed: use Arrow,
|
||||
IdentityElement as IdentityArrow,
|
||||
ConjugateGroupoidElement as ConjugateArrow.
|
||||
* changed Arrow to ArrowNC in GeneratorsOfMagmaWithObjects
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 5 16:32:24 UTC 2014 - jengelh@inai.de
|
||||
|
||||
- Update to new upstream release 1.22
|
||||
* Adjusted flip function in mwohom.g and mwohom.tst.
|
||||
* Added method for ImageElm for mwohoms and more than one piece.
|
||||
* Added IsElementOfMagmaWithObjects (in place of \in).
|
||||
* Renamed Arrowelt -> ElementOfArrow, etc.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri May 10 13:47:02 UTC 2013 - jengelh@inai.de
|
||||
|
||||
- Split gpd (version 1.19) off the gap RPM package
|
54
gap-groupoids.spec
Normal file
54
gap-groupoids.spec
Normal file
@ -0,0 +1,54 @@
|
||||
#
|
||||
# spec file for package gap-groupoids
|
||||
#
|
||||
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
# upon. The license for this file, and modifications and additions to the
|
||||
# file, is the same license as for the pristine package itself (unless the
|
||||
# license for the pristine package is not an Open Source License, in which
|
||||
# case the license is the MIT License). An "Open Source License" is a
|
||||
# license that conforms to the Open Source Definition (Version 1.9)
|
||||
# published by the Open Source Initiative.
|
||||
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
Name: gap-groupoids
|
||||
Summary: GAP: Groupoids, graphs of groups, and graphs of groupoids
|
||||
Version: 1.51
|
||||
Release: 0
|
||||
License: GPL-2.0+
|
||||
Group: Productivity/Scientific/Math
|
||||
URL: https://gap-packages.github.io/groupoids/
|
||||
|
||||
Source: http://www.gap-system.org/pub/gap/gap4/tar.bz2/packages/groupoids-%version.tar.bz2
|
||||
BuildArch: noarch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildRequires: gap-rpm-devel
|
||||
Requires: gap-core >= 4.8.7
|
||||
Requires: gap-fga >= 1.3.1
|
||||
Requires: gap-gapdoc >= 1.5.1
|
||||
Suggests: gap-semigroups >= 2.8.0
|
||||
|
||||
%description
|
||||
This package allows for the computation of finite groupoids, both
|
||||
connected and with several components. Graphs of groups and graphs of
|
||||
groupoids are also constructed, allowing the calculation of normal
|
||||
forms for Free Products with Amalgamation and for HNN extensions when
|
||||
the initial groups have rewriting systems.
|
||||
|
||||
%prep
|
||||
%setup -qn groupoids-%version
|
||||
|
||||
%build
|
||||
|
||||
%install
|
||||
%gappkg_simple_install
|
||||
|
||||
%files -f %name.files
|
||||
%defattr(-,root,root)
|
||||
|
||||
%changelog
|
3
groupoids-1.51.tar.bz2
Normal file
3
groupoids-1.51.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c33582fe4492394afb61b8fda736ae526cbe47afb05f9eb5acf5102425daab79
|
||||
size 503744
|
Loading…
Reference in New Issue
Block a user