diff --git a/.cvsignore b/.cvsignore index 1f828ff..0076017 100644 --- a/.cvsignore +++ b/.cvsignore @@ -149,3 +149,4 @@ pycups-1.9.30.tar.bz2 pycups-1.9.31.tar.bz2 system-config-printer-0.7.78.tar.bz2 pycups-1.9.32.tar.bz2 +pycups-1.9.33.tar.bz2 diff --git a/pycups-1.9.32.tar.bz2.sig b/pycups-1.9.32.tar.bz2.sig deleted file mode 100644 index d140fe6..0000000 Binary files a/pycups-1.9.32.tar.bz2.sig and /dev/null differ diff --git a/pycups-1.9.33.tar.bz2.sig b/pycups-1.9.33.tar.bz2.sig new file mode 100644 index 0000000..d1e6246 Binary files /dev/null and b/pycups-1.9.33.tar.bz2.sig differ diff --git a/sources b/sources index 3f89e3b..4c27eb5 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ 300a038e623c4192a68b4a43cf9b5dd8 system-config-printer-0.7.78.tar.bz2 -c88b387b233a0aca280c9d02c4e63a44 pycups-1.9.32.tar.bz2 +f976bcb6669118d0b87662901a91f996 pycups-1.9.33.tar.bz2 diff --git a/system-config-printer.spec b/system-config-printer.spec index dca2129..2f5e3a3 100644 --- a/system-config-printer.spec +++ b/system-config-printer.spec @@ -1,11 +1,11 @@ -%define pycups_version 1.9.32 +%define pycups_version 1.9.33 %{!?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]")} Summary: A printer administration tool Name: system-config-printer Version: 0.7.78 -Release: 4%{?dist} +Release: 5%{?dist} License: GPLv2+ URL: http://cyberelk.net/tim/software/system-config-printer/ Group: System Environment/Base @@ -131,6 +131,9 @@ rm -rf %buildroot exit 0 %changelog +* Wed Jan 23 2008 Tim Waugh 0.7.78-5 +- Updated to pycups-1.9.33. + * Wed Jan 16 2008 Tim Waugh 0.7.78-4 - Use config-util from new usermode (bug #428406).