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 2024-12-02 16:59:49
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/mate-tweak (Old)
 and      /work/SRC/openSUSE:Factory/.mate-tweak.new.28523 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "mate-tweak"

Mon Dec  2 16:59:49 2024 rev:32 rq:1227788 version:22.10.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/mate-tweak/mate-tweak.changes    2023-03-28 
17:48:57.802858496 +0200
+++ /work/SRC/openSUSE:Factory/.mate-tweak.new.28523/mate-tweak.changes 
2024-12-02 17:00:19.068188544 +0100
@@ -1,0 +2,6 @@
+Thu Nov 28 16:57:48 UTC 2024 - Richard Rahl <rra...@opensuse.org>
+
+- fix Leap 15.6 build by excluding some of the build process
+- fix rpmlint issues (shebang, duplicates, forgotten runtime dep)
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ mate-tweak.spec ++++++
--- /var/tmp/diff_new_pack.yIMytx/_old  2024-12-02 17:00:19.548208853 +0100
+++ /var/tmp/diff_new_pack.yIMytx/_new  2024-12-02 17:00:19.552209022 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package mate-tweak
 #
-# Copyright (c) 2023 SUSE LLC
+# Copyright (c) 2024 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -24,13 +24,12 @@
 License:        GPL-2.0-or-later
 Group:          System/GUI/Other
 URL:            https://github.com/ubuntu-mate/mate-tweak
-Source:         
https://github.com/ubuntu-mate/mate-tweak/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
+Source:         %{url}/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
 # PATCH-FIX-OPENSUSE mate-tweak-use-matemenu.patch sor.ale...@meowr.ru -- 
Layouts are patched to use mate-menu instead of mintMenu or gnome-main-menu.
 Patch0:         mate-tweak-use-matemenu.patch
 BuildRequires:  Mesa-demo-x
 BuildRequires:  dconf
 BuildRequires:  fdupes
-BuildRequires:  gobject-introspection-devel
 BuildRequires:  intltool
 BuildRequires:  python3
 BuildRequires:  python3-configobj
@@ -39,16 +38,18 @@
 BuildRequires:  python3-psutil
 BuildRequires:  python3-setproctitle
 BuildRequires:  python3-setuptools
-BuildRequires:  update-desktop-files
+BuildRequires:  pkgconfig(gobject-introspection-1.0)
 Requires:       Mesa-demo-x
 Requires:       dconf
 Requires:       mate-panel
+Requires:       python3-base
 Requires:       python3-configobj
 Requires:       python3-distro
 Requires:       python3-gobject
 Requires:       python3-gobject-Gdk
 Requires:       python3-psutil
 Requires:       python3-setproctitle
+Requires:       python3-setuptools
 # For privilege granting.
 Requires:       xdg-utils
 Recommends:     mate-applet-indicator
@@ -82,12 +83,18 @@
 # Give gi-find-deps.sh a bait.
 ln -s %{_bindir}/%{name} %{buildroot}%{_prefix}/lib/%{name}/%{name}.py
 
+%if 0%{?suse_version} > 1500
 rm %{buildroot}%{python3_sitelib}/setup.py
+%endif
 %py3_compile %{buildroot}%{python3_sitelib}/
 
-%fdupes %{buildroot}%{python3_sitelib}/
 %find_lang %{name}
 
+sed -i 's|/usr/bin/env bash|/usr/bin/bash|g' %{buildroot}%{_bindir}/*
+sed -i 's|/usr/bin/env python3|/usr/bin/python3|g' 
%{buildroot}%{_prefix}/lib/%{name}/mate-tweak-helper
+
+%fdupes %{buildroot}
+
 %files
 %license COPYING
 %doc README.md
@@ -95,7 +102,9 @@
 %{_bindir}/marco-*
 %{_prefix}/lib/%{name}/
 %{python3_sitelib}/%{_name}-*
+%if 0%{?suse_version} > 1500
 %pycache_only %{python3_sitelib}/__pycache__
+%endif
 %{_datadir}/applications/%{name}.desktop
 %{_datadir}/applications/marco-*.desktop
 %{_mandir}/man?/%{name}.?%{?ext_man}

Reply via email to