commit mozo for openSUSE:Factory

2020-03-03 Thread root
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.changes2019-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 
+
+- 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)




commit mozo for openSUSE:Factory

2019-07-31 Thread root
Hello community,

here is the log from the commit of package mozo for openSUSE:Factory checked in 
at 2019-07-31 14:36:04

Comparing /work/SRC/openSUSE:Factory/mozo (Old)
 and  /work/SRC/openSUSE:Factory/.mozo.new.4126 (New)


Package is "mozo"

Wed Jul 31 14:36:04 2019 rev:18 rq:719971 version:1.23.0

Changes:

--- /work/SRC/openSUSE:Factory/mozo/mozo.changes2019-06-19 
20:58:22.253979503 +0200
+++ /work/SRC/openSUSE:Factory/.mozo.new.4126/mozo.changes  2019-07-31 
14:36:12.549871954 +0200
@@ -1,0 +2,15 @@
+Thu Jul 18 13:43:11 UTC 2019 - Jonathan Brielmaier 
+
+- 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
+
+---

Old:

  mozo-1.22.1.tar.xz
  mozo-python-3.4.patch

New:

  mozo-1.23.0.tar.xz



Other differences:
--
++ mozo.spec ++
--- /var/tmp/diff_new_pack.XBJUGo/_old  2019-07-31 14:36:12.989871730 +0200
+++ /var/tmp/diff_new_pack.XBJUGo/_new  2019-07-31 14:36:12.993871728 +0200
@@ -16,21 +16,20 @@
 #
 
 
-%define _version 1.22
+%define _version 1.23
 Name:   mozo
-Version:1.22.1
+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: 
https://pub.mate-desktop.org/releases/%{_version}/%{name}-%{version}.tar.xz
-# 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}
+# set to _version when mate-common has an equal release
+BuildRequires:  mate-common >= 1.22
 BuildRequires:  pkgconfig
 BuildRequires:  python3
 BuildRequires:  update-desktop-files

++ mozo-1.22.1.tar.xz -> mozo-1.23.0.tar.xz ++
 30371 lines of diff (skipped)




commit mozo for openSUSE:Factory

2019-06-19 Thread root
Hello community,

here is the log from the commit of package mozo for openSUSE:Factory checked in 
at 2019-06-19 20:58:20

Comparing /work/SRC/openSUSE:Factory/mozo (Old)
 and  /work/SRC/openSUSE:Factory/.mozo.new.4811 (New)


Package is "mozo"

Wed Jun 19 20:58:20 2019 rev:17 rq:704758 version:1.22.1

Changes:

--- /work/SRC/openSUSE:Factory/mozo/mozo.changes2019-05-16 
22:05:01.538567588 +0200
+++ /work/SRC/openSUSE:Factory/.mozo.new.4811/mozo.changes  2019-06-19 
20:58:22.253979503 +0200
@@ -1,0 +2,8 @@
+Sun May 12 18:13:56 UTC 2019 - Alexei Sorokin 
+
+- Update to version 1.22.1:
+  * Fix creating new menus and items.
+  * Fix moving a menu corrupting the menu.
+  * Update translations.
+
+---

Old:

  mozo-1.22.0.tar.xz

New:

  mozo-1.22.1.tar.xz



Other differences:
--
++ mozo.spec ++
--- /var/tmp/diff_new_pack.dFF2jp/_old  2019-06-19 20:58:23.013980184 +0200
+++ /var/tmp/diff_new_pack.dFF2jp/_new  2019-06-19 20:58:23.021980191 +0200
@@ -18,7 +18,7 @@
 
 %define _version 1.22
 Name:   mozo
-Version:1.22.0
+Version:1.22.1
 Release:0
 Summary:MATE Desktop menu editor
 License:LGPL-2.1-or-later
@@ -53,8 +53,7 @@
 %lang_package
 
 %prep
-%setup -q
-%patch0 -p1
+%autosetup -p1
 
 %build
 NOCONFIGURE=1 mate-autogen

++ mozo-1.22.0.tar.xz -> mozo-1.22.1.tar.xz ++
 4995 lines of diff (skipped)




commit mozo for openSUSE:Factory

2019-05-16 Thread root
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.changes2018-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 - sor.ale...@meowr.ru
+
+- 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)
 



commit mozo for openSUSE:Factory

2018-12-28 Thread root
Hello community,

here is the log from the commit of package mozo for openSUSE:Factory checked in 
at 2018-12-28 12:35:54

Comparing /work/SRC/openSUSE:Factory/mozo (Old)
 and  /work/SRC/openSUSE:Factory/.mozo.new.28833 (New)


Package is "mozo"

Fri Dec 28 12:35:54 2018 rev:15 rq:661668 version:1.20.2

Changes:

--- /work/SRC/openSUSE:Factory/mozo/mozo.changes2018-10-02 
19:49:50.133680435 +0200
+++ /work/SRC/openSUSE:Factory/.mozo.new.28833/mozo.changes 2018-12-28 
12:35:59.775935176 +0100
@@ -1,0 +2,7 @@
+Wed Dec 26 23:25:34 UTC 2018 - sor.ale...@meowr.ru
+
+- Update to version 1.20.2:
+  * Disable deprecation warnings for distcheck.
+  * Update translations.
+
+---

Old:

  mozo-1.20.1.tar.xz

New:

  mozo-1.20.2.tar.xz



Other differences:
--
++ mozo.spec ++
--- /var/tmp/diff_new_pack.t9Qmwo/_old  2018-12-28 12:36:00.227934859 +0100
+++ /var/tmp/diff_new_pack.t9Qmwo/_new  2018-12-28 12:36:00.227934859 +0100
@@ -18,13 +18,13 @@
 
 %define _version 1.20
 Name:   mozo
-Version:1.20.1
+Version:1.20.2
 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
+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
 BuildRequires:  fdupes
@@ -85,11 +85,7 @@
 %endif
 
 %files
-%if 0%{?suse_version} >= 1500
 %license COPYING
