- 0.7.67:

- Fixed desktop files to have capital letters at the start of each word in
    the Name field (bug #242859).
- Fixed crash when saving unapplied changes.
- Fixed Device ID parser to always split the CMD field at commas.
- New PPDs class means we no longer parse the foomatic XML database.
This commit is contained in:
Tim Waugh 2007-06-08 15:36:56 +00:00
parent 618af1df3b
commit 35829836a0
4 changed files with 11 additions and 3 deletions

View File

@ -126,3 +126,4 @@ pycups-1.9.19.tar.bz2
pycups-1.9.20.tar.bz2
pycups-1.9.23.tar.bz2
pycups-1.9.24.tar.bz2
system-config-printer-0.7.67.tar.bz2

View File

@ -1,2 +1,2 @@
f58bacfdfa17795348f3605f8ea73e2f system-config-printer-0.7.66.tar.bz2
5038e4c6945c5183ad7061d6ee061205 pycups-1.9.24.tar.bz2
2e0bc5dbf4e0c50f86be94f9cc519319 system-config-printer-0.7.67.tar.bz2

Binary file not shown.

View File

@ -2,7 +2,7 @@
Summary: A printer administration tool
Name: system-config-printer
Version: 0.7.66
Version: 0.7.67
Release: 1%{?dist}
License: GPL
URL: http://cyberelk.net/tim/software/system-config-printer/
@ -94,6 +94,7 @@ rm -rf $RPM_BUILD_ROOT
%dir %{_datadir}/%{name}
%{_datadir}/%{name}/foomatic.py*
%{_datadir}/%{name}/cupshelpers.py*
%{_datadir}/%{name}/ppds.py*
%{_datadir}/%{name}/gtk_html2pango.py*
%{_datadir}/%{name}/applet.glade
%{_datadir}/%{name}/applet.py*
@ -133,8 +134,14 @@ if [ "$1" = "0" ]; then
fi
%changelog
* Fri Jun 8 2007 Tim Waugh <twaugh@redhat.com>
* Fri Jun 8 2007 Tim Waugh <twaugh@redhat.com> 0.7.67-1
- Updated pycups to 1.9.24.
- 0.7.67:
- Fixed desktop files to have capital letters at the start of each
word in the Name field (bug #242859).
- Fixed crash when saving unapplied changes.
- Fixed Device ID parser to always split the CMD field at commas.
- New PPDs class means we no longer parse the foomatic XML database.
* Wed May 30 2007 Tim Waugh <twaugh@redhat.com> 0.7.66-1
- 0.7.66: