1
0
forked from pool/gap-profiling

7 Commits

4 changed files with 48 additions and 11 deletions

View File

@@ -1,3 +1,38 @@
-------------------------------------------------------------------
Sat Jun 21 23:46:56 UTC 2025 - Jan Engelhardt <jengelh@inai.de>
- Update to release 2.6.2
* No user-visible changes
-------------------------------------------------------------------
Thu Jun 19 10:45:38 UTC 2025 - Jan Engelhardt <jengelh@inai.de>
- Update to release 2.6.1
* GCC 15 support
-------------------------------------------------------------------
Thu Feb 27 23:00:16 UTC 2025 - Jan Engelhardt <jengelh@inai.de>
- Make specfile conform to POSIX sh
-------------------------------------------------------------------
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>

View File

@@ -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.2
Release: 0
Summary: GAP: Line-by-line profiling and code coverage for GAP
License: CDDL-1.0 AND MIT
@@ -26,9 +26,10 @@ 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-devel >= 4.12
BuildRequires: gap-rpm-devel
Requires: gap-core >= 4.10
BuildRequires: python-rpm-macros
Requires: gap-core >= 4.12
Requires: gap-gapdoc >= 1.5
Requires: gap-io >= 4.4.4
@@ -36,15 +37,16 @@ Requires: gap-io >= 4.4.4
Line by line profiling and code coverage for GAP.
%prep
%autosetup -n profiling-%version
%autosetup -n profiling-%version -p1
%build
./configure --with-gaproot="%gapdir"
%make_build
%install
%gappkg_simple_install
pushd "%buildroot/$moddir"
rm -Rf src
popd
rm -Rf "%buildroot/$moddir/src"
%python3_fix_shebang_path %buildroot/%_libdir/gap/pkg/profiling-%version/FlameGraph/*
%files -f %name.files

Binary file not shown.

BIN
profiling-2.6.2.tar.gz LFS Normal file

Binary file not shown.