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 2022-03-23 20:17:29 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/gnome-characters (Old) and /work/SRC/openSUSE:Factory/.gnome-characters.new.25692 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gnome-characters" Wed Mar 23 20:17:29 2022 rev:25 rq:963579 version:42.0 Changes: -------- --- /work/SRC/openSUSE:Factory/gnome-characters/gnome-characters.changes 2022-02-11 23:09:09.250901661 +0100 +++ /work/SRC/openSUSE:Factory/.gnome-characters.new.25692/gnome-characters.changes 2022-03-23 20:19:15.490492625 +0100 @@ -1,0 +2,46 @@ +Sun Mar 20 09:14:50 UTC 2022 - Bj??rn Lie <bjorn....@gmail.com> + +- Update to version 42.0: + + Port to GTK4 / libadwaita. + + Fixes & improvements to the search provider. + + Updated translations. + +------------------------------------------------------------------- +Tue Mar 8 10:36:09 UTC 2022 - Bj??rn Lie <bjorn....@gmail.com> + +- Update to version 42.rc: + + Fix reflowing in size_allocate(). + + Updated translations. + +------------------------------------------------------------------- +Mon Feb 14 11:13:34 UTC 2022 - Bj??rn Lie <bjorn....@gmail.com> + +- Update to version 42.beta: + + Fixed search provider issues + + Search provider now displays the characters as well + + Updated translations. +- Drop no longer needed BuildRequires after gtk4 port: + + libunistring-devel + + pkgconfig(gdk-3.0) + + pkgconfig(glib-2.0) + + pkgconfig(gobject-2.0) +- Replace gobject-introspection-devel with + pkgconfig(gobject-introspection-1.0) BuildRequires. +- Add explicit pkgconfig(pangoft2) BuildRequires, meson checks for + it, and we already pass pangoft2=true to meson. +- Add appstream-glib and desktop-file-utils, add check section and + meson_test macro, as well as manually validate desktop file. Drop + update-desktop-files BuildRequires and macro, no longer needed. + +------------------------------------------------------------------- +Thu Feb 10 19:49:46 UTC 2022 - Dominique Leuenberger <dims...@opensuse.org> + +- Update to version 42.alpha: + + Ported to GTK4 and libadwaita + + Gained support for the new dark style preference via libadwaita +- Change BuildRequires according to the GTK4 port: + + Replace pkgconfig(gtk+-3.0) with pkgconfig(gtk4) + + Replace pkgconfig(libhandy-1) with pkgconfig(libadwaita-1) +- Drop mesonfix-061.patch: Fixed upstream. + +------------------------------------------------------------------- Old: ---- gnome-characters-41.0.tar.xz mesonfix-061.patch New: ---- gnome-characters-42.0.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ gnome-characters.spec ++++++ --- /var/tmp/diff_new_pack.PVnx2k/_old 2022-03-23 20:19:16.974493465 +0100 +++ /var/tmp/diff_new_pack.PVnx2k/_new 2022-03-23 20:19:16.978493466 +0100 @@ -17,31 +17,27 @@ Name: gnome-characters -Version: 41.0 +Version: 42.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/41/%{name}-%{version}.tar.xz -# PATCH-FIX-UPSTREAM mesonfix-061.patch -- Fix build with meson 0.61 and newer -Patch0: mesonfix-061.patch +Source0: https://download.gnome.org/sources/gnome-characters/42/%{name}-%{version}.tar.xz -BuildRequires: gobject-introspection-devel >= 1.35.9 +BuildRequires: appstream-glib +BuildRequires: desktop-file-utils BuildRequires: intltool >= 0.50.1 -BuildRequires: libunistring-devel BuildRequires: meson BuildRequires: pkgconfig -BuildRequires: update-desktop-files -BuildRequires: pkgconfig(gdk-3.0) BuildRequires: pkgconfig(gdk-pixbuf-2.0) BuildRequires: pkgconfig(gio-2.0) BuildRequires: pkgconfig(gjs-1.0) >= 1.43.3 -BuildRequires: pkgconfig(glib-2.0) -BuildRequires: pkgconfig(gobject-2.0) -BuildRequires: pkgconfig(gtk+-3.0) -BuildRequires: pkgconfig(libhandy-1) +BuildRequires: pkgconfig(gobject-introspection-1.0) >= 1.35.9 +BuildRequires: pkgconfig(gtk4) +BuildRequires: pkgconfig(libadwaita-1) >= 1.0 BuildRequires: pkgconfig(pango) +BuildRequires: pkgconfig(pangoft2) # Ensure default sections are filled with content Recommends: noto-coloremoji-fonts @@ -65,15 +61,18 @@ %build %meson \ - -Dpangoft2=true \ - -Dinstalled_tests=false \ + -D pangoft2=true \ + -D installed_tests=false \ %{nil} %meson_build %install %meson_install %find_lang org.gnome.Characters %{name}.lang -%suse_update_desktop_file org.gnome.Characters -r Utilities Utility Settings + +%check +desktop-file-validate %{buildroot}%{_datadir}/applications/org.gnome.Characters.desktop +%meson_test %files %license COPYING @@ -85,7 +84,6 @@ %{_datadir}/glib-2.0/schemas/org.gnome.Characters.gschema.xml %{_datadir}/icons/hicolor/* %{_datadir}/applications/org.gnome.Characters.desktop -%{_datadir}/dbus-1/services/org.gnome.Characters.BackgroundService.service %{_datadir}/dbus-1/services/org.gnome.Characters.service %{_libdir}/org.gnome.Characters/ ++++++ gnome-characters-41.0.tar.xz -> gnome-characters-42.0.tar.xz ++++++ ++++ 76639 lines of diff (skipped)