diff --git a/.cvsignore b/.cvsignore index dd3170b..70c883b 100644 --- a/.cvsignore +++ b/.cvsignore @@ -158,3 +158,4 @@ pycups-1.9.35.tar.bz2 system-config-printer-0.7.82.tar.bz2 system-config-printer-0.7.82.1.tar.bz2 pycups-1.9.36.tar.bz2 +pycups-1.9.37.tar.bz2 diff --git a/pycups-1.9.36.tar.bz2.sig b/pycups-1.9.36.tar.bz2.sig deleted file mode 100644 index dd54955..0000000 Binary files a/pycups-1.9.36.tar.bz2.sig and /dev/null differ diff --git a/pycups-1.9.37.tar.bz2.sig b/pycups-1.9.37.tar.bz2.sig new file mode 100644 index 0000000..1a408f8 Binary files /dev/null and b/pycups-1.9.37.tar.bz2.sig differ diff --git a/sources b/sources index e6b8df4..7454703 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ e67b3580834d807cdb4e03a46317dcdb system-config-printer-0.7.82.1.tar.bz2 -6f8fd2a5d8690ad2c0619f2aac52179e pycups-1.9.36.tar.bz2 +bb9c0fecb8ef37942f3a5de7fa5d16a8 pycups-1.9.37.tar.bz2 diff --git a/system-config-printer.spec b/system-config-printer.spec index ff6116a..380c0aa 100644 --- a/system-config-printer.spec +++ b/system-config-printer.spec @@ -1,4 +1,4 @@ -%define pycups_version 1.9.36 +%define pycups_version 1.9.37 %{!?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]")} @@ -133,6 +133,9 @@ rm -rf %buildroot exit 0 %changelog +* Mon Mar 17 2008 Tim Waugh +- Updated pycups to 1.9.37. + * Wed Mar 5 2008 Tim Waugh 0.7.82.1-2 - Updated pycups to 1.9.36. - Some fixes from upstream.