-%else
-%doc COPYING
-%endif
 %doc AUTHORS NEWS README
 %{_bindir}/%{name}
 %{_datadir}/%{name}/

++ mozo-1.20.1.tar.xz -> mozo-1.20.2.tar.xz ++
 3142 lines of diff (skipped)




commit mozo for openSUSE:Factory

2018-10-02 Thread root
Hello community,

here is the log from the commit of package mozo for openSUSE:Factory checked in 
at 2018-10-02 19:49:37

Comparing /work/SRC/openSUSE:Factory/mozo (Old)
 and  /work/SRC/openSUSE:Factory/.mozo.new (New)


Package is "mozo"

Tue Oct  2 19:49:37 2018 rev:14 rq:639581 version:1.20.1

Changes:

--- /work/SRC/openSUSE:Factory/mozo/mozo.changes2018-06-25 
11:41:02.688483719 +0200
+++ /work/SRC/openSUSE:Factory/.mozo.new/mozo.changes   2018-10-02 
19:49:50.133680435 +0200
@@ -1,0 +2,6 @@
+Tue Oct  2 05:26:39 UTC 2018 - antoine.belv...@opensuse.org
+
+- Add mozo-1.20.1-remove-libdir-from-config.patch (picked from
+  upstream): Make build reproducible (boo#1110032).
+
+---

New:

  mozo-1.20.1-remove-libdir-from-config.patch



Other differences:
--
++ mozo.spec ++
--- /var/tmp/diff_new_pack.z2LNzd/_old  2018-10-02 19:49:50.681679862 +0200
+++ /var/tmp/diff_new_pack.z2LNzd/_new  2018-10-02 19:49:50.685679859 +0200
@@ -12,7 +12,7 @@
 # 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/
 #
 
 
@@ -25,6 +25,8 @@
 Group:  System/GUI/Other
 Url:https://mate-desktop.org/
 Source: 
http://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
 BuildRequires:  fdupes
 BuildRequires:  gobject-introspection-devel
 BuildRequires:  hicolor-icon-theme
@@ -58,6 +60,7 @@
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 NOCONFIGURE=1 mate-autogen

++ mozo-1.20.1-remove-libdir-from-config.patch ++
>From 014bb5e8f70808e762179bb51b513eb211baece5 Mon Sep 17 00:00:00 2001
From: Alexei Sorokin 
Date: Fri, 28 Sep 2018 13:53:58 +0300
Subject: [PATCH] Remove libdir from Mozo/config.py

---
 Mozo/Makefile.am  | 2 --
 Mozo/config.py.in | 2 --
 2 files changed, 4 deletions(-)

diff --git a/Mozo/Makefile.am b/Mozo/Makefile.am
index 50f1f02..a7cf2f3 100644
--- a/Mozo/Makefile.am
+++ b/Mozo/Makefile.am
@@ -9,8 +9,6 @@ config.py: config.py.in
-e s!\@prefix\@!$(prefix)!  \
-e s!\@datadir\@!$(datadir)!\
-e s!\@pkgdatadir\@!$(pkgdatadir)!  \
-   -e s!\@libexecdir\@!$(libexecdir)!  \
-   -e s!\@libdir\@!$(libdir)!  \
-e s!\@PACKAGE\@!$(PACKAGE)!\
-e s!\@VERSION\@!$(VERSION)!\
-e s!\@GETTEXT_PACKAGE\@!$(GETTEXT_PACKAGE)!\
diff --git a/Mozo/config.py.in b/Mozo/config.py.in
index 1b90871..c3cf6f1 100644
--- a/Mozo/config.py.in
+++ b/Mozo/config.py.in
@@ -2,8 +2,6 @@ prefix="@prefix@"
 datadir="@datadir@"
 localedir=datadir+"/locale"
 pkgdatadir="@pkgdatadir@"
-libdir="@libdir@"
-libexecdir="@libexecdir@"
 PACKAGE="@PACKAGE@"
 VERSION="@VERSION@"
 GETTEXT_PACKAGE="@GETTEXT_PACKAGE@"



commit mozo for openSUSE:Factory

2018-06-25 Thread root
Hello community,

here is the log from the commit of package mozo for openSUSE:Factory checked in 
at 2018-06-25 11:40:58

Comparing /work/SRC/openSUSE:Factory/mozo (Old)
 and  /work/SRC/openSUSE:Factory/.mozo.new (New)


Package is "mozo"

Mon Jun 25 11:40:58 2018 rev:13 rq:618547 version:1.20.1

Changes:

--- /work/SRC/openSUSE:Factory/mozo/mozo.changes2018-03-20 
21:58:22.921955099 +0100
+++ /work/SRC/openSUSE:Factory/.mozo.new/mozo.changes   2018-06-25 
11:41:02.688483719 +0200
@@ -1,0 +2,6 @@
+Fri Jun 22 17:10:44 UTC 2018 - sor.ale...@meowr.ru
+
+- Update to version 1.20.1:
+  * Update translations.
+
+---

Old:

  mozo-1.20.0.tar.xz

New:

  mozo-1.20.1.tar.xz



Other differences:
--
++ mozo.spec ++
--- /var/tmp/diff_new_pack.b42EaA/_old  2018-06-25 11:41:04.360422002 +0200
+++ /var/tmp/diff_new_pack.b42EaA/_new  2018-06-25 11:41:04.360422002 +0200
@@ -18,7 +18,7 @@
 
 %define _version 1.20
 Name:   mozo
-Version:1.20.0
+Version:1.20.1
 Release:0
 Summary:MATE Desktop menu editor
 License:LGPL-2.1-or-later

++ mozo-1.20.0.tar.xz -> mozo-1.20.1.tar.xz ++
 7598 lines of diff (skipped)




commit mozo for openSUSE:Factory

2018-03-20 Thread root
Hello community,

here is the log from the commit of package mozo for openSUSE:Factory checked in 
at 2018-03-20 21:57:56

Comparing /work/SRC/openSUSE:Factory/mozo (Old)
 and  /work/SRC/openSUSE:Factory/.mozo.new (New)


Package is "mozo"

Tue Mar 20 21:57:56 2018 rev:12 rq:586607 version:1.20.0

Changes:

--- /work/SRC/openSUSE:Factory/mozo/mozo.changes2017-03-20 
17:12:54.969460646 +0100
+++ /work/SRC/openSUSE:Factory/.mozo.new/mozo.changes   2018-03-20 
21:58:22.921955099 +0100
@@ -1,0 +2,6 @@
+Fri Mar  9 19:10:07 UTC 2018 - sor.ale...@meowr.ru
+
+- Update to version 1.20.0:
+  * Update translations.
+
+---

Old:

  mozo-1.18.0.tar.xz

New:

  mozo-1.20.0.tar.xz



Other differences:
--
++ mozo.spec ++
--- /var/tmp/diff_new_pack.zWvXei/_old  2018-03-20 21:58:23.869920967 +0100
+++ /var/tmp/diff_new_pack.zWvXei/_new  2018-03-20 21:58:23.873920823 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package mozo
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 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,12 +16,12 @@
 #
 
 
-%define _version 1.18
+%define _version 1.20
 Name:   mozo
-Version:1.18.0
+Version:1.20.0
 Release:0
 Summary:MATE Desktop menu editor
-License:LGPL-2.1+
+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
@@ -34,16 +34,20 @@
 BuildRequires:  pkgconfig(libmate-menu) >= %{_version}
 BuildRequires:  pkgconfig(pygobject-3.0)
 Requires:   mate-menus >= %{_version}
-Requires:   python-gobject
-Requires:   python-mate-menus >= %{_version}
 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} > 1320 || 0%{?sle_version} >= 120200
