[info=fe189a85098646acb173829add93875275d5cb9cf8f2c8a2e60c19b021e3974b]

OBS-URL: https://build.opensuse.org/package/show/science/gap-congruence?expand=0&rev=15
This commit is contained in:
Jan Engelhardt 2024-08-30 11:48:45 +00:00 committed by Git OBS Bridge
commit 85a1602fd8
7 changed files with 132 additions and 0 deletions

23
.gitattributes vendored Normal file
View 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
View File

@ -0,0 +1 @@
.osc

4
_scmsync.obsinfo Normal file
View File

@ -0,0 +1,4 @@
mtime: 1711397355
commit: fe189a85098646acb173829add93875275d5cb9cf8f2c8a2e60c19b021e3974b
url: https://src.opensuse.org/jengelh/gap-congruence
revision: master

3
build.specials.obscpio Normal file
View File

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

3
congruence-1.2.6.tar.gz Normal file
View File

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

46
gap-congruence.changes Normal file
View File

@ -0,0 +1,46 @@
-------------------------------------------------------------------
Sat Mar 23 20:10:58 UTC 2024 - Jan Engelhardt <jengelh@inai.de>
- Update to release 1.2.6
* Somehow fix PrintObj() function for Farey symbols
-------------------------------------------------------------------
Sun Jun 25 09:24:30 UTC 2023 - Jan Engelhardt <jengelh@inai.de>
- Update to release 1.2.5
* Nothing user visible - janitorial changes only
-------------------------------------------------------------------
Fri Jul 29 10:45:45 UTC 2022 - Jan Engelhardt <jengelh@inai.de>
- Update to release 1.2.4
* CI infrastructure changes
-------------------------------------------------------------------
Mon Apr 25 19:48:19 UTC 2022 - Jan Engelhardt <jengelh@inai.de>
- Update to release 1.2.3
* Add a bunch of trivial implications
-------------------------------------------------------------------
Fri Sep 7 11:11:30 UTC 2018 - Jan Engelhardt <jengelh@inai.de>
- Update to new upstream release 1.2.2
* No changelog was provided, again
-------------------------------------------------------------------
Sat Dec 23 09:36:30 UTC 2017 - jengelh@inai.de
- Update to new upstream release 1.2.1
* No changelog was provided
-------------------------------------------------------------------
Fri Dec 5 18:36:40 UTC 2014 - jengelh@inai.de
- Update to new upstream release 1.1.1
* No user changelog was provided
-------------------------------------------------------------------
Fri May 10 13:47:02 UTC 2013 - jengelh@inai.de
- Initial package (version 1.0.3) for build.opensuse.org

52
gap-congruence.spec Normal file
View File

@ -0,0 +1,52 @@
#
# spec file for package gap-congruence
#
# Copyright (c) 2024 SUSE LLC
#
# 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 https://bugs.opensuse.org/
#
Name: gap-congruence
Version: 1.2.6
Release: 0
Summary: GAP: Congruence subgroups of SL(2,Z)
License: GPL-2.0-or-later
Group: Productivity/Scientific/Math
URL: https://gap-packages.github.io/congruence/
#Git-Clone: https://github.com/gap-packages/congruence
Source: https://github.com/gap-packages/congruence/releases/download/v%version/congruence-%version.tar.gz
BuildRequires: gap-rpm-devel
BuildRequires: xz
BuildArch: noarch
Requires: gap-core >= 4.8
Requires: gap-gapdoc >= 1.5.1
%description
The Congruence package provides functions to construct several types
of canonical congruence subgroups in SL_2(Z), and also intersections
of a finite number of such subgroups. Furthermore, it implements the
algorithm for generating Farey symbols for congruence subgroups and
using them to produce a system of independent generators for these
subgroups.
%prep
%autosetup -n congruence-%version
%build
%install
%gappkg_simple_install
%files -f %name.files
%changelog