rpms/foomatic/devel foomatic-ppdload.patch,1.2,1.3

Tim Waugh twaugh at fedoraproject.org
Tue Sep 2 12:33:29 UTC 2008


Author: twaugh

Update of /cvs/pkgs/rpms/foomatic/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv28667

Modified Files:
	foomatic-ppdload.patch 
Log Message:
* Tue Sep  2 2008 Tim Waugh <twaugh at redhat.com> 3.0.2-62
- Removed patch fuzz.


foomatic-ppdload.patch:

Index: foomatic-ppdload.patch
===================================================================
RCS file: /cvs/pkgs/rpms/foomatic/devel/foomatic-ppdload.patch,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- foomatic-ppdload.patch	17 Jan 2006 13:50:45 -0000	1.2
+++ foomatic-ppdload.patch	2 Sep 2008 12:32:59 -0000	1.3
@@ -1,5 +1,69 @@
---- foomatic-db-engine-3.0-20031217/foomatic-ppdload.in.ppdload	2003-12-19 15:26:40.360620848 +0000
-+++ foomatic-db-engine-3.0-20031217/foomatic-ppdload.in	2003-12-19 15:26:56.289725866 +0000
+diff -up foomatic-db-engine-3.0-20080710/configure.ac.ppdload foomatic-db-engine-3.0-20080710/configure.ac
+--- foomatic-db-engine-3.0-20080710/configure.ac.ppdload	2008-09-02 13:31:19.000000000 +0100
++++ foomatic-db-engine-3.0-20080710/configure.ac	2008-09-02 13:31:19.000000000 +0100
+@@ -295,7 +295,7 @@ AC_OUTPUT(Makefile makeDefaults makeMan
+ foomatic-configure foomatic-printjob foomatic-kitload
+ foomatic-ppdfile foomatic-preferred-driver foomatic-cleanupdrivers
+ foomatic-getpjloptions foomatic-addpjloptions
+-foomatic-compiledb foomatic-fix-xml
++foomatic-compiledb foomatic-fix-xml foomatic-ppdload
+ foomatic-nonumericalids foomatic-replaceoldprinterids
+ foomatic-ppd-options foomatic-printermap-to-gutenprint-xml
+ foomatic-extract-text foomatic-searchprinter
+diff -up /dev/null foomatic-db-engine-3.0-20080710/foomatic-ppdload.8.in
+--- /dev/null	2008-09-02 08:50:58.290000634 +0100
++++ foomatic-db-engine-3.0-20080710/foomatic-ppdload.8.in	2008-09-02 13:31:19.000000000 +0100
+@@ -0,0 +1,47 @@
++.\" This -*- nroff -*- source file is part of foomatic.
++.\"
++.TH FOOMATIC-PPDLOAD 8 "2001-05-07" "Foomatic Project"
++.SH NAME
++foomatic-ppdload \- <put a short description here>
++.SH SYNOPSIS
++.B foomatic-ppdload \-h
++
++.B foomatic-ppdload
++\fIfilename.ppd printer-id\fR
++
++.B foomatic-ppdload \-R
++\fIprinter-id\fR
++
++.SH DESCRIPTION
++.B foomatic-ppdload
++takes a ppd filename and a printer ID as arguments.  It
++parses a PPD file and writes option data into the foomatic database
++for use with the foomatic "ppd" driver and that printer.
++
++With the \fB-R\fR option you can remove a printer from the "ppd"
++driver, and with \fB-h\fR a short help text is shown.
++
++Right now, it will handle Boolean and PickOne options that go in the
++Prolog, DocumentSetup, or PageSetup spots.  Also, PPD interoption
++constraints (not to be confused with foomatic option to printer and
++driver mapping constraints) are not supported by foomatic.  And of
++course, the interesting color and font information from the PPD has
++no place in the current foomatic schema.  All this will change over
++time.
++
++
++.\".SH SEE ALSO
++.\".IR foomatic-XXX (1),
++
++.SH EXIT STATUS
++.B foomatic-ppdload
++returns ...
++
++.SH AUTHOR
++Manfred Wassmann <\fImanolo at NCC-1701.B.Shuttle.de\fR> for the foomatic
++project using output from the associated binary.
++
++.SH BUGS
++There are several limitations, but it's an interesting experiment.
++
++Please send bug reports to foomatic-devel at linuxprinting.org.
+diff -up /dev/null foomatic-db-engine-3.0-20080710/foomatic-ppdload.in
+--- /dev/null	2008-09-02 08:50:58.290000634 +0100
++++ foomatic-db-engine-3.0-20080710/foomatic-ppdload.in	2008-09-02 13:31:19.000000000 +0100
 @@ -0,0 +1,118 @@
 +#!@PERL@
 +
@@ -119,83 +183,23 @@
 +    print "\n";
 +    exit(1);
 +}
