4 Commits

Author SHA256 Message Date
6c1c361cd2 gap-profiling 2.6.2 2025-06-22 01:48:15 +02:00
eff7543023 gap-profiling 2.6.1 2025-06-19 13:17:51 +02:00
fbc10600ca Add gcc15.patch 2025-06-18 20:23:02 +02:00
69798656b8 POSIX sh compatibility 2025-02-28 00:01:31 +01:00
4 changed files with 28 additions and 11 deletions

View File

@@ -1,3 +1,20 @@
-------------------------------------------------------------------
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>

View File

@@ -17,7 +17,7 @@
Name: gap-profiling
Version: 2.6.0
Version: 2.6.2
Release: 0
Summary: GAP: Line-by-line profiling and code coverage for GAP
License: CDDL-1.0 AND MIT
@@ -26,10 +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
BuildRequires: python-rpm-macros
Requires: gap-core >= 4.10
Requires: gap-core >= 4.12
Requires: gap-gapdoc >= 1.5
Requires: gap-io >= 4.4.4
@@ -37,16 +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
%python3_fix_shebang_path %{buildroot}%{_libdir}/gap/pkg/profiling-%{version}/FlameGraph/*
rm -Rf "%buildroot/$moddir/src"
%python3_fix_shebang_path %buildroot/%_libdir/gap/pkg/profiling-%version/FlameGraph/*
%files -f %name.files

BIN
profiling-2.6.0.tar.gz (Stored with Git LFS)

Binary file not shown.

BIN
profiling-2.6.2.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.