12
0

[info=d28d133234580307bd68060f739c246ad2014e86ded44955b9abe1a176747bec]

OBS-URL: https://build.opensuse.org/package/show/science/gap-matricesforhomalg?expand=0&rev=22
This commit is contained in:
2024-12-30 20:23:04 +00:00
committed by Git OBS Bridge
commit b42ab68e20
7 changed files with 159 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

BIN
MatricesForHomalg-2024.02-01.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

4
_scmsync.obsinfo Normal file
View File

@@ -0,0 +1,4 @@
mtime: 1711397375
commit: d28d133234580307bd68060f739c246ad2014e86ded44955b9abe1a176747bec
url: https://src.opensuse.org/jengelh/gap-matricesforhomalg
revision: master

BIN
build.specials.obscpio (Stored with Git LFS) Normal file

Binary file not shown.

View File

@@ -0,0 +1,76 @@
-------------------------------------------------------------------
Sat Mar 23 21:56:49 UTC 2024 - Jan Engelhardt <jengelh@inai.de>
- Update to release 2024.02.01
* No changelog was provided
-------------------------------------------------------------------
Sat Feb 11 11:35:01 UTC 2023 - Jan Engelhardt <jengelh@inai.de>
- Update to release 2022.12.01
* No changelog
-------------------------------------------------------------------
Sat Nov 19 22:02:10 UTC 2022 - Jan Engelhardt <jengelh@inai.de>
- Update to release 2022.10.05
* No changelog was provided
-------------------------------------------------------------------
Wed Nov 14 23:58:41 UTC 2018 - Jan Engelhardt <jengelh@inai.de>
- Update to new upstream release 2018.08.25
* Of course - no changelog.
-------------------------------------------------------------------
Mon Feb 5 22:50:17 UTC 2018 - jengelh@inai.de
- Update to new upstream release 2018.01.07
* It does not look like there is ever going to be a changelog.
-------------------------------------------------------------------
Sun Dec 24 17:38:39 UTC 2017 - jengelh@inai.de
- Update to new upstream release 2017.11.03
* No changelog available
-------------------------------------------------------------------
Fri Sep 8 18:30:48 UTC 2017 - jengelh@inai.de
- Update to new upstream release 2017.08.02
* No upstream release was provided
-------------------------------------------------------------------
Tue Dec 8 10:21:23 UTC 2015 - jengelh@inai.de
- Update to new upstream release 2015.11.06
* No upstream changelog was provided, again
-------------------------------------------------------------------
Sun Feb 22 11:17:05 UTC 2015 - jengelh@inai.de
- Update to new upstream release 2015.02.03
* No upstream changelog was provided, again
-------------------------------------------------------------------
Fri Dec 12 12:37:34 UTC 2014 - jengelh@inai.de
- Update to new upstream release 2014.08.26
* No upstream changelog was provided
-------------------------------------------------------------------
Fri Apr 18 10:25:52 UTC 2014 - jengelh@inai.de
- Update to new upstream release 2014.01.29
* No upstream changelog was provided
-------------------------------------------------------------------
Fri Feb 7 16:03:39 UTC 2014 - jengelh@inai.de
- Update to new upstream release 2013.11.20
* No upstream changelog was provided
-------------------------------------------------------------------
Fri May 10 13:47:02 UTC 2013 - jengelh@inai.de
- Split matricesforhomalg (version 2013.04.16) off the gap RPM package

View File

@@ -0,0 +1,49 @@
#
# spec file for package gap-matricesforhomalg
#
# 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-matricesforhomalg
Version: 2024.02.01
%define sillyver 2024.02-01
Release: 0
Summary: GAP: Matrices for the homalg project
License: GPL-2.0-only
Group: Productivity/Scientific/Math
URL: https://homalg-project.github.io/pkg/MatricesForHomalg
#Git-Clone: https://github.com/homalg-project/homalg_project
Source: https://github.com/homalg-project/homalg_project/releases/download/MatricesForHomalg-%sillyver/MatricesForHomalg-%sillyver.tar.gz
BuildArch: noarch
BuildRequires: gap-rpm-devel
Requires: gap-core >= 4.12.1
Requires: gap-gapdoc >= 1.0
Requires: gap-toolsforhomalg >= 2023.11.01
%description
The MatricesForHomalg package provides lazy evaluated matrices with
clever operations for the homalg project.
%prep
%autosetup -n MatricesForHomalg-%sillyver
%build
%install
%gappkg_simple_install
%files -f %name.files
%changelog