From 133173f38ffc84f61ebb1783bbce07bdcfde8d73 Mon Sep 17 00:00:00 2001 From: Tim Waugh Date: Feb 19 2008 17:26:16 +0000 Subject: - Updated to pycups-1.9.35. --- diff --git a/.cvsignore b/.cvsignore index 3dea4bf..4e206de 100644 --- a/.cvsignore +++ b/.cvsignore @@ -154,3 +154,4 @@ system-config-printer-0.7.79.tar.bz2 pycups-1.9.34.tar.bz2 system-config-printer-0.7.80.tar.bz2 system-config-printer-0.7.81.tar.bz2 +pycups-1.9.35.tar.bz2 diff --git a/pycups-1.9.34.tar.bz2.sig b/pycups-1.9.34.tar.bz2.sig deleted file mode 100644 index eda0fe9..0000000 Binary files a/pycups-1.9.34.tar.bz2.sig and /dev/null differ diff --git a/pycups-1.9.35.tar.bz2.sig b/pycups-1.9.35.tar.bz2.sig new file mode 100644 index 0000000..4d8b7d3 Binary files /dev/null and b/pycups-1.9.35.tar.bz2.sig differ diff --git a/sources b/sources index 9bed99a..9ccf628 100644 --- a/sources +++ b/sources @@ -1,2 +1,3 @@ 2f98ed311a553f27b58c544535a5717e pycups-1.9.34.tar.bz2 43d9f54fb17f7b65529a0e7a3d1c7cd9 system-config-printer-0.7.81.tar.bz2 +aeebcfee89f1f2d23ab4ec9e94f773fc pycups-1.9.35.tar.bz2 diff --git a/system-config-printer.spec b/system-config-printer.spec index 93dbb2e..845052b 100644 --- a/system-config-printer.spec +++ b/system-config-printer.spec @@ -1,4 +1,4 @@ -%define pycups_version 1.9.34 +%define pycups_version 1.9.35 %{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")} %{!?pyver: %define pyver %(%{__python} -c "import sys ; print sys.version[:3]")} @@ -130,6 +130,9 @@ rm -rf %buildroot exit 0 %changelog +* Tue Feb 19 2008 Tim Waugh +- Updated to pycups-1.9.35. + * Wed Feb 13 2008 Tim Waugh 0.7.81-1 - 0.7.81: - Trouble-shooting improvements and other minor fixes.