From 2dbca0f49e379950af36889a15b2cc1d5bd19d04 Mon Sep 17 00:00:00 2001 From: Felipe Borges Date: Thu, 20 Jan 2022 15:23:36 +0100 Subject: [PATCH] Fix typo in the gnome-applications-panel.desktop file Resolves: rhbz#2041348 --- application-use-icon-name-that-exists.patch | 2 +- gnome-control-center.spec | 6 +++++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/application-use-icon-name-that-exists.patch b/application-use-icon-name-that-exists.patch index f86bd7b..cd44190 100644 --- a/application-use-icon-name-that-exists.patch +++ b/application-use-icon-name-that-exists.patch @@ -26,7 +26,7 @@ index 86e816645..83616c89e 100644 # FIXME # Translators: Do NOT translate or transliterate this text (this is an icon file name)! -Icon=preferences-desktop-apps -+icon=preferences-desktop-apps-symbolic ++Icon=preferences-desktop-apps-symbolic Terminal=false Type=Application NoDisplay=true diff --git a/gnome-control-center.spec b/gnome-control-center.spec index 72dee01..44f8838 100644 --- a/gnome-control-center.spec +++ b/gnome-control-center.spec @@ -14,7 +14,7 @@ Name: gnome-control-center Version: 40.0 -Release: 17%{?dist} +Release: 18%{?dist} Summary: Utilities to configure the GNOME desktop License: GPLv2+ and CC-BY-SA @@ -221,6 +221,10 @@ chrpath --delete $RPM_BUILD_ROOT%{_bindir}/gnome-control-center %dir %{_datadir}/gnome/wm-properties %changelog +* Thu Jan 20 2022 Felipe Borges - 40.0-18 +- Fix typo in the previous patch +- Resolves: #2041348 + * Fri Jan 14 2022 Felipe Borges - 40.0-17 - Set an existing Icon name in the Applications' panel desktop file - Resolves: #2041348