- Updated from git:
- Prevent traceback when adding new printer (bug #486587).
This commit is contained in:
parent
887118c3cc
commit
da1b2d11b3
3662
system-config-printer-git-1.1.x.patch
Normal file
3662
system-config-printer-git-1.1.x.patch
Normal file
File diff suppressed because it is too large
Load Diff
@ -7,13 +7,14 @@
|
|||||||
Summary: A printer administration tool
|
Summary: A printer administration tool
|
||||||
Name: system-config-printer
|
Name: system-config-printer
|
||||||
Version: 1.1.4
|
Version: 1.1.4
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
URL: http://cyberelk.net/tim/software/system-config-printer/
|
URL: http://cyberelk.net/tim/software/system-config-printer/
|
||||||
Group: System Environment/Base
|
Group: System Environment/Base
|
||||||
Source0: http://cyberelk.net/tim/data/system-config-printer/1.1/system-config-printer-%{version}.tar.bz2
|
Source0: http://cyberelk.net/tim/data/system-config-printer/1.1/system-config-printer-%{version}.tar.bz2
|
||||||
Source1: http://cyberelk.net/tim/data/pycups/pycups-%{pycups_version}.tar.bz2
|
Source1: http://cyberelk.net/tim/data/pycups/pycups-%{pycups_version}.tar.bz2
|
||||||
Source2: http://cyberelk.net/tim/data/pysmbc/pysmbc-%{pysmbc_version}.tar.bz2
|
Source2: http://cyberelk.net/tim/data/pysmbc/pysmbc-%{pysmbc_version}.tar.bz2
|
||||||
|
Patch1: system-config-printer-git-1.1.x.patch
|
||||||
|
|
||||||
BuildRequires: cups-devel >= 1.2
|
BuildRequires: cups-devel >= 1.2
|
||||||
BuildRequires: python-devel >= 2.4
|
BuildRequires: python-devel >= 2.4
|
||||||
@ -63,6 +64,7 @@ the configuration tool.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -a 1 -a 2
|
%setup -q -a 1 -a 2
|
||||||
|
%patch1 -p1 -b .git-1.1.x
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure
|
%configure
|
||||||
@ -164,6 +166,10 @@ rm -rf %buildroot
|
|||||||
exit 0
|
exit 0
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Feb 20 2009 Tim Waugh <twaugh@redhat.com> 1.1.4-2
|
||||||
|
- Updated from git:
|
||||||
|
- Prevent traceback when adding new printer (bug #486587).
|
||||||
|
|
||||||
* Wed Feb 18 2009 Tim Waugh <twaugh@redhat.com> 1.1.4-1
|
* Wed Feb 18 2009 Tim Waugh <twaugh@redhat.com> 1.1.4-1
|
||||||
- 1.1.4:
|
- 1.1.4:
|
||||||
- Skip model selection screen when adding a new printer for which we
|
- Skip model selection screen when adding a new printer for which we
|
||||||
|
Loading…
Reference in New Issue
Block a user