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

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