Hello community,

here is the log from the commit of package mozo for openSUSE:Factory checked in 
at 2019-05-16 22:05:00
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/mozo (Old)
 and      /work/SRC/openSUSE:Factory/.mozo.new.5148 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "mozo"

Thu May 16 22:05:00 2019 rev:16 rq:682584 version:1.22.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/mozo/mozo.changes        2018-12-28 
12:35:59.775935176 +0100
+++ /work/SRC/openSUSE:Factory/.mozo.new.5148/mozo.changes      2019-05-16 
22:05:01.538567588 +0200
@@ -1,0 +2,14 @@
+Tue Mar  5 15:19:33 UTC 2019 - [email protected]
+
+- Update to version 1.22.0:
+  * Drop acinclude.m4 which is not needed anymore.
+  * Support new mate-menus api.
+  * Remove libdir from Mozo/config.py.
+  * Re-indent python code.
+  * Fix menu entry can not move.
+  * Update translations.
+- Add mozo-python-3.4.patch: Restore Python 3.4 support.
+- Remove mozo-1.20.1-remove-libdir-from-config.patch: fixed
+  upstream.
+
+-------------------------------------------------------------------

Old:
----
  mozo-1.20.1-remove-libdir-from-config.patch
  mozo-1.20.2.tar.xz

New:
----
  mozo-1.22.0.tar.xz
  mozo-python-3.4.patch

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ mozo.spec ++++++
--- /var/tmp/diff_new_pack.fHdI0l/_old  2019-05-16 22:05:02.046567112 +0200
+++ /var/tmp/diff_new_pack.fHdI0l/_new  2019-05-16 22:05:02.046567112 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package mozo
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 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
@@ -16,41 +16,35 @@
 #
 
 
-%define _version 1.20
+%define _version 1.22
 Name:           mozo
-Version:        1.20.2
+Version:        1.22.0
 Release:        0
 Summary:        MATE Desktop menu editor
 License:        LGPL-2.1-or-later
 Group:          System/GUI/Other
-Url:            https://mate-desktop.org/
+URL:            https://mate-desktop.org/
 Source:         
https://pub.mate-desktop.org/releases/%{_version}/%{name}-%{version}.tar.xz
-# PATCH-FIX-UPSTREAM mozo-1.20.1-remove-libdir-from-config.patch -- boo#1110032
-Patch0:         mozo-1.20.1-remove-libdir-from-config.patch
+# PATCH-FEATURE-OPENSUSE mozo-python-3.4.patch -- Restore Python 3.4 support.
+Patch0:         mozo-python-3.4.patch
 BuildRequires:  fdupes
 BuildRequires:  gobject-introspection-devel
 BuildRequires:  hicolor-icon-theme
 BuildRequires:  mate-common >= %{_version}
 BuildRequires:  pkgconfig
+BuildRequires:  python3
 BuildRequires:  update-desktop-files
 BuildRequires:  pkgconfig(libmate-menu) >= %{_version}
 BuildRequires:  pkgconfig(pygobject-3.0)
 Requires:       mate-menus >= %{_version}
+Requires:       python3-gobject
+Requires:       python3-gobject-Gdk
 Recommends:     %{name}-lang
 # mate-menu-editor was last used in openSUSE 13.1.
 Provides:       mate-menu-editor = %{version}
 Obsoletes:      mate-menu-editor < %{version}
 Obsoletes:      mate-menu-editor-lang < %{version}
 BuildArch:      noarch
-%if 0%{?suse_version} >= 1500
-Requires:       python2-gobject
-Requires:       python2-gobject-Gdk
-Requires:       python2-mate-menus >= %{_version}
-%else
-Requires:       python-gobject
-Requires:       python-gobject-Gdk
-Requires:       python-mate-menus >= %{_version}
-%endif
 
 %description
 This package provides Mozo, a menu editor for the MATE Desktop,
@@ -89,7 +83,7 @@
 %doc AUTHORS NEWS README
 %{_bindir}/%{name}
 %{_datadir}/%{name}/
-%{python_sitelib}/Mozo/
+%{python3_sitelib}/Mozo/
 %{_datadir}/applications/%{name}.desktop
 %{_datadir}/icons/hicolor/*/apps/%{name}*
 %{_mandir}/man?/%{name}.?%{?ext_man}

++++++ mozo-1.20.2.tar.xz -> mozo-1.22.0.tar.xz ++++++
++++ 9818 lines of diff (skipped)

++++++ mozo-python-3.4.patch ++++++
--- a/configure.ac
+++ b/configure.ac
@@ -18,7 +18,7 @@ AC_DEFINE_UNQUOTED(GETTEXT_PACKAGE, "$GE
 AM_GLIB_GNU_GETTEXT
 IT_PROG_INTLTOOL([0.40.0])
 
-AM_PATH_PYTHON(3.5)
+AM_PATH_PYTHON(3.4)
 
 PKG_CHECK_MODULES(MOZO, libmate-menu >= 1.21.0 pygobject-3.0)
 

Reply via email to