Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package mate-tweak for openSUSE:Factory 
checked in at 2023-03-28 17:48:50
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/mate-tweak (Old)
 and      /work/SRC/openSUSE:Factory/.mate-tweak.new.31432 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "mate-tweak"

Tue Mar 28 17:48:50 2023 rev:31 rq:1074804 version:22.10.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/mate-tweak/mate-tweak.changes    2022-09-09 
18:25:48.968664744 +0200
+++ /work/SRC/openSUSE:Factory/.mate-tweak.new.31432/mate-tweak.changes 
2023-03-28 17:48:57.802858496 +0200
@@ -1,0 +2,8 @@
+Mon Mar 27 10:08:52 UTC 2023 - Alexei Sorokin <sor.ale...@meowr.ru>
+
+- Update version to 22.10.0:
+  * Correct typo "Macro" -> "Marco" in man pages.
+  * Ignore case for Firefox.
+- Switch to python-rpm-macros.
+
+-------------------------------------------------------------------

Old:
----
  mate-tweak-22.04.8.tar.gz

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

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

Other differences:
------------------
++++++ mate-tweak.spec ++++++
--- /var/tmp/diff_new_pack.uFwjtP/_old  2023-03-28 17:48:58.298860888 +0200
+++ /var/tmp/diff_new_pack.uFwjtP/_new  2023-03-28 17:48:58.302860908 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package mate-tweak
 #
-# Copyright (c) 2022 SUSE LLC
+# Copyright (c) 2023 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +18,7 @@
 
 %define _name   mate_tweak
 Name:           mate-tweak
-Version:        22.04.8
+Version:        22.10.0
 Release:        0
 Summary:        MATE desktop tweak tool
 License:        GPL-2.0-or-later
@@ -51,7 +51,6 @@
 Requires:       python3-setproctitle
 # For privilege granting.
 Requires:       xdg-utils
-Recommends:     %{name}-lang
 Recommends:     mate-applet-indicator
 Suggests:       mate-hud
 BuildArch:      noarch
@@ -69,24 +68,22 @@
 %lang_package
 
 %prep
-%setup -q
-%patch0 -p1
+%autosetup -p1
 # Make world a bit simpler.
 sed -i "s/'pkexec', '/'xdg-su', '-c /g" %{name}
 sed -i '/polkit/d' setup.py
 
 %build
-# Nothing to build.
+%py3_build
 
 %install
-python3 setup.py install \
-  --root=%{buildroot}    \
-  --prefix=%{_prefix}
+%py3_install
 
 # Give gi-find-deps.sh a bait.
 ln -s %{_bindir}/%{name} %{buildroot}%{_prefix}/lib/%{name}/%{name}.py
 
-rm -rf %{buildroot}%{_prefix}/lib/python3.10/site-packages/setup.py
+rm %{buildroot}%{python3_sitelib}/setup.py
+%py3_compile %{buildroot}%{python3_sitelib}/
 
 %fdupes %{buildroot}%{python3_sitelib}/
 %find_lang %{name}
@@ -98,7 +95,7 @@
 %{_bindir}/marco-*
 %{_prefix}/lib/%{name}/
 %{python3_sitelib}/%{_name}-*
-%pycache_only %{python_sitelib}/__pycache__
+%pycache_only %{python3_sitelib}/__pycache__
 %{_datadir}/applications/%{name}.desktop
 %{_datadir}/applications/marco-*.desktop
 %{_mandir}/man?/%{name}.?%{?ext_man}

++++++ mate-tweak-22.04.8.tar.gz -> mate-tweak-22.10.0.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mate-tweak-22.04.8/data/marco-glx.1 
new/mate-tweak-22.10.0/data/marco-glx.1
--- old/mate-tweak-22.04.8/data/marco-glx.1     2022-03-30 08:42:26.000000000 
+0200
+++ new/mate-tweak-22.10.0/data/marco-glx.1     2022-09-21 17:32:56.000000000 
+0200
@@ -4,5 +4,5 @@
 .SH SYNOPSIS
 .B marco-glx
 .SH DESCRIPTION
-A wrapper for the Macro window manager that invokes picom to enable
+A wrapper for the Marco window manager that invokes picom to enable
 GLX compositing.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mate-tweak-22.04.8/data/marco-no-composite.1 
new/mate-tweak-22.10.0/data/marco-no-composite.1
--- old/mate-tweak-22.04.8/data/marco-no-composite.1    2022-03-30 
08:42:26.000000000 +0200
+++ new/mate-tweak-22.10.0/data/marco-no-composite.1    2022-09-21 
17:32:56.000000000 +0200
@@ -4,5 +4,5 @@
 .SH SYNOPSIS
 .B marco-no-composite
 .SH DESCRIPTION
-A wrapper for the Macro window manager that forcibly disables the
+A wrapper for the Marco window manager that forcibly disables the
 built-in compositor.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mate-tweak-22.04.8/data/marco-xr_glx_hybrid.1 
new/mate-tweak-22.10.0/data/marco-xr_glx_hybrid.1
--- old/mate-tweak-22.04.8/data/marco-xr_glx_hybrid.1   2022-03-30 
08:42:26.000000000 +0200
+++ new/mate-tweak-22.10.0/data/marco-xr_glx_hybrid.1   2022-09-21 
17:32:56.000000000 +0200
@@ -4,5 +4,5 @@
 .SH SYNOPSIS
 .B marco-xr_glx_hybrid
 .SH DESCRIPTION
-A wrapper for the Macro window manager that invokes picom to enable
+A wrapper for the Marco window manager that invokes picom to enable
 xr_glx_hybrid compositing.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mate-tweak-22.04.8/data/marco-xrender.1 
