diff --git a/SOURCES/0001-Updated-Russian-translation.patch b/SOURCES/0001-Updated-Russian-translation.patch new file mode 100644 index 0000000..78de242 --- /dev/null +++ b/SOURCES/0001-Updated-Russian-translation.patch @@ -0,0 +1,27 @@ +From 42f5bb4c67b86eab8b248b90ce30ffb162c62dbe Mon Sep 17 00:00:00 2001 +From: Sergey Cherevko +Date: Tue, 9 Jan 2024 11:31:17 +0300 +Subject: [PATCH] Updated Russian translation + +--- + po/ru.po | 4 ++++ + 1 file changed, 4 insertions(+) + +diff --git a/po/ru.po b/po/ru.po +index 0f136c8..a334218 100644 +--- a/po/ru.po ++++ b/po/ru.po +@@ -28,6 +28,10 @@ msgstr "" + "%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" + "X-Generator: Poedit 1.8.7.1\n" + ++#: data/50-mutter-wayland.xml:8 ++msgid "Restore the keyboard shortcuts" ++msgstr "Восстановить сочетания клавиш" ++ + #: data/50-mutter-navigation.xml:6 + msgid "Navigation" + msgstr "Перемещение" +-- +2.39.3 + diff --git a/SPECS/mutter.spec b/SPECS/mutter.spec index 3b2802c..207cfd6 100644 --- a/SPECS/mutter.spec +++ b/SPECS/mutter.spec @@ -8,7 +8,7 @@ Name: mutter Version: 3.32.2 -Release: 71%{?dist} +Release: 71%{?dist}.inferit Summary: Window and compositing manager based on Clutter License: GPLv2+ @@ -214,6 +214,8 @@ Patch530: 0001-output-kms-Add-more-heuristics-to-decide-when-to-off.patch Patch531: 0001-renderer-native-Queue-fail-safe-callbacks-when-mode-.patch Patch532: 0001-core-Change-MetaWaylandTextInput-event-forwarding-to.patch +# MSVSphere +Patch1000: 0001-Updated-Russian-translation.patch BuildRequires: chrpath BuildRequires: pango-devel @@ -356,6 +358,9 @@ desktop-file-validate %{buildroot}/%{_datadir}/applications/%{name}.desktop %{_datadir}/mutter-%{mutter_api_version}/tests %changelog +* Tue Jan 09 2024 Sergey Cherevko - 3.32.2-71.inferit +- Updated Russian translation + * Thu Aug 17 2023 Carlos Garnacho - 3.32.2-71 - Fix ordering of keyboard modifiers relative to other keyboard events Resolves: #2170830