Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package virt-sandbox for openSUSE:Factory checked in at 2022-04-20 17:03:43 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/virt-sandbox (Old) and /work/SRC/openSUSE:Factory/.virt-sandbox.new.1941 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "virt-sandbox" Wed Apr 20 17:03:43 2022 rev:20 rq:971056 version:0.8.0 Changes: -------- --- /work/SRC/openSUSE:Factory/virt-sandbox/virt-sandbox.changes 2021-06-16 20:37:10.647359414 +0200 +++ /work/SRC/openSUSE:Factory/.virt-sandbox.new.1941/virt-sandbox.changes 2022-04-20 17:03:45.067171972 +0200 @@ -1,0 +2,5 @@ +Wed Apr 13 01:23:45 UTC 2022 - [email protected] + +- Fix GTK_DOC_CHECK bug with virt-sandbox.patch + +------------------------------------------------------------------- New: ---- virt-sandbox.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ virt-sandbox.spec ++++++ --- /var/tmp/diff_new_pack.iMZcgh/_old 2022-04-20 17:03:45.687173035 +0200 +++ /var/tmp/diff_new_pack.iMZcgh/_new 2022-04-20 17:03:45.691173042 +0200 @@ -34,6 +34,7 @@ # SUSE patches Patch200: PIE.patch +Patch300: virt-sandbox.patch # Need to go upstream @@ -100,6 +101,7 @@ %setup -q -n libvirt-sandbox-%{version} %patch100 -p1 %patch200 -p1 +%patch300 -p1 %build # We may have a more recent version of automake when building ++++++ virt-sandbox.patch ++++++ --- a/configure.ac +++ b/configure.ac @@ -113,6 +113,7 @@ LIBVIRT_SANDBOX_RPCGEN LIBVIRT_SANDBOX_SELINUX LIBVIRT_SANDBOX_XDR +GTK_DOC_CHECK([1.10],[--flavour no-tmpl]) LIBVIRT_SANDBOX_STATIC_LIBC LIBVIRT_SANDBOX_STATIC_LZMA LIBVIRT_SANDBOX_STATIC_ZLIB --- a/m4/virt-gtk-misc.m4 +++ b/m4/virt-gtk-misc.m4 @@ -1,5 +1,4 @@ AC_DEFUN([LIBVIRT_SANDBOX_GTK_MISC],[ - GTK_DOC_CHECK([1.10],[--flavour no-tmpl]) # Setup GLIB_MKENUMS to use glib-mkenums even if GLib is uninstalled. GLIB_MKENUMS=`$PKG_CONFIG --variable=glib_mkenums glib-2.0`
