Script 'mail_helper' called by obssrc
Hello community,

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

Package is "sushi"

Fri Apr 10 17:50:03 2026 rev:62 rq:1345347 version:50.rc.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/sushi/sushi.changes      2025-03-24 
13:31:56.711058574 +0100
+++ /work/SRC/openSUSE:Factory/.sushi.new.21863/sushi.changes   2026-04-10 
17:53:17.726530397 +0200
@@ -1,0 +2,21 @@
+Mon Mar 23 08:15:00 UTC 2026 - Dominique Leuenberger <[email protected]>
+
+- Migrate to xz compression and manual service run
+
+-------------------------------------------------------------------
+Tue Feb 24 07:49:00 UTC 2026 - Dominique Leuenberger <[email protected]>
+
+- Update to version 50.rc.1:
+  + Update nautilus preview interface
+  + Fix a crash
+  + Fix misc bugs
+  + Updated translations.
+
+-------------------------------------------------------------------
+Wed Jan 14 10:26:49 UTC 2026 - Dominique Leuenberger <[email protected]>
+
+- Update to version 46.0+22:
+  + Remove org.gnome.NautilusPreviewer interface
+  + Accept activation token in `ShowFile`
+
+-------------------------------------------------------------------

Old:
----
  sushi-46.0+11.obscpio

New:
----
  _scmsync.obsinfo
  build.specials.obscpio
  sushi-50.rc.1.tar.xz

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

Other differences:
------------------
++++++ sushi.spec ++++++
--- /var/tmp/diff_new_pack.XloAhQ/_old  2026-04-10 17:53:19.078586117 +0200
+++ /var/tmp/diff_new_pack.XloAhQ/_new  2026-04-10 17:53:19.082586282 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package sushi
 #
-# Copyright (c) 2025 SUSE LLC
+# Copyright (c) 2026 SUSE LLC and contributors
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -19,13 +19,13 @@
 %global __requires_exclude typelib\\(LOKDocView\\)
 
 Name:           sushi
-Version:        46.0+11
+Version:        50.rc.1
 Release:        0
 Summary:        Quick Previewer for Nautilus
 License:        SUSE-GPL-2.0-with-plugin-exception
 Group:          Productivity/File utilities
 URL:            https://www.gnome.org
-Source0:        %{name}-%{version}.tar.zst
+Source0:        %{name}-%{version}.tar.xz
 Source99:       sushi-rpmlintrc
 
 BuildRequires:  meson
@@ -78,7 +78,7 @@
 %doc AUTHORS NEWS README.md
 %{_bindir}/%{name}
 %{_datadir}/dbus-1/services/org.gnome.NautilusPreviewer.service
-%{_datadir}/metainfo/org.gnome.NautilusPreviewer.appdata.xml
+%{_datadir}/metainfo/org.gnome.NautilusPreviewer.metainfo.xml
 %dir %{_datadir}/%{name}/gtksourceview-4
 %dir %{_datadir}/%{name}/gtksourceview-4/styles
 %{_datadir}/%{name}/gtksourceview-4/styles/builder-dark.style-scheme.xml

++++++ _scmsync.obsinfo ++++++
mtime: 1774253700
commit: 4095ecf4c1365ce663794ba8b6737c04233d84ac7658ab5a5b61187014e30519
url: https://src.opensuse.org/GNOME/sushi
revision: 4095ecf4c1365ce663794ba8b6737c04233d84ac7658ab5a5b61187014e30519
projectscmsync: https://src.opensuse.org/GNOME/_ObsPrj

++++++ _service ++++++
--- /var/tmp/diff_new_pack.XloAhQ/_old  2026-04-10 17:53:19.146588920 +0200
+++ /var/tmp/diff_new_pack.XloAhQ/_new  2026-04-10 17:53:19.150589085 +0200
@@ -3,18 +3,17 @@
   <service name="obs_scm" mode="manual">
     <param name="scm">git</param>
     <param name="url">https://gitlab.gnome.org/GNOME/sushi.git</param>
-    <param name="revision">master</param>
+    <param name="revision">50.rc.1</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:50:23.000000000 +0100
@@ -0,0 +1,5 @@
+*.obscpio
+*.osc
+_build.*
+.pbuild
+osc-collab.*

++++++ sushi.obsinfo ++++++
--- /var/tmp/diff_new_pack.XloAhQ/_old  2026-04-10 17:53:19.282594525 +0200
+++ /var/tmp/diff_new_pack.XloAhQ/_new  2026-04-10 17:53:19.290594854 +0200
@@ -1,5 +1,5 @@
 name: sushi
-version: 46.0+11
-mtime: 1736928654
-commit: 1b9e009d26a2a8414b92bfd01a26b8ba4e8f6019
+version: 50.rc.1
+mtime: 1771878185
+commit: 30986f2168a651bb5157cf5bbd6f826684535adc
 

Reply via email to