Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package gnome-characters for
openSUSE:Factory checked in at 2026-04-10 17:50:24
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gnome-characters (Old)
and /work/SRC/openSUSE:Factory/.gnome-characters.new.21863 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gnome-characters"
Fri Apr 10 17:50:24 2026 rev:37 rq:1345406 version:50.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/gnome-characters/gnome-characters.changes
2025-10-14 18:09:23.137492639 +0200
+++
/work/SRC/openSUSE:Factory/.gnome-characters.new.21863/gnome-characters.changes
2026-04-10 17:55:09.839161692 +0200
@@ -1,0 +2,37 @@
+Mon Mar 23 08:35:37 UTC 2026 - Dominique Leuenberger <[email protected]>
+
+- Migrate to xz compression and manual service run
+
+-------------------------------------------------------------------
+Mon Mar 16 08:09:47 UTC 2026 - Dominique Leuenberger <[email protected]>
+
+- Update to version 50.0:
+ + Flatpak builds use the noto-emoji from the Freedesktop SDK
+ + Switch to search results when the search entry is activated
+ + Don't restore selection when deactivating search on mobile
+ + Correctly show sidebar after finishing a search
+ + Strip whitespaces in bundled GResources
+ + Add --version cli option
+ + Add captions to app screenshots
+ + Updated translations.
+
+-------------------------------------------------------------------
+Tue Feb 10 08:44:13 UTC 2026 - Dominique Leuenberger <[email protected]>
+
+- Update to version 50.alpha:
+ + Don't skip the first block when iterating
+ + Fix fetching the list of languages in Flatpak
+ + Fix the IBus check
+ + Fix wrong emoji size when font scaling is enabled
+ + Include the new CJK block from unicode 17.0
+ + Port shortcuts to AdwShortcutsDialog
+ + Port to AdwSidebar
+ + Rename appdata to metainfo
+ + Support language aliases
+ + Update to Unicode 17.0.0
+ + Fix active window tracking
+ + Fix a typo in the app metadata
+ + Update app screenshots to GNOME 49
+ + Updated translations
+
+-------------------------------------------------------------------
Old:
----
gnome-characters-49.1.obscpio
New:
----
_scmsync.obsinfo
build.specials.obscpio
gnome-characters-50.0.tar.xz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ gnome-characters.spec ++++++
--- /var/tmp/diff_new_pack.5lzDnl/_old 2026-04-10 17:55:10.567191791 +0200
+++ /var/tmp/diff_new_pack.5lzDnl/_new 2026-04-10 17:55:10.571191957 +0200
@@ -1,7 +1,7 @@
#
# spec file for package gnome-characters
#
-# 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,13 +17,13 @@
Name: gnome-characters
-Version: 49.1
+Version: 50.0
Release: 0
Summary: Character Map
License: GPL-3.0-or-later
Group: System/GUI/GNOME
URL: https://wiki.gnome.org/Design/Apps/CharacterMap
-Source0: %{name}-%{version}.tar.zst
+Source0: %{name}-%{version}.tar.xz
BuildRequires: appstream-glib
BuildRequires: desktop-file-utils
@@ -32,11 +32,11 @@
BuildRequires: pkgconfig
BuildRequires: xorg-x11-server-Xvfb
BuildRequires: pkgconfig(gdk-pixbuf-2.0)
-BuildRequires: pkgconfig(gio-2.0)
+BuildRequires: pkgconfig(gio-2.0) >= 2.87.0
BuildRequires: pkgconfig(gjs-1.0) >= 1.43.3
BuildRequires: pkgconfig(gobject-introspection-1.0) >= 1.35.9
BuildRequires: pkgconfig(gtk4)
-BuildRequires: pkgconfig(libadwaita-1) >= 1.0
+BuildRequires: pkgconfig(libadwaita-1) >= 1.9.alpha
BuildRequires: pkgconfig(pango)
BuildRequires: pkgconfig(pangoft2)
# Ensure default sections are filled with content
@@ -89,7 +89,7 @@
%files
%license COPYING
%{_bindir}/gnome-characters
-%{_datadir}/metainfo/org.gnome.Characters.appdata.xml
+%{_datadir}/metainfo/org.gnome.Characters.metainfo.xml
%{_datadir}/org.gnome.Characters/
%dir %{_datadir}/gnome-shell
%dir %{_datadir}/gnome-shell/search-providers
++++++ _scmsync.obsinfo ++++++
mtime: 1774254937
commit: 059ac20c968a56173d272af041aafe51b2e21c3c5bfb82de35ddcf5ce45f23c7
url: https://src.opensuse.org/GNOME/gnome-characters
revision: 059ac20c968a56173d272af041aafe51b2e21c3c5bfb82de35ddcf5ce45f23c7
projectscmsync: https://src.opensuse.org/GNOME/_ObsPrj
++++++ _service ++++++
--- /var/tmp/diff_new_pack.5lzDnl/_old 2026-04-10 17:55:10.639194768 +0200
+++ /var/tmp/diff_new_pack.5lzDnl/_new 2026-04-10 17:55:10.643194933 +0200
@@ -3,18 +3,17 @@
<service name="obs_scm" mode="manual">
<param name="scm">git</param>
<param
name="url">https://gitlab.gnome.org/GNOME/gnome-characters.git</param>
- <param name="revision">49.1</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 10:48:08.000000000 +0100
@@ -0,0 +1,5 @@
+*.obscpio
+*.osc
+_build.*
+.pbuild
+osc-collab.*
++++++ gnome-characters.obsinfo ++++++
--- /var/tmp/diff_new_pack.5lzDnl/_old 2026-04-10 17:55:10.747199233 +0200
+++ /var/tmp/diff_new_pack.5lzDnl/_new 2026-04-10 17:55:10.751199398 +0200
@@ -1,5 +1,5 @@
name: gnome-characters
-version: 49.1
-mtime: 1760047734
-commit: cf1d794ccc75af2ca5ef9eadb17daab23a9f0513
+version: 50.0
+mtime: 1773493977
+commit: 1c86ba27ad401cda20f8eb592757b0800a342930