Hello community, here is the log from the commit of package mozo for openSUSE:Factory checked in at 2020-03-03 10:17:13 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/mozo (Old) and /work/SRC/openSUSE:Factory/.mozo.new.26092 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "mozo" Tue Mar 3 10:17:13 2020 rev:19 rq:780546 version:1.24.0 Changes: -------- --- /work/SRC/openSUSE:Factory/mozo/mozo.changes 2019-07-31 14:36:12.549871954 +0200 +++ /work/SRC/openSUSE:Factory/.mozo.new.26092/mozo.changes 2020-03-03 10:18:22.754915889 +0100 @@ -1,0 +2,16 @@ +Wed Feb 26 19:38:40 UTC 2020 - Alexei Sorokin <[email protected]> + +- Update to version 1.24.0 (changes since 1.23.0): + * desktop file: Add missing hints for translators. + * Sets the required version for gettext (0.19.8). + * Add Undo and Redo buttons. + * moveItem: Remove redundant code, add missing check for move + mode when merging entries. + * Change DragAction to MOVE. + * undo/redo: Handle missing files. + * Fix item drag & drop creating copies, fix undo, redo and a + crash when refreshing. + * Update translations. +- Drop support for old openSUSE versions. + +------------------------------------------------------------------- @@ -13 +29 @@ - * mozo-python-3.4.patch: we don't support Leap 42.3, wich has + * mozo-python-3.4.patch: we don't support Leap 42.3, which has no Old: ---- mozo-1.23.0.tar.xz New: ---- mozo-1.24.0.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ mozo.spec ++++++ --- /var/tmp/diff_new_pack.teeYwo/_old 2020-03-03 10:18:25.074920689 +0100 +++ /var/tmp/diff_new_pack.teeYwo/_new 2020-03-03 10:18:25.074920689 +0100 @@ -1,7 +1,7 @@ # # spec file for package mozo # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,20 +16,18 @@ # -%define _version 1.23 +%define _version 1.24 Name: mozo -Version: 1.23.0 +Version: 1.24.0 Release: 0 Summary: MATE Desktop menu editor License: LGPL-2.1-or-later -Group: System/GUI/Other 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 -# set to _version when mate-common has an equal release -BuildRequires: mate-common >= 1.22 +BuildRequires: mate-common >= %{_version} BuildRequires: pkgconfig BuildRequires: python3 BuildRequires: update-desktop-files @@ -52,12 +50,12 @@ %lang_package %prep -%autosetup -p1 +%setup -q %build NOCONFIGURE=1 mate-autogen %configure -make %{?_smp_mflags} V=1 +%make_build %install %make_install @@ -66,16 +64,6 @@ %fdupes %{buildroot}%{python_sitelib}/ %suse_update_desktop_file %{name} -%if 0%{?suse_version} < 1500 -%post -%desktop_database_post -%icon_theme_cache_post - -%postun -%desktop_database_postun -%icon_theme_cache_postun -%endif - %files %license COPYING %doc AUTHORS NEWS README ++++++ mozo-1.23.0.tar.xz -> mozo-1.24.0.tar.xz ++++++ ++++ 20864 lines of diff (skipped)