+%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
@@ -67,6 +71,7 @@
 %fdupes %{buildroot}%{python_sitelib}/
 %suse_update_desktop_file %{name}
 
+%if 0%{?suse_version} < 1500
 %post
 %desktop_database_post
 %icon_theme_cache_post
@@ -74,10 +79,15 @@
 %postun
 %desktop_database_postun
 %icon_theme_cache_postun
+%endif
 
 %files
-%defattr(-,root,root)
-%doc AUTHORS COPYING NEWS README
+%if 0%{?suse_version} >= 1500
+%license COPYING
+%else
+%doc COPYING
+%endif
+%doc AUTHORS NEWS README
 %{_bindir}/%{name}
 %{_datadir}/%{name}/
 %{python_sitelib}/Mozo/
@@ -86,6 +96,5 @@
 %{_mandir}/man?/%{name}.?%{?ext_man}
 
 %files lang -f %{name}.lang
-%defattr(-,root,root)
 
 %changelog

++ mozo-1.18.0.tar.xz -> mozo-1.20.0.tar.xz ++
 2383 lines of diff (skipped)




commit mozo for openSUSE:Factory

2017-03-20 Thread root
Hello community,

here is the log from the commit of package mozo for openSUSE:Factory checked in 
at 2017-03-20 17:12:53

Comparing /work/SRC/openSUSE:Factory/mozo (Old)
 and  /work/SRC/openSUSE:Factory/.mozo.new (New)


Package is "mozo"

Mon Mar 20 17:12:53 2017 rev:11 rq:481146 version:1.18.0

Changes:

--- /work/SRC/openSUSE:Factory/mozo/mozo.changes2016-09-25 
14:44:05.0 +0200
+++ /work/SRC/openSUSE:Factory/.mozo.new/mozo.changes   2017-03-20 
17:12:54.969460646 +0100
@@ -1,0 +2,8 @@
+Tue Mar 14 10:11:47 UTC 2017 - sor.ale...@meowr.ru
+
+- Update to version 1.18.0:
+  * NEWS: Use consistent, project wide, markdown-like formatting to
+make generating release announcements easier.
+  * Update translations.
+
+---

Old:

  mozo-1.16.0.tar.xz

New:

  mozo-1.18.0.tar.xz



Other differences:
--
++ mozo.spec ++
--- /var/tmp/diff_new_pack.d26rJq/_old  2017-03-20 17:12:55.817340926 +0100
+++ /var/tmp/diff_new_pack.d26rJq/_new  2017-03-20 17:12:55.821340362 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package mozo
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 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,14 +16,14 @@
 #
 
 
-%define _version 1.16
+%define _version 1.18
 Name:   mozo
-Version:1.16.0
+Version:1.18.0
 Release:0
 Summary:MATE Desktop menu editor
 License:LGPL-2.1+
 Group:  System/GUI/Other
-Url:http://mate-desktop.org/
+Url:https://mate-desktop.org/
 Source: 
http://pub.mate-desktop.org/releases/%{_version}/%{name}-%{version}.tar.xz
 BuildRequires:  fdupes
 BuildRequires:  gobject-introspection-devel
@@ -58,7 +58,7 @@
 %build
 NOCONFIGURE=1 mate-autogen
 %configure
-make %{?_smp_mflags}
+make %{?_smp_mflags} V=1
 
 %install
 %make_install

