diff --git a/.cvsignore b/.cvsignore index fcf2d2a..215bd47 100644 --- a/.cvsignore +++ b/.cvsignore @@ -44,3 +44,4 @@ system-config-printer-0.7.5.tar.bz2 system-config-printer-0.7.6.tar.bz2 pycups-1.9.9.tar.bz2 system-config-printer-0.7.7.tar.bz2 +pycups-1.9.10.tar.bz2 diff --git a/sources b/sources index 280ba6a..c88e73f 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ -1038c56e7219868d7afeae9cd4e276f9 pycups-1.9.9.tar.bz2 ab0b4fd9b43b28bab315a2d647573f76 system-config-printer-0.7.7.tar.bz2 +68dd09934424127ca35d05bf6b6c5db7 pycups-1.9.10.tar.bz2 diff --git a/system-config-printer.spec b/system-config-printer.spec index 048f599..c810544 100644 --- a/system-config-printer.spec +++ b/system-config-printer.spec @@ -1,4 +1,4 @@ -%define pycups_version 1.9.9 +%define pycups_version 1.9.10 Summary: A printer administration tool Name: system-config-printer @@ -11,8 +11,6 @@ Source1: pycups-%{pycups_version}.tar.bz2 Source2: system-config-printer.pam Source3: system-config-printer.console Source4: options.py -Patch0: pycups-no-classes.patch -Patch1: pycups-segfault.patch %{expand: %%define pyver %(python -c 'import sys;print(sys.version[0:3])')} @@ -35,10 +33,6 @@ the user to configure a CUPS print server. %prep %setup -q -a 1 -pushd pycups-%{pycups_version} -%patch0 -p1 -b .no-classes -%patch1 -p1 -b .segfault -popd %build pushd pycups-%{pycups_version} @@ -88,6 +82,9 @@ rm -rf $RPM_BUILD_ROOT %{_sysconfdir}/security/console.apps/%{name} %changelog +* Mon May 15 2006 Tim Waugh +- Updated to pycups-1.9.10. + * Fri May 5 2006 Tim Waugh - Fix pycups segfault.