Hello community, here is the log from the commit of package cups-drivers checked in at Thu Nov 16 14:31:35 CET 2006. -------- --- cups-drivers/cups-drivers.changes 2006-11-14 19:41:04.000000000 +0100 +++ /mounts/work_src_done/STABLE/cups-drivers/cups-drivers.changes 2006-11-16 14:11:34.000000000 +0100 @@ -1,0 +2,5 @@ +Thu Nov 16 14:11:18 CET 2006 - kssingvo@suse.de + +- append "black and white only" to some gutenprint PPDs (bugzilla#220079) + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ cups-drivers.spec ++++++ --- /var/tmp/diff_new_pack.wBwt4t/_old 2006-11-16 14:31:16.000000000 +0100 +++ /var/tmp/diff_new_pack.wBwt4t/_new 2006-11-16 14:31:16.000000000 +0100 @@ -16,7 +16,7 @@ Group: Hardware/Printing Summary: Drivers for the Common UNIX Printing System Version: 1.2.6 -Release: 1 +Release: 2 Provides: cups_drv Requires: ghostscript-library >= 7.05, foomatic-filters PreReq: sysvinit, sh-utils @@ -341,6 +341,14 @@ s/^\*FoomaticRIPOptionSetting Resolution\=default: .*\n//;' \ "$PPDFILE" > /dev/null done +# append "black and white only" to gutenprint stp-hp-clj* PPDs (bugzilla#220079) +echo "Appending \"black and white only\" to some gutenprint HP printers" +find $RPM_BUILD_ROOT/usr/share/cups/model/gutenprint -name "stp-hp-clj_*.ppd" | \ + while read PPDFILE; do + perl -pi -e \ + 's/^(\*NickName: "HP Color LaserJet.*)"/$1 black and white only"/;' \ + "$PPDFILE" > /dev/null +done ### if [ ! -f $RPM_SOURCE_DIR/CPUs ]; then ### exit 1; ### fi @@ -424,6 +432,8 @@ %{_libdir}/pkgconfig/gutenprint* %changelog -n cups-drivers +* Thu Nov 16 2006 - kssingvo@suse.de +- append "black and white only" to some gutenprint PPDs (bugzilla#220079) * Tue Nov 14 2006 - kssingvo@suse.de - changed version to 1.2.6 to align with latest cups version - fixed non conform PPD values in various PostScript.ppd (bugzilla#219779) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... --------------------------------------------------------------------- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@suse.de