++ mozo-1.16.0.tar.xz -> mozo-1.18.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mozo-1.16.0/ChangeLog new/mozo-1.18.0/ChangeLog
--- old/mozo-1.16.0/ChangeLog   2016-09-20 10:44:49.0 +0200
+++ new/mozo-1.18.0/ChangeLog   2017-03-12 17:09:19.0 +0100
@@ -1,3 +1,140 @@
+commit c8a11a0721f4c5997e5fddbb762b84f00a2f4169
+Author: raveit65 
+Date:   Sun Mar 12 17:07:49 2017 +0100
+
+release 1.18.0
+
+ configure.ac | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 069cd873c4e617e8539cca3939a286267740bb40
+Author: raveit65 
+Date:   Sun Mar 12 17:06:59 2017 +0100
+
+sync with transifex
+
+ po/el.po | 4 ++--
+ po/pl.po | 2 +-
+ po/uk.po | 4 ++--
+ 3 files changed, 5 insertions(+), 5 deletions(-)
+
+commit 78474e81fdef8816f680b8cabb7de9143f4b440b
+Author: monsta 
+Date:   Sun Mar 12 18:43:55 2017 +0300
+
+update NEWS for 1.18
+
+ NEWS | 6 --
+ 1 file changed, 4 insertions(+), 2 deletions(-)
+
+commit fb60cf394531d01ec566bb6424723023acf56765
+Author: monsta 
+Date:   Thu Jan 19 18:43:54 2017 +0300
+
+sync with Transifex and drop empty translations
+
+ po/LINGUAS|  2 ++
+ po/cv.po  | 82 ---
+ po/de_CH.po   | 82 ---
+ po/es_419.po  | 82 ---
+ po/es_ES.po   | 82 ---
+ po/es_US.po   | 82 ---
+ po/fil.po | 82 ---
+ po/fo.po  | 82 ---
+ po/gd.po  | 82 ---
+ po/ia.po  | 82 ---
+ po/jv.po  | 82 ---
+ po/la.po  | 82 ---
+ po/nah.po | 82 ---
+ po/nqo.po | 82 ---
+ po/om.po  | 82 ---
+ po/sc.po  | 82 ---
+ po/sco.po | 82 ---
+ po/so.po  | 82 ---
+ po/sw.po  | 82 

commit mozo for openSUSE:Factory

2016-09-25 Thread h_root
Hello community,

here is the log from the commit of package mozo for openSUSE:Factory checked in 
at 2016-09-25 14:44:01

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.changes2016-08-26 
23:17:41.0 +0200
+++ /work/SRC/openSUSE:Factory/.mozo.new/mozo.changes   2016-09-25 
14:44:05.0 +0200
@@ -1,0 +2,11 @@
+Tue Sep 20 20:50:25 UTC 2016 - sor.ale...@meowr.ru
+
+- Update to version 1.16.0:
+  * Add Properties and Delete buttons.
+  * Fix several drag-and-drop issues.
+  * Fix a crash when .desktop file has slash in the name.
+  * Some more fixes and cleanups.
+  * Update translations.
+- Remove mozo-gtk3.10.patch.
+
+---

Old:

  mozo-1.14.1.tar.xz
  mozo-gtk3.10.patch

New:

  mozo-1.16.0.tar.xz



Other differences:
--
++ mozo.spec ++
--- /var/tmp/diff_new_pack.0ua5af/_old  2016-09-25 14:44:07.0 +0200
+++ /var/tmp/diff_new_pack.0ua5af/_new  2016-09-25 14:44:07.0 +0200
@@ -16,17 +16,15 @@
 #
 
 
-%define _version 1.14
+%define _version 1.16
 Name:   mozo
-Version:1.14.1
+Version:1.16.0
 Release:0
 Summary:MATE Desktop menu editor
 License:LGPL-2.1+
 Group:  System/GUI/Other
 Url:http://mate-desktop.org/
 Source: 
http://pub.mate-desktop.org/releases/%{_version}/%{name}-%{version}.tar.xz
-# PATCH-FIX-OPENSUSE mozo-gtk3.10.patch sor.ale...@meowr.ru
-Patch0: %{name}-gtk3.10.patch
 BuildRequires:  fdupes
 BuildRequires:  gobject-introspection-devel
 BuildRequires:  hicolor-icon-theme
@@ -56,7 +54,6 @@
 
 %prep
 %setup -q
-%patch0 -p1
 
 %build
 NOCONFIGURE=1 mate-autogen

++ mozo-1.14.1.tar.xz -> mozo-1.16.0.tar.xz ++
 1982 lines of diff (skipped)




commit mozo for openSUSE:Factory

2016-08-26 Thread h_root
Hello community,

here is the log from the commit of package mozo for openSUSE:Factory checked in 
at 2016-08-26 23:17:35

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.changes2016-05-17 
17:14:58.0 +0200
+++ /work/SRC/openSUSE:Factory/.mozo.new/mozo.changes   2016-08-26 
23:17:41.0 +0200
@@ -1,0 +2,10 @@
+Wed Aug 24 22:50:28 UTC 2016 - sor.ale...@meowr.ru
+
+- Update to version 1.14.1:
+  * Fix a crash and erasing of the menu file when processing
+non-ASCII characters.
+  * Fix a crash on invalid XML file.
+  * Always encode with UTF-8 before writing the XML file.
+  * Update translations.
+
+---

Old:

  mozo-1.14.0.tar.xz

New:

  mozo-1.14.1.tar.xz



Other differences:
--
++ mozo.spec ++
--- /var/tmp/diff_new_pack.02qQJZ/_old  2016-08-26 23:17:43.0 +0200
+++ /var/tmp/diff_new_pack.02qQJZ/_new  2016-08-26 23:17:43.0 +0200
@@ -18,7 +18,7 @@
 
 %define _version 1.14
 Name:   mozo
-Version:1.14.0
+Version:1.14.1
 Release:0
 Summary:MATE Desktop menu editor
 License:LGPL-2.1+
@@ -31,7 +31,7 @@
 BuildRequires:  gobject-introspection-devel
 BuildRequires:  hicolor-icon-theme
 BuildRequires:  mate-common >= %{_version}
-BuildRequires:  pkg-config
+BuildRequires:  pkgconfig
 BuildRequires:  update-desktop-files
 BuildRequires:  pkgconfig(libmate-menu) >= %{_version}
 BuildRequires:  pkgconfig(pygobject-3.0)

