File add_gziptoany_filter_when_raw_printing_multiple_files_GitHub4782.patch of Package cups
--- scheduler/job.c.orig 2013-11-08 16:18:01.000000000 +0100
+++ scheduler/job.c 2016-05-12 12:06:41.000000000 +0200
@@ -704,8 +704,8 @@ cupsdContinueJob(cupsd_job_t *job) /* I
* Add decompression/raw filter as needed...
*/
- if (job->compressions[job->current_file] &&
- (!job->printer->remote || job->num_files == 1))
+ if ((job->compressions[job->current_file] && (!job->printer->remote || job->num_files == 1)) ||
+ (!job->printer->remote && job->printer->raw && job->num_files > 1))
{
/*
* Add gziptoany filter to the front of the list...