Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package polari for openSUSE:Factory checked in at 2022-03-23 20:16:49 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/polari (Old) and /work/SRC/openSUSE:Factory/.polari.new.25692 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "polari" Wed Mar 23 20:16:49 2022 rev:50 rq:963633 version:42.0 Changes: -------- --- /work/SRC/openSUSE:Factory/polari/polari.changes 2022-02-06 23:54:40.674661790 +0100 +++ /work/SRC/openSUSE:Factory/.polari.new.25692/polari.changes 2022-03-23 20:17:57.278448376 +0100 @@ -1,0 +2,21 @@ +Sun Mar 20 22:18:40 UTC 2022 - Bj??rn Lie <bjorn....@gmail.com> + +- Update to version 42.0: + + Move /command feedback into a popover. + + Port UI to libadwaita. + + Misc. bug fixes and cleanups. + + Updated translations. +- Drop patches fixed upstream: + + 0f0a4b54142d8b424969f0b6ace6fc8b53b1d05d.patch + + polari-fix-nb-translation.patch +- Add appstream-glib, desktop-file-utils and json-glib-devel + BuildRequires, and add check section and meson_test macro: + Validate appdata, desktopfile, networks.json and functions during + build. +- Add pkgconfig(gtk4) and pkgconfig(libadwaita-1) BuildRequires: + New dependencies after upstreams port of UI to libadwaita. +- Add obsolete-not-provided typelib-1_0-Polari-1_0 to rpmlintrc: We + know that we are not providing the Obsoleted typelib, this is on + purpose, as the typelib is now private. + +------------------------------------------------------------------- Old: ---- 0f0a4b54142d8b424969f0b6ace6fc8b53b1d05d.patch polari-41.0.tar.xz polari-fix-nb-translation.patch New: ---- polari-42.0.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ polari.spec ++++++ --- /var/tmp/diff_new_pack.Q4jLa9/_old 2022-03-23 20:17:57.802448673 +0100 +++ /var/tmp/diff_new_pack.Q4jLa9/_new 2022-03-23 20:17:57.806448676 +0100 @@ -18,27 +18,27 @@ Name: polari -Version: 41.0 +Version: 42.0 Release: 0 Summary: An IRC Client for GNOME License: GPL-2.0-or-later AND LGPL-2.1-or-later Group: Productivity/Networking/IRC URL: https://wiki.gnome.org/Apps/Polari -Source0: https://download.gnome.org/sources/polari/41/%{name}-%{version}.tar.xz +Source0: https://download.gnome.org/sources/polari/42/%{name}-%{version}.tar.xz Source99: polari-rpmlintrc -# PATCH-FIX-UPSTREAM polari-fix-nb-translation.patch glgo#GNOME/polari!145 -- Fix Norwegian bokm??l translation -Patch0: polari-fix-nb-translation.patch -# PATCH-FIX-UPSTREAM 0f0a4b54142d8b424969f0b6ace6fc8b53b1d05d.patch -- Fix build with meson 0.61.0 and newer -Patch1: https://gitlab.gnome.org/GNOME/polari/-/commit/0f0a4b54142d8b424969f0b6ace6fc8b53b1d05d.patch +BuildRequires: appstream-glib +BuildRequires: desktop-file-utils BuildRequires: gjs >= 1.57.3 +BuildRequires: json-glib-devel BuildRequires: meson >= 0.53.0 BuildRequires: pkgconfig BuildRequires: yelp-tools BuildRequires: pkgconfig(gio-2.0) >= 2.43.4 BuildRequires: pkgconfig(gjs-1.0) >= 1.69.2 BuildRequires: pkgconfig(gobject-introspection-1.0) >= 0.9.6 -#BuildRequires: pkgconfig(gtk+-3.0) >= 3.21.6 +BuildRequires: pkgconfig(gtk4) +BuildRequires: pkgconfig(libadwaita-1) BuildRequires: pkgconfig(pango) BuildRequires: pkgconfig(pangocairo) BuildRequires: pkgconfig(telepathy-glib) @@ -69,6 +69,9 @@ %meson_install %find_lang %{name} %{?no_lang_C} +%check +%meson_test + %files %license COPYING %doc AUTHORS NEWS ++++++ polari-41.0.tar.xz -> polari-42.0.tar.xz ++++++ ++++ 14194 lines of diff (skipped) ++++++ polari-rpmlintrc ++++++ --- /var/tmp/diff_new_pack.Q4jLa9/_old 2022-03-23 20:17:58.202448899 +0100 +++ /var/tmp/diff_new_pack.Q4jLa9/_new 2022-03-23 20:17:58.206448901 +0100 @@ -1,3 +1,5 @@ addFilter(".*devel-file-in-non-devel-package.*/usr/share/polari/gir-1.0/Polari-1.0.gir") addFilter(".*desktopfile-without-binary.*/usr/share/applications/org.gnome.Polari.desktop gapplication") +# We are not providing the Obsoleted typelib as it is now private, hence we can not provide it no matter how much rpmlint wants us to. +addFilter("W: obsolete-not-provided typelib-1_0-Polari-1_0")