From root@hilbert.suse.de Fri Apr 29 15:33:21 2011 From: root@hilbert.suse.de To: commit@lists.opensuse.org Subject: commit cups for openSUSE:11.4 Date: Fri, 29 Apr 2011 17:33:19 +0200 Message-ID: <20110429153320.003F7201DD@hilbert.suse.de> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============2582260288635343115==" --===============2582260288635343115== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Hello community, here is the log from the commit of package cups for openSUSE:11.4 checked in at Fri Apr 29 17:33:19 CEST 2011. -------- --- old-versions/11.4/all/cups/cups.changes 2011-02-10 12:13:19.000000000 +01= 00 +++ 11.4/cups/cups.changes 2011-04-28 17:56:32.000000000 +0200 @@ -1,0 +2,8 @@ +Thu Apr 28 17:55:16 CEST 2011 - jsmeix(a)suse.de + +- cups-1.4.4-set_default_RIPCache_128m.patch enlarges + the CUPS upstream default RIPCache from 8m to 128m + to avoid various kind of printout failures + (STR #3535, and Novell/openSUSE Bugzilla bnc#628233). + +------------------------------------------------------------------- Package does not exist at destination yet. Using Fallback old-versions/11.4/a= ll/cups Destination is old-versions/11.4/UPDATES/all/cups calling whatdependson for 11.4-i586 New: ---- cups-1.4.4-set_default_RIPCache_128m.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ cups.spec ++++++ --- /var/tmp/diff_new_pack.vz8XIw/_old 2011-04-29 17:32:54.000000000 +0200 +++ /var/tmp/diff_new_pack.vz8XIw/_new 2011-04-29 17:32:54.000000000 +0200 @@ -38,7 +38,7 @@ # URL for Source0: http://ftp.easysw.com/pub/cups/1.4.6/cups-1.4.6-source.ta= r.bz2 # MD5 sum for Source0 on http://www.cups.org/software.php de8fb5a29c36554925= c0c6a6e2c0dae1 Version: 1.4.6 -Release: 2 +Release: 7. Source0: cups-%{version}-source.tar.bz2 # Require the exact matching version-release of the cups-libs sub-package be= cause # non-matching CUPS libraries may let CUPS software crash (e.g. segfault) @@ -109,6 +109,10 @@ # Patch105 reverts changes by CUPS STR #3461 as band-aid workaround # to avoid https://bugzilla.novell.com/show_bug.cgi?id=3D617026 for now: Patch105: cups-1.4.4-str3461-1.4.reverted.patch +# Patch106 enlarges the CUPS upstream default RIPCache from 8m to 128m +# to avoid various kind of printout failures +# see https://bugzilla.novell.com/show_bug.cgi?id=3D628233 +Patch106: cups-1.4.4-set_default_RIPCache_128m.patch # Install into this non-root directory (required when norootforbuild is used= ): BuildRoot: %{_tmppath}/%{name}-%{version}-build =20 @@ -230,6 +234,8 @@ # Patch105 reverts changes by CUPS STR #3461 as band-aid workaround # to avoid https://bugzilla.novell.com/show_bug.cgi?id=3D617026 for now: %patch105 -p1 +# Patch106 enlarges the CUPS upstream default RIPCache from 8m to 128m: +%patch106 =20 %build # Disable SILENT run of make so that make runs verbose as usual: ++++++ cups-1.4.4-set_default_RIPCache_128m.patch ++++++ --- scheduler/conf.c.orig 2010-09-15 12:37:30.000000000 +0200 +++ scheduler/conf.c 2010-04-23 20:56:34.000000000 +0200 @@ -540,7 +540,7 @@ cupsdReadConfiguration(void) =20 cupsdClearString(&DefaultPaperSize); =20 - cupsdSetString(&RIPCache, "8m"); + cupsdSetString(&RIPCache, "128m"); =20 cupsdSetString(&TempDir, NULL); =20 --- scheduler/cupsfilter.c.orig 2010-03-31 00:07:33.000000000 +0200 +++ scheduler/cupsfilter.c 2010-09-15 12:39:14.000000000 +0200 @@ -1218,7 +1218,7 @@ read_cupsd_conf(const char *filename) /* else set_string(&FontPath, CUPS_FONTPATH); =20 - set_string(&RIPCache, "8m"); + set_string(&RIPCache, "128m"); =20 if ((temp =3D getenv("CUPS_SERVERBIN")) !=3D NULL) set_string(&ServerBin, temp); --- doc/help/ref-cupsd-conf.html.in.orig 2010-04-23 20:56:34.000000000 +0200 +++ doc/help/ref-cupsd-conf.html.in 2010-09-15 12:45:44.000000000 +0200 @@ -2646,7 +2646,7 @@ appear inside a Examples =20
-RIPCache 8m
+RIPCache 128m
 RIPCache 1g
 RIPCache 2048k
 
@@ -2657,8 +2657,9 @@ RIPCache 2048k memory cache used by Raster Image Processor ("RIP") filters such as imagetoraster and pstoraster. The size can be suffixed with a "k" for kilobytes, "m" for megabytes, -or "g" for gigabytes. The default cache size is "8m", or 8 -megabytes.

+or "g" for gigabytes. The default cache size is "128m", or 128 +megabytes (compare
+CUPS STR 3535).

=20 =20

CUPS 1.1.16RootCertDuration

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... --=20 To unsubscribe, e-mail: opensuse-commit+unsubscribe(a)opensuse.org For additional commands, e-mail: opensuse-commit+help(a)opensuse.org --===============2582260288635343115==--