From 78de6d2fce732805595ac11d71b4b6eec2ab2ca6 Mon Sep 17 00:00:00 2001 From: Tim Waugh Date: Thu, 20 Apr 2006 16:49:19 +0000 Subject: [PATCH] - Updated to pycups-1.9.8. No longer need threads patch. --- .cvsignore | 1 + sources | 2 +- system-config-printer.spec | 10 ++++------ 3 files changed, 6 insertions(+), 7 deletions(-) diff --git a/.cvsignore b/.cvsignore index 72d9d06..d55eac6 100644 --- a/.cvsignore +++ b/.cvsignore @@ -39,3 +39,4 @@ printconf-0.6.150.tar.bz2 printconf-0.6.151.tar.bz2 system-config-printer-0.7.4.tar.bz2 pycups-1.9.7.tar.bz2 +pycups-1.9.8.tar.bz2 diff --git a/sources b/sources index 14836b7..7b11e47 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ 360a4428142d4cde6366509878c5cb32 system-config-printer-0.7.4.tar.bz2 -6a77867eae1a07cc4b119f2af5824d23 pycups-1.9.7.tar.bz2 +ea37d221e78f39afc5ad04a67e9ee15b pycups-1.9.8.tar.bz2 diff --git a/system-config-printer.spec b/system-config-printer.spec index fbd028b..f668e1f 100644 --- a/system-config-printer.spec +++ b/system-config-printer.spec @@ -1,4 +1,4 @@ -%define pycups_version 1.9.7 +%define pycups_version 1.9.8 Summary: A printer administration tool Name: system-config-printer @@ -9,8 +9,6 @@ Group: System Environment/Base Source0: system-config-printer-%{version}.tar.bz2 Source1: pycups-%{pycups_version}.tar.bz2 -Patch0: pycups-threads.patch - %{expand: %%define pyver %(python -c 'import sys;print(sys.version[0:3])')} BuildRequires: cups-devel, python-devel @@ -28,9 +26,6 @@ the user to configure a CUPS print server. %prep %setup -q -a 1 -pushd pycups-%{pycups_version} -%patch0 -p1 -b .threads -popd %build pushd pycups-%{pycups_version} @@ -62,6 +57,9 @@ rm -rf $RPM_BUILD_ROOT %{_datadir}/%{name} %changelog +* Thu Apr 20 2006 Tim Waugh +- Updated to pycups-1.9.8. No longer need threads patch. + * Sat Apr 15 2006 Tim Waugh - Updated to pycups-1.9.7.