++ mozo-1.14.0.tar.xz -> mozo-1.14.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mozo-1.14.0/ChangeLog new/mozo-1.14.1/ChangeLog
--- old/mozo-1.14.0/ChangeLog   2016-04-07 22:14:31.0 +0200
+++ new/mozo-1.14.1/ChangeLog   2016-08-24 23:29:30.0 +0200
@@ -1,3 +1,96 @@
+commit b76530c1c2cd566cbdb838d075e2e1fa72205d9c
+Author: monsta 
+Date:   Thu Aug 25 00:28:20 2016 +0300
+
+release 1.14.1
+
+ NEWS | 8 
+ configure.ac | 2 +-
+ 2 files changed, 9 insertions(+), 1 deletion(-)
+
+commit ad4ed20050df63c291867d47cf98b622e2b42c2b
+Author: monsta 
+Date:   Thu Jul 7 14:51:33 2016 +0300
+
+po: drop languages not present on Transifex
+
+ po/LINGUAS|  5 
+ po/b...@latin.po| 82 
--
+ po/bem.po | 80 -
+ po/e...@shaw.po | 82 
--
+ po/io.po  | 83 ---
+ po/u...@cyrillic.po | 81 -
+ 6 files changed, 413 deletions(-)
+
+commit 53abf27d2d99727ae463cd3a3f09d89b5e9b
+Author: monsta 
+Date:   Tue Jun 21 17:55:01 2016 +0300
+
+po: actually add a new language from Transifex
+
+ po/LINGUAS | 1 +
+ 1 file changed, 1 insertion(+)
+
+commit 1b5584aab80264db3540ccf00242a4c301fa2323
+Author: Stefano Facchini 
+Date:   Mon Aug 26 18:34:35 2013 +0200
+
+quit on delete event
+
+https://bugzilla.gnome.org/show_bug.cgi?id=706821
+
+ Mozo/MainWindow.py | 3 +++
+ data/mozo.ui   | 1 +
+ 2 files changed, 4 insertions(+)
+
+commit 5f116eb7aac88f1c308c12e57bfcc203ab44f309
+Author: Alexei Sorokin 
+Date:   Mon Aug 22 23:57:21 2016 +0300
+
+fix minidom related crashes (#29)
+
+ Mozo/MenuEditor.py | 11 +++
+ 1 file changed, 11 insertions(+)
+
+commit 1c253ed41ff1f6f36173707d89070d36054db9f0
+Author: Alexei Sorokin 
+Date:   Mon Aug 22 23:56:13 2016 +0300
+
+encode with utf-8 before writing XML
+
+based on:
+  https://github.com/GNOME/alacarte/commit/f7835d7
+  https://github.com/GNOME/alacarte/commit/0d7f351
+  https://github.com/GNOME/alacarte/commit/23f0318
+
+ Mozo/MainWindow.py |  7 ---
+ Mozo/MenuEditor.py | 47 +--
+ 2 files changed, 37 insertions(+), 17 deletions(-)
+
+commit cc776e061996e9b803cb08638d615e05df1efcb8
+Author: Jasper St. Pierre 
+Date:   Fri Jun 1 01:30:55 2012 -0400
+
+MenuEditor: be resilient to bad XML
+
+https://bugzilla.gnome.org/show_bug.cgi?id=654167
+
+ Mozo/MenuEditor.py | 36 
+ 1 file changed, 20 insertions(+), 16 deletions(-)
+
+commit 6c6595ddd7460a47771ac68ebb45a5c60022001b
+Author: raveit65 
+Date:   Tue Jun 7 23:21:17 2016 +0200
+
+sync with Transiflex
+
+ po/es.po|  

commit mozo for openSUSE:Factory

2016-05-17 Thread h_root
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.changes2016-04-15 
19:11:34.0 +0200
+++ /work/SRC/openSUSE:Factory/.mozo.new/mozo.changes   2016-05-17 
17:14:58.0 +0200
@@ -1,0 +2,5 @@
+Wed May  4 16:34:01 UTC 2016 - sor.ale...@meowr.ru
+
+- Add a missing python-gobject-Gdk dependency.
+
+---



Other differences:
--
++ mozo.spec ++
--- /var/tmp/diff_new_pack.Hcb0u7/_old  2016-05-17 17:14:59.0 +0200
+++ /var/tmp/diff_new_pack.Hcb0u7/_new  2016-05-17 17:14:59.0 +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}




commit mozo for openSUSE:Factory

2016-04-15 Thread h_root
Hello community,

here is the log from the commit of package mozo for openSUSE:Factory checked in 
at 2016-04-15 19:11:33

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.changes2016-01-12 
16:13:49.0 +0100
+++ /work/SRC/openSUSE:Factory/.mozo.new/mozo.changes   2016-04-15 
19:11:34.0 +0200
@@ -1,0 +2,21 @@
+Sat Apr  9 11:24:53 UTC 2016 - sor.ale...@meowr.ru
+
+- Update to version 1.14.0:
+  * Update translations.
+  * Fix Changelog generation.
+
+---
+Sat Mar  5 13:50:54 UTC 2016 - sor.ale...@meowr.ru
+
+- Update to version 1.13.1:
+  * Move to GTK+3 and GObject Introspection, drop old
+PyGTK+-related code.
+- Add mozo-gtk3.10.patch: add support for Gtk 3.10 (SLE 12 and
+  openSUSE 13.1).
+
+---
+Mon Jan 25 19:56:45 UTC 2016 - sor.ale...@meowr.ru
+
+- Update to version 1.13.0.
+
+---

Old:

  mozo-1.12.0.tar.xz

New:

  mozo-1.14.0.tar.xz
  mozo-gtk3.10.patch



Other differences:
--
++ mozo.spec ++
--- /var/tmp/diff_new_pack.eYrpHl/_old  2016-04-15 19:11:35.0 +0200
+++ /var/tmp/diff_new_pack.eYrpHl/_new  2016-04-15 19:11:35.0 +0200
@@ -16,22 +16,26 @@
 #
 
 
-%define _version 1.12
+%define _version 1.14
 Name:   mozo
-Version:1.12.0
+Version:1.14.0
 Release:0
 Summary:MATE Desktop menu editor
 License:LGPL-2.1+
 Group:  System/GUI/Other
 Url:http://mate-desktop.org/
 Source: 
http://pub.mate-desktop.org/releases/%{_version}/%{name}-%{version}.tar.xz
+# PATCH-FIX-OPENSUSE mozo-gtk3.10.patch sor.ale...@meowr.ru
+Patch0: %{name}-gtk3.10.patch
 BuildRequires:  fdupes
