Blame SOURCES/cups-use-ipp1.1.patch

ce62dc
diff -up cups-1.6.3/cups/usersys.c.use-ipp1.1 cups-1.6.3/cups/usersys.c
ce62dc
--- cups-1.6.3/cups/usersys.c.use-ipp1.1	2013-07-12 11:41:45.368837618 +0200
ce62dc
+++ cups-1.6.3/cups/usersys.c	2013-07-12 11:41:45.391837299 +0200
ce62dc
@@ -366,7 +366,7 @@ cupsSetServer(const char *server)	/* I -
ce62dc
         cg->server_version = 22;
ce62dc
     }
ce62dc
     else
ce62dc
-      cg->server_version = 20;
ce62dc
+      cg->server_version = 11;
ce62dc
 
ce62dc
     if (cg->server[0] != '/' && (port = strrchr(cg->server, ':')) != NULL &&
ce62dc
         !strchr(port, ']') && isdigit(port[1] & 255))