- 1.1.4:
- Skip model selection screen when adding a new printer for which we know the exact model. - Better integration for HPLIP hp and hpfax queues. - Work around HPLIP option parsing bug. - Pre-select the current device correctly. - Better descriptions for types of available connection. - Perform lowercase operations in a locale-independent manner (trac #151).
This commit is contained in:
parent
f80dc93016
commit
887118c3cc
@ -195,3 +195,4 @@ system-config-printer-1.1.1.tar.bz2
|
|||||||
pycups-1.9.45.tar.bz2
|
pycups-1.9.45.tar.bz2
|
||||||
system-config-printer-1.1.2.tar.bz2
|
system-config-printer-1.1.2.tar.bz2
|
||||||
system-config-printer-1.1.3.tar.bz2
|
system-config-printer-1.1.3.tar.bz2
|
||||||
|
system-config-printer-1.1.4.tar.bz2
|
||||||
|
2
sources
2
sources
@ -1,3 +1,3 @@
|
|||||||
ac8f98a40b0fc4b6ab4470f10489887a pysmbc-1.0.6.tar.bz2
|
ac8f98a40b0fc4b6ab4470f10489887a pysmbc-1.0.6.tar.bz2
|
||||||
ff634a6751f8a859ed26751bf03abef0 pycups-1.9.45.tar.bz2
|
ff634a6751f8a859ed26751bf03abef0 pycups-1.9.45.tar.bz2
|
||||||
4705fb4bcd83d49ae155819b9b5e333f system-config-printer-1.1.3.tar.bz2
|
dcd3674786f7b70157294ef62d3a3520 system-config-printer-1.1.4.tar.bz2
|
||||||
|
Binary file not shown.
BIN
system-config-printer-1.1.4.tar.bz2.sig
Normal file
BIN
system-config-printer-1.1.4.tar.bz2.sig
Normal file
Binary file not shown.
File diff suppressed because it is too large
Load Diff
@ -6,15 +6,14 @@
|
|||||||
|
|
||||||
Summary: A printer administration tool
|
Summary: A printer administration tool
|
||||||
Name: system-config-printer
|
Name: system-config-printer
|
||||||
Version: 1.1.3
|
Version: 1.1.4
|
||||||
Release: 7%{?dist}
|
Release: 1%{?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
|
||||||
@ -64,10 +63,6 @@ the configuration tool.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -a 1 -a 2
|
%setup -q -a 1 -a 2
|
||||||
%patch1 -p1 -b .git-1.1.x
|
|
||||||
aclocal # for cupspk changes
|
|
||||||
autoconf
|
|
||||||
automake
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure
|
%configure
|
||||||
@ -169,6 +164,16 @@ rm -rf %buildroot
|
|||||||
exit 0
|
exit 0
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Feb 18 2009 Tim Waugh <twaugh@redhat.com> 1.1.4-1
|
||||||
|
- 1.1.4:
|
||||||
|
- Skip model selection screen when adding a new printer for which we
|
||||||
|
know the exact model.
|
||||||
|
- Better integration for HPLIP hp and hpfax queues.
|
||||||
|
- Work around HPLIP option parsing bug.
|
||||||
|
- Pre-select the current device correctly.
|
||||||
|
- Better descriptions for types of available connection.
|
||||||
|
- Perform lowercase operations in a locale-independent manner (trac #151).
|
||||||
|
|
||||||
* Wed Feb 11 2009 Tim Waugh <twaugh@redhat.com> 1.1.3-7
|
* Wed Feb 11 2009 Tim Waugh <twaugh@redhat.com> 1.1.3-7
|
||||||
- Updated from git:
|
- Updated from git:
|
||||||
- Avoid tracebacks in main application (bug #484130) and job viewer.
|
- Avoid tracebacks in main application (bug #484130) and job viewer.
|
||||||
|
Loading…
Reference in New Issue
Block a user