diff --git a/Fix-typo.patch b/Fix-typo.patch new file mode 100644 index 0000000000000000000000000000000000000000..ea541ff79a65950ed1ddf2a2855d430247027a46 --- /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 e1c1ca3d8a742aed4bc25a7738c528155ccd82be..d6697cd7074c11aa7d653703136a8a51c6ce1117 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