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

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