rpms/foomatic/F-8 foomatic-ppd-filenames.patch, 1.1, 1.2 foomatic.spec, 1.180, 1.181

Tim Waugh twaugh at fedoraproject.org
Tue Sep 23 09:00:29 UTC 2008


Author: twaugh

Update of /cvs/pkgs/rpms/foomatic/F-8
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv15284

Modified Files:
	foomatic-ppd-filenames.patch foomatic.spec 
Log Message:
* Tue Sep 23 2008 Tim Waugh <twaugh at redhat.com> 3.0.2-67
- Really fixed filename handling in foomatic-rip (bug #457679).


foomatic-ppd-filenames.patch:

Index: foomatic-ppd-filenames.patch
===================================================================
RCS file: /cvs/pkgs/rpms/foomatic/F-8/foomatic-ppd-filenames.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- foomatic-ppd-filenames.patch	5 Sep 2008 14:56:37 -0000	1.1
+++ foomatic-ppd-filenames.patch	23 Sep 2008 08:59:59 -0000	1.2
@@ -1,7 +1,12 @@
 diff -U0 foomatic-filters-3.0-20080904/ChangeLog.ppd-filenames foomatic-filters-3.0-20080904/ChangeLog
 --- foomatic-filters-3.0-20080904/ChangeLog.ppd-filenames	2008-09-04 08:20:14.000000000 +0100
-+++ foomatic-filters-3.0-20080904/ChangeLog	2008-09-05 15:51:23.000000000 +0100
-@@ -0,0 +1,6 @@
++++ foomatic-filters-3.0-20080904/ChangeLog	2008-09-23 09:58:01.000000000 +0100
+@@ -0,0 +1,11 @@
++2008-09-23  Tim Waugh <twaugh at redhat.com>
++
++	* foomatic-rip.in: Remove final incorrect instance of
++	removespecialchars (bug #169).
++
 +2008-09-05  Till Kamppeter <till.kamppeter at gmail.com>
 +
 +	* foomatic-rip.in: Make foomatic-rip also working with PPD file
@@ -9,8 +14,17 @@
 +	  #169).
 +
 diff -up foomatic-filters-3.0-20080904/foomatic-rip.in.ppd-filenames foomatic-filters-3.0-20080904/foomatic-rip.in
---- foomatic-filters-3.0-20080904/foomatic-rip.in.ppd-filenames	2008-09-05 15:49:54.000000000 +0100
-+++ foomatic-filters-3.0-20080904/foomatic-rip.in	2008-09-05 15:51:23.000000000 +0100
+--- foomatic-filters-3.0-20080904/foomatic-rip.in.ppd-filenames	2008-09-23 09:57:43.000000000 +0100
++++ foomatic-filters-3.0-20080904/foomatic-rip.in	2008-09-23 09:58:01.000000000 +0100
+@@ -349,7 +349,7 @@ foreach my $shell ('/bin/sh', '/bin/bash
+ if (defined($ENV{'PPD'})) {
+     # Clean the file name from weird characters which could cause
+     # unexpected behaviour
+-    $ppdfile = removespecialchars($ENV{'PPD'});
++    $ppdfile = $ENV{'PPD'};
+     # CUPS, Solaris LP, and PPR (RIP filter) use the "PPD" environment variable
+     # to make the PPD file name available (we set CUPS here preliminarily,
+     # in the next step we check for Solaris LP and the PPR)
 @@ -517,10 +517,10 @@ if (defined($ENV{'PRINTCAP_ENTRY'})){
  # PPD file name given via the command line
  # allow duplicates, and use the last specified one


Index: foomatic.spec
===================================================================
RCS file: /cvs/pkgs/rpms/foomatic/F-8/foomatic.spec,v
retrieving revision 1.180
retrieving revision 1.181
diff -u -r1.180 -r1.181
--- foomatic.spec	5 Sep 2008 14:56:37 -0000	1.180
+++ foomatic.spec	23 Sep 2008 08:59:59 -0000	1.181
@@ -6,7 +6,7 @@
 Summary: Foomatic printer database.
 Name:		foomatic
 Version:	3.0.2
-Release:    66%{?dist}
+Release:    67%{?dist}
 License:	GPLv2+
 Group: System Environment/Libraries
 
@@ -235,6 +235,9 @@
 %{_var}/cache/foomatic
 
 %changelog
+* Tue Sep 23 2008 Tim Waugh <twaugh at redhat.com> 3.0.2-67
+- Really fixed filename handling in foomatic-rip (bug #457679).
+
 * Fri Sep  5 2008 Tim Waugh <twaugh at redhat.com> 3.0.2-66
 - Fixed filename handling in foomatic-rip (bug #457679).
 




More information about the fedora-extras-commits mailing list