Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package sysprof for openSUSE:Factory checked 
in at 2026-04-10 17:50:30
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/sysprof (Old)
 and      /work/SRC/openSUSE:Factory/.sysprof.new.21863 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "sysprof"

Fri Apr 10 17:50:30 2026 rev:43 rq:1345419 version:50.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/sysprof/sysprof.changes  2025-09-24 
15:25:14.906792828 +0200
+++ /work/SRC/openSUSE:Factory/.sysprof.new.21863/sysprof.changes       
2026-04-10 17:55:27.375886716 +0200
@@ -1,0 +2,36 @@
+Fri Mar 20 16:09:55 UTC 2026 - Dominique Leuenberger <[email protected]>
+
+- Migrate to xz compression and manual service run
+
+-------------------------------------------------------------------
+Tue Mar 17 08:52:12 UTC 2026 - Bjørn Lie <[email protected]>
+
+- Update to version 50.0:
+  + Updated translations.
+
+-------------------------------------------------------------------
+Tue Feb 24 07:48:16 UTC 2026 - Dominique Leuenberger <[email protected]>
+
+- Update to version 50.rc:
+  + Updated translations.
+
+-------------------------------------------------------------------
+Tue Feb 10 13:13:04 UTC 2026 - Dominique Leuenberger <[email protected]>
+
+- Update to version 50.beta:
+  + Port to AdwShortcutsDialog
+  + Ignore process 0 by default on aarch64
+  + Fix typo in libsysprof-capture public typedef
+- Changes from version 50.alpha:
+  + Mark chart improvements with filtering and ability to hide mark
+    groups
+  + Recording template cleanup and simplification
+  + Improved discoverability with additional keywords in appdata
+  + Fix compiler warnings for integer conversions
+  + Version macros added to libsysprof-capture
+  + Counter ring buffer memory cleanup
+  + Minimum GTK version bumped to 4.19.4
+  + CI build integration updates
+  + Updated translations
+
+-------------------------------------------------------------------

Old:
----
  sysprof-49.0.obscpio

New:
----
  _scmsync.obsinfo
  build.specials.obscpio
  sysprof-50.0.tar.xz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ sysprof.spec ++++++
--- /var/tmp/diff_new_pack.yuUKnt/_old  2026-04-10 17:55:28.131917972 +0200
+++ /var/tmp/diff_new_pack.yuUKnt/_new  2026-04-10 17:55:28.135918138 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package sysprof
 #
-# Copyright (c) 2025 SUSE LLC and contributors
+# Copyright (c) 2026 SUSE LLC and contributors
 # Copyright (c) 2016 Bjørn Lie, Bryne, Norway.
 #
 # All modifications and additions to the file contributed by third parties
@@ -22,13 +22,13 @@
 %define glib_version 2.76.0
 
 Name:           sysprof
-Version:        49.0
+Version:        50.0
 Release:        0
 Summary:        A system-wide Linux profiler
 License:        GPL-3.0-or-later AND LGPL-3.0-or-later
 Group:          Development/Tools/Debuggers
 URL:            https://wiki.gnome.org/Apps/Sysprof
-Source0:        sysprof-%{version}.tar.zst
+Source0:        sysprof-%{version}.tar.xz
 Patch0:         harden_sysprof3.service.patch
 Patch1:         explicitly-include-unistd.patch
 
@@ -47,7 +47,7 @@
 BuildRequires:  pkgconfig(gio-2.0) >= %{glib_version}
 BuildRequires:  pkgconfig(gio-unix-2.0) >= %{glib_version}
 BuildRequires:  pkgconfig(glib-2.0) >= %{glib_version}
-BuildRequires:  pkgconfig(gtk4) >= 4.10
+BuildRequires:  pkgconfig(gtk4) >= 4.19.4
 BuildRequires:  pkgconfig(json-glib-1.0)
 BuildRequires:  pkgconfig(libadwaita-1) >= 1.4.alpha
 BuildRequires:  pkgconfig(libdazzle-1.0) >= 3.30.0

++++++ _scmsync.obsinfo ++++++
mtime: 1774023002
commit: 442618078d5928a61594b084fc793a49b27341a120cdc9ec374a094e0ed559d6
url: https://src.opensuse.org/GNOME/sysprof
revision: 442618078d5928a61594b084fc793a49b27341a120cdc9ec374a094e0ed559d6
projectscmsync: https://src.opensuse.org/GNOME/_ObsPrj

++++++ _service ++++++
--- /var/tmp/diff_new_pack.yuUKnt/_old  2026-04-10 17:55:28.187920288 +0200
+++ /var/tmp/diff_new_pack.yuUKnt/_new  2026-04-10 17:55:28.195920618 +0200
@@ -3,18 +3,17 @@
   <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="revision">50.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> -->
+    <!--    <param name="changesgenerate">enable</param> -->
   </service>
-  <service name="tar" mode="buildtime"/>
-  <service name="recompress" mode="buildtime">
+  <service name="tar" mode="manual"/>
+  <service name="recompress" mode="manual">
     <param name="file">*.tar</param>
-    <param name="compression">zst</param>
+    <param name="compression">xz</param>
   </service>
-  <service name="set_version" mode="manual" />
+  <service name="set_version" mode="manual"/>
 </services>
 
-

++++++ build.specials.obscpio ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/.gitignore new/.gitignore
--- old/.gitignore      1970-01-01 01:00:00.000000000 +0100
+++ new/.gitignore      2026-03-24 09:49:36.000000000 +0100
@@ -0,0 +1,5 @@
+*.obscpio
+*.osc
+_build.*
+.pbuild
+osc-collab.*

++++++ sysprof.obsinfo ++++++
--- /var/tmp/diff_new_pack.yuUKnt/_old  2026-04-10 17:55:28.299924919 +0200
+++ /var/tmp/diff_new_pack.yuUKnt/_new  2026-04-10 17:55:28.303925084 +0200
@@ -1,5 +1,5 @@
 name: sysprof
-version: 49.0
-mtime: 1757724112
-commit: aa1910454c98f72e47758d623e7884016052512c
+version: 50.0
+mtime: 1773695966
+commit: 27a6d448b7559c77e1398d09db2429f74ae409ee
 

Reply via email to