+BuildRequires:  gobject-introspection-devel
 BuildRequires:  hicolor-icon-theme
 BuildRequires:  mate-common >= %{_version}
 BuildRequires:  update-desktop-files
 BuildRequires:  pkgconfig(libmate-menu) >= %{_version}
-BuildRequires:  pkgconfig(pygobject-2.0)
+BuildRequires:  pkgconfig(pygobject-3.0)
 Requires:   mate-menus >= %{_version}
+Requires:   python-gobject
 Requires:   python-mate-menus >= %{_version}
 Recommends: %{name}-lang
 # mate-menu-editor was last used in openSUSE 13.1.
@@ -48,8 +52,10 @@
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
+NOCONFIGURE=1 mate-autogen
 %configure
 make %{?_smp_mflags}
 

++ mozo-1.12.0.tar.xz -> mozo-1.14.0.tar.xz ++
 10034 lines of diff (skipped)

++ mozo-gtk3.10.patch ++
--- a/data/mozo.ui
+++ b/data/mozo.ui
@@ -1,7 +1,7 @@
 
 
 
-  
+  
   
 
   



commit mozo for openSUSE:Factory

2016-01-12 Thread h_root
Hello community,

here is the log from the commit of package mozo for openSUSE:Factory checked in 
at 2016-01-12 16:13:48

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.changes2015-11-11 
10:35:12.0 +0100
+++ /work/SRC/openSUSE:Factory/.mozo.new/mozo.changes   2016-01-12 
16:13:49.0 +0100
@@ -1,0 +2,5 @@
+Mon Jan 11 15:30:48 UTC 2016 - sor.ale...@meowr.ru
+
+- Add missing mate-menus dependency.
+
+---



Other differences:
--
++ mozo.spec ++
--- /var/tmp/diff_new_pack.1819WR/_old  2016-01-12 16:13:49.0 +0100
+++ /var/tmp/diff_new_pack.1819WR/_new  2016-01-12 16:13:49.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package mozo
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 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
@@ -24,15 +24,17 @@
 License:LGPL-2.1+
 Group:  System/GUI/Other
 Url:http://mate-desktop.org/
-Source0:
http://pub.mate-desktop.org/releases/%{_version}/%{name}-%{version}.tar.xz
+Source: 
http://pub.mate-desktop.org/releases/%{_version}/%{name}-%{version}.tar.xz
 BuildRequires:  fdupes
 BuildRequires:  hicolor-icon-theme
 BuildRequires:  mate-common >= %{_version}
 BuildRequires:  update-desktop-files
 BuildRequires:  pkgconfig(libmate-menu) >= %{_version}
 BuildRequires:  pkgconfig(pygobject-2.0)
+Requires:   mate-menus >= %{_version}
 Requires:   python-mate-menus >= %{_version}
-Recommends: %{name}-lang = %{version}
+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}




commit mozo for openSUSE:Factory

2015-11-11 Thread h_root
Hello community,

here is the log from the commit of package mozo for openSUSE:Factory checked in 
at 2015-11-11 10:30:59

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.changes2015-07-24 
09:59:05.0 +0200
+++ /work/SRC/openSUSE:Factory/.mozo.new/mozo.changes   2015-11-11 
10:35:12.0 +0100
@@ -1,0 +2,8 @@
+Thu Nov  5 20:43:01 UTC 2015 - sor.ale...@meowr.ru
+
+- Update to 1.12.0:
+  * Enable startup notification.
+  * Add silent rules.
+  * Some bugfixes.
+
+---

Old:

  mozo-1.10.1.tar.xz

New:

  mozo-1.12.0.tar.xz



Other differences:
--
++ mozo.spec ++
--- /var/tmp/diff_new_pack.lUgx2X/_old  2015-11-11 10:35:13.0 +0100
+++ /var/tmp/diff_new_pack.lUgx2X/_new  2015-11-11 10:35:13.0 +0100
@@ -16,9 +16,9 @@
 #
 
 
-%define _version 1.10
+%define _version 1.12
 Name:   mozo
-Version:1.10.1
+Version:1.12.0
 Release:0
 Summary:MATE Desktop menu editor
 License:LGPL-2.1+
@@ -27,11 +27,11 @@
 Source0:
http://pub.mate-desktop.org/releases/%{_version}/%{name}-%{version}.tar.xz
 BuildRequires:  fdupes
 BuildRequires:  hicolor-icon-theme
-BuildRequires:  mate-common
+BuildRequires:  mate-common >= %{_version}
 BuildRequires:  update-desktop-files
-BuildRequires:  pkgconfig(libmate-menu) >= 1.9.0
+BuildRequires:  pkgconfig(libmate-menu) >= %{_version}
 BuildRequires:  pkgconfig(pygobject-2.0)
-Requires:   python-mate-menus >= 1.9.0
+Requires:   python-mate-menus >= %{_version}
 Recommends: %{name}-lang = %{version}
 Provides:   mate-menu-editor = %{version}
 Obsoletes:  mate-menu-editor < %{version}
@@ -54,7 +54,7 @@
 %install
 %make_install
 %find_lang %{name} %{?no_lang_C}
-%fdupes %{buildroot}%{python_sitelib}
+%fdupes %{buildroot}%{python_sitelib}/
 %suse_update_desktop_file %{name}
 
 %post

++ mozo-1.10.1.tar.xz -> mozo-1.12.0.tar.xz ++
 1609 lines of diff (skipped)
retrying with extended exclude list
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/mozo-1.10.1/Makefile.am new/mozo-1.12.0/Makefile.am
--- old/mozo-1.10.1/Makefile.am 2015-07-16 13:07:16.0 +0200
+++ new/mozo-1.12.0/Makefile.am 2015-10-06 19:24:33.0 +0200
@@ -12,8 +12,8 @@
 DISTCHECK_CONFIGURE_FLAGS = --disable-icon-update
 
 mozo: mozo.in
