- Don't show traceback messages for missing probe helpers (bug #1194101).
  - Don't try writing bytecache when running udev-add-printer
    (bug #1196183).
  - Don't try decoding already-decoded Unicode (bug #1195974).
  - Fixes for CMD matching (bug #1177978, bug #1171874).
  - Fixed 'Apply' sensitivity when downloading driver (trac #238).
  - Avoid deprecated things.
  - Handle missing 'functionality' field in returned data for driver.
  - Some fixes for the New Printer dialog.
  - Don't install an OpenPrinting driver if the license is not
    accepted (trac #240).

Resolves: rhbz#1194101 rhbz#1196183 rhbz#1195974 rhbz#1177978 rhbz#1171874
This commit is contained in:
Tim Waugh 2015-03-17 16:58:52 +00:00
parent c69f03bb99
commit 226dcd99d7
5 changed files with 19 additions and 3 deletions

1
.gitignore vendored
View File

@ -255,3 +255,4 @@ pycups-1.9.51.tar.bz2
/system-config-printer-1.5.3.tar.xz /system-config-printer-1.5.3.tar.xz
/system-config-printer-1.5.4.tar.xz /system-config-printer-1.5.4.tar.xz
/system-config-printer-1.5.5.tar.xz /system-config-printer-1.5.5.tar.xz
/system-config-printer-1.5.6.tar.xz

View File

@ -1 +1 @@
1aaee6a90449ee0c6b90da2eb5df03a9 system-config-printer-1.5.5.tar.xz c3b549519e2d88f2ae12bd50831bf38a system-config-printer-1.5.6.tar.xz

Binary file not shown.

View File

@ -6,8 +6,8 @@
Summary: A printer administration tool Summary: A printer administration tool
Name: system-config-printer Name: system-config-printer
Version: 1.5.5 Version: 1.5.6
Release: 2%{?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
@ -120,6 +120,7 @@ touch %buildroot%{_localstatedir}/run/udev-configure-printer/usb-uris
%{_datadir}/%{name}/gui.py* %{_datadir}/%{name}/gui.py*
%{_datadir}/%{name}/installpackage.py* %{_datadir}/%{name}/installpackage.py*
%{_datadir}/%{name}/jobviewer.py* %{_datadir}/%{name}/jobviewer.py*
%{_datadir}/%{name}/killtimer.py*
%{_datadir}/%{name}/monitor.py* %{_datadir}/%{name}/monitor.py*
%{_datadir}/%{name}/newprinter.py* %{_datadir}/%{name}/newprinter.py*
%{_datadir}/%{name}/options.py* %{_datadir}/%{name}/options.py*
@ -182,6 +183,20 @@ touch %buildroot%{_localstatedir}/run/udev-configure-printer/usb-uris
exit 0 exit 0
%changelog %changelog
* Tue Mar 17 2015 Tim Waugh <twaugh@redhat.com> - 1.5.6-1
- 1.5.6:
- Don't show traceback messages for missing probe helpers (bug #1194101).
- Don't try writing bytecache when running udev-add-printer
(bug #1196183).
- Don't try decoding already-decoded Unicode (bug #1195974).
- Fixes for CMD matching (bug #1177978, bug #1171874).
- Fixed 'Apply' sensitivity when downloading driver (trac #238).
- Avoid deprecated things.
- Handle missing 'functionality' field in returned data for driver.
- Some fixes for the New Printer dialog.
- Don't install an OpenPrinting driver if the license is not
accepted (trac #240).
* Sat Feb 7 2015 Tim Waugh <twaugh@redhat.com> - 1.5.5-2 * Sat Feb 7 2015 Tim Waugh <twaugh@redhat.com> - 1.5.5-2
- Requires python3-firewall. - Requires python3-firewall.