Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package tlpui for openSUSE:Factory checked in at 2024-04-16 20:04:11 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/tlpui (Old) and /work/SRC/openSUSE:Factory/.tlpui.new.26366 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "tlpui" Tue Apr 16 20:04:11 2024 rev:2 rq:1167881 version:1.6.5 Changes: -------- --- /work/SRC/openSUSE:Factory/tlpui/tlpui.changes 2024-04-11 19:42:07.715925775 +0200 +++ /work/SRC/openSUSE:Factory/.tlpui.new.26366/tlpui.changes 2024-04-16 20:07:20.896178320 +0200 @@ -1,0 +2,7 @@ +Sun Apr 14 09:50:41 UTC 2024 - Atri Bhattacharya <badshah...@gmail.com> + +- Add tlpui-application-name-fix.patch: Align application name + with .desktop filename for correct icons in desktop overviews + (gh#d4nj1/TLPUI#149); patch sent upstream. + +------------------------------------------------------------------- New: ---- tlpui-application-name-fix.patch BETA DEBUG BEGIN: New: - Add tlpui-application-name-fix.patch: Align application name with .desktop filename for correct icons in desktop overviews BETA DEBUG END: ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ tlpui.spec ++++++ --- /var/tmp/diff_new_pack.QCW3Rz/_old 2024-04-16 20:07:21.740209345 +0200 +++ /var/tmp/diff_new_pack.QCW3Rz/_new 2024-04-16 20:07:21.740209345 +0200 @@ -1,7 +1,7 @@ # # spec file for package tlpui # -# 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 @@ -21,11 +21,12 @@ Version: 1.6.5 Release: 0 Summary: A GTK user interface for TLP -License: GPL-2.0-or-later AND CC-BY-SA-4.0 +License: CC-BY-SA-4.0 AND GPL-2.0-or-later URL: https://github.com/d4nj1/TLPUI Source0: %{url}/archive/refs/tags/%{name}-%{version}.tar.gz Source2: %{name}.rpmlintrc -BuildRequires: update-desktop-files +# PATCH-FIX-UPSTREAM tlpui-application-name-fix.patch gh#d4nj1/TLPUI#149 badshah...@gmail.com -- Align application name with .desktop filename for correct icons in desktop overviews +Patch0: tlpui-application-name-fix.patch BuildRequires: fdupes BuildRequires: hicolor-icon-theme BuildRequires: polkit @@ -34,9 +35,10 @@ BuildRequires: python3-poetry BuildRequires: python3-setuptools BuildRequires: python3-wheel +BuildRequires: update-desktop-files +Requires: python3-PyYAML Requires: python3-gobject Requires: python3-gobject-Gdk -Requires: python3-PyYAML Requires: tlp BuildArch: noarch @@ -47,7 +49,7 @@ overview of all the valid configuration values. %prep -%autosetup -n TLPUI-%{name}-%{version} +%autosetup -p1 -n TLPUI-%{name}-%{version} %build %pyproject_wheel ++++++ tlpui-application-name-fix.patch ++++++ diff --git a/tlpui/__main__.py b/tlpui/__main__.py index a328604..d926d77 100755 --- a/tlpui/__main__.py +++ b/tlpui/__main__.py @@ -18,7 +18,7 @@ Gtk.StyleContext.add_provider_for_screen( ) # Set window properties -GLib.set_prgname('tlp-ui') +GLib.set_prgname('tlpui') Gdk.set_program_class('Tlp-UI') # Apply custom scalable icons to icon theme