Hello community,

here is the log from the commit of package mozo for openSUSE:Leap:15.2 checked 
in at 2020-03-02 13:25:39
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:15.2/mozo (Old)
 and      /work/SRC/openSUSE:Leap:15.2/.mozo.new.26092 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "mozo"

Mon Mar  2 13:25:39 2020 rev:15 rq:780764 version:1.23.0

Changes:
--------
--- /work/SRC/openSUSE:Leap:15.2/mozo/mozo.changes      2020-01-15 
15:31:20.330774954 +0100
+++ /work/SRC/openSUSE:Leap:15.2/.mozo.new.26092/mozo.changes   2020-03-02 
13:25:40.334674520 +0100
@@ -1,0 +2,56 @@
+Thu Jul 18 13:43:11 UTC 2019 - Jonathan Brielmaier <[email protected]>
+
+- Update to version 1.23.0:
+  * Translations update
+  * Fix DeprecationWarning ABCs from 'collections'
+  * Fix DeprecationWarning: cgi.escape is deprecated
+  * Change url project's website
+  * use meson to build
+  * Migrate from intltool to gettext
+  * Fix drag and drop of .desktop file
+- remove patch:
+  * mozo-python-3.4.patch: we don't support Leap 42.3, wich has
+    python 3.4, anymore
+
+-------------------------------------------------------------------
+Sun May 12 18:13:56 UTC 2019 - Alexei Sorokin <[email protected]>
+
+- Update to version 1.22.1:
+  * Fix creating new menus and items.
+  * Fix moving a menu corrupting the menu.
+  * Update translations.
+
+-------------------------------------------------------------------
+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.
+
+-------------------------------------------------------------------
+Wed Dec 26 23:25:34 UTC 2018 - [email protected]
+
+- Update to version 1.20.2:
+  * Disable deprecation warnings for distcheck.
+  * Update translations.
+
+-------------------------------------------------------------------
+Tue Oct  2 05:26:39 UTC 2018 - [email protected]
+
+- Add mozo-1.20.1-remove-libdir-from-config.patch (picked from
+  upstream): Make build reproducible (boo#1110032).
+
+-------------------------------------------------------------------
+Fri Jun 22 17:10:44 UTC 2018 - [email protected]
+
+- Update to version 1.20.1:
+  * Update translations.
+
+-------------------------------------------------------------------

Old:
----
  mozo-1.20.0.tar.xz

New:
----
  mozo-1.23.0.tar.xz

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

Other differences:
------------------
++++++ mozo.spec ++++++
--- /var/tmp/diff_new_pack.BMrIho/_old  2020-03-02 13:25:40.986675816 +0100
+++ /var/tmp/diff_new_pack.BMrIho/_new  2020-03-02 13:25:40.986675816 +0100
@@ -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
@@ -12,43 +12,38 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
-%define _version 1.20
+%define _version 1.23
 Name:           mozo
-Version:        1.20.0
+Version:        1.23.0
 Release:        0
 Summary:        MATE Desktop menu editor
 License:        LGPL-2.1-or-later
 Group:          System/GUI/Other
-Url:            https://mate-desktop.org/
-Source:         
http://pub.mate-desktop.org/releases/%{_version}/%{name}-%{version}.tar.xz
+URL:            https://mate-desktop.org/
+Source:         
https://pub.mate-desktop.org/releases/%{_version}/%{name}-%{version}.tar.xz
 BuildRequires:  fdupes
 BuildRequires:  gobject-introspection-devel
 BuildRequires:  hicolor-icon-theme
-BuildRequires:  mate-common >= %{_version}
+# set to _version when mate-common has an equal release
+BuildRequires:  mate-common >= 1.22
 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,
@@ -57,7 +52,7 @@
 %lang_package
 
 %prep
-%setup -q
+%autosetup -p1
 
 %build
 NOCONFIGURE=1 mate-autogen
@@ -82,15 +77,11 @@
 %endif
 
 %files
-%if 0%{?suse_version} >= 1500
 %license COPYING
-%else
-%doc COPYING
-%endif
 %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.0.tar.xz -> mozo-1.23.0.tar.xz ++++++
++++ 37215 lines of diff (skipped)


Reply via email to