Files
sysprof/_service
Dominique Leuenberger c4953a9740 - Update to version 49.0:
+ Disable unloading of libraries linking libsysprof-capture as it
    uses TLS in intrusive ways
  + Updated translations.
- Update to version 49.rc:
  + Ensure libdex is initialized in various tools.
  + Add support for building introspection and documentation. This
    really is just used for developers of Sysprof, so it is
    unlikely that distributions will want to install this.
  + Make debuginfod symbolizer work with recent GObject changes.
  + Fix warnings when building with Clang
  + Use app metadata instead of appinfo
  + Ensure counters clear ring buffer before writing new values
- Changes from version 49.alpha:
  + Various improvements to the greeter window
  + New filtering for various types of marks
  + Instrument improvements
  + Ability to avoid using sysprofd in some specific use cases
  + Desktop file/action integration improvements
  + mmap fixes for HPPA architecture
  + Improve ELF loader search directories
  + Updated translations.

OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/sysprof?expand=0&rev=95
2025-09-17 15:54:32 +00:00

20 lines
712 B
XML

<?xml version="1.0"?>
<services>
<service name="obs_scm" mode="manual">
<param name="scm">git</param>
<param name="url">https://gitlab.gnome.org/GNOME/sysprof.git</param>
<param name="revision">49.0</param>
<param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
<param name="versionrewrite-pattern">v?(.*)\+0</param>
<param name="versionrewrite-replacement">\1</param>
<!-- <param name="changesgenerate">enable</param> -->
</service>
<service name="tar" mode="buildtime"/>
<service name="recompress" mode="buildtime">
<param name="file">*.tar</param>
<param name="compression">zst</param>
</service>
<service name="set_version" mode="manual" />
</services>