From ad894f073da5db28f97b8427e2622d6f43d1c6aa Mon Sep 17 00:00:00 2001 From: xuxinyu Date: Mon, 9 Jan 2023 15:23:04 +0800 Subject: [PATCH] Fix typo Signed-off-by: xuxinyu --- Fix-typo.patch | 34 ++++++++++++++++++++++++++++++++++ system-config-printer.spec | 6 +++++- 2 files changed, 39 insertions(+), 1 deletion(-) create mode 100644 Fix-typo.patch diff --git a/Fix-typo.patch b/Fix-typo.patch new file mode 100644 index 0000000..ea541ff --- /dev/null +++ b/Fix-typo.patch @@ -0,0 +1,34 @@ +From 5260d44bebbb261aa7231e0be323967655bb863d Mon Sep 17 00:00:00 2001 +From: AsciiWolf +Date: Sat, 10 Mar 2018 20:48:13 +0100 +Subject: [PATCH] Fix typo + +--- + ppdippstr.py | 4 ++-- + 1 file changed, 2 insertions(+), 2 deletions(-) + +diff --git a/ppdippstr.py b/ppdippstr.py +index fdbf5818..0e5aded9 100644 +--- a/ppdippstr.py ++++ b/ppdippstr.py +@@ -118,7 +118,7 @@ def init (): + "Resolution": _("Resolution"), + + "Color Mode": _("Color Mode"), +- "Hight Quality Grayscale": _("Hight Quality Grayscale"), ++ "High Quality Grayscale": _("High Quality Grayscale"), + "Black Only Grayscale": _("Black Only Grayscale"), + + "Quality": _("Quality"), +@@ -146,7 +146,7 @@ def init (): + "Transparency": _("Transparency"), + "Plain Paper": _("Plain Paper"), + "Plain": _("Plain"), +- "Photo Paper)": _("Photo Paper)"), ++ "Photo Paper": _("Photo Paper"), + "Transparency Film": _("Transparency Film"), + "CD or DVD Media": _("CD or DVD Media"), + "Print Density": _("Print Density"), +-- +2.25.1 + diff --git a/system-config-printer.spec b/system-config-printer.spec index 9a9da7f..ec1f2bb 100644 --- a/system-config-printer.spec +++ b/system-config-printer.spec @@ -3,7 +3,7 @@ Name: system-config-printer Summary: a graphical tool for CUPS administration Version: 1.5.11 -Release: 17 +Release: 18 License: GPLv2+ URL: https://github.com/zdohnal/system-config-printer Source0: https://github.com/zdohnal/system-config-printer/archive/%{version}.tar.gz @@ -23,6 +23,7 @@ Provides: %{name}-udev = %{version}-%{release} hal-cups-utils = 0.6.20 Patch1: Fix-constructing-the-auth-dialog.patch Patch2: Use-ValueError-instead-of-ImportError-to-catch-excep.patch +Patch3: Fix-typo.patch %description %{name} is a graphical tool for CUPS administration. It @@ -84,6 +85,9 @@ rm -rf /var/cache/foomatic/foomatic.pickle exit 0 %changelog +* Mon Jan 09 2023 xuxinyu - 1.5.11-18 +- Fix typo + * Mon Jan 09 2023 xuxinyu - 1.5.11-17 - Use ValueError instead of ImportError to catch exception - when importing GIR bindings -- Gitee