2007-01-03 11:27:58 +00:00
|
|
|
%define pycups_version 1.9.17
|
2006-04-12 21:09:45 +00:00
|
|
|
|
|
|
|
Summary: A printer administration tool
|
|
|
|
Name: system-config-printer
|
2007-01-12 18:29:41 +00:00
|
|
|
Version: 0.7.47
|
2006-12-11 21:30:11 +00:00
|
|
|
Release: 1%{?dist}
|
2006-04-12 21:09:45 +00:00
|
|
|
License: GPL
|
|
|
|
Group: System Environment/Base
|
|
|
|
Source0: system-config-printer-%{version}.tar.bz2
|
|
|
|
Source1: pycups-%{pycups_version}.tar.bz2
|
2006-05-05 11:53:46 +00:00
|
|
|
Source2: system-config-printer.pam
|
|
|
|
Source3: system-config-printer.console
|
2006-04-12 21:09:45 +00:00
|
|
|
|
2006-04-21 13:48:40 +00:00
|
|
|
BuildRequires: cups-devel >= 1.2
|
2006-10-24 16:23:23 +00:00
|
|
|
BuildRequires: python-devel >= 2.4
|
2006-05-04 17:17:52 +00:00
|
|
|
BuildRequires: desktop-file-utils >= 0.2.92
|
2006-06-21 09:55:23 +00:00
|
|
|
BuildRequires: gettext-devel
|
2006-08-30 11:17:44 +00:00
|
|
|
BuildRequires: intltool
|
2006-04-12 21:09:45 +00:00
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
|
|
|
|
|
|
Requires: pygtk2 >= 2.4.0, pygtk2-libglade
|
2006-05-27 13:10:55 +00:00
|
|
|
Requires: pygobject2
|
2006-05-05 11:53:46 +00:00
|
|
|
Requires: usermode >= 1.37
|
2006-10-31 15:01:47 +00:00
|
|
|
Requires: desktop-file-utils >= 0.2.92
|
2006-06-01 15:13:15 +00:00
|
|
|
PreReq: system-config-printer-libs = %{version}-%{release}
|
2006-04-12 21:09:45 +00:00
|
|
|
|
2006-04-13 17:13:51 +00:00
|
|
|
Obsoletes: system-config-printer-gui <= 0.6.152
|
|
|
|
|
2006-04-12 21:09:45 +00:00
|
|
|
%description
|
2006-08-11 14:31:40 +00:00
|
|
|
system-config-printer is a graphical user interface that allows
|
2006-04-12 21:09:45 +00:00
|
|
|
the user to configure a CUPS print server.
|
|
|
|
|
2006-05-31 15:02:38 +00:00
|
|
|
%package libs
|
|
|
|
Summary: Common code for the graphical and non-graphical pieces.
|
|
|
|
Group: System Environment/Base
|
2006-12-07 19:02:33 +00:00
|
|
|
PreReq: python
|
2006-05-31 15:02:38 +00:00
|
|
|
Requires: rhpl >= 0.81
|
|
|
|
Requires: foomatic
|
|
|
|
Requires: PyXML
|
2006-11-30 17:10:15 +00:00
|
|
|
Provides: pycups = %{pycups_version}
|
2006-05-31 15:02:38 +00:00
|
|
|
|
|
|
|
%description libs
|
|
|
|
The common code used by both the graphical and non-graphical parts of
|
|
|
|
the configuration tool.
|
|
|
|
|
2006-04-12 21:09:45 +00:00
|
|
|
%prep
|
|
|
|
%setup -q -a 1
|
|
|
|
|
|
|
|
%build
|
2006-06-19 17:02:33 +00:00
|
|
|
%configure
|
|
|
|
|
2006-04-12 21:09:45 +00:00
|
|
|
pushd pycups-%{pycups_version}
|
|
|
|
make
|
|
|
|
popd
|
|
|
|
|
|
|
|
%install
|
|
|
|
rm -rf $RPM_BUILD_ROOT
|
2006-06-19 17:02:33 +00:00
|
|
|
%makeinstall
|
|
|
|
|
2006-04-12 21:09:45 +00:00
|
|
|
pushd pycups-%{pycups_version}
|
|
|
|
make install DESTDIR=%buildroot
|
|
|
|
popd
|
|
|
|
|
|
|
|
mkdir -p %buildroot%{_bindir}
|
2006-05-05 11:53:46 +00:00
|
|
|
mkdir -p %buildroot%{_sysconfdir}/pam.d
|
|
|
|
mkdir -p %buildroot%{_sysconfdir}/security/console.apps
|
|
|
|
install -m0644 %{SOURCE2} %buildroot%{_sysconfdir}/pam.d/%{name}
|
|
|
|
install -m0644 %{SOURCE3} %buildroot%{_sysconfdir}/security/console.apps/%{name}
|
|
|
|
ln -s consolehelper %buildroot%{_bindir}/%{name}
|
2006-04-12 21:09:45 +00:00
|
|
|
|
2006-06-21 10:07:19 +00:00
|
|
|
%find_lang system-config-printer
|
|
|
|
|
2006-04-12 21:09:45 +00:00
|
|
|
%clean
|
|
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
2006-06-27 14:47:11 +00:00
|
|
|
%files libs -f system-config-printer.lang
|
2006-04-12 21:09:45 +00:00
|
|
|
%defattr(-,root,root)
|
|
|
|
%doc --parents pycups-%{pycups_version}/{ChangeLog,README,NEWS,TODO}
|
|
|
|
%{_libdir}/python*/*/*.so
|
2006-05-31 15:02:38 +00:00
|
|
|
%dir %{_datadir}/%{name}
|
|
|
|
%{_datadir}/%{name}/foomatic.py*
|
|
|
|
%{_datadir}/%{name}/cupshelpers.py*
|
2006-06-01 10:38:50 +00:00
|
|
|
%{_datadir}/%{name}/gtk_html2pango.py*
|
2006-05-31 15:02:38 +00:00
|
|
|
|
2006-06-27 14:47:11 +00:00
|
|
|
%files
|
2006-05-31 15:02:38 +00:00
|
|
|
%defattr(-,root,root)
|
|
|
|
%doc ChangeLog README NEWS TODO
|
2006-04-12 21:09:45 +00:00
|
|
|
%{_bindir}/%{name}
|
2006-05-05 11:53:46 +00:00
|
|
|
%{_sbindir}/%{name}
|
2006-06-21 10:07:19 +00:00
|
|
|
%{_datadir}/%{name}/config.py*
|
2006-05-31 15:02:38 +00:00
|
|
|
%{_datadir}/%{name}/cupsd.py*
|
|
|
|
%{_datadir}/%{name}/nametree.py*
|
|
|
|
%{_datadir}/%{name}/options.py*
|
|
|
|
%{_datadir}/%{name}/optionwidgets.py*
|
|
|
|
%{_datadir}/%{name}/probe_printer.py*
|
2006-06-23 13:09:53 +00:00
|
|
|
%{_datadir}/%{name}/pysmb.py*
|
2006-05-31 15:02:38 +00:00
|
|
|
%{_datadir}/%{name}/system-config-printer.py*
|
|
|
|
%{_datadir}/%{name}/gtk_label_autowrap.py*
|
|
|
|
%{_datadir}/%{name}/*.glade
|
2006-05-04 17:17:52 +00:00
|
|
|
%{_datadir}/applications/redhat-system-config-printer.desktop
|
2006-05-05 11:53:46 +00:00
|
|
|
%{_sysconfdir}/pam.d/%{name}
|
|
|
|
%{_sysconfdir}/security/console.apps/%{name}
|
2006-04-12 21:09:45 +00:00
|
|
|
|
2006-06-30 11:38:34 +00:00
|
|
|
%post
|
|
|
|
/bin/rm -f /var/cache/foomatic/foomatic.pickle
|
2006-10-31 15:01:47 +00:00
|
|
|
/usr/bin/update-desktop-database &>/dev/null ||:
|
2006-06-30 11:38:34 +00:00
|
|
|
exit 0
|
|
|
|
|
2006-10-31 15:01:47 +00:00
|
|
|
%postun
|
|
|
|
if [ "$1" = "0" ]; then
|
|
|
|
/usr/bin/update-desktop-database &>/dev/null ||:
|
|
|
|
fi
|
|
|
|
|
2006-04-12 21:09:45 +00:00
|
|
|
%changelog
|
2007-01-12 18:29:41 +00:00
|
|
|
* Fri Jan 12 2007 Tim Waugh <twaugh@redhat.com> 0.7.47-1
|
|
|
|
- 0.7.47:
|
|
|
|
- Fixed minor text bugs (bug #177433).
|
|
|
|
- Handle shell builtins in the driver check (bug #222413).
|
|
|
|
|
2007-01-08 16:43:52 +00:00
|
|
|
* Mon Jan 8 2007 Tim Waugh <twaugh@redhat.com> 0.7.46-1
|
|
|
|
- 0.7.46:
|
|
|
|
- Fixed page size problem (bug #221702).
|
|
|
|
- Added 'ro' to ALL_LINGUAS.
|
|
|
|
|
2007-01-03 11:48:26 +00:00
|
|
|
* Wed Jan 3 2007 Tim Waugh <twaugh@redhat.com> 0.7.45-1
|
2007-01-03 11:27:58 +00:00
|
|
|
- Updated to pycups-1.9.17.
|
2007-01-03 11:48:26 +00:00
|
|
|
- 0.7.45:
|
|
|
|
- Fixed traceback in driver check.
|
2007-01-03 11:27:58 +00:00
|
|
|
|
2007-01-02 15:25:14 +00:00
|
|
|
* Tue Jan 2 2007 Tim Waugh <twaugh@redhat.com> 0.7.44-1
|
|
|
|
- 0.7.44:
|
|
|
|
- Fixed traceback in error display (bug #220136).
|
|
|
|
- Preserve case in model string when dumping debug output.
|
|
|
|
|
2006-12-21 18:41:52 +00:00
|
|
|
* Thu Dec 21 2006 Tim Waugh <twaugh@redhat.com> 0.7.43-1
|
2007-01-02 15:25:14 +00:00
|
|
|
- 0.7.43:
|
2006-12-21 18:41:52 +00:00
|
|
|
- Don't check against IEEE 1284 DES field at all.
|
|
|
|
- Merged device matching code (bug #219518).
|
|
|
|
- Catch non-fatal errors when auto-matching device.
|
|
|
|
- Fixed driver checking bug involving pipelines (bug #220347).
|
|
|
|
- Show PPD errors (bug #220136).
|
|
|
|
|
2006-12-11 21:30:11 +00:00
|
|
|
* 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.
|
|
|
|
|
2006-12-07 19:02:33 +00:00
|
|
|
* Thu Dec 7 2006 Jeremy Katz <katzj@redhat.com> - 0.7.41-2
|
|
|
|
- build against python 2.5
|
|
|
|
|
2006-12-07 17:55:03 +00:00
|
|
|
* Thu Dec 7 2006 Tim Waugh <twaugh@redhat.com> 0.7.41-1
|
2006-12-07 17:04:14 +00:00
|
|
|
- Updated pycups to 1.9.16.
|
2006-12-07 17:55:03 +00:00
|
|
|
- 0.7.41:
|
|
|
|
- Reconnect smoothly after uploading new configuration.
|
|
|
|
- Update lpoptions when setting default printer if it conflicts with
|
|
|
|
the new setting (bug #217395).
|
|
|
|
- Fixed typo in show_HTTP_Error (bug #217537).
|
|
|
|
- Don't pre-select make and model when not discoverable for chosen
|
|
|
|
device (bug #217518).
|
|
|
|
- Set Forward button sensitive on Device screen in new-printer
|
|
|
|
dialog (bug #217515).
|
|
|
|
- Keep Server Settings selected after applying changes if it was selected
|
|
|
|
before.
|
|
|
|
- Set Connecting dialog transient for main window.
|
|
|
|
- Center Connecting dialog on parent.
|
|
|
|
- Optional 'reason' argument for cupshelpers.Printer.setEnabled.
|
|
|
|
- Describe devices that have no optional parameters.
|
2006-12-07 17:04:14 +00:00
|
|
|
|
2006-11-30 17:10:15 +00:00
|
|
|
* Thu Nov 30 2006 Tim Waugh <twaugh@redhat.com>
|
|
|
|
- Provide pycups feature.
|
|
|
|
|
2006-11-27 17:21:54 +00:00
|
|
|
* Tue Nov 21 2006 Tim Waugh <twaugh@redhat.com> 0.7.40-1
|
|
|
|
- 0.7.40:
|
|
|
|
- Removed username:password from hint string because we add that in
|
|
|
|
afterwards.
|
|
|
|
- Don't set button widths in create-printer dialog (bug #217025).
|
|
|
|
|
2006-11-21 18:58:31 +00:00
|
|
|
* Tue Nov 21 2006 Tim Waugh <twaugh@redhat.com> 0.7.39-1
|
|
|
|
- 0.7.39:
|
|
|
|
- Busy cursor while loading foomatic and PPD list (bug #215527).
|
|
|
|
- Make PPD NickName selectable.
|
|
|
|
- Added SMB hint label on device screen (bug #212759).
|
|
|
|
|
2006-11-14 13:03:14 +00:00
|
|
|
* Tue Nov 14 2006 Tim Waugh <twaugh@redhat.com> 0.7.38-1
|
2006-11-14 12:53:53 +00:00
|
|
|
- Updated pycups to 1.9.15.
|
2006-11-14 13:03:14 +00:00
|
|
|
- 0.7.38:
|
|
|
|
- Fixed a bug in the 'ieee1284'/'ppd-device-id' parsing code.
|
2006-11-14 12:53:53 +00:00
|
|
|
|
2006-11-13 16:34:15 +00:00
|
|
|
* Mon Nov 13 2006 Tim Waugh <twaugh@redhat.com> 0.7.37-1
|
|
|
|
- 0.7.37:
|
|
|
|
- Allow cancellation of test pages (bug #215054).
|
|
|
|
|
2006-11-10 11:55:25 +00:00
|
|
|
* Fri Nov 10 2006 Tim Waugh <twaugh@redhat.com> 0.7.36-1
|
|
|
|
- 0.7.36:
|
|
|
|
- Match against commandset (bug #214181).
|
|
|
|
- Parse 'ieee1284' foomatic autodetect entries (bug #214761).
|
|
|
|
- Don't remove foomatic PPDs from the list (bug #197331).
|
|
|
|
|
2006-11-07 18:05:18 +00:00
|
|
|
* Tue Nov 7 2006 Tim Waugh <twaugh@redhat.com> 0.7.35-1
|
|
|
|
- 0.7.35.
|
|
|
|
|
2006-11-02 13:35:51 +00:00
|
|
|
* Thu Nov 2 2006 Tim Waugh <twaugh@redhat.com>
|
|
|
|
- Updated to pycups-1.9.14 (bug #213136).
|
|
|
|
|
2006-10-31 15:01:47 +00:00
|
|
|
* Tue Oct 31 2006 Tim Waugh <twaugh@redhat.com>
|
|
|
|
- Update desktop database (bug #213249).
|
|
|
|
|
2006-10-24 16:23:23 +00:00
|
|
|
* Tue Oct 24 2006 Tim Waugh <twaugh@redhat.com>
|
|
|
|
- Build requires Python 2.4.
|
|
|
|
|
2006-10-02 16:06:34 +00:00
|
|
|
* Mon Oct 2 2006 Tim Waugh <twaugh@redhat.com> 0.7.32-1
|
2006-10-02 14:55:42 +00:00
|
|
|
- Updated to pycups-1.9.13 for HTTP_FORBIDDEN.
|
2006-10-02 16:06:34 +00:00
|
|
|
- 0.7.32:
|
|
|
|
- Handle HTTP errors during connection (bug #208824).
|
|
|
|
- Updated translations (bug #208873).
|
2006-10-02 14:55:42 +00:00
|
|
|
|
2006-09-29 17:03:46 +00:00
|
|
|
* Fri Sep 29 2006 Tim Waugh <twaugh@redhat.com> 0.7.31-1
|
|
|
|
- 0.7.31:
|
|
|
|
- Select recommended driver automatically (bug #208606).
|
|
|
|
- Better visibility of driver list (bug #203907).
|
|
|
|
|
2006-09-29 12:58:26 +00:00
|
|
|
* Fri Sep 29 2006 Tim Waugh <twaugh@redhat.com> 0.7.30-1
|
|
|
|
- 0.7.30:
|
|
|
|
- Translations fixed properly (bug #206622).
|
|
|
|
- Button widths corrected (bug #208556).
|
2006-09-29 12:08:34 +00:00
|
|
|
|
2006-09-26 15:49:19 +00:00
|
|
|
* Tue Sep 26 2006 Tim Waugh <twaugh@redhat.com> 0.7.28-1
|
|
|
|
- 0.7.28. Translations fixed (bug #206622).
|
|
|
|
|
2006-08-30 11:09:06 +00:00
|
|
|
* Wed Aug 30 2006 Tim Waugh <twaugh@redhat.com> 0.7.27-1
|
2006-08-30 11:17:44 +00:00
|
|
|
- Build requires intltool.
|
2006-08-30 11:09:06 +00:00
|
|
|
- 0.7.27.
|
|
|
|
|
2006-08-23 17:28:07 +00:00
|
|
|
* Wed Aug 23 2006 Tim Waugh <twaugh@redhat.com> 0.7.26-1
|
|
|
|
- 0.7.26. Fixes bug # 203149.
|
|
|
|
|
|
|
|
* Mon Aug 14 2006 Florian Festi <ffesti@redhat.com> 0.7.25-1
|
2006-08-14 16:19:22 +00:00
|
|
|
- 0.7.25. (bug #202060)
|
|
|
|
|
2006-08-11 14:31:40 +00:00
|
|
|
* Fri Aug 11 2006 Tim Waugh <twaugh@redhat.com>
|
|
|
|
- Fixed description (bug #202189).
|
|
|
|
|
2006-08-03 12:40:54 +00:00
|
|
|
* Thu Aug 3 2006 Tim Waugh <twaugh@redhat.com> 0.7.24-1
|
|
|
|
- 0.7.24.
|
|
|
|
|
2006-07-24 15:06:02 +00:00
|
|
|
* Mon Jul 24 2006 Tim Waugh <twaugh@redhat.com> 0.7.23-1
|
|
|
|
- 0.7.23. Fixes bug #197866.
|
|
|
|
|
2006-07-12 08:24:04 +00:00
|
|
|
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 0.7.22-1.1
|
|
|
|
- rebuild
|
|
|
|
|
2006-07-07 15:09:13 +00:00
|
|
|
* Fri Jul 7 2006 Tim Waugh <twaugh@redhat.com> 0.7.22-1
|
|
|
|
- 0.7.22.
|
|
|
|
|
2006-07-05 14:39:03 +00:00
|
|
|
* Wed Jul 5 2006 Tim Waugh <twaugh@redhat.com> 0.7.21-1
|
2006-07-05 14:35:16 +00:00
|
|
|
- Updated to pycups-1.9.12.
|
2006-07-05 14:39:03 +00:00
|
|
|
- 0.7.21.
|
2006-07-05 14:35:16 +00:00
|
|
|
|
2006-07-03 14:42:43 +00:00
|
|
|
* Mon Jul 3 2006 Tim Waugh <twaugh@redhat.com> 0.7.20-1
|
|
|
|
- 0.7.20.
|
|
|
|
|
2006-06-30 17:40:56 +00:00
|
|
|
* Fri Jun 30 2006 Tim Waugh <twaugh@redhat.com> 0.7.19-1
|
|
|
|
- 0.7.19.
|
2006-06-30 11:38:34 +00:00
|
|
|
- Remove foomatic pickle file post-install.
|
|
|
|
|
2006-06-27 15:39:21 +00:00
|
|
|
* Tue Jun 27 2006 Tim Waugh <twaugh@redhat.com> 0.7.18-1
|
|
|
|
- 0.7.18.
|
2006-06-27 14:47:11 +00:00
|
|
|
- Ship translations with libs subpackage.
|
|
|
|
|
2006-06-23 16:44:15 +00:00
|
|
|
* Fri Jun 23 2006 Tim Waugh <twaugh@redhat.com> 0.7.17-1
|
|
|
|
- 0.7.17.
|
|
|
|
|
2006-06-23 13:06:07 +00:00
|
|
|
* Fri Jun 23 2006 Tim Waugh <twaugh@redhat.com> 0.7.16-1
|
|
|
|
- 0.7.16, now with SMB browser.
|
|
|
|
|
2006-06-22 09:07:11 +00:00
|
|
|
* Wed Jun 22 2006 Tim Waugh <twaugh@redhat.com> 0.7.15-1
|
|
|
|
- 0.7.15.
|
2006-06-21 09:55:23 +00:00
|
|
|
- Build requires gettext-devel.
|
2006-06-21 10:07:19 +00:00
|
|
|
- Ship translations.
|
2006-06-21 09:55:23 +00:00
|
|
|
|
2006-06-20 16:33:27 +00:00
|
|
|
* Tue Jun 20 2006 Tim Waugh <twaugh@redhat.com> 0.7.14-1
|
|
|
|
- 0.7.14.
|
|
|
|
|
2006-06-19 17:02:33 +00:00
|
|
|
* Mon Jun 19 2006 Tim Waugh <twaugh@redhat.com> 0.7.13-1
|
|
|
|
- 0.7.13.
|
|
|
|
|
2006-06-09 09:58:39 +00:00
|
|
|
* Fri Jun 9 2006 Tim Waugh <twaugh@redhat.com> 0.7.12-1
|
|
|
|
- 0.7.12.
|
|
|
|
|
2006-06-01 15:13:15 +00:00
|
|
|
* Thu Jun 1 2006 Tim Waugh <twaugh@redhat.com> 0.7.11-3
|
|
|
|
- Fix libs dependency.
|
|
|
|
|
2006-06-01 10:38:50 +00:00
|
|
|
* Thu Jun 1 2006 Tim Waugh <twaugh@redhat.com> 0.7.11-2
|
|
|
|
- Moved the gtk_html2pango module to the libs package (needed by
|
|
|
|
foomatic.py).
|
|
|
|
|
2006-05-31 15:06:23 +00:00
|
|
|
* Wed May 31 2006 Tim Waugh <twaugh@redhat.com> 0.7.11-1
|
2006-05-31 15:02:38 +00:00
|
|
|
- Split out system-config-printer-libs.
|
2006-05-31 15:06:23 +00:00
|
|
|
- Updated to system-config-printer-0.7.11.
|
2006-05-31 15:02:38 +00:00
|
|
|
|
2006-05-27 13:10:55 +00:00
|
|
|
* Sat May 27 2006 Tim Waugh <twaugh@redhat.com> 0.7.10-2
|
|
|
|
- Requires gobject2 (bug #192764).
|
|
|
|
|
2006-05-26 11:58:25 +00:00
|
|
|
* Fri May 26 2006 Tim Waugh <twaugh@redhat.com> 0.7.10-1
|
2006-05-26 10:00:43 +00:00
|
|
|
- Require foomatic (bug #192764).
|
2006-05-26 11:58:25 +00:00
|
|
|
- Updated to system-config-printer-0.7.10.
|
2006-05-26 10:00:43 +00:00
|
|
|
|
2006-05-25 12:42:39 +00:00
|
|
|
* Thu May 25 2006 Tim Waugh <twaugh@redhat.com> 0.7.9-1
|
2006-05-25 12:38:33 +00:00
|
|
|
- Updated to pycups-1.9.11.
|
2006-05-25 12:42:39 +00:00
|
|
|
- Updated to system-config-printer-0.7.9.
|
2006-05-25 12:38:33 +00:00
|
|
|
|
2006-05-15 17:43:47 +00:00
|
|
|
* Mon May 15 2006 Tim Waugh <twaugh@redhat.com> 0.7.8-1
|
2006-05-15 17:42:02 +00:00
|
|
|
- Updated to pycups-1.9.10.
|
2006-05-15 17:43:47 +00:00
|
|
|
- Updated to system-config-printer-0.7.8.
|
2006-05-15 17:42:02 +00:00
|
|
|
|
2006-05-05 15:28:58 +00:00
|
|
|
* Fri May 5 2006 Tim Waugh <twaugh@redhat.com>
|
|
|
|
- Fix pycups segfault.
|
|
|
|
|
2006-05-05 12:39:52 +00:00
|
|
|
* Fri May 5 2006 Tim Waugh <twaugh@redhat.com> 0.7.7-2
|
2006-05-05 11:53:46 +00:00
|
|
|
- Ship PAM and userhelper files.
|
|
|
|
- Requires usermode.
|
2006-05-05 11:34:34 +00:00
|
|
|
- Added missing options.py file.
|
|
|
|
- Fix getClasses() in pycups.
|
|
|
|
|
2006-05-04 17:23:31 +00:00
|
|
|
* Thu May 4 2006 Tim Waugh <twaugh@redhat.com> 0.7.7-1
|
|
|
|
- Updated to system-config-printer-0.7.7.
|
2006-05-04 17:21:45 +00:00
|
|
|
- Updated to pycups-1.9.9.
|
2006-05-04 17:17:52 +00:00
|
|
|
- Desktop file.
|
|
|
|
- Requires PyXML.
|
|
|
|
|
2006-04-28 08:32:57 +00:00
|
|
|
* Fri Apr 28 2006 Tim Waugh <twaugh@redhat.com>
|
|
|
|
- Make it actually run.
|
|
|
|
|
2006-04-21 13:48:40 +00:00
|
|
|
* Fri Apr 21 2006 Tim Waugh <twaugh@redhat.com>
|
|
|
|
- Build requires CUPS 1.2.
|
|
|
|
|
2006-04-20 16:50:57 +00:00
|
|
|
* Thu Apr 20 2006 Tim Waugh <twaugh@redhat.com> 0.7.5-1
|
2006-04-20 16:49:19 +00:00
|
|
|
- Updated to pycups-1.9.8. No longer need threads patch.
|
2006-04-20 16:50:57 +00:00
|
|
|
- Updated to system-config-printer-0.7.5.
|
2006-04-20 16:49:19 +00:00
|
|
|
|
2006-04-15 19:11:05 +00:00
|
|
|
* Sat Apr 15 2006 Tim Waugh <twaugh@redhat.com>
|
|
|
|
- Updated to pycups-1.9.7.
|
|
|
|
|
2006-04-13 17:13:51 +00:00
|
|
|
* Thu Apr 13 2006 Tim Waugh <twaugh@redhat.com> 0.7.4-2
|
|
|
|
- Obsoletes: system-config-printer-gui <= 0.6.152
|
|
|
|
|
2006-04-12 21:11:29 +00:00
|
|
|
* Wed Apr 12 2006 Tim Waugh <twaugh@redhat.com> 0.7.4-1
|
|
|
|
- Updated to system-config-printer-0.7.4.
|
|
|
|
|
2006-04-12 21:09:45 +00:00
|
|
|
* Fri Apr 7 2006 Tim Waugh <twaugh@redhat.com> 0.7.3-1
|
|
|
|
- Added threads patch from pycups CVS.
|
|
|
|
- Updated to system-config-printer-0.7.3.
|
|
|
|
|
|
|
|
* Tue Apr 4 2006 Tim Waugh <twaugh@redhat.com>
|
|
|
|
- Updated to pycups-1.9.6.
|
|
|
|
|
|
|
|
* Fri Mar 24 2006 Tim Waugh <twaugh@redhat.com>
|
|
|
|
- Updated to pycups-1.9.5.
|
|
|
|
|
|
|
|
* Fri Mar 17 2006 Tim Waugh <twaugh@redhat.com>
|
|
|
|
- Package the actual system-config-printer command.
|
|
|
|
|
|
|
|
* Thu Mar 16 2006 Tim Waugh <twaugh@redhat.com> 0.7.1-1
|
|
|
|
- Include s-c-printer tarball.
|
|
|
|
- Updated to pycups-1.9.4.
|
|
|
|
|
|
|
|
* Wed Mar 15 2006 Tim Waugh <twaugh@redhat.com> 0.7.0-1
|
|
|
|
- Initial spec file.
|