[info=7416e88bb10f3660ac62305af708cb0c2bf407304669e85365146892694654ec]
OBS-URL: https://build.opensuse.org/package/show/science/gap-profiling?expand=0&rev=9
This commit is contained in:
commit
c1b38a6377
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
|
4
_scmsync.obsinfo
Normal file
4
_scmsync.obsinfo
Normal file
@ -0,0 +1,4 @@
|
||||
mtime: 1737549060
|
||||
commit: 7416e88bb10f3660ac62305af708cb0c2bf407304669e85365146892694654ec
|
||||
url: https://src.opensuse.org/jengelh/gap-profiling
|
||||
revision: master
|
3
build.specials.obscpio
Normal file
3
build.specials.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:818ef83fe03d25ec4627451adc0a30285ee561102772d2271b1438bb353abbbb
|
||||
size 256
|
37
gap-profiling.changes
Normal file
37
gap-profiling.changes
Normal file
@ -0,0 +1,37 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 22 12:30:07 UTC 2025 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
|
||||
- Fix shebang of …/FlameGraph/stackcollapse-chrome-tracing.py to
|
||||
not pull in python2.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 27 19:37:51 UTC 2024 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
- Update to release 2.6.0
|
||||
* Improve output formatting
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jun 29 02:00:02 UTC 2023 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
- Update to release 2.5.4
|
||||
* No user-visible changes
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 28 12:09:44 UTC 2023 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
- Update to release 2.5.3
|
||||
* Show bad line and file when profiles are corrupted
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Jun 25 09:48:56 UTC 2023 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
- Update to release 2.5.2
|
||||
* Support profiling format change when VISITED_STAT was removed
|
||||
in core GAP
|
||||
* Remove test in package for coloured printing of functions
|
||||
(which was in GAP core, and is now removed)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Feb 12 10:31:05 UTC 2023 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
- Initial package (version 2.5.1) for build.opensuse.org
|
52
gap-profiling.spec
Normal file
52
gap-profiling.spec
Normal file
@ -0,0 +1,52 @@
|
||||
#
|
||||
# spec file for package gap-profiling
|
||||
#
|
||||
# Copyright (c) 2025 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-profiling
|
||||
Version: 2.6.0
|
||||
Release: 0
|
||||
Summary: GAP: Line-by-line profiling and code coverage for GAP
|
||||
License: CDDL-1.0 AND MIT
|
||||
Group: Productivity/Scientific/Math
|
||||
URL: https://gap-packages.github.io/profiling/
|
||||
#Git-Clone: https://github.com/gap-packages/profiling
|
||||
Source: https://github.com/gap-packages/profiling/releases/download/v%version/profiling-%version.tar.gz
|
||||
BuildRequires: c++_compiler
|
||||
BuildRequires: gap-devel
|
||||
BuildRequires: gap-rpm-devel
|
||||
Requires: gap-core >= 4.10
|
||||
Requires: gap-gapdoc >= 1.5
|
||||
Requires: gap-io >= 4.4.4
|
||||
|
||||
%description
|
||||
Line by line profiling and code coverage for GAP.
|
||||
|
||||
%prep
|
||||
%autosetup -n profiling-%version
|
||||
|
||||
%build
|
||||
|
||||
%install
|
||||
%gappkg_simple_install
|
||||
pushd "%buildroot/$moddir"
|
||||
rm -Rf src
|
||||
popd
|
||||
%python3_fix_shebang_path %{buildroot}%{_libdir}/gap/pkg/profiling-%{version}/FlameGraph/*
|
||||
|
||||
%files -f %name.files
|
||||
|
||||
%changelog
|
BIN
profiling-2.6.0.tar.gz
(Stored with Git LFS)
Normal file
BIN
profiling-2.6.0.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user