diff --git a/system-config-printer-de.po-typo.patch b/system-config-printer-de.po-typo.patch new file mode 100644 index 0000000..e34dcfb --- /dev/null +++ b/system-config-printer-de.po-typo.patch @@ -0,0 +1,12 @@ +diff -up system-config-printer-1.1.13/po/de.po.de.po-typo system-config-printer-1.1.13/po/de.po +--- system-config-printer-1.1.13/po/de.po.de.po-typo 2009-09-04 10:35:48.000000000 +0100 ++++ system-config-printer-1.1.13/po/de.po 2009-11-02 12:54:11.378978411 +0000 +@@ -2204,7 +2204,7 @@ msgstr "Kopien:" + + #: ../glade/PrinterPropertiesDialog.glade.h:34 + msgid "Deny printing for everyone except these users:" +-msgstr "Allen Benutzern den Druckern verbieten, außer:" ++msgstr "Allen Benutzern das Drucken verbieten, außer:" + + #: ../glade/PrinterPropertiesDialog.glade.h:36 + msgid "Device URI:" diff --git a/system-config-printer.spec b/system-config-printer.spec index 9d1d2b6..cd3a3b0 100644 --- a/system-config-printer.spec +++ b/system-config-printer.spec @@ -7,7 +7,7 @@ Summary: A printer administration tool Name: system-config-printer Version: 1.1.13 -Release: 6%{?dist} +Release: 7%{?dist} License: GPLv2+ URL: http://cyberelk.net/tim/software/system-config-printer/ Group: System Environment/Base @@ -33,6 +33,7 @@ Patch15: system-config-printer-strip-zjs.patch Patch16: system-config-printer-custom-state-reasons.patch Patch17: system-config-printer-no-epydoc.patch Patch18: system-config-printer-notification-traceback.patch +Patch19: system-config-printer-de.po-typo.patch BuildRequires: cups-devel >= 1.2 BuildRequires: python-devel >= 2.4 @@ -110,6 +111,7 @@ printers. %patch16 -p1 -b .custom-state-reasons %patch17 -p1 -b .no-epydoc %patch18 -p1 -b .notification-traceback +%patch19 -p1 -b .de.po-typo %build %configure --with-udev-rules --with-polkit-1 @@ -221,6 +223,9 @@ rm -rf %buildroot exit 0 %changelog +* Mon Nov 2 2009 Tim Waugh 1.1.13-7 +- Fixed typo in de.po (bug #532371). + * Fri Oct 30 2009 Tim Waugh 1.1.13-6 - Avoid traceback in IPP notification handlers (bug #530641). - Avoid epydoc dependency.