forked from pool/gap-profiling
Compare commits
3 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
|
56da042181
|
|||
|
7416e88bb1
|
|||
| a86f88fc23 |
@@ -1,3 +1,21 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 22 14:06:33 UTC 2025 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
|
||||
- BuildRequire python-rpm-macros: required for the
|
||||
python3_fix_shebang macro.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
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>
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package gap-profiling
|
||||
#
|
||||
# Copyright (c) 2023 SUSE LLC
|
||||
# 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
|
||||
@@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: gap-profiling
|
||||
Version: 2.5.4
|
||||
Version: 2.6.0
|
||||
Release: 0
|
||||
Summary: GAP: Line-by-line profiling and code coverage for GAP
|
||||
License: CDDL-1.0 AND MIT
|
||||
@@ -28,6 +28,7 @@ Source: https://github.com/gap-packages/profiling/releases/download/v%ve
|
||||
BuildRequires: c++_compiler
|
||||
BuildRequires: gap-devel
|
||||
BuildRequires: gap-rpm-devel
|
||||
BuildRequires: python-rpm-macros
|
||||
Requires: gap-core >= 4.10
|
||||
Requires: gap-gapdoc >= 1.5
|
||||
Requires: gap-io >= 4.4.4
|
||||
@@ -45,6 +46,7 @@ Line by line profiling and code coverage for GAP.
|
||||
pushd "%buildroot/$moddir"
|
||||
rm -Rf src
|
||||
popd
|
||||
%python3_fix_shebang_path %{buildroot}%{_libdir}/gap/pkg/profiling-%{version}/FlameGraph/*
|
||||
|
||||
%files -f %name.files
|
||||
|
||||
|
||||
BIN
profiling-2.5.4.tar.gz
LFS
BIN
profiling-2.5.4.tar.gz
LFS
Binary file not shown.
BIN
profiling-2.6.0.tar.gz
LFS
Normal file
BIN
profiling-2.6.0.tar.gz
LFS
Normal file
Binary file not shown.
Reference in New Issue
Block a user