- 0.7.66:

- Allow job-hold-until to be set (bug #239776).
- Implement new printer notifications.
This commit is contained in:
Tim Waugh 2007-05-30 14:15:49 +00:00
parent 7c4eb13842
commit 7a67a4b174
4 changed files with 10 additions and 3 deletions

View File

@ -110,3 +110,4 @@ system-config-printer-0.7.63.tar.bz2
system-config-printer-0.7.63.1.tar.bz2
pycups-1.9.22.tar.bz2
system-config-printer-0.7.65.tar.bz2
system-config-printer-0.7.66.tar.bz2

View File

@ -1,3 +1,2 @@
e88db64889abceaeab83bbe3a31b2c17 system-config-printer-0.7.63.1.tar.bz2
b430eaf0b7d74f0330eb49d2866e5cea pycups-1.9.22.tar.bz2
c076dee6f8ecc0819a9d397b8f204e74 system-config-printer-0.7.65.tar.bz2
f58bacfdfa17795348f3605f8ea73e2f system-config-printer-0.7.66.tar.bz2

Binary file not shown.

View File

@ -2,7 +2,7 @@
Summary: A printer administration tool
Name: system-config-printer
Version: 0.7.65
Version: 0.7.66
Release: 1%{?dist}
License: GPL
URL: http://cyberelk.net/tim/software/system-config-printer/
@ -89,6 +89,7 @@ rm -rf $RPM_BUILD_ROOT
%files libs -f system-config-printer.lang
%defattr(-,root,root)
%doc --parents pycups-%{pycups_version}/{ChangeLog,README,NEWS,TODO}
%{_sysconfdir}/dbus-1/system.d/newprinternotification.conf
%{_libdir}/python*/*/*.so
%dir %{_datadir}/%{name}
%{_datadir}/%{name}/foomatic.py*
@ -97,6 +98,7 @@ rm -rf $RPM_BUILD_ROOT
%{_datadir}/%{name}/applet.glade
%{_datadir}/%{name}/applet.py*
%{_datadir}/%{name}/applet.png
%{_datadir}/%{name}/inspecting-printer.png
%files
%defattr(-,root,root)
@ -131,6 +133,11 @@ if [ "$1" = "0" ]; then
fi
%changelog
* Wed May 30 2007 Tim Waugh <twaugh@redhat.com> 0.7.66-1
- 0.7.66:
- Allow job-hold-until to be set (bug #239776).
- Implement new printer notifications.
* Tue May 22 2007 Tim Waugh <twaugh@redhat.com> 0.7.65-1
- Build requires xmlto.
- Updated to pycups-1.9.22.