Hello community,

here is the log from the commit of package mate-tweak for openSUSE:Factory 
checked in at 2017-09-28 12:35:18
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/mate-tweak (Old)
 and      /work/SRC/openSUSE:Factory/.mate-tweak.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "mate-tweak"

Thu Sep 28 12:35:18 2017 rev:23 rq:528997 version:17.10.15

Changes:
--------
--- /work/SRC/openSUSE:Factory/mate-tweak/mate-tweak.changes    2017-05-16 
14:44:26.009213837 +0200
+++ /work/SRC/openSUSE:Factory/.mate-tweak.new/mate-tweak.changes       
2017-09-28 12:35:42.916770888 +0200
@@ -1,0 +2,8 @@
+Wed Sep 27 14:10:08 UTC 2017 - [email protected]
+
+- Update to version 17.10.15:
+  * No changelog available.
+- Rebase mate-tweak-use-matemenu.patch.
+- Only suggest mate-hud.
+
+-------------------------------------------------------------------

Old:
----
  mate-tweak_17.10.1.orig.tar.gz

New:
----
  mate-tweak-17.10.15.tar.gz

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

Other differences:
------------------
++++++ mate-tweak.spec ++++++
--- /var/tmp/diff_new_pack.1UUucy/_old  2017-09-28 12:35:43.552681468 +0200
+++ /var/tmp/diff_new_pack.1UUucy/_new  2017-09-28 12:35:43.556680906 +0200
@@ -17,15 +17,14 @@
 
 
 %define _name   mate_tweak
-%define _rev    150cbdae9cce
 Name:           mate-tweak
-Version:        17.10.1
+Version:        17.10.15
 Release:        0
 Summary:        MATE desktop tweak tool
 License:        GPL-2.0+
 Group:          System/GUI/Other
-Url:            https://bitbucket.org/ubuntu-mate/mate-tweak
-Source:         
https://launchpad.net/ubuntu/+archive/primary/+files/%{name}_%{version}.orig.tar.gz
+Url:            https://github.com/ubuntu-mate/mate-tweak
+Source:         
https://github.com/ubuntu-mate/mate-tweak/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
 # PATCH-FIX-OPENSUSE mate-tweak-use-matemenu.patch [email protected] -- 
Layouts are patched to use mate-menu instead of mintMenu or gnome-main-menu.
 Patch0:         %{name}-use-matemenu.patch
 BuildRequires:  Mesa-demo-x
@@ -52,7 +51,7 @@
 Requires:       xdg-utils
 Recommends:     %{name}-lang
 Recommends:     mate-applet-indicator
-Recommends:     mate-hud
+Suggests:       mate-hud
 BuildArch:      noarch
 %if 0%{?suse_version} > 1320 || 0%{?sle_version} >= 120200
 Requires:       python3-gobject-Gdk
@@ -71,7 +70,7 @@
 %lang_package
 
 %prep
-%setup -q -n ubuntu-mate-%{name}-%{_rev}
+%setup -q
 %patch0 -p1
 # Make world a bit simpler.
 sed -i "s/'pkexec', '/'xdg-su', '-c /g" %{name}
@@ -98,22 +97,19 @@
 %desktop_database_postun
 
 %files
-%defattr(-,root,root)
 %doc COPYING README.md
 %{_bindir}/%{name}
 %{_bindir}/marco-*
 %{_bindir}/metacity-*
 %{_libexecdir}/%{name}/
 %{python3_sitelib}/%{_name}-*
-%{_datadir}/%{name}/
 %{_datadir}/applications/%{name}.desktop
-%dir %{_datadir}/mate/
-%{_datadir}/mate/applications/
+%{_datadir}/applications/metacity-*.desktop
+%{_datadir}/applications/marco-*.desktop
 %{_mandir}/man?/%{name}.?%{?ext_man}
 %{_mandir}/man?/*-compton.?%{?ext_man}
 %{_mandir}/man?/*-no-composite.?%{?ext_man}
 
 %files lang -f %{name}.lang
-%defattr(-,root,root)
 
 %changelog

++++++ mate-tweak-use-matemenu.patch ++++++
--- /var/tmp/diff_new_pack.1UUucy/_old  2017-09-28 12:35:43.580677532 +0200
+++ /var/tmp/diff_new_pack.1UUucy/_new  2017-09-28 12:35:43.580677532 +0200
@@ -1,20 +1,20 @@
 --- a/mate-tweak
 +++ b/mate-tweak
-@@ -1144,7 +1144,7 @@ class MateTweak:
-         if self.panel_layout_exists('default'):
+@@ -1194,7 +1194,7 @@ class MateTweak:
              panels.append([_("GNOME2"), "default"])
  
--        if self.panel_layout_exists('linuxmint') and self.mint_menu_available:
-+        if self.panel_layout_exists('linuxmint') and self.mate_menu_available:
+         if self.panel_layout_exists('linuxmint') and \
+-           self.mint_menu_available:
++           self.mate_menu_available:
              panels.append([_("Linux Mint"), "linuxmint"])
  
-         if self.panel_layout_exists('mageia') and self.mageia_cc_available:
-@@ -1158,7 +1158,7 @@ class MateTweak:
-         if self.panel_layout_exists('netbook') and self.maximus_available:
-             panels.append([_("Netbook"), "netbook"])
+         if self.panel_layout_exists('mageia') and \
+@@ -1228,7 +1228,7 @@ class MateTweak:
+             panels.append([_("Netbook"), "netbook-no-indicators"])
  
--        if self.panel_layout_exists('opensuse') and self.gnome_menu_available:
-+        if self.panel_layout_exists('opensuse') and self.mate_menu_available:
+         if self.panel_layout_exists('opensuse') and \
+-           self.gnome_menu_available:
++           self.mate_menu_available:
              panels.append([_("openSUSE"), "opensuse"])
  
-         if self.dock is not None and self.brisk_menu_available:
+         if self.dock is not None and \


Reply via email to