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 2023-09-20 13:23:11
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gnome-characters (Old)
and /work/SRC/openSUSE:Factory/.gnome-characters.new.16627 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gnome-characters"
Wed Sep 20 13:23:11 2023 rev:30 rq:1111867 version:45.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/gnome-characters/gnome-characters.changes
2023-03-31 21:16:44.090728592 +0200
+++
/work/SRC/openSUSE:Factory/.gnome-characters.new.16627/gnome-characters.changes
2023-09-20 13:24:29.096532578 +0200
@@ -1,0 +2,28 @@
+Sun Sep 17 08:13:07 UTC 2023 - Bjørn Lie <[email protected]>
+
+- Update to version 45.0:
+ + Updated translations.
+
+-------------------------------------------------------------------
+Tue Sep 12 13:36:35 UTC 2023 - Dominique Leuenberger <[email protected]>
+
+- Re-enable test suite:
+ + BuildRequire xorg-x11-server-Xvfb: the tests require a
+ graphical environment.
+ + Configure the tests to run using Xvfb.
+
+-------------------------------------------------------------------
+Fri Jul 7 19:02:26 UTC 2023 - Bjørn Lie <[email protected]>
+
+- Update to version 45.alpha:
+ + Update for Unicode 15.0.1
+ + Add support for new Unicode CJK extensions
+ + Bugs fixed:
+ - Unable to search and display the character "ä·¿" U+4DFF
+ - The "Latin Small Letter Long S" (Å¿ â U+017F) is missing from
+ the application
+ - Nonspacing marks should not be considered invisible
+ - 44.rc: search provider crashes on shutdown
+ + Updated translations.
+
+-------------------------------------------------------------------
Old:
----
gnome-characters-44.0.tar.xz
New:
----
gnome-characters-45.0.tar.xz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ gnome-characters.spec ++++++
--- /var/tmp/diff_new_pack.F5NRfP/_old 2023-09-20 13:24:30.088568118 +0200
+++ /var/tmp/diff_new_pack.F5NRfP/_new 2023-09-20 13:24:30.088568118 +0200
@@ -17,19 +17,20 @@
Name: gnome-characters
-Version: 44.0
+Version: 45.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:
https://download.gnome.org/sources/gnome-characters/44/%{name}-%{version}.tar.xz
+Source0:
https://download.gnome.org/sources/gnome-characters/45/%{name}-%{version}.tar.xz
BuildRequires: appstream-glib
BuildRequires: desktop-file-utils
BuildRequires: intltool >= 0.50.1
BuildRequires: meson
BuildRequires: pkgconfig
+BuildRequires: xorg-x11-server-Xvfb
BuildRequires: pkgconfig(gdk-pixbuf-2.0)
BuildRequires: pkgconfig(gio-2.0)
BuildRequires: pkgconfig(gjs-1.0) >= 1.43.3
@@ -73,6 +74,11 @@
%check
desktop-file-validate
%{buildroot}%{_datadir}/applications/org.gnome.Characters.desktop
+# test suite newly requires X display
+export DISPLAY=:98
+Xvfb :98 >& Xvfb.log &
+trap "kill $! || true" EXIT
+sleep 10
%meson_test
%files
++++++ gnome-characters-44.0.tar.xz -> gnome-characters-45.0.tar.xz ++++++
++++ 9504 lines of diff (skipped)