new/mate-tweak-22.10.0/data/marco-xrender.1
--- old/mate-tweak-22.04.8/data/marco-xrender.1 2022-03-30 08:42:26.000000000 
+0200
+++ new/mate-tweak-22.10.0/data/marco-xrender.1 2022-09-21 17:32:56.000000000 
+0200
@@ -4,5 +4,5 @@
 .SH SYNOPSIS
 .B marco-xrender
 .SH DESCRIPTION
-A wrapper for the Macro window manager that invokes picom to enable
+A wrapper for the Marco window manager that invokes picom to enable
 Xrender compositing.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mate-tweak-22.04.8/marco-wrapper 
new/mate-tweak-22.10.0/marco-wrapper
--- old/mate-tweak-22.04.8/marco-wrapper        2022-03-30 08:42:26.000000000 
+0200
+++ new/mate-tweak-22.10.0/marco-wrapper        2022-09-21 17:32:56.000000000 
+0200
@@ -76,7 +76,7 @@
             --shadow-exclude "class_g = 'albert'" \
             --shadow-exclude "class_g = 'Cairo-clock'" \
             --shadow-exclude "class_g = 'Conky'" \
-            --shadow-exclude "class_g = 'Firefox' && argb" \
+            --shadow-exclude "class_g ?= 'Firefox' && argb" \
             --shadow-exclude "class_g ?= 'Notify-osd'" \
             --shadow-exclude "class_g = 'Synapse'" \
             --shadow-exclude "class_g = 'Ulauncher'" \
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mate-tweak-22.04.8/mate-tweak 
new/mate-tweak-22.10.0/mate-tweak
--- old/mate-tweak-22.04.8/mate-tweak   2022-03-30 08:42:26.000000000 +0200
+++ new/mate-tweak-22.10.0/mate-tweak   2022-09-21 17:32:56.000000000 +0200
@@ -59,7 +59,7 @@
 # Workaround introspection bug, gnome bug 622084
 signal.signal(signal.SIGINT, signal.SIG_DFL)
 
-__VERSION__ = '22.04.8'
+__VERSION__ = '22.10.0'
 
 __TILDA__ = """[Desktop Entry]
 Name=Tilda
@@ -267,7 +267,7 @@
                 if name == proc['name'] and uid == proc['uids'].real:
                     try:
                         target = psutil.Process(proc['pid'])
-                        target.kill()
+                        target.terminate()
                     except psutil.NoSuchProcess:
                         pass
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mate-tweak-22.04.8/util/mate-tweak-helper 
new/mate-tweak-22.10.0/util/mate-tweak-helper
--- old/mate-tweak-22.04.8/util/mate-tweak-helper       2022-03-30 
08:42:26.000000000 +0200
+++ new/mate-tweak-22.10.0/util/mate-tweak-helper       2022-09-21 
17:32:56.000000000 +0200
@@ -1,7 +1,7 @@
 #!/usr/bin/env python3
 # -*- coding: utf-8 -*-
 
-# Copyright (C) 2015 Martin Wimpress <c...@ubuntu-mate.org>
+# Copyright (C) 2015-2022 Martin Wimpress <c...@ubuntu-mate.org>
 #
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
@@ -58,13 +58,13 @@
 
 def backup_layout(filename):
     VALID = {'toplevel': ('enable-buttons', 'expand', 'monitor', 
'orientation', 'screen', 'size'),
-             'launcher': ('object-type', 'launcher-location', 'menu-path', 
'toplevel-id', 'position', 'panel-right-stick', 'locked'),
-             'applet': ('object-type', 'applet-iid', 'toplevel-id', 
'position', 'panel-right-stick', 'locked'),
-             'drawer': ('object-type', 'attached-toplevel-id', 'toplevel-id', 
'position', 'panel-right-stick', 'use-custom-icon'),
-             'menu-bar': ('object-type', 'applet-iid', 'toplevel-id', 
'position', 'panel-right-stick', 'locked'),
-             'menu': ('object-type', 'toplevel-id', 'position', 
'panel-right-stick', 'locked'),
-             'action': ('object-type', 'action-type', 'position', 
'toplevel-id', 'panel-right-stick', 'locked'),
-             'separator': ('object-type', 'toplevel-id', 'position', 
'panel-right-stick', 'locked')}
+             'launcher': ('object-type', 'launcher-location', 'menu-path', 
'toplevel-id', 'position', 'panel-right-stick', 'relative-to-edge', 'locked'),
+             'applet': ('object-type', 'applet-iid', 'toplevel-id', 
'position', 'panel-right-stick', 'relative-to-edge', 'locked'),
+             'drawer': ('object-type', 'attached-toplevel-id', 'toplevel-id', 
'position', 'panel-right-stick', 'relative-to-edge', 'use-custom-icon'),
+             'menu-bar': ('object-type', 'applet-iid', 'toplevel-id', 
'position', 'panel-right-stick','relative-to-edge', 'locked'),
+             'menu': ('object-type', 'toplevel-id', 'position', 
'panel-right-stick', 'relative-to-edge', 'locked'),
+             'action': ('object-type', 'action-type', 'position', 
'toplevel-id', 'panel-right-stick', 'relative-to-edge', 'locked'),
+             'separator': ('object-type', 'toplevel-id', 'position', 
'panel-right-stick', 'relative-to-edge', 'locked')}
 
     schemas = {'panel': 'org.mate.panel',
                'object': 'org.mate.panel.object',
@@ -178,7 +178,7 @@
     layout = []
     layout.append('[Customsetting windowcontrollayout]\n')
     layout.extend(collect_simple_settings(VALID, schemas, paths, True))
-    
+
     return layout
 
 def collect_simple_settings(valid_keys, schemas, paths, append_final_newline):

Reply via email to