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-06-17 16:18:29
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/fractal (Old)
 and      /work/SRC/openSUSE:Factory/.fractal.new.1981 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "fractal"

Wed Jun 17 16:18:29 2026 rev:21 rq:1359809 version:14

Changes:
--------
--- /work/SRC/openSUSE:Factory/fractal/fractal.changes  2026-05-12 
19:27:48.941940382 +0200
+++ /work/SRC/openSUSE:Factory/.fractal.new.1981/fractal.changes        
2026-06-17 16:19:17.137489325 +0200
@@ -1,0 +2,32 @@
+Fri Jun 12 21:30:29 UTC 2026 - Richard Rahl <[email protected]>
+
+- Update to version 14:
+  + Call rooms are identified with a camera icon in the sidebar and
+    show a banner to warn that other users might not read messages
+    in these rooms
+  + Calls are rendered in the timeline and incoming calls trigger a
+    notification. We still don’t support calls, but at least now you
+    know when someone is calling and can open another client to
+    answer
+  + While we still support signing in via SSO, we have dropped
+    support for identity providers, to simplify our code and a
+    have a closer experience to signing in with OAuth 2.0
+  + The sidebar room filter has been improved: Enter goes to first
+    room result, and there’s an empty state when no results match
+    the term
+  + The performance of the room list has also been improved, it
+    should be mostly noticeable for accounts that have joined a lot
+    of rooms
+  + Informative events (Unable to decrypt, server notices…) are now
+    styled differently to reflect their special nature and
+    differentiate them from regular text messages that anyone can
+    send
+  + Sending files & location is properly disabled while
+    editing/replying, as it doesn’t work anyway
+- Remove the is_beta build option, as for some reason, the build
+  system built the package in beta mode anyway (and we never used
+  it to build beta tarballs
+- Update the minimum BuildRequires versions, as fractal targets now
+  GNOME 50 (and add the glycin dependency)
+
+-------------------------------------------------------------------

Old:
----
  fractal-13.tar.xz

New:
----
  fractal-14.tar.xz

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

Other differences:
------------------
++++++ fractal.spec ++++++
--- /var/tmp/diff_new_pack.Eu10ZO/_old  2026-06-17 16:19:19.541589915 +0200
+++ /var/tmp/diff_new_pack.Eu10ZO/_new  2026-06-17 16:19:19.545590082 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package fractal
 #
-# Copyright (c) 2025 SUSE LLC and contributors
+# 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
@@ -17,34 +17,30 @@
 
 
 %define _lto_cflags %{nil}
-
 %define         appname org.gnome.Fractal
-%define         glib_version       2.72
+%define         glib_version       2.82
 %define         gstreamer_version  1.20
-%define         is_beta            %(if echo %{version}|grep -q beta;then echo 
1;fi)
-%{?is_beta:%bcond_without beta_build}%{!?is_beta:%bcond_with beta_build}
-
 Name:           fractal
-Version:        13
+Version:        14
 Release:        0
 Summary:        Matrix group messaging app
 License:        GPL-3.0-or-later
-Group:          Productivity/Networking/Instant Messenger
-URL:            https://gitlab.gnome.org/World/fractal/-/tags
+URL:            https://gitlab.gnome.org/World/fractal/
 Source0:        %{name}-%{version}.tar.xz
 Source1:        vendor.tar.xz
-
-BuildRequires:  blueprint-compiler
 BuildRequires:  cargo-packaging
 BuildRequires:  clang
 BuildRequires:  clang-devel
 BuildRequires:  desktop-file-utils
 BuildRequires:  llvm-devel
-BuildRequires:  meson
+BuildRequires:  meson >= 1.4
 BuildRequires:  pkgconfig
 BuildRequires:  rust-grass
+BuildRequires:  pkgconfig(blueprint-compiler)
 BuildRequires:  pkgconfig(gio-2.0) >= %{glib_version}
 BuildRequires:  pkgconfig(glib-2.0) >= %{glib_version}
+BuildRequires:  pkgconfig(glycin-2) >= 2.0.0
+BuildRequires:  pkgconfig(glycin-gtk4-2) >= 2.0.0
 BuildRequires:  pkgconfig(gstreamer-1.0) >= %{gstreamer_version}
 BuildRequires:  pkgconfig(gstreamer-base-1.0) >= %{gstreamer_version}
 BuildRequires:  pkgconfig(gstreamer-pbutils-1.0) >= %{gstreamer_version}
@@ -53,12 +49,12 @@
 BuildRequires:  pkgconfig(gtk4) >= 4.20.2
 BuildRequires:  pkgconfig(gtksourceview-5) >= 5.0.0
 BuildRequires:  pkgconfig(lcms2)
-BuildRequires:  pkgconfig(libadwaita-1) >= 1.5.0
+BuildRequires:  pkgconfig(libadwaita-1) >= 1.8.0
 BuildRequires:  pkgconfig(libpipewire-0.3) >= 0.3.0
 BuildRequires:  pkgconfig(libseccomp)
-BuildRequires:  pkgconfig(libwebp)
+BuildRequires:  pkgconfig(libwebp) >= 1.0.0
 BuildRequires:  pkgconfig(openssl) >= 1.0.1
-BuildRequires:  pkgconfig(shumate-1.0) >= 1.0.0
+BuildRequires:  pkgconfig(shumate-1.0) >= 1.1.0
 BuildRequires:  pkgconfig(sqlite3) >= 3.24.0
 BuildRequires:  pkgconfig(xdg-desktop-portal) >= 1.14.1
 Requires:       glycin-loaders
@@ -78,7 +74,7 @@
 %build
 export RUSTFLAGS="%{build_rustflags}"
 %meson \
-    -Dprofile=%{?with_beta_build:beta}%{!?with_beta_build:default} \
+    -Dprofile=default \
     ;
 %meson_build
 

++++++ _scmsync.obsinfo ++++++
--- /var/tmp/diff_new_pack.Eu10ZO/_old  2026-06-17 16:19:19.585591756 +0200
+++ /var/tmp/diff_new_pack.Eu10ZO/_new  2026-06-17 16:19:19.589591923 +0200
@@ -1,5 +1,5 @@
-mtime: 1778488117
-commit: 8af3bb413d263e154cdbd8eec59a0c4498d04d03e14a4a522f46603f075266d9
+mtime: 1781300565
+commit: 305a311b14d944fa3c7cda645fde797e0915f63f881a274d54a6627ca65defb5
 url: https://src.opensuse.org/GNOME/fractal
 revision: factory
 

++++++ _service ++++++
--- /var/tmp/diff_new_pack.Eu10ZO/_old  2026-06-17 16:19:19.609592760 +0200
+++ /var/tmp/diff_new_pack.Eu10ZO/_new  2026-06-17 16:19:19.609592760 +0200
@@ -3,7 +3,7 @@
   <service name="obs_scm" mode="manual">
     <param name="scm">git</param>
     <param name="url">https://gitlab.gnome.org/World/fractal.git</param>
-    <param name="revision">13</param>
+    <param name="revision">14</param>
     <param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
     <param name="versionrewrite-pattern">v?(.*)\+0</param>
     <param name="versionrewrite-replacement">\1</param>

++++++ build.specials.obscpio ++++++

++++++ 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-06-12 23:42:45.000000000 +0200
@@ -0,0 +1,5 @@
+*.obscpio
+*.osc
+_build.*
+.pbuild
+osc-collab.*

++++++ fractal-13.tar.xz -> fractal-14.tar.xz ++++++
++++ 148113 lines of diff (skipped)

++++++ fractal.obsinfo ++++++
--- /var/tmp/diff_new_pack.Eu10ZO/_old  2026-06-17 16:19:20.765641130 +0200
+++ /var/tmp/diff_new_pack.Eu10ZO/_new  2026-06-17 16:19:20.769641298 +0200
@@ -1,5 +1,5 @@
 name: fractal
-version: 13
-mtime: 1761901292
-commit: 4e44c82ce93bea01bdd074bd4ed0d0ebadeb8c90
+version: 14
+mtime: 1781250538
+commit: c0939ed53deaf54f29c11c315df0944705888138
 

++++++ vendor.tar.xz ++++++
/work/SRC/openSUSE:Factory/fractal/vendor.tar.xz 
/work/SRC/openSUSE:Factory/.fractal.new.1981/vendor.tar.xz differ: char 15, 
line 1

Reply via email to