- 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:
parent
6b9ed56ed5
commit
e3539a52f4
@ -83,3 +83,4 @@ system-config-printer-0.7.39.tar.bz2
|
|||||||
system-config-printer-0.7.40.tar.bz2
|
system-config-printer-0.7.40.tar.bz2
|
||||||
pycups-1.9.16.tar.bz2
|
pycups-1.9.16.tar.bz2
|
||||||
system-config-printer-0.7.41.tar.bz2
|
system-config-printer-0.7.41.tar.bz2
|
||||||
|
system-config-printer-0.7.42.tar.bz2
|
||||||
|
1
sources
1
sources
@ -1,2 +1,3 @@
|
|||||||
19e872c23c404cf97f1fd2042b54655b pycups-1.9.16.tar.bz2
|
19e872c23c404cf97f1fd2042b54655b pycups-1.9.16.tar.bz2
|
||||||
01abf39e175fc35bc499cf88369959b9 system-config-printer-0.7.41.tar.bz2
|
01abf39e175fc35bc499cf88369959b9 system-config-printer-0.7.41.tar.bz2
|
||||||
|
285d03bd4f1375d327fdc5c83e1642e1 system-config-printer-0.7.42.tar.bz2
|
||||||
|
@ -2,8 +2,8 @@
|
|||||||
|
|
||||||
Summary: A printer administration tool
|
Summary: A printer administration tool
|
||||||
Name: system-config-printer
|
Name: system-config-printer
|
||||||
Version: 0.7.41
|
Version: 0.7.42
|
||||||
Release: 2%{?dist}
|
Release: 1%{?dist}
|
||||||
License: GPL
|
License: GPL
|
||||||
Group: System Environment/Base
|
Group: System Environment/Base
|
||||||
Source0: system-config-printer-%{version}.tar.bz2
|
Source0: system-config-printer-%{version}.tar.bz2
|
||||||
@ -112,6 +112,11 @@ if [ "$1" = "0" ]; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
%changelog
|
%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
|
* Thu Dec 7 2006 Jeremy Katz <katzj@redhat.com> - 0.7.41-2
|
||||||
- build against python 2.5
|
- build against python 2.5
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user