Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package gtk-sharp2 for openSUSE:Factory checked in at 2021-11-06 18:15:03 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/gtk-sharp2 (Old) and /work/SRC/openSUSE:Factory/.gtk-sharp2.new.1890 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gtk-sharp2" Sat Nov 6 18:15:03 2021 rev:52 rq:929210 version:2.12.45 Changes: -------- --- /work/SRC/openSUSE:Factory/gtk-sharp2/gtk-sharp2.changes 2021-03-05 13:43:50.883544296 +0100 +++ /work/SRC/openSUSE:Factory/.gtk-sharp2.new.1890/gtk-sharp2.changes 2021-11-06 18:16:57.700851349 +0100 @@ -1,0 +2,6 @@ +Mon Nov 1 19:36:26 UTC 2021 - Michael Gorse <mgo...@suse.com> + +- Disable docs on ppc64 and s390x. Mdoc.exe currently isn't + available there. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ gtk-sharp2.spec ++++++ --- /var/tmp/diff_new_pack.2vtzzf/_old 2021-11-06 18:16:58.164851589 +0100 +++ /var/tmp/diff_new_pack.2vtzzf/_new 2021-11-06 18:16:58.164851589 +0100 @@ -1,7 +1,7 @@ # # spec file for package gtk-sharp2 # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,6 +18,11 @@ %define _name gtk-sharp +%ifnarch ppc64 ppc64le s390x +%bcond_without monodoc +%else +%bcond_with monodoc +%endif Name: gtk-sharp2 URL: https://github.com/mono/gtk-sharp Summary: .Net Language Bindings for GTK+ @@ -34,7 +39,9 @@ BuildRequires: librsvg-devel BuildRequires: libtool BuildRequires: mono-devel +%if %{with monodoc} BuildRequires: monodoc-core +%endif BuildRequires: pkg-config BuildRequires: update-desktop-files BuildRequires: vte-devel @@ -164,7 +171,9 @@ %files -n gtk-sharp2-doc %defattr(-, root, root) %doc COPYING ChangeLog README +%if %{with monodoc} %{_prefix}/lib/monodoc +%endif %files -n glib-sharp2 %defattr(-, root, root)