Hello community, here is the log from the commit of package mate-menu for openSUSE:Factory checked in at 2016-04-15 19:11:10 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/mate-menu (Old) and /work/SRC/openSUSE:Factory/.mate-menu.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "mate-menu" Changes: -------- --- /work/SRC/openSUSE:Factory/mate-menu/mate-menu.changes 2016-02-01 19:56:35.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.mate-menu.new/mate-menu.changes 2016-04-15 19:11:11.000000000 +0200 @@ -1,0 +2,11 @@ +Sat Apr 9 11:24:53 UTC 2016 - [email protected] + +- Update to version 5.7.0 (changes since 5.6.8): + * Fix mate-menu.py being displayed (lp#1553313). + * Change window hint to toolbar. + * Update translations. +- Rebase and rename 0002-xterm-no-symlink-dep.patch to + 0001-xterm-no-symlink-dep.patch. +- Rebase 0002-yast2-software.patch. + +------------------------------------------------------------------- Old: ---- 0002-xterm-no-symlink-dep.patch mate-menu-5.6.8.tar.gz New: ---- 0001-xterm-no-symlink-dep.patch mate-menu-5.7.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ mate-menu.spec ++++++ --- /var/tmp/diff_new_pack.17y5ri/_old 2016-04-15 19:11:12.000000000 +0200 +++ /var/tmp/diff_new_pack.17y5ri/_new 2016-04-15 19:11:12.000000000 +0200 @@ -17,17 +17,17 @@ %define _name mate_menu -%define _rev dc317ce199de +%define _rev 77ef996a35b8 Name: mate-menu -Version: 5.6.8 +Version: 5.7.0 Release: 0 Summary: Advanced MATE menu License: GPL-2.0+ Group: System/GUI/Other Url: https://bitbucket.org/ubuntu-mate/mate-menu Source: https://bitbucket.org/ubuntu-mate/%{name}/get/%{version}.tar.gz#/%{name}-%{version}.tar.gz -# PATCH-FIX-OPENSUSE 0002-xterm-no-symlink-dep.patch [email protected] -- Remove dependency on x-terminal-emulator Debian's symlink. -Patch0: 0002-xterm-no-symlink-dep.patch +# PATCH-FIX-OPENSUSE 0001-xterm-no-symlink-dep.patch [email protected] -- Remove dependency on x-terminal-emulator Debian's symlink. +Patch0: 0001-xterm-no-symlink-dep.patch # PATCH-FEATURE-OPENSUSE 0002-yast2-software.patch [email protected] -- Use YaST2 and GNOME PackageKit package managers. Patch1: 0002-yast2-software.patch BuildRequires: gobject-introspection-devel ++++++ 0002-xterm-no-symlink-dep.patch -> 0001-xterm-no-symlink-dep.patch ++++++ --- /work/SRC/openSUSE:Factory/mate-menu/0002-xterm-no-symlink-dep.patch 2015-07-03 00:09:52.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.mate-menu.new/0001-xterm-no-symlink-dep.patch 2016-04-15 19:11:11.000000000 +0200 @@ -17,7 +17,7 @@ diff -aur a/mate_menu/plugins/system_management.py b/mate_menu/plugins/system_management.py --- a/mate_menu/plugins/system_management.py +++ b/mate_menu/plugins/system_management.py -@@ -164,8 +164,10 @@ +@@ -169,8 +169,10 @@ class pluginclass( object ): Button4 = easyButton( "terminal", self.iconsize, [_("Terminal")], -1, -1 ) if os.path.exists("/usr/bin/mate-terminal"): Button4.connect( "clicked", self.ButtonClicked, "mate-terminal" ) ++++++ 0002-yast2-software.patch ++++++ --- /var/tmp/diff_new_pack.17y5ri/_old 2016-04-15 19:11:12.000000000 +0200 +++ /var/tmp/diff_new_pack.17y5ri/_new 2016-04-15 19:11:12.000000000 +0200 @@ -1,23 +1,29 @@ --- a/mate_menu/plugins/system_management.py +++ b/mate_menu/plugins/system_management.py -@@ -142,13 +142,13 @@ class pluginclass( object ): +@@ -142,18 +142,15 @@ class pluginclass( object ): def do_standard_items( self ): if ( self.showPackageManager == True ): -- if os.path.exists("/usr/bin/software-center") or os.path.exists("/usr/bin/synaptic-pkexec"): +- if os.path.exists("/usr/bin/software-center") or \ +- os.path.exists("/usr/bin/synaptic-pkexec") or \ +- os.path.exists("/usr/share/applications/ubuntu-mate-software.desktop"): - if os.path.exists("/usr/bin/synaptic-pkexec"): - Button2 = easyButton("synaptic", self.iconsize, [_("Package Manager")], -1, -1 ) - Button2.connect( "clicked", self.ButtonClicked, "/usr/bin/synaptic-pkexec" ) - elif os.path.exists("/usr/bin/software-center"): - Button2 = easyButton("softwarecenter", self.iconsize, [_("Package Manager")], -1, -1 ) - Button2.connect( "clicked", self.ButtonClicked, "/usr/bin/software-center" ) -+ if os.path.exists("/usr/bin/gpk-application") or os.path.exists("/usr/share/applications/YaST2/sw_single.desktop") or os.path.exists("/sbin/yast2"): +- elif os.path.exists("/usr/share/applications/ubuntu-mate-software.desktop"): ++ if os.path.exists("/usr/bin/gpk-application") or \ ++ os.path.exists("/sbin/yast2") or \ ++ os.path.exists("/usr/share/applications/YaST2/sw_single.desktop"): + if os.path.exists("/sbin/yast2") and os.path.exists("/usr/share/applications/YaST2/sw_single.desktop"): -+ Button2 = easyButton("yast-sw_single", self.iconsize, [_("YaST2 Software Manager")], -1, -1 ) -+ Button2.connect( "clicked", self.ButtonClicked, "xdg-su -c '/sbin/yast2 sw_single'" ) ++ Button2 = easyButton("yast-sw_single", self.iconsize, [_("YaST2 Software Manager")], -1, -1) ++ Button2.connect("clicked", self.ButtonClicked, "xdg-su -c '/sbin/yast2 sw_single'") + elif os.path.exists("/usr/bin/gpk-application"): -+ Button2 = easyButton("system-software-install", self.iconsize, [_("Package Manager")], -1, -1 ) -+ Button2.connect( "clicked", self.ButtonClicked, "/usr/bin/gpk-application" ) + Button2 = easyButton("system-software-install", self.iconsize, [_("Package Manager")], -1, -1 ) +- Button2.connect("clicked", self.ButtonClicked, "/usr/bin/ubuntu-mate-welcome --software-only") ++ Button2.connect("clicked", self.ButtonClicked, "/usr/bin/gpk-application") Button2.show() self.systemBtnHolder.pack_start( Button2, False, False, 0 ) self.mateMenuWin.setTooltip( Button2, _("Install, remove and upgrade software packages") ) ++++++ mate-menu-5.6.8.tar.gz -> mate-menu-5.7.0.tar.gz ++++++ ++++ 51580 lines of diff (skipped)