-   sed -e s!\@PYTHON\@!@PYTHON@!   \
-   -e s!\@PYOPTIONS\@!-OOt!\
+   $(AM_V_GEN)sed -e s!\@PYTHON\@!@PYTHON@!\
+   -e s!\@PYOPTIONS\@!-OOt!\
< $< > $@
 mozo: Makefile
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/mozo-1.10.1/Mozo/MainWindow.py new/mozo-1.12.0/Mozo/MainWindow.py
--- old/mozo-1.10.1/Mozo/MainWindow.py  2015-07-23 15:06:50.0 +0200
+++ new/mozo-1.12.0/Mozo/MainWindow.py  2015-10-06 19:24:33.0 +0200
@@ -547,8 +547,10 @@
content_type = file_info.get_content_type()
if content_type == 'application/x-desktop':
input_stream = myfile.read()
-   open('/tmp/mozo-dnd.desktop', 
'w').write(input_stream.read())
-   parser = 
util.DesktopParser('/tmp/mozo-dnd.desktop')
+   (fd, tmppath) = 
tempfile.mkstemp(prefix='mozo-dnd', suffix='.desktop')
+with open(fd, "w") as f:
+f.write(input_stream.read())
+   parser = util.DesktopParser(tmppath)
self.editor.createItem(parent, 
parser.get('Icon'), parser.get('Name', self.editor.locale), 
parser.get('Comment', self.editor.locale), parser.get('Exec'), 
parser.get('Terminal'), before, after)
elif content_type in ('application/x-shellscript', 
'application/x-executable'):
self.editor.createItem(parent, None, 
os.path.split(file_path)[1].strip(), None, file_path.replace('file://', 
'').strip(), False, before, after)
diff -urN 

commit mozo for openSUSE:Factory

2015-07-24 Thread h_root
Hello community,

here is the log from the commit of package mozo for openSUSE:Factory checked in 
at 2015-07-24 09:59:03

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.changes2015-07-05 
18:02:10.0 +0200
+++ /work/SRC/openSUSE:Factory/.mozo.new/mozo.changes   2015-07-24 
09:59:05.0 +0200
@@ -1,0 +2,9 @@
+Thu Jul 23 16:01:32 UTC 2014 - sor.ale...@meowr.ru
+
+- Update to 1.10.1:
+  * Fix wrong highlighting while moving menu items when separators
+are present.
+  * Remove deprecated GTK properties.
+  * Fix help link.
+
+---

Old:

  mozo-1.10.0.tar.xz

New:

  mozo-1.10.1.tar.xz



Other differences:
--
++ mozo.spec ++
--- /var/tmp/diff_new_pack.AZyqVX/_old  2015-07-24 09:59:06.0 +0200
+++ /var/tmp/diff_new_pack.AZyqVX/_new  2015-07-24 09:59:06.0 +0200
@@ -18,7 +18,7 @@
 
 %define _version 1.10
 Name:   mozo
-Version:1.10.0
+Version:1.10.1
 Release:0
 Summary:MATE Desktop menu editor
 License:LGPL-2.1+

++ mozo-1.10.0.tar.xz - mozo-1.10.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mozo-1.10.0/Makefile.in new/mozo-1.10.1/Makefile.in
--- old/mozo-1.10.0/Makefile.in 2015-05-20 21:24:07.0 +0200
+++ new/mozo-1.10.1/Makefile.in 2015-07-23 15:08:57.0 +0200
@@ -1,7 +1,7 @@
-# Makefile.in generated by automake 1.14.1 from Makefile.am.
+# Makefile.in generated by automake 1.15 from Makefile.am.
 # @configure_input@
 
-# Copyright (C) 1994-2013 Free Software Foundation, Inc.
+# Copyright (C) 1994-2014 Free Software Foundation, Inc.
 
 # This Makefile.in is free software; the Free Software Foundation
 # gives unlimited permission to copy and/or distribute it,
@@ -15,7 +15,17 @@
 @SET_MAKE@
 
 VPATH = @srcdir@
-am__is_gnu_make = test -n '$(MAKEFILE_LIST)'  test -n '$(MAKELEVEL)'
+am__is_gnu_make = { \
+  if test -z '$(MAKELEVEL)'; then \
+false; \
+  elif test -n '$(MAKE_HOST)'; then \
+true; \
+  elif test -n '$(MAKE_VERSION)'  test -n '$(CURDIR)'; then \
+true; \
+  else \
+false; \
+  fi; \
+}
 am__make_running_with_option = \
   case $${target_option-} in \
   ?) ;; \
@@ -77,15 +87,13 @@
 PRE_UNINSTALL = :
 POST_UNINSTALL = :
 subdir = .
-DIST_COMMON = INSTALL NEWS README AUTHORS ChangeLog \
-   $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
-   $(top_srcdir)/configure $(am__configure_deps) \
-   $(srcdir)/config.h.in COPYING compile install-sh missing
 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
$(top_srcdir)/configure.ac
 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
$(ACLOCAL_M4)
+DIST_COMMON = $(srcdir)/Makefile.am $(top_srcdir)/configure \
+   $(am__configure_deps) $(am__DIST_COMMON)
 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
  configure.lineno config.status.lineno
 mkinstalldirs = $(install_sh) -d
@@ -178,6 +186,9 @@
 CTAGS = ctags
 CSCOPE = cscope
 DIST_SUBDIRS = $(SUBDIRS)
+am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/config.h.in AUTHORS \
+   COPYING ChangeLog INSTALL NEWS README compile install-sh \
+   missing
 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 distdir = $(PACKAGE)-$(VERSION)
 top_distdir = $(distdir)
@@ -384,7 +395,6 @@
echo ' cd $(top_srcdir)  $(AUTOMAKE) --gnu Makefile'; \
$(am__cd) $(top_srcdir)  \
  $(AUTOMAKE) --gnu Makefile
-.PRECIOUS: Makefile
 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
@case '$?' in \
  *config.status*) \
@@ -646,15 +656,15 @@
$(am__post_remove_distdir)
 
 dist-tarZ: distdir
