diff --git a/cups-lspp.patch b/cups-lspp.patch index d39008a..ddd77d9 100644 --- a/cups-lspp.patch +++ b/cups-lspp.patch @@ -1429,7 +1429,7 @@ + if (attr->num_values > 1) + userfooter = strdup(attr->values[1].string.text); + -+ if ((strcmp(userheader, Classification) == 0) ++ if (Classification != NULL && (strcmp(userheader, Classification) == 0) + && userfooter &&(strcmp(userfooter, Classification) == 0)) + { + /* diff --git a/cups.spec b/cups.spec index 7550759..2d86834 100644 --- a/cups.spec +++ b/cups.spec @@ -420,6 +420,10 @@ rm -rf $RPM_BUILD_ROOT %{cups_serverbin}/daemon/cups-lpd %changelog +* Thu Aug 24 2006 Tim Waugh +- Fixed another LSPP patch problem (bug #203784). +- Updated fix for STR #1881 from upstream. + * Thu Aug 24 2006 Tim Waugh 1:1.2.2-16 - Fixed another LSPP patch problem noted by Erwin Rol.