- 0.7.42:

- Fixed typo in command set matching code.
- Case-insensitive matching when Device ID not known to database.
This commit is contained in:
Tim Waugh 2006-12-11 21:30:11 +00:00
parent 6b9ed56ed5
commit e3539a52f4
3 changed files with 9 additions and 2 deletions

View File

@ -83,3 +83,4 @@ system-config-printer-0.7.39.tar.bz2
system-config-printer-0.7.40.tar.bz2
pycups-1.9.16.tar.bz2
system-config-printer-0.7.41.tar.bz2
system-config-printer-0.7.42.tar.bz2

View File

@ -1,2 +1,3 @@
19e872c23c404cf97f1fd2042b54655b pycups-1.9.16.tar.bz2
01abf39e175fc35bc499cf88369959b9 system-config-printer-0.7.41.tar.bz2
285d03bd4f1375d327fdc5c83e1642e1 system-config-printer-0.7.42.tar.bz2

View File

@ -2,8 +2,8 @@
Summary: A printer administration tool
Name: system-config-printer
Version: 0.7.41
Release: 2%{?dist}
Version: 0.7.42
Release: 1%{?dist}
License: GPL
Group: System Environment/Base
Source0: system-config-printer-%{version}.tar.bz2
@ -112,6 +112,11 @@ if [ "$1" = "0" ]; then
fi
%changelog
* Mon Dec 11 2006 Tim Waugh <twaugh@redhat.com> 0.7.42-1
- 0.7.42:
- Fixed typo in command set matching code.
- Case-insensitive matching when Device ID not known to database.
* Thu Dec 7 2006 Jeremy Katz <katzj@redhat.com> - 0.7.41-2
- build against python 2.5