From 05a70f15656841e75eeed73c8d50baa4770fc006 Mon Sep 17 00:00:00 2001 From: Tim Waugh Date: Jun 17 2009 15:13:21 +0000 Subject: - Don't use RPM_SOURCE_DIR macro. - Fixed add/modify-printer templates which had extra double-quote characters, preventing the Continue button from appearing in certain browsers (bug #506461, STR #3229). --- diff --git a/cups-str3229.patch b/cups-str3229.patch new file mode 100644 index 0000000..5a3a080 --- /dev/null +++ b/cups-str3229.patch @@ -0,0 +1,24 @@ +diff -up cups-1.4rc1/templates/add-printer.tmpl.str3229 cups-1.4rc1/templates/add-printer.tmpl +--- cups-1.4rc1/templates/add-printer.tmpl.str3229 2008-09-20 04:33:59.000000000 +0100 ++++ cups-1.4rc1/templates/add-printer.tmpl 2009-06-17 15:58:21.927317253 +0100 +@@ -29,7 +29,7 @@ + + + Sharing: +- ++ + Share This Printer + + +diff -up cups-1.4rc1/templates/modify-printer.tmpl.str3229 cups-1.4rc1/templates/modify-printer.tmpl +--- cups-1.4rc1/templates/modify-printer.tmpl.str3229 2008-09-20 04:33:59.000000000 +0100 ++++ cups-1.4rc1/templates/modify-printer.tmpl 2009-06-17 15:58:21.928317580 +0100 +@@ -23,7 +23,7 @@ + + + Sharing: +- ++ + Share This Printer + + diff --git a/cups.spec b/cups.spec index 6e0166e..7862fab 100644 --- a/cups.spec +++ b/cups.spec @@ -7,7 +7,7 @@ Summary: Common Unix Printing System Name: cups Version: 1.4 -Release: 0.%{pre}.2%{?dist} +Release: 0.%{pre}.3%{?dist} License: GPLv2 Group: System Environment/Daemons Source: ftp://ftp.easysw.com/pub/cups/test//cups-%{version}%{?pre}%{?svn}-source.tar.bz2 @@ -470,7 +470,7 @@ rm -rf $RPM_BUILD_ROOT %{_libdir}/php/modules/*.so %changelog -* Wed Jun 17 2009 Tim Waugh 1:1.4-0.rc1.2 +* Wed Jun 17 2009 Tim Waugh 1:1.4-0.rc1.3 - Don't use RPM_SOURCE_DIR macro. - Fixed add/modify-printer templates which had extra double-quote characters, preventing the Continue button from appearing in certain