[python-cups] Fixed typo in psdriver.attr that prevented PPD files from being scanned.

Tim Waugh twaugh at fedoraproject.org
Tue Jan 25 09:45:30 UTC 2011


commit a146278b7aa8b1c0cd2009ace30bf441403d7726
Author: Tim Waugh <twaugh at redhat.com>
Date:   Tue Jan 25 09:38:26 2011 +0000

    Fixed typo in psdriver.attr that prevented PPD files from being scanned.

 psdriver.attr    |    2 +-
 python-cups.spec |    6 +++++-
 2 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/psdriver.attr b/psdriver.attr
index 66e4037..e1416f6 100644
--- a/psdriver.attr
+++ b/psdriver.attr
@@ -1,3 +1,3 @@
 %__psdriver_provides	%{_rpmconfigdir}/postscriptdriver.prov
 %__psdriver_path	^(/usr/lib/cups/driver/.*|%{_datadir}/cups/drv/.*\.drv)$
-%__psdriver_magic	^PPD File.*$
+%__psdriver_magic	^PPD file.*$
diff --git a/python-cups.spec b/python-cups.spec
index 67df92d..84ff135 100644
--- a/python-cups.spec
+++ b/python-cups.spec
@@ -6,7 +6,7 @@
 Summary:       Python bindings for CUPS
 Name:          python-cups
 Version:       1.9.53
-Release:       2%{?dist}
+Release:       3%{?dist}
 URL:           http://cyberelk.net/tim/software/pycups/
 Source:        http://cyberelk.net/tim/data/pycups/pycups-%{version}.tar.bz2
 Source2:       psdriver.attr
@@ -61,6 +61,10 @@ install -m755 %{SOURCE3} %{buildroot}%{_rpmconfigdir}
 %doc examples html
 
 %changelog
+* Tue Jan 25 2011 Tim Waugh <twaugh at redhat.com> - 1.9.53-3
+- Fixed typo in psdriver.attr that prevented PPD files from being
+  scanned when generating postscriptdriver tags.
+
 * Thu Jan 20 2011 Tim Waugh <twaugh at redhat.com> - 1.9.53-2
 - Moved postscriptdriver RPM tagging machinery here.  Fixed
   leading/trailing whitespace in tags as well.


More information about the scm-commits mailing list