commit mate-tweak for openSUSE:Factory
Hello community, here is the log from the commit of package mate-tweak for openSUSE:Factory checked in at 2016-11-28 15:09:14 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/mate-tweak (Old) and /work/SRC/openSUSE:Factory/.mate-tweak.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "mate-tweak" Changes: -------- --- /work/SRC/openSUSE:Factory/mate-tweak/mate-tweak.changes 2016-07-27 16:12:28.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.mate-tweak.new/mate-tweak.changes 2016-11-28 15:09:15.000000000 +0100 @@ -1,0 +2,7 @@ +Fri Nov 25 20:23:14 UTC 2016 - sor.alexei@meowr.ru + +- Update to version 16.10.5: + * Add a comment to appear in mate-menu. + * Support Metacity 3.20+. + +------------------------------------------------------------------- Old: ---- mate-tweak-16.10.4.tar.gz New: ---- mate-tweak-16.10.5.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ mate-tweak.spec ++++++ --- /var/tmp/diff_new_pack.ugW0OI/_old 2016-11-28 15:09:16.000000000 +0100 +++ /var/tmp/diff_new_pack.ugW0OI/_new 2016-11-28 15:09:16.000000000 +0100 @@ -17,9 +17,9 @@ %define _name mate_tweak -%define _rev a80951f0ac1d +%define _rev 197ee3a56604 Name: mate-tweak -Version: 16.10.4 +Version: 16.10.5 Release: 0 Summary: MATE desktop tweak tool License: GPL-2.0+ ++++++ mate-tweak-16.10.4.tar.gz -> mate-tweak-16.10.5.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ubuntu-mate-mate-tweak-a80951f0ac1d/mate-tweak new/ubuntu-mate-mate-tweak-197ee3a56604/mate-tweak --- old/ubuntu-mate-mate-tweak-a80951f0ac1d/mate-tweak 2016-07-13 00:13:54.000000000 +0200 +++ new/ubuntu-mate-mate-tweak-197ee3a56604/mate-tweak 2016-08-22 15:56:03.000000000 +0200 @@ -58,7 +58,7 @@ # Workaround introspection bug, gnome bug 622084 signal.signal(signal.SIGINT, signal.SIG_DFL) -__VERSION__ = '16.10.4' +__VERSION__ = '16.10.5' __SYNAPSE__ = """[Desktop Entry] Name=Synapse @@ -376,10 +376,10 @@ self.set_string('org.gnome.desktop.interface', None, 'cursor-theme', mate_cursor_theme) self.set_int('org.gnome.desktop.interface', None, 'cursor-size', mate_cursor_size) - # metacity >= 3.16 - this schema may not be installed - metacity_schema = schemasource.lookup('org.gnome.metacity', False) + # metacity >= 3.20 - this schema may not be installed + metacity_schema = schemasource.lookup('org.gnome.metacity.theme', False) if metacity_schema: - self.set_string('org.gnome.metacity', None, 'theme', mate_theme) + self.set_string('org.gnome.metacity.theme', None, 'name', mate_theme) # If switching away from a compton or xcompmgr composited window # manager kill compton.
participants (1)
-
root@hilbert.suse.de