---- foomatic-db-engine-3.0-20031217/foomatic-ppdload.8.in.ppdload	2003-12-19 15:26:45.290034426 +0000
-+++ foomatic-db-engine-3.0-20031217/foomatic-ppdload.8.in	2003-12-19 15:26:56.034756198 +0000
-@@ -0,0 +1,47 @@
-+.\" This -*- nroff -*- source file is part of foomatic.
-+.\"
-+.TH FOOMATIC-PPDLOAD 8 "2001-05-07" "Foomatic Project"
-+.SH NAME
-+foomatic-ppdload \- <put a short description here>
-+.SH SYNOPSIS
-+.B foomatic-ppdload \-h
-+
-+.B foomatic-ppdload
-+\fIfilename.ppd printer-id\fR
-+
-+.B foomatic-ppdload \-R
-+\fIprinter-id\fR
-+
-+.SH DESCRIPTION
-+.B foomatic-ppdload
-+takes a ppd filename and a printer ID as arguments.  It
-+parses a PPD file and writes option data into the foomatic database
-+for use with the foomatic "ppd" driver and that printer.
-+
-+With the \fB-R\fR option you can remove a printer from the "ppd"
-+driver, and with \fB-h\fR a short help text is shown.
-+
-+Right now, it will handle Boolean and PickOne options that go in the
-+Prolog, DocumentSetup, or PageSetup spots.  Also, PPD interoption
-+constraints (not to be confused with foomatic option to printer and
-+driver mapping constraints) are not supported by foomatic.  And of
-+course, the interesting color and font information from the PPD has
-+no place in the current foomatic schema.  All this will change over
-+time.
-+
-+
-+.\".SH SEE ALSO
-+.\".IR foomatic-XXX (1),
-+
-+.SH EXIT STATUS
-+.B foomatic-ppdload
-+returns ...
-+
-+.SH AUTHOR
-+Manfred Wassmann <\fImanolo at NCC-1701.B.Shuttle.de\fR> for the foomatic
-+project using output from the associated binary.
-+
-+.SH BUGS
-+There are several limitations, but it's an interesting experiment.
-+
-+Please send bug reports to foomatic-devel at linuxprinting.org.
---- foomatic-db-engine-3.0-20031217/configure.ac.ppdload	2003-12-19 15:27:03.188905120 +0000
-+++ foomatic-db-engine-3.0-20031217/configure.ac	2003-12-19 15:27:21.165766554 +0000
-@@ -280,7 +280,7 @@
- foomatic-configure foomatic-printjob foomatic-kitload
- foomatic-ppdfile foomatic-preferred-driver foomatic-cleanupdrivers
- foomatic-getpjloptions foomatic-addpjloptions
--foomatic-compiledb foomatic-fix-xml
-+foomatic-compiledb foomatic-fix-xml foomatic-ppdload
- foomatic-nonumericalids foomatic-replaceoldprinterids
- foomatic-ppd-options
- )
---- foomatic-db-engine-3.0-20031217/Makefile.in.ppdload	2003-12-19 15:27:25.217284580 +0000
-+++ foomatic-db-engine-3.0-20031217/Makefile.in	2003-12-19 15:28:09.349034667 +0000
-@@ -145,6 +145,7 @@
+diff -up foomatic-db-engine-3.0-20080710/Makefile.in.ppdload foomatic-db-engine-3.0-20080710/Makefile.in
+--- foomatic-db-engine-3.0-20080710/Makefile.in.ppdload	2008-07-10 08:20:10.000000000 +0100
++++ foomatic-db-engine-3.0-20080710/Makefile.in	2008-09-02 13:31:19.000000000 +0100
+@@ -147,6 +147,7 @@ AC_OUTPUT_FILES:=Makefile makeDefaults m
  	foomatic-kitload foomatic-ppdfile foomatic-preferred-driver \
  	foomatic-cleanupdrivers foomatic-getpjloptions \
  	foomatic-addpjloptions foomatic-compiledb foomatic-fix-xml \
 +	foomatic-ppdload \
  	foomatic-nonumericalids foomatic-replaceoldprinterids \
- 	foomatic-ppd-options
- 
-@@ -155,7 +156,7 @@
- 	foomatic-ppd-options
+ 	foomatic-ppd-options foomatic-printermap-to-gutenprint-xml \
+ 	foomatic-extract-text foomatic-searchprinter
+@@ -158,7 +159,7 @@ BINFILES:=foomatic-printjob foomatic-con
+ 	foomatic-ppd-options foomatic-searchprinter
  
  # Administrative commands, only useful for admins
 -SBINFILES:=foomatic-kitload \
 +SBINFILES:=foomatic-kitload foomatic-ppdload \
  	foomatic-getpjloptions foomatic-addpjloptions \
  	foomatic-preferred-driver foomatic-fix-xml \
- 	foomatic-nonumericalids foomatic-replaceoldprinterids
+ 	foomatic-nonumericalids foomatic-replaceoldprinterids \




More information about the fedora-extras-commits mailing list