[system-config-printer/f13/master] Updated pycups to 1.9.55

Jiří Popelka jpopelka at fedoraproject.org
Tue Apr 5 12:29:19 UTC 2011


commit 9d440fe949723e4a3ca80f7bbcd6e34ef8afd0de
Author: Jiri Popelka <jpopelka at redhat.com>
Date:   Tue Apr 5 13:55:12 2011 +0200

    Updated pycups to 1.9.55

 .gitignore                 |    1 +
 pycups-1.9.53.tar.bz2.sig  |  Bin 65 -> 0 bytes
 pycups-1.9.55.tar.bz2.sig  |  Bin 0 -> 65 bytes
 sources                    |    2 +-
 system-config-printer.spec |    6 +++++-
 5 files changed, 7 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 4855654..29b6b61 100644
--- a/.gitignore
+++ b/.gitignore
@@ -229,3 +229,4 @@ pycups-1.9.51.tar.bz2
 /system-config-printer-1.2.6.tar.xz
 /system-config-printer-1.2.7.tar.xz
 /system-config-printer-1.2.8.tar.xz
+/pycups-1.9.55.tar.bz2
diff --git a/pycups-1.9.55.tar.bz2.sig b/pycups-1.9.55.tar.bz2.sig
new file mode 100644
index 0000000..1ba245b
Binary files /dev/null and b/pycups-1.9.55.tar.bz2.sig differ
diff --git a/sources b/sources
index c263d92..36e24ce 100644
--- a/sources
+++ b/sources
@@ -1,3 +1,3 @@
 32b995dbf8419128f652279881b9023d  pysmbc-1.0.9.tar.bz2
-5fe5b696e19ab5aa3c463b1c030e2c50  pycups-1.9.53.tar.bz2
+b2a5082cfacc3350b53e7fee188b2dc5  pycups-1.9.55.tar.bz2
 829f9a7e4ddf7b272865ec748146bf0e  system-config-printer-1.2.8.tar.xz
diff --git a/system-config-printer.spec b/system-config-printer.spec
index 609cb22..62b7af1 100644
--- a/system-config-printer.spec
+++ b/system-config-printer.spec
@@ -1,4 +1,4 @@
-%global pycups_version 1.9.53
+%global pycups_version 1.9.55
 %global pysmbc_version 1.0.9
 %{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
 %{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
@@ -100,6 +100,8 @@ make DESTDIR=%buildroot install \
 
 pushd pycups-%{pycups_version}
 make DESTDIR=%buildroot install
+rm -f %buildroot%{_rpmconfigdir}/fileattrs/psdriver.attr
+rm -f %buildroot%{_rpmconfigdir}/postscriptdriver.prov
 popd
 
 pushd pysmbc-%{pysmbc_version}
@@ -206,6 +208,8 @@ exit 0
     not available (bug #693515).
   - Fixed traceback in options.py (bug #679103).
   - Install libsane-hpaio when appropriate (bug #585362).
+- Pycups 1.9.55
+  - More defensive coding (bug #673468)
 
 * Tue Feb 22 2011 Tim Waugh <twaugh at redhat.com> - 1.2.7-2
 - Applied upstream fix for dnssdresolve traceback (bug #678961).


More information about the scm-commits mailing list