Hello community, here is the log from the commit of package dogtail for openSUSE:Factory checked in at 2015-03-23 12:17:27 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 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-02-22 17:26:11.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.dogtail.new/dogtail.changes 2015-03-23 12:17:28.000000000 +0100 @@ -1,0 +2,5 @@ +Fri Feb 20 08:48:50 UTC 2015 - [email protected] + +- Add dogtail-wnck-3.0.patch: ensure Wnck 3.0 typelib is required. + +------------------------------------------------------------------- New: ---- dogtail-wnck-3.0.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ dogtail.spec ++++++ --- /var/tmp/diff_new_pack.8Fv14M/_old 2015-03-23 12:17:28.000000000 +0100 +++ /var/tmp/diff_new_pack.8Fv14M/_new 2015-03-23 12:17:28.000000000 +0100 @@ -23,6 +23,8 @@ License: GPL-2.0 Url: http://dogtail.fedorahosted.org/ Source0: http://fedorahosted.org/released/dogtail/%{name}-%{version}.tar.gz +# PATCH-FIX-UPSTREAM dogtail-wnck-3.0.patch [email protected] -- ensure Wnck 3.0 typelib is required +Patch0: dogtail-wnck-3.0.patch BuildRequires: desktop-file-utils BuildRequires: gobject-introspection BuildRequires: hicolor-icon-theme @@ -43,6 +45,7 @@ %prep %setup -q +%patch0 -p1 %build python ./setup.py build ++++++ dogtail-wnck-3.0.patch ++++++ Index: dogtail-0.9.0/dogtail/tree.py =================================================================== --- dogtail-0.9.0.orig/dogtail/tree.py +++ dogtail-0.9.0/dogtail/tree.py @@ -84,6 +84,8 @@ except ImportError: # pragma: no cover # We optionally import the bindings for libWnck. try: + import gi + gi.require_version('Wnck', '3.0') from gi.repository import Wnck gotWnck = True # pragma: no cover except ImportError: -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
