Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package glade for openSUSE:Factory checked in at 2022-11-11 14:36:25 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/glade (Old) and /work/SRC/openSUSE:Factory/.glade.new.1597 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "glade" Fri Nov 11 14:36:25 2022 rev:45 rq:1035116 version:3.40.0 Changes: -------- --- /work/SRC/openSUSE:Factory/glade/glade.changes 2022-08-28 13:12:24.384557539 +0200 +++ /work/SRC/openSUSE:Factory/.glade.new.1597/glade.changes 2022-11-11 14:36:31.506304685 +0100 @@ -1,0 +2,7 @@ +Wed Sep 21 07:14:05 UTC 2022 - Bjørn Lie <bjorn....@gmail.com> + +- Disable webkitgtk catalog support, as it pulls in soup2. Disable + pkgconfig(webkit2gtk-4.0) BuildRequires and pass + webkit2gtk=disabled to meson. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ glade.spec ++++++ --- /var/tmp/diff_new_pack.W3BS9I/_old 2022-11-11 14:36:31.930306762 +0100 +++ /var/tmp/diff_new_pack.W3BS9I/_new 2022-11-11 14:36:31.938306801 +0100 @@ -43,7 +43,8 @@ BuildRequires: pkgconfig(gtk+-3.0) >= 3.20.0 BuildRequires: pkgconfig(libxml-2.0) >= 2.4.0 BuildRequires: pkgconfig(pygobject-3.0) >= 3.8.0 -BuildRequires: pkgconfig(webkit2gtk-4.0) >= 2.28.0 +# Disable webkitgtk catalog support - pulls in soup2 +#BuildRequires: pkgconfig(webkit2gtk-4.0) >= 2.28.0 %description Glade is a RAD tool to develop user interfaces for the Gtk+ 3 toolkit @@ -100,7 +101,8 @@ %build %meson \ - -Dgtk_doc=true \ + -D gtk_doc=true \ + -D webkit2gtk=disabled \ %{nil} %meson_build @@ -127,7 +129,8 @@ %{_libdir}/glade/modules/libgladegjs.so %{_libdir}/glade/modules/libgladegtk.so %{_libdir}/glade/modules/libgladepython.so -%{_libdir}/glade/modules/libgladewebkit2gtk.so +# Disable webkitgtk catalog support - pulls in soup2 +#%%{_libdir}/glade/modules/libgladewebkit2gtk.so %{_mandir}/man1/glade-previewer.1%{?ext_man} %{_mandir}/man1/glade.1%{?ext_man}