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

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