From 3ad8ee1cfab2f7595597d61267083e36dbfdf702 Mon Sep 17 00:00:00 2001 From: Tim Waugh Date: Wed, 23 Jan 2008 13:26:05 +0000 Subject: [PATCH] - Updated to pycups-1.9.33. --- .cvsignore | 1 + pycups-1.9.32.tar.bz2.sig | Bin 65 -> 0 bytes pycups-1.9.33.tar.bz2.sig | Bin 0 -> 65 bytes sources | 2 +- system-config-printer.spec | 7 +++++-- 5 files changed, 7 insertions(+), 3 deletions(-) delete mode 100644 pycups-1.9.32.tar.bz2.sig create mode 100644 pycups-1.9.33.tar.bz2.sig 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 d140fe60f78931210e4a36a52df6735a2e885c0e..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 65 zcmV-H0KWf-KLZ5-M`mBtX(f@P9=Dkz5ds}W0G=T>N$9K)%A~{FM3=ofnV)&0h(Z9K XA^wB7c!EWJ8%?9$;Zxjk0>=o^KzSS$ diff --git a/pycups-1.9.33.tar.bz2.sig b/pycups-1.9.33.tar.bz2.sig new file mode 100644 index 0000000000000000000000000000000000000000..d1e6246cb7ddb826bca8bd1c406e6decfd8a8c31 GIT binary patch literal 65 zcmV-H0KWf-KLZ5-N0&d%X(f@P9=Dkz5dw+F0H0Q`$e7$h`{OdniL#PG%a)Qv&}RUh X8Z!vHo}EH+QMWt@wVsW5!Wlz3k7*o! literal 0 HcmV?d00001 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).