Hello community, here is the log from the commit of package mozo for openSUSE:Factory checked in at 2016-05-17 17:14:56 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/mozo (Old) and /work/SRC/openSUSE:Factory/.mozo.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "mozo" Changes: -------- --- /work/SRC/openSUSE:Factory/mozo/mozo.changes 2016-04-15 19:11:34.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.mozo.new/mozo.changes 2016-05-17 17:14:58.000000000 +0200 @@ -1,0 +2,5 @@ +Wed May 4 16:34:01 UTC 2016 - [email protected] + +- Add a missing python-gobject-Gdk dependency. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ mozo.spec ++++++ --- /var/tmp/diff_new_pack.Hcb0u7/_old 2016-05-17 17:14:59.000000000 +0200 +++ /var/tmp/diff_new_pack.Hcb0u7/_new 2016-05-17 17:14:59.000000000 +0200 @@ -31,6 +31,7 @@ BuildRequires: gobject-introspection-devel BuildRequires: hicolor-icon-theme BuildRequires: mate-common >= %{_version} +BuildRequires: pkg-config BuildRequires: update-desktop-files BuildRequires: pkgconfig(libmate-menu) >= %{_version} BuildRequires: pkgconfig(pygobject-3.0) @@ -43,6 +44,9 @@ Obsoletes: mate-menu-editor < %{version} Obsoletes: mate-menu-editor-lang < %{version} BuildArch: noarch +%if 0%{?suse_version} > 1320 || 0%{?sle_version} >= 120200 +Requires: python-gobject-Gdk +%endif %description This package provides Mozo, a menu editor for the MATE Desktop, @@ -61,6 +65,7 @@ %install %make_install + %find_lang %{name} %{?no_lang_C} %fdupes %{buildroot}%{python_sitelib}/ %suse_update_desktop_file %{name}