-   @echo WARNING: Support for shar distribution archives is \
-  deprecated. 2
+   @echo WARNING: Support for distribution archives compressed with \
+  legacy program 'compress' is deprecated. 2
@echo WARNING: It will be removed altogether in Automake 2.0 2
tardir=$(distdir)  $(am__tar) | compress -c $(distdir).tar.Z
$(am__post_remove_distdir)
 
 dist-shar: distdir
-   @echo WARNING: Support for distribution archives compressed with \
-  legacy program 'compress' is deprecated. 2
+   @echo WARNING: Support for shar distribution archives is \
+  deprecated. 2
@echo WARNING: It will be removed altogether in Automake 2.0 2
shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c $(distdir).shar.gz

commit mozo for openSUSE:Factory

2015-07-05 Thread h_root
Hello community,

here is the log from the commit of package mozo for openSUSE:Factory checked in 
at 2015-07-05 18:02:08

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.changes2014-03-22 
18:02:04.0 +0100
+++ /work/SRC/openSUSE:Factory/.mozo.new/mozo.changes   2015-07-05 
18:02:10.0 +0200
@@ -1,0 +2,7 @@
+Wed May 20 22:17:21 UTC 2014 - sor.ale...@meowr.ru
+
+- Update to 1.10.0:
+  * Update translations.
+- Spec cleanup.
+
+---
@@ -23 +29,0 @@
-

Old:

  mozo-1.8.0.tar.xz

New:

  mozo-1.10.0.tar.xz



Other differences:
--
++ mozo.spec ++
--- /var/tmp/diff_new_pack.tsLZ0d/_old  2015-07-05 18:02:10.0 +0200
+++ /var/tmp/diff_new_pack.tsLZ0d/_new  2015-07-05 18:02:10.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for mozo
+# spec file for package mozo
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 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
@@ -13,44 +13,46 @@
 # published by the Open Source Initiative.
 
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
+#
+
 
+%define _version 1.10
 Name:   mozo
-Version:1.8.0
+Version:1.10.0
 Release:0
-License:LGPL-2.1+
 Summary:MATE Desktop menu editor
-Url:http://mate-desktop.org
+License:LGPL-2.1+
 Group:  System/GUI/Other
-Source0:
http://pub.mate-desktop.org/releases/1.8/%{name}-%{version}.tar.xz
-BuildArch:  noarch
-Recommends: %{name}-lang
-Provides:   mate-menu-editor = %{version}
-Obsoletes:  mate-menu-editor  %{version}
-Obsoletes:  mate-menu-editor-lang  %{version}
-Requires:   python-mate-menus = 1.8.0
-
+Url:http://mate-desktop.org/
+Source0:
http://pub.mate-desktop.org/releases/%{_version}/%{name}-%{version}.tar.xz
 BuildRequires:  fdupes
 BuildRequires:  hicolor-icon-theme
 BuildRequires:  mate-common
-BuildRequires:  pkgconfig(libmate-menu) = 1.8.0
-BuildRequires:  pkgconfig(pygobject-2.0)
 BuildRequires:  update-desktop-files
-
-%lang_package
+BuildRequires:  pkgconfig(libmate-menu) = 1.9.0
+BuildRequires:  pkgconfig(pygobject-2.0)
+Requires:   python-mate-menus = 1.9.0
+Recommends: %{name}-lang = %{version}
+Provides:   mate-menu-editor = %{version}
+Obsoletes:  mate-menu-editor  %{version}
+Obsoletes:  mate-menu-editor-lang  %{version}
+BuildArch:  noarch
 
 %description
-This package provides Mozo, a menu editor for the MATE Desktop, using
-the freedesktop.org menu specification.
+This package provides Mozo, a menu editor for the MATE Desktop,
+using the freedesktop.org menu specification.
+
+%lang_package
 
 %prep
 %setup -q
 
 %build
 %configure
-make %{?_smp_mflags} V=1
+make %{?_smp_mflags}
 
 %install
-%makeinstall
+%make_install
 %find_lang %{name} %{?no_lang_C}
 %fdupes %{buildroot}%{python_sitelib}
 %suse_update_desktop_file %{name}
@@ -64,16 +66,16 @@
 %icon_theme_cache_postun
 
 %files
-%defattr(-,root,root,-)
-%doc AUTHORS README COPYING
+%defattr(-,root,root)
+%doc AUTHORS COPYING NEWS README
 %{_bindir}/%{name}
+%{_datadir}/%{name}/
 %{python_sitelib}/Mozo/
 %{_datadir}/applications/%{name}.desktop
-%{_datadir}/icons/hicolor/*/*/*
-%{_datadir}/%{name}/
-%{_mandir}/man1/%{name}.1.gz
+%{_datadir}/icons/hicolor/*/apps/%{name}*
+%{_mandir}/man?/%{name}.?%{?ext_man}
 
 %files lang -f %{name}.lang
-%defattr(-,root,root,-)
+%defattr(-,root,root)
 
 %changelog

++ mozo-1.8.0.tar.xz - mozo-1.10.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mozo-1.8.0/NEWS new/mozo-1.10.0/NEWS
--- old/mozo-1.8.0/NEWS 2014-03-01 15:10:05.0 +0100
+++ new/mozo-1.10.0/NEWS2015-05-20 21:23:55.0 +0200
@@ -1,3 +1,7 @@
+1.10.0
+
+  * Translations update
+
 1.8.0
 
   * Tarball renamed to mozo
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mozo-1.8.0/aclocal.m4 new/mozo-1.10.0/aclocal.m4
--- old/mozo-1.8.0/aclocal.m4   2014-03-01 15:10:25.0 +0100
+++ new/mozo-1.10.0/aclocal.m4  2015-05-20 21:24:06.0 +0200
@@ -672,7 +672,7 @@
 
 
 # nls.m4 serial 5 (gettext-0.18)
-dnl Copyright (C) 1995-2003, 2005-2006, 2008-2013 Free Software Foundation,
+dnl Copyright (C) 1995-2003, 2005-2006, 2008-2014 Free Software Foundation,
 dnl Inc.
 dnl This file is free software; the Free Software Foundation
 dnl gives