- Added patch for 1.0.x changes:

- Removed unneeded debugging output.
- Don't show the applet in KDE (bug #466945).
- Auth/error dialog improvements for SMB as for IPP (bug #465407).
This commit is contained in:
Tim Waugh 2008-10-15 10:24:35 +00:00
parent d6fe0f9a24
commit ff750ba2dc
2 changed files with 2245 additions and 20 deletions

File diff suppressed because it is too large Load Diff

View File

@ -7,7 +7,7 @@
Summary: A printer administration tool
Name: system-config-printer
Version: 1.0.8
Release: 3%{?dist}
Release: 4%{?dist}
License: GPLv2+
URL: http://cyberelk.net/tim/software/system-config-printer/
Group: System Environment/Base
@ -151,6 +151,12 @@ rm -rf %buildroot
exit 0
%changelog
* Wed Oct 15 2008 Tim Waugh <twaugh@redhat.com> 1.0.8-4
- Added patch for 1.0.x changes:
- Removed unneeded debugging output.
- Don't show the applet in KDE (bug #466945).
- Auth/error dialog improvements for SMB as for IPP (bug #465407).
* Mon Oct 13 2008 Tim Waugh <twaugh@redhat.com> 1.0.8-3
- Added patch for 1.0.x changes since 1.0.8:
- Don't use a LinkButton for the 'Problems?' button (bug #465407).