Author: fernando Date: Sat Nov 16 03:02:12 2013 New Revision: 2767 Log: cups-1.7.0-content_type-1.patch: fixes communication with remote cups server
Added: trunk/cups/cups-1.7.0-content_type-1.patch Added: trunk/cups/cups-1.7.0-content_type-1.patch ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ trunk/cups/cups-1.7.0-content_type-1.patch Sat Nov 16 03:02:12 2013 (r2767) @@ -0,0 +1,26 @@ +Submitted By: Fernando de Oliveira <famobr at yahoo dot com dot br> +Date: 2013-11-15 +Initial Package Version: 1.7.0 +Upstream Status: Unknown +Origin: archlinux +URL: https://projects.archlinux.org/svntogit/packages.git/plain/trunk/cups-final-content-type.patch?h=packages/cups +Description: Fixes communication with remote cups server + +diff -up cups-1.6.4/scheduler/job.c.final-content-type cups-1.6.4/scheduler/job.c +--- cups-1.6.4/scheduler/job.c.final-content-type 2013-09-27 16:58:13.934775402 +0100 ++++ cups-1.6.4/scheduler/job.c 2013-09-27 17:00:57.716549576 +0100 +@@ -692,12 +692,7 @@ cupsdContinueJob(cupsd_job_t *job) /* I + + if (!job->printer->remote) + { +- for (filter = (mime_filter_t *)cupsArrayLast(filters); +- filter && filter->dst; +- filter = (mime_filter_t *)cupsArrayPrev(filters)) +- if (strcmp(filter->dst->super, "printer") || +- strcmp(filter->dst->type, job->printer->name)) +- break; ++ filter = (mime_filter_t *)cupsArrayLast(filters); + + if (filter && filter->dst) + { + -- http://linuxfromscratch.org/mailman/listinfo/patches FAQ: http://www.linuxfromscratch.org/faq/ Unsubscribe: See the above information page