From 92b151738edb256aa22b845eca005ec8d8fa8472 Mon Sep 17 00:00:00 2001 From: Tim Waugh Date: Oct 20 2004 16:07:06 +0000 Subject: - Prevent filters generating incorrect PS in locales where "," is the decimal separator (bug #136102). Patch from STR #970. --- diff --git a/cups.spec b/cups.spec index c0b7fba..90c7b92 100644 --- a/cups.spec +++ b/cups.spec @@ -6,7 +6,7 @@ Summary: Common Unix Printing System Name: cups Version: 1.1.22 -Release: 0.rc1.6 +Release: 0.rc1.7 License: GPL Group: System Environment/Daemons Source: ftp://ftp.easysw.com/pub/cups/test/cups-%{version}rc1-source.tar.bz2 @@ -343,7 +343,7 @@ rm -rf $RPM_BUILD_ROOT %{_includedir}/cups %changelog -* Wed Oct 20 2004 Tim Waugh 1:1.1.22-0.rc1.6 +* Wed Oct 20 2004 Tim Waugh 1:1.1.22-0.rc1.7 - Prevent filters generating incorrect PS in locales where "," is the decimal separator (bug #136102). Patch from STR #970.