Sync from SUSE:SLFO:Main sysprof revision 1ba2797936aa0db63bb898b3fec4458f
This commit is contained in:
parent
2138d15cdd
commit
9fb393414b
2
_service
2
_service
@ -3,7 +3,7 @@
|
|||||||
<service name="obs_scm" mode="manual">
|
<service name="obs_scm" mode="manual">
|
||||||
<param name="scm">git</param>
|
<param name="scm">git</param>
|
||||||
<param name="url">https://gitlab.gnome.org/GNOME/sysprof.git</param>
|
<param name="url">https://gitlab.gnome.org/GNOME/sysprof.git</param>
|
||||||
<param name="revision">47.0</param>
|
<param name="revision">47.2</param>
|
||||||
<param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
|
<param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
|
||||||
<param name="versionrewrite-pattern">v?(.*)\+0</param>
|
<param name="versionrewrite-pattern">v?(.*)\+0</param>
|
||||||
<param name="versionrewrite-replacement">\1</param>
|
<param name="versionrewrite-replacement">\1</param>
|
||||||
|
BIN
sysprof-47.0.obscpio
(Stored with Git LFS)
BIN
sysprof-47.0.obscpio
(Stored with Git LFS)
Binary file not shown.
BIN
sysprof-47.2.obscpio
(Stored with Git LFS)
Normal file
BIN
sysprof-47.2.obscpio
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,3 +1,25 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Nov 28 08:55:10 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||||
|
|
||||||
|
- Update to version 47.2:
|
||||||
|
+ Use pid when generating counter IDs in SysprofCollector.
|
||||||
|
+ Fix potential UB in GtkBitset.
|
||||||
|
+ Avoid UB in bsearch() with no data.
|
||||||
|
+ Increased safety in SysprofDocumentLoader.
|
||||||
|
+ Increased safety when parsing CPU counters with async IO.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Nov 5 08:42:24 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||||
|
|
||||||
|
- Update to version 47.1:
|
||||||
|
+ Webkit counter fixes.
|
||||||
|
+ Add a lost counter for dropped perf events.
|
||||||
|
+ Deprecation fixes for GTK.
|
||||||
|
+ Ignore -1 for CPU/PID in log cells.
|
||||||
|
+ Reduce glib build requirement.
|
||||||
|
+ Ensure dbus-monitor exits after capturing.
|
||||||
|
+ Updated translations.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Sep 17 07:10:11 UTC 2024 - Bjørn Lie <bjorn.lie@gmail.com>
|
Tue Sep 17 07:10:11 UTC 2024 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
name: sysprof
|
name: sysprof
|
||||||
version: 47.0
|
version: 47.2
|
||||||
mtime: 1726280893
|
mtime: 1732727199
|
||||||
commit: 5513868c49b54151b1df3f752a210709322e630c
|
commit: 4e9c5d57242f132c0834a956d6864a31e2ca76ab
|
||||||
|
@ -22,7 +22,7 @@
|
|||||||
%define glib_version 2.76.0
|
%define glib_version 2.76.0
|
||||||
|
|
||||||
Name: sysprof
|
Name: sysprof
|
||||||
Version: 47.0
|
Version: 47.2
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: A system-wide Linux profiler
|
Summary: A system-wide Linux profiler
|
||||||
License: GPL-3.0-or-later AND LGPL-3.0-or-later
|
License: GPL-3.0-or-later AND LGPL-3.0-or-later
|
||||||
|
Loading…
x
Reference in New Issue
Block a user