- 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:
parent
618af1df3b
commit
35829836a0
@ -126,3 +126,4 @@ pycups-1.9.19.tar.bz2
|
|||||||
pycups-1.9.20.tar.bz2
|
pycups-1.9.20.tar.bz2
|
||||||
pycups-1.9.23.tar.bz2
|
pycups-1.9.23.tar.bz2
|
||||||
pycups-1.9.24.tar.bz2
|
pycups-1.9.24.tar.bz2
|
||||||
|
system-config-printer-0.7.67.tar.bz2
|
||||||
|
2
sources
2
sources
@ -1,2 +1,2 @@
|
|||||||
f58bacfdfa17795348f3605f8ea73e2f system-config-printer-0.7.66.tar.bz2
|
|
||||||
5038e4c6945c5183ad7061d6ee061205 pycups-1.9.24.tar.bz2
|
5038e4c6945c5183ad7061d6ee061205 pycups-1.9.24.tar.bz2
|
||||||
|
2e0bc5dbf4e0c50f86be94f9cc519319 system-config-printer-0.7.67.tar.bz2
|
||||||
|
BIN
system-config-printer-0.7.67.tar.bz2.sig
Normal file
BIN
system-config-printer-0.7.67.tar.bz2.sig
Normal file
Binary file not shown.
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
Summary: A printer administration tool
|
Summary: A printer administration tool
|
||||||
Name: system-config-printer
|
Name: system-config-printer
|
||||||
Version: 0.7.66
|
Version: 0.7.67
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
License: GPL
|
License: GPL
|
||||||
URL: http://cyberelk.net/tim/software/system-config-printer/
|
URL: http://cyberelk.net/tim/software/system-config-printer/
|
||||||
@ -94,6 +94,7 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%dir %{_datadir}/%{name}
|
%dir %{_datadir}/%{name}
|
||||||
%{_datadir}/%{name}/foomatic.py*
|
%{_datadir}/%{name}/foomatic.py*
|
||||||
%{_datadir}/%{name}/cupshelpers.py*
|
%{_datadir}/%{name}/cupshelpers.py*
|
||||||
|
%{_datadir}/%{name}/ppds.py*
|
||||||
%{_datadir}/%{name}/gtk_html2pango.py*
|
%{_datadir}/%{name}/gtk_html2pango.py*
|
||||||
%{_datadir}/%{name}/applet.glade
|
%{_datadir}/%{name}/applet.glade
|
||||||
%{_datadir}/%{name}/applet.py*
|
%{_datadir}/%{name}/applet.py*
|
||||||
@ -133,8 +134,14 @@ if [ "$1" = "0" ]; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
%changelog
|
%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.
|
- 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
|
* Wed May 30 2007 Tim Waugh <twaugh@redhat.com> 0.7.66-1
|
||||||
- 0.7.66:
|
- 0.7.66:
|
||||||
|
Loading…
Reference in New Issue
Block a user