- Increase bus settle time for usb_modeswitch devices (bug #1206808).
- Set use_underline=True for previously-stock buttons (bug #1210859).
- Fixed traceback (bug #1213136).
- Fixes for appdata file.

Resolves: rhbz#1206808 rhbz#1210859 rhbz#1213136
This commit is contained in:
Tim Waugh 2015-04-29 14:09:52 +01:00
parent 226dcd99d7
commit 43f334d576
5 changed files with 10 additions and 2 deletions

1
.gitignore vendored
View File

@ -256,3 +256,4 @@ pycups-1.9.51.tar.bz2
/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 /system-config-printer-1.5.6.tar.xz
/system-config-printer-1.5.7.tar.xz

View File

@ -1 +1 @@
c3b549519e2d88f2ae12bd50831bf38a system-config-printer-1.5.6.tar.xz 1a0c6a4566a5479733945f6db32d6f00 system-config-printer-1.5.7.tar.xz

Binary file not shown.

View File

@ -6,7 +6,7 @@
Summary: A printer administration tool Summary: A printer administration tool
Name: system-config-printer Name: system-config-printer
Version: 1.5.6 Version: 1.5.7
Release: 1%{?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/
@ -183,6 +183,13 @@ touch %buildroot%{_localstatedir}/run/udev-configure-printer/usb-uris
exit 0 exit 0
%changelog %changelog
* Wed Apr 29 2015 Tim Waugh <twaugh@redhat.com> - 1.5.7-1
- 1.5.7:
- Increase bus settle time for usb_modeswitch devices (bug #1206808).
- Set use_underline=True for previously-stock buttons (bug #1210859).
- Fixed traceback (bug #1213136).
- Fixes for appdata file.
* Tue Mar 17 2015 Tim Waugh <twaugh@redhat.com> - 1.5.6-1 * Tue Mar 17 2015 Tim Waugh <twaugh@redhat.com> - 1.5.6-1
- 1.5.6: - 1.5.6:
- Don't show traceback messages for missing probe helpers (bug #1194101). - Don't show traceback messages for missing probe helpers (bug #1194101).