From 17239a1dcce4b8d8cb4166a4f2e0e7995ea2d470 Mon Sep 17 00:00:00 2001 From: Tim Waugh Date: Tue, 19 Feb 2008 17:26:16 +0000 Subject: [PATCH] - Updated to pycups-1.9.35. --- .cvsignore | 1 + pycups-1.9.34.tar.bz2.sig | Bin 65 -> 0 bytes pycups-1.9.35.tar.bz2.sig | Bin 0 -> 65 bytes sources | 1 + system-config-printer.spec | 5 ++++- 5 files changed, 6 insertions(+), 1 deletion(-) delete mode 100644 pycups-1.9.34.tar.bz2.sig create mode 100644 pycups-1.9.35.tar.bz2.sig 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 eda0fe9d55864afd3ae94899550b155e5ead546c..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 65 zcmV-H0KWf-KLZ5-N2gR;X(f@P9=Dkz5dsCd0HB24(BjsNNrB+&T~FGpgovD%FjN4Z XJuv3n<49O~@4Asv^pjqhr$%w|mIfbF diff --git a/pycups-1.9.35.tar.bz2.sig b/pycups-1.9.35.tar.bz2.sig new file mode 100644 index 0000000000000000000000000000000000000000..4d8b7d3dcf760e8f9ba33e064292076943f45c46 GIT binary patch literal 65 zcmV-H0KWf-KLZ5-N4p5mX(f@P9=Dkz5dtAe0HB0x*ZsAW|7RiE_*g_`{gx`R;64DJ XIBaHhX^hSlKWj)Y`x6uJW0kjRY&9H9 literal 0 HcmV?d00001 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.