Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package fractal for openSUSE:Factory checked 
in at 2026-03-27 16:49:33
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/fractal (Old)
 and      /work/SRC/openSUSE:Factory/.fractal.new.8177 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "fractal"

Fri Mar 27 16:49:33 2026 rev:19 rq:1343028 version:13

Changes:
--------
--- /work/SRC/openSUSE:Factory/fractal/fractal.changes  2025-11-01 
23:35:51.397583835 +0100
+++ /work/SRC/openSUSE:Factory/.fractal.new.8177/fractal.changes        
2026-03-27 16:50:35.290152819 +0100
@@ -1,0 +2,11 @@
+Wed Mar 25 07:59:09 UTC 2026 - Bjørn Lie <[email protected]>
+
+- Turn off updates of vendors in _service file, use what upstream
+  expects/tested with.
+
+-------------------------------------------------------------------
+Mon Mar 23 08:30:39 UTC 2026 - Dominique Leuenberger <[email protected]>
+
+- Migrate to xz compression and manual service run
+
+-------------------------------------------------------------------

Old:
----
  fractal-13.obscpio
  vendor.tar.zst

New:
----
  _scmsync.obsinfo
  build.specials.obscpio
  fractal-13.tar.xz
  vendor.tar.xz

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

Other differences:
------------------
++++++ fractal.spec ++++++
--- /var/tmp/diff_new_pack.xKEbdA/_old  2026-03-27 16:50:38.674294164 +0100
+++ /var/tmp/diff_new_pack.xKEbdA/_new  2026-03-27 16:50:38.674294164 +0100
@@ -31,8 +31,8 @@
 License:        GPL-3.0-or-later
 Group:          Productivity/Networking/Instant Messenger
 URL:            https://gitlab.gnome.org/World/fractal/-/tags
-Source0:        %{name}-%{version}.tar.zst
-Source1:        vendor.tar.zst
+Source0:        %{name}-%{version}.tar.xz
+Source1:        vendor.tar.xz
 
 BuildRequires:  blueprint-compiler
 BuildRequires:  cargo-packaging
@@ -50,7 +50,7 @@
 BuildRequires:  pkgconfig(gstreamer-pbutils-1.0) >= %{gstreamer_version}
 BuildRequires:  pkgconfig(gstreamer-play-1.0) >= %{gstreamer_version}
 BuildRequires:  pkgconfig(gstreamer-video-1.0) >= %{gstreamer_version}
-BuildRequires:  pkgconfig(gtk4) >= 4.10.0
+BuildRequires:  pkgconfig(gtk4) >= 4.20.2
 BuildRequires:  pkgconfig(gtksourceview-5) >= 5.0.0
 BuildRequires:  pkgconfig(lcms2)
 BuildRequires:  pkgconfig(libadwaita-1) >= 1.5.0

++++++ _scmsync.obsinfo ++++++
mtime: 1774425753
commit: 037c7bdca8a9b4d5f347d86d52c3d8f9b56fa9e435501a38c66537a93a11251c
url: https://src.opensuse.org/GNOME/fractal
revision: factory

++++++ _service ++++++
--- /var/tmp/diff_new_pack.xKEbdA/_old  2026-03-27 16:50:38.730296505 +0100
+++ /var/tmp/diff_new_pack.xKEbdA/_new  2026-03-27 16:50:38.734296673 +0100
@@ -11,17 +11,16 @@
     <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="cargo_vendor" mode="manual">
     <param name="srcdir">fractal</param>
-    <param name="compression">zst</param>
-    <param name="update">true</param>
+    <param name="update">false</param>
+    <param name="compression">xz</param>
   </service>
 </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-25 18:33:03.000000000 +0100
@@ -0,0 +1,5 @@
+*.obscpio
+*.osc
+_build.*
+.pbuild
+osc-collab.*

Reply via email to