Dominique Leuenberger
97d8fba5dd
- 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. OBS-URL: https://build.opensuse.org/request/show/963486 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/polari?expand=0&rev=117
5 lines
390 B
Plaintext
5 lines
390 B
Plaintext
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")
|