From c1b38a6377a2ec7c3d62d4561b6cd743a0dbd0aee821edf709926f4847a0b3a2 Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Wed, 22 Jan 2025 13:48:25 +0000 Subject: [PATCH] [info=7416e88bb10f3660ac62305af708cb0c2bf407304669e85365146892694654ec] OBS-URL: https://build.opensuse.org/package/show/science/gap-profiling?expand=0&rev=9 --- .gitattributes | 23 +++++++++++++++++++ .gitignore | 1 + _scmsync.obsinfo | 4 ++++ build.specials.obscpio | 3 +++ gap-profiling.changes | 37 ++++++++++++++++++++++++++++++ gap-profiling.spec | 52 ++++++++++++++++++++++++++++++++++++++++++ profiling-2.6.0.tar.gz | 3 +++ 7 files changed, 123 insertions(+) create mode 100644 .gitattributes create mode 100644 .gitignore create mode 100644 _scmsync.obsinfo create mode 100644 build.specials.obscpio create mode 100644 gap-profiling.changes create mode 100644 gap-profiling.spec create mode 100644 profiling-2.6.0.tar.gz diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..9b03811 --- /dev/null +++ b/.gitattributes @@ -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 diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..57affb6 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.osc diff --git a/_scmsync.obsinfo b/_scmsync.obsinfo new file mode 100644 index 0000000..a6c6b9e --- /dev/null +++ b/_scmsync.obsinfo @@ -0,0 +1,4 @@ +mtime: 1737549060 +commit: 7416e88bb10f3660ac62305af708cb0c2bf407304669e85365146892694654ec +url: https://src.opensuse.org/jengelh/gap-profiling +revision: master diff --git a/build.specials.obscpio b/build.specials.obscpio new file mode 100644 index 0000000..f0aab3e --- /dev/null +++ b/build.specials.obscpio @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:818ef83fe03d25ec4627451adc0a30285ee561102772d2271b1438bb353abbbb +size 256 diff --git a/gap-profiling.changes b/gap-profiling.changes new file mode 100644 index 0000000..9fc5bcb --- /dev/null +++ b/gap-profiling.changes @@ -0,0 +1,37 @@ +------------------------------------------------------------------- +Wed Jan 22 12:30:07 UTC 2025 - Dominique Leuenberger + +- Fix shebang of …/FlameGraph/stackcollapse-chrome-tracing.py to + not pull in python2. + +------------------------------------------------------------------- +Tue Aug 27 19:37:51 UTC 2024 - Jan Engelhardt + +- Update to release 2.6.0 + * Improve output formatting + +------------------------------------------------------------------- +Thu Jun 29 02:00:02 UTC 2023 - Jan Engelhardt + +- Update to release 2.5.4 + * No user-visible changes + +------------------------------------------------------------------- +Wed Jun 28 12:09:44 UTC 2023 - Jan Engelhardt + +- 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 + +- 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 + +- Initial package (version 2.5.1) for build.opensuse.org diff --git a/gap-profiling.spec b/gap-profiling.spec new file mode 100644 index 0000000..72167a7 --- /dev/null +++ b/gap-profiling.spec @@ -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 diff --git a/profiling-2.6.0.tar.gz b/profiling-2.6.0.tar.gz new file mode 100644 index 0000000..fd52038 --- /dev/null +++ b/profiling-2.6.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6bdb7e3e908c45d4b683be4fbb60a733ec75a171c242e16251d5ed8602cac43a +size 395651