- 1.1.92.

This commit is contained in:
Tim Waugh 2010-02-19 13:47:02 +00:00
parent c87e56a4dd
commit 3b0de025c8
6 changed files with 9 additions and 26 deletions

View File

@ -212,3 +212,4 @@ system-config-printer-1.1.16.tar.xz
pycups-1.9.48.tar.bz2
system-config-printer-1.1.90.tar.xz
system-config-printer-1.1.91.tar.xz
system-config-printer-1.1.92.tar.xz

View File

@ -1,3 +1,3 @@
ac8f98a40b0fc4b6ab4470f10489887a pysmbc-1.0.6.tar.bz2
2e9ed692c75328e7fb88f8c230f70990 pycups-1.9.48.tar.bz2
22c3cbe13faa3ef0935564de1b553fb9 system-config-printer-1.1.91.tar.xz
773811075ef52e9afd540a6583cf647f system-config-printer-1.1.92.tar.xz

Binary file not shown.

View File

@ -1,19 +0,0 @@
diff -up system-config-printer-1.1.91/system-config-printer.py.device-settings system-config-printer-1.1.91/system-config-printer.py
--- system-config-printer-1.1.91/system-config-printer.py.device-settings 2010-02-08 17:31:21.000000000 +0000
+++ system-config-printer-1.1.91/system-config-printer.py 2010-02-11 17:18:45.101708282 +0000
@@ -5049,11 +5049,13 @@ class NewPrinterGUI(GtkGUI):
iter = model.iter_next (iter)
i += 1
elif not self.device_selected:
+ # Select the device.
column = self.tvNPDevices.get_column (0)
self.tvNPDevices.set_cursor ((0,), column)
- column = self.tvNPDeviceURIs.get_column (0)
- self.tvNPDeviceURIs.set_cursor (connection_select_path, column)
+ # Select the connection.
+ column = self.tvNPDeviceURIs.get_column (0)
+ self.tvNPDeviceURIs.set_cursor (connection_select_path, column)
def on_entNPTDevice_changed(self, entry):
self.setNPButtons()

View File

@ -6,8 +6,8 @@
Summary: A printer administration tool
Name: system-config-printer
Version: 1.1.91
Release: 3%{?dist}
Version: 1.1.92
Release: 1%{?dist}
License: GPLv2+
URL: http://cyberelk.net/tim/software/system-config-printer/
Group: System Environment/Base
@ -16,8 +16,7 @@ Source1: http://cyberelk.net/tim/data/pycups/pycups-%{pycups_version}.tar.bz2
Source2: http://cyberelk.net/tim/data/pysmbc/pysmbc-%{pysmbc_version}.tar.bz2
Patch1: system-config-printer-no-epydoc.patch
Patch2: system-config-printer-device-settings.patch
Patch3: system-config-printer-lowercase-mfg-mdl.patch
Patch2: system-config-printer-lowercase-mfg-mdl.patch
BuildRequires: cups-devel >= 1.2
BuildRequires: python-devel >= 2.4
@ -77,8 +76,7 @@ printers.
%prep
%setup -q -a 1 -a 2
%patch1 -p1 -b .no-epydoc
%patch2 -p1 -b .device-settings
%patch3 -p1 -b .lowercase-mfg-mdl
%patch2 -p1 -b .lowercase-mfg-mdl
%build
%configure --with-udev-rules --with-polkit-1
@ -194,6 +192,9 @@ rm -rf %buildroot
exit 0
%changelog
* Fri Feb 19 2010 Tim Waugh <twaugh@redhat.com> - 1.1.92-1
- 1.1.92.
* Wed Feb 17 2010 Tim Waugh <twaugh@redhat.com> - 1.1.91-3
- Convert MFG and MDL to lowercase before D-Bus call to work around
bug #566217.