Hello community, here is the log from the commit of package dogtail for openSUSE:Factory checked in at 2016-05-16 12:03:50 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/dogtail (Old) and /work/SRC/openSUSE:Factory/.dogtail.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "dogtail" Changes: -------- --- /work/SRC/openSUSE:Factory/dogtail/dogtail.changes 2015-03-23 12:17:28.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.dogtail.new/dogtail.changes 2016-05-16 12:03:52.000000000 +0200 @@ -1,0 +2,7 @@ +Sun May 8 17:12:59 UTC 2016 - [email protected] + +- Add Requires: python-gobject-Gdk, since this was split out of + python-gobject into its own sub-package and should now be + required by all GUI applications. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ dogtail.spec ++++++ --- /var/tmp/diff_new_pack.PE3hTW/_old 2016-05-16 12:03:53.000000000 +0200 +++ /var/tmp/diff_new_pack.PE3hTW/_new 2016-05-16 12:03:53.000000000 +0200 @@ -1,7 +1,7 @@ # # spec file for package dogtail # -# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -37,6 +37,9 @@ Requires: python-imaging Requires: rpm-python Requires: xinit +%if 0%{?suse_version} > 1320 || 0%{?sle_version} >= 120200 +Requires: python-gobject-Gdk +%endif BuildArch: noarch %description @@ -65,7 +68,6 @@ %postun %icon_theme_cache_postun - %files %defattr(-,root,root) %{_bindir}/*
