Compare commits
4 Commits
Author | SHA256 | Date | |
---|---|---|---|
6c1c361cd2 | |||
eff7543023 | |||
fbc10600ca | |||
69798656b8 |
@@ -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>
|
||||
|
||||
|
@@ -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)
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
BIN
profiling-2.6.2.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
Reference in New Issue
Block a user