- Updated to pycups-1.9.10.

This commit is contained in:
Tim Waugh 2006-05-15 17:42:02 +00:00
parent 9af7bc5aaa
commit 57dfc865ea
3 changed files with 6 additions and 8 deletions

View File

@ -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

View File

@ -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

View File

@ -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 <twaugh@redhat.com>
- Updated to pycups-1.9.10.
* Fri May 5 2006 Tim Waugh <twaugh@redhat.com>
- Fix pycups segfault.