6569ac372d
- Show a 'paused' emblem for rejecting/disabled printers (bug #518020). - Set appropriate tooltip when configuring printer (bug #518007). - Use separate thread for verifying IPP queue (part of bug #518065). - Better driver preference order (bug #518045).
1234 lines
42 KiB
RPMSpec
1234 lines
42 KiB
RPMSpec
%define pycups_version 1.9.46
|
|
%define pysmbc_version 1.0.6
|
|
%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
|
|
%{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
|
|
%{!?pyver: %define pyver %(%{__python} -c "import sys ; print sys.version[:3]")}
|
|
|
|
Summary: A printer administration tool
|
|
Name: system-config-printer
|
|
Version: 1.1.11
|
|
Release: 5%{?dist}
|
|
License: GPLv2+
|
|
URL: http://cyberelk.net/tim/software/system-config-printer/
|
|
Group: System Environment/Base
|
|
Source0: http://cyberelk.net/tim/data/system-config-printer/1.1/system-config-printer-%{version}.tar.xz
|
|
Source1: http://cyberelk.net/tim/data/pycups/pycups-%{pycups_version}.tar.bz2
|
|
Source2: http://cyberelk.net/tim/data/pysmbc/pysmbc-%{pysmbc_version}.tar.bz2
|
|
Patch1: system-config-printer-scp-git.patch
|
|
|
|
BuildRequires: cups-devel >= 1.2
|
|
BuildRequires: python-devel >= 2.4
|
|
BuildRequires: libsmbclient-devel >= 3.2
|
|
BuildRequires: desktop-file-utils >= 0.2.92
|
|
BuildRequires: gettext-devel
|
|
BuildRequires: intltool
|
|
BuildRequires: libusb-devel, libudev-devel
|
|
BuildRequires: xmlto
|
|
BuildRequires: epydoc
|
|
BuildRequires: autoconf, automake
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|
|
|
Requires: pygtk2 >= 2.4.0, pygtk2-libglade
|
|
Requires: pygobject2
|
|
Requires: usermode >= 1.94
|
|
Requires: desktop-file-utils >= 0.2.92
|
|
Requires: dbus-x11
|
|
Requires: dbus-python
|
|
Requires: system-config-printer-libs = %{version}-%{release}
|
|
Requires: gnome-icon-theme
|
|
Requires: desktop-notification-daemon
|
|
Requires: notify-python
|
|
Requires: gnome-python2-gnomekeyring
|
|
Requires: libxml2-python
|
|
|
|
Obsoletes: system-config-printer-gui <= 0.6.152
|
|
Provides: system-config-printer-gui = 0.6.152
|
|
|
|
Obsoletes: desktop-printing <= 0.20-7.fc7
|
|
Provides: desktop-printing = 0.20-7.fc7
|
|
|
|
%description
|
|
system-config-printer is a graphical user interface that allows
|
|
the user to configure a CUPS print server.
|
|
|
|
%package libs
|
|
Summary: Libraries and shared code for printer administration tool
|
|
Group: System Environment/Base
|
|
Requires: python
|
|
Provides: pycups = %{pycups_version}
|
|
Provides: pysmbc = %{pysmbc_version}
|
|
|
|
%description libs
|
|
The common code used by both the graphical and non-graphical parts of
|
|
the configuration tool.
|
|
|
|
%package udev
|
|
Summary: Rules for udev for automatic configuration of USB printers
|
|
Group: System Environment/Base
|
|
Requires: system-config-printer-libs = %{version}-%{release}
|
|
Obsoletes: hal-cups-utils <= 0.6.20
|
|
Provides: hal-cups-utils = 0.6.20
|
|
|
|
%description udev
|
|
The udev rules and helper programs for automatically configuring USB
|
|
printers.
|
|
|
|
%prep
|
|
%setup -q -a 1 -a 2
|
|
# Applied patch from 1.1.x (3f45e96).
|
|
%patch1 -p1 -b .scp-git
|
|
aclocal
|
|
automake --copy --add-missing
|
|
autoconf
|
|
|
|
%build
|
|
%configure --with-udev-rules
|
|
|
|
pushd pycups-%{pycups_version}
|
|
make
|
|
make doc
|
|
popd
|
|
|
|
pushd pysmbc-%{pysmbc_version}
|
|
make
|
|
make doc
|
|
popd
|
|
|
|
%install
|
|
rm -rf %buildroot
|
|
make DESTDIR=%buildroot install
|
|
|
|
pushd pycups-%{pycups_version}
|
|
make DESTDIR=%buildroot install
|
|
popd
|
|
|
|
pushd pysmbc-%{pysmbc_version}
|
|
make DESTDIR=%buildroot install
|
|
popd
|
|
|
|
%{__mkdir_p} %buildroot%{_localstatedir}/run/udev-configure-printer
|
|
touch %buildroot%{_localstatedir}/run/udev-configure-printer/usb-uris
|
|
|
|
%find_lang system-config-printer
|
|
|
|
%clean
|
|
rm -rf %buildroot
|
|
|
|
%files libs -f system-config-printer.lang
|
|
%defattr(-,root,root,-)
|
|
%doc --parents pycups-%{pycups_version}/{ChangeLog,README,NEWS,TODO,examples,html}
|
|
%doc --parents pysmbc-%{pysmbc_version}/{ChangeLog,README,NEWS,TODO,test.py,html}
|
|
%config(noreplace) %{_sysconfdir}/dbus-1/system.d/newprinternotification.conf
|
|
%{python_sitearch}/cups.so
|
|
%{python_sitearch}/cups-1.0-py%{pyver}.egg-info
|
|
%{python_sitearch}/smbc.so
|
|
%{python_sitearch}/smbc-1.0-py%{pyver}.egg-info
|
|
%dir %{python_sitelib}/cupshelpers
|
|
%{python_sitelib}/cupshelpers/__init__.py*
|
|
%{python_sitelib}/cupshelpers/cupshelpers.py*
|
|
%{python_sitelib}/cupshelpers/openprinting.py*
|
|
%{python_sitelib}/cupshelpers/ppds.py*
|
|
%{python_sitelib}/*.egg-info
|
|
|
|
%files udev
|
|
%defattr(-,root,root,-)
|
|
%{_sysconfdir}/udev/rules.d/*.rules
|
|
/lib/udev/*
|
|
%dir %{_localstatedir}/run/udev-configure-printer
|
|
%verify(not md5 size mtime) %config(noreplace,missingok) %attr(0644,root,root) %{_localstatedir}/run/udev-configure-printer/usb-uris
|
|
|
|
%files
|
|
%defattr(-,root,root,-)
|
|
%doc ChangeLog README
|
|
%{_bindir}/%{name}
|
|
%{_bindir}/%{name}-applet
|
|
%{_bindir}/my-default-printer
|
|
%dir %{_datadir}/%{name}
|
|
%{_datadir}/%{name}/AdvancedServerSettings.py*
|
|
%{_datadir}/%{name}/authconn.py*
|
|
%{_datadir}/%{name}/config.py*
|
|
%{_datadir}/%{name}/cupspk.py*
|
|
%{_datadir}/%{name}/debug.py*
|
|
%{_datadir}/%{name}/errordialogs.py*
|
|
%{_datadir}/%{name}/glade.py*
|
|
%{_datadir}/%{name}/GroupsPane.py*
|
|
%{_datadir}/%{name}/GroupsPaneModel.py*
|
|
%{_datadir}/%{name}/gtkinklevel.py*
|
|
%{_datadir}/%{name}/gtkspinner.py*
|
|
%{_datadir}/%{name}/HIG.py*
|
|
%{_datadir}/%{name}/installpackage.py*
|
|
%{_datadir}/%{name}/jobviewer.py*
|
|
%{_datadir}/%{name}/monitor.py*
|
|
%{_datadir}/%{name}/my-default-printer.py*
|
|
%{_datadir}/%{name}/options.py*
|
|
%{_datadir}/%{name}/optionwidgets.py*
|
|
%{_datadir}/%{name}/PhysicalDevice.py*
|
|
%{_datadir}/%{name}/ppdippstr.py*
|
|
%{_datadir}/%{name}/probe_printer.py*
|
|
%{_datadir}/%{name}/pysmb.py*
|
|
%{_datadir}/%{name}/SearchCriterion.py*
|
|
%{_datadir}/%{name}/smburi.py*
|
|
%{_datadir}/%{name}/statereason.py*
|
|
%{_datadir}/%{name}/system-config-printer.py*
|
|
%{_datadir}/%{name}/timedops.py*
|
|
%{_datadir}/%{name}/ToolbarSearchEntry.py*
|
|
%{_datadir}/%{name}/userdefault.py*
|
|
%{_datadir}/%{name}/XmlHelper.py*
|
|
%{_datadir}/%{name}/gtk_label_autowrap.py*
|
|
%{_datadir}/%{name}/applet.py*
|
|
%{_datadir}/%{name}/troubleshoot
|
|
%{_datadir}/%{name}/icons
|
|
%dir %{_datadir}/%{name}/glade
|
|
%{_datadir}/%{name}/glade/*.glade
|
|
%{_datadir}/applications/system-config-printer.desktop
|
|
%{_datadir}/applications/manage-print-jobs.desktop
|
|
%{_datadir}/applications/my-default-printer.desktop
|
|
%{_sysconfdir}/xdg/autostart/print-applet.desktop
|
|
%{_mandir}/man1/*
|
|
|
|
%post
|
|
/bin/rm -f /var/cache/foomatic/foomatic.pickle
|
|
exit 0
|
|
|
|
%changelog
|
|
* Wed Aug 19 2009 Tim Waugh <twaugh@redhat.com> 1.1.11-5
|
|
- Applied patch from 1.1.x (3f45e96):
|
|
- Show a 'paused' emblem for rejecting/disabled printers
|
|
(bug #518020).
|
|
- Set appropriate tooltip when configuring printer (bug #518007).
|
|
- Use separate thread for verifying IPP queue (part of bug #518065).
|
|
- Better driver preference order (bug #518045).
|
|
|
|
* Fri Aug 14 2009 Tim Waugh <twaugh@redhat.com> 1.1.11-4
|
|
- Compare MFG and MDL fields case insensitively when adding automatic
|
|
queues, because HPLIP provides them with different case than the
|
|
actual devices do. Upstream HPLIP bug:
|
|
https://bugs.launchpad.net/hplip/+bug/405804
|
|
|
|
* Fri Aug 14 2009 Tim Waugh <twaugh@redhat.com> 1.1.11-3
|
|
- Own /var/run/udev-configure-printer.
|
|
|
|
* Thu Aug 13 2009 Tim Waugh <twaugh@redhat.com> 1.1.11-2
|
|
- Updated cupspk DevicesGet call for accepted API.
|
|
|
|
* Fri Aug 7 2009 Tim Waugh <twaugh@redhat.com> 1.1.11-1
|
|
- 1.1.11:
|
|
- Several udev-configure-printer fixes.
|
|
- Use case-insensitive PPD matching.
|
|
- Better URI validity testing.
|
|
- Another stale printer status icon fix.
|
|
- Notice when jobs stop due to backend errors.
|
|
- Warn about job history when renaming printers.
|
|
- Small UI improvements.
|
|
|
|
* Tue Aug 4 2009 Tim Waugh <twaugh@redhat.com> 1.1.10-8
|
|
- Dropped foomatic dependency from libs package.
|
|
|
|
* Fri Jul 31 2009 Tim Waugh <twaugh@redhat.com> 1.1.10-7
|
|
- Sync with 1.1.x.
|
|
- Added patch for cupspk DevicesGet method call.
|
|
|
|
* Mon Jul 27 2009 Matthias Clasen <mclasen@redhat.com> 1.1.10-6
|
|
- Drop no-longer-used python-sexy dep
|
|
|
|
* Sun Jul 26 2009 Tim Waugh <twaugh@redhat.com> 1.1.10-5
|
|
- Split out D-Bus service for udev helper. Build requires
|
|
dbus-glib-devel.
|
|
|
|
* Fri Jul 24 2009 Tim Waugh <twaugh@redhat.com> 1.1.10-3
|
|
- Removed gnome-packagekit dependency. The presence of
|
|
gpk-install-package-name is detected at run-time, and the program
|
|
acts accordingly.
|
|
|
|
* Thu Jul 23 2009 Tim Waugh <twaugh@redhat.com> 1.1.10-2
|
|
- Applied some udev-configure-printer fixes from upstream.
|
|
|
|
* Wed Jul 22 2009 Tim Waugh <twaugh@redhat.com> 1.1.10-1
|
|
- 1.1.10:
|
|
- New udev rules for adding/enabling/disabling USB printers
|
|
automatically.
|
|
- Now uses gnome-packagekit utility to install packages
|
|
instead of the D-Bus API.
|
|
- Fixed detection of stopped jobs with CUPS 1.4.
|
|
- Fixed tracebacks when adding a new printer and when receiving
|
|
IPP notifications.
|
|
- Fixed 'location' field for printers added on remote CUPS servers.
|
|
- Fixed handling of incorrect authentication.
|
|
- Some UI and troubleshooter fixes have been made.
|
|
|
|
* Mon Jul 6 2009 Tim Waugh <twaugh@redhat.com> 1.1.8-6
|
|
- Requires gnome-packagekit for gpk-install-package-name.
|
|
|
|
* Fri Jul 3 2009 Tim Waugh <twaugh@redhat.com> 1.1.8-5
|
|
- Use gpk-install-package-name instead of trying to use the D-Bus API.
|
|
- Spot stopped jobs with CUPS 1.4 as well (trac #177). This, along
|
|
with the previous fix, addresses bug #509177.
|
|
- Map gutenprint filenames to the package name.
|
|
- Fixed sensitivity of class member selection arrows (bug #508653).
|
|
|
|
* Thu Jun 25 2009 Tim Waugh <twaugh@redhat.com> 1.1.8-3
|
|
- Use correct 'location' field for printers added remotely.
|
|
- Parse nmblookup failures correctly in troubleshooter.
|
|
- Prevent traceback on IPP notification after properties dialog
|
|
cancelled.
|
|
- Fixed handling of incorrect authentication when not using
|
|
PolicyKit (bug #508102).
|
|
|
|
* Wed Jun 24 2009 Tim Waugh <twaugh@redhat.com> 1.1.8-2
|
|
- Make sure we find https URIs from https backend (bug #507628).
|
|
- Avoid showing a non-fatal exception when adding an IPP printer
|
|
(bug #507629).
|
|
- Fixed traceback when adding/modifying printer which could lead to
|
|
display bugs (bug #507489).
|
|
|
|
* Thu Jun 18 2009 Tim Waugh <twaugh@redhat.com> 1.1.8-1
|
|
- Updated pycups to 1.9.46.
|
|
- Updated to 1.1.8:
|
|
- Select a printer after adding it (trac #145).
|
|
- Make sure the job and printer context menus cannot get out of date
|
|
(trac #175, trac #172).
|
|
- Fixed displayed hold time for held jobs.
|
|
- Use grey ink-drop when there is no marker-colors value instead of
|
|
crashing (bug #505399).
|
|
- Scroll job list window to new job when appropriate.
|
|
- Clean up temporary PPD files (bug #498743).
|
|
- Fixed XML crash (Ubuntu #370469).
|
|
- Fixed automatic printer model selection.
|
|
- Fixed cupspk crash due to missing debugprint import (bug #496722,
|
|
trac #161).
|
|
- Fixed PhysicalDevice crash (bug #496722, trac #161).
|
|
- Adjusted border padding for New Printer window (bug #493862).
|
|
- Set glade's textdomain in the job viewer (Ubuntu #341765).
|
|
- Fixed URI parsing when verifying IPP URIs.
|
|
- Set relaxed PPD conformance (trac #159).
|
|
- Make troubleshooter work again by disabling cupspk for it.
|
|
|
|
* Wed May 13 2009 Tim Waugh <twaugh@redhat.com> 1.1.7-4
|
|
- Changed requirement on notification-daemon to
|
|
desktop-notification-daemon to allow for other implementations
|
|
(bug #500587).
|
|
|
|
* Tue Apr 21 2009 Tim Waugh <twaugh@redhat.com> 1.1.7-3
|
|
- Moved them back again, as they are not part of the exported
|
|
interface (bug #496808).
|
|
|
|
* Tue Apr 21 2009 Kevin Kofler <Kevin@tigcc.ticalc.org> 1.1.7-2
|
|
- Move files required by system-config-printer-kde to -libs (#496646)
|
|
|
|
* Tue Apr 14 2009 Tim Waugh <twaugh@redhat.com> 1.1.7-1
|
|
- Requires dbus-python (bug #495392).
|
|
- Updated to 1.1.7:
|
|
- Updated translations.
|
|
- Don't abort if the jobviewer couldn't show a notification.
|
|
- Don't use setlocale() for locale-independent case conversion.
|
|
- Don't assume the notification daemon can show action buttons.
|
|
- Use case-insensitive matching for model names.
|
|
- HPLIP compatibility fixes.
|
|
- Fixed typo in jobviewer keyring support (Ubuntu #343156).
|
|
- Added support for https device URIs (bug #478677).
|
|
- Prevent traceback in monitor when connection failed (Ubuntu #343387).
|
|
|
|
* Fri Mar 13 2009 Tim Waugh <twaugh@redhat.com> 1.1.6-1
|
|
- No longer requires gnome-python2-gnome.
|
|
- Updated to 1.1.6:
|
|
- Translatable string fix for authconn.
|
|
- Romanian allow/deny translation fix (bug #489748).
|
|
- Set glade's textdomain in the jobviewer (Ubuntu #341765).
|
|
|
|
* Tue Mar 10 2009 Tim Waugh <twaugh@redhat.com> 1.1.5-2
|
|
- Added patch for changes in 1.1.x since 1.1.5:
|
|
- Strip " hpijs" from PPD names.
|
|
- Handle there being no operation name set when authentication/retry
|
|
is required.
|
|
- Mark "Unauthorized" PolicyKit dialog strings for translation, and
|
|
change that dialog to an error.
|
|
- Work around marker-* attributes not being presented as lists
|
|
(bug #489512).
|
|
- D-Bus policy tweak.
|
|
- Better PPD fallback searching.
|
|
- Fixed model search oddity when no digits in model name.
|
|
- Fixed locale save/restore in cupshelpers (bug #489313).
|
|
- Use gtk.show_uri() instead of gnome.url_show() (trac #147).
|
|
- Removed HPLIP probe screen (no longer needed).
|
|
- Be certain of having the right cell when starting a rename
|
|
(Ubuntu #333260).
|
|
- Fixed strftime call (Ubuntu #334859).
|
|
- Check dict before use when handling auth-info-required.
|
|
- Handle timed operations being cancelled in the troubleshooter test
|
|
print page (Ubuntu #325084).
|
|
- Put pycups version requirement in monitor module.
|
|
|
|
* Tue Mar 3 2009 Tim Waugh <twaugh@redhat.com> 1.1.5-1
|
|
- 1.1.5.
|
|
|
|
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1.4-3
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
|
|
|
|
* Fri Feb 20 2009 Tim Waugh <twaugh@redhat.com> 1.1.4-2
|
|
- Updated from git:
|
|
- Prevent traceback when adding new printer (bug #486587).
|
|
|
|
* Wed Feb 18 2009 Tim Waugh <twaugh@redhat.com> 1.1.4-1
|
|
- 1.1.4:
|
|
- Skip model selection screen when adding a new printer for which we
|
|
know the exact model.
|
|
- Better integration for HPLIP hp and hpfax queues.
|
|
- Work around HPLIP option parsing bug.
|
|
- Pre-select the current device correctly.
|
|
- Better descriptions for types of available connection.
|
|
- Perform lowercase operations in a locale-independent manner (trac #151).
|
|
|
|
* Wed Feb 11 2009 Tim Waugh <twaugh@redhat.com> 1.1.3-7
|
|
- Updated from git:
|
|
- Avoid tracebacks in main application (bug #484130) and job viewer.
|
|
- Avoid unnecessary modal dialog when adding printer (bug #484960).
|
|
- Don't use notification when authentication is required, just
|
|
display the dialog.
|
|
|
|
* Tue Feb 10 2009 Tim Waugh <twaugh@redhat.com> 1.1.3-6
|
|
- Updated from git:
|
|
- Better make/model discovery for multiple devices (bug #484130).
|
|
|
|
* Tue Feb 10 2009 Tim Waugh <twaugh@redhat.com> 1.1.3-5
|
|
- Updated from git:
|
|
- Handle D-Bus failures when querying Jockey (bug #484402).
|
|
- Set operation when fetching PPD from server (bug #484130).
|
|
- Don't allow prompting when updating the UI for a server failure
|
|
(bug #484130).
|
|
- Fixed printing a test page from the applet (bug #484130).
|
|
|
|
* Mon Feb 9 2009 Tim Waugh <twaugh@redhat.com> 1.1.3-4
|
|
- Requires libxml2-python.
|
|
|
|
* Sat Feb 7 2009 Tim Waugh <twaugh@redhat.com> 1.1.3-3
|
|
- Ship the missing cupspk file (bug #484461).
|
|
|
|
* Thu Feb 5 2009 Tim Waugh <twaugh@redhat.com> 1.1.3-2
|
|
- Added in cups-pk-helper support from upstream.
|
|
|
|
* Tue Feb 3 2009 Tim Waugh <twaugh@redhat.com> 1.1.3-1
|
|
- Requires python-sexy.
|
|
- 1.1.3.
|
|
|
|
* Thu Jan 15 2009 Tim Waugh <twaugh@redhat.com> 1.1.2-1
|
|
- 1.1.2.
|
|
- Requires gnome-python2-gnomekeyring.
|
|
|
|
* Thu Jan 8 2009 Tim Waugh <twaugh@redhat.com> 1.1.1-2
|
|
- Updated pycups to 1.9.45.
|
|
|
|
* Sat Dec 20 2008 Tim Waugh <twaugh@redhat.com> 1.1.1-1
|
|
- 1.1.1.
|
|
|
|
* Fri Dec 19 2008 Tim Waugh <twaugh@redhat.com> 1.1.0-1
|
|
- 1.1.0.
|
|
|
|
* Fri Dec 19 2008 Tim Waugh <twaugh@redhat.com> 1.0.12-7
|
|
- Updated patch for 1.0.x changes:
|
|
- Fixed stub scripts (bug #477107).
|
|
|
|
* Fri Dec 19 2008 Tim Waugh <twaugh@redhat.com> 1.0.12-6
|
|
- Updated patch for 1.0.x changes:
|
|
- Look harder for locale/page size issues in the troubleshooter
|
|
(trac #118).
|
|
- Troubleshooter speed improvement (trac #123).
|
|
- Localization fixes for authentication dialog (trac #122).
|
|
- Character encoding fixes (trac #124).
|
|
- Handle model names with more than one set of digits (Ubuntu #251244).
|
|
- Catch unable-to-connect error when trying to print a test page
|
|
(Ubuntu #286943).
|
|
- Prevent crash when copying PPD options (Ubuntu #285133).
|
|
- Use get_cursor for the printer properties treeview (Ubuntu #282634).
|
|
- Fix IPP browser when trying to connect to host:port (bug #476396).
|
|
- Make sure we're authenticating as the correct user in authconn.
|
|
- Prevent traceback when adding printer driven by HPLIP
|
|
(bug #477107).
|
|
- Better display of available local HP fax devices.
|
|
|
|
* Wed Dec 17 2008 Tim Waugh <twaugh@redhat.com> 1.0.12-5
|
|
- Added patch for pycups git changes since 1.9.44:
|
|
- Look for test page file in new location for CUPS 1.4 (bug #476612).
|
|
|
|
* Fri Dec 12 2008 Tim Waugh <twaugh@redhat.com> 1.0.12-4
|
|
- Updated patch for 1.0.x changes:
|
|
- Fix for advanced server settings dialog.
|
|
- Fixes for troubleshooter to restore error_log fetching.
|
|
|
|
* Wed Dec 10 2008 Tim Waugh <twaugh@redhat.com> 1.0.12-3
|
|
- Updated patch for 1.0.x changes:
|
|
- Fixed problem that prevented authentication prompt being
|
|
displayed.
|
|
|
|
* Fri Dec 5 2008 Tim Waugh <twaugh@redhat.com> 1.0.12-2
|
|
- Added patch for 1.0.x changes since 1.0.12:
|
|
- Smarter PPD cache in cupshelpers module.
|
|
- Don't write back localized versions of globalized PPDs.
|
|
|
|
* Mon Dec 1 2008 Tim Waugh <twaugh@redhat.com> 1.0.12-1
|
|
- Updated to 1.0.12:
|
|
- Don't automatically replace network printer URIs with
|
|
HPLIP URIs (bug #473129).
|
|
- Fixed some file descriptor and temporary file leaks.
|
|
- Updated pycups to 1.9.44.
|
|
|
|
* Fri Nov 21 2008 Tim Waugh <twaugh@redhat.com> 1.0.11-1
|
|
- Updated to 1.0.11.
|
|
- Updated pycups to 1.9.43.
|
|
|
|
* Wed Nov 12 2008 Tim Waugh <twaugh@redhat.com> 1.0.10-2
|
|
- Updated to 1.0.10. Applied patch from git.
|
|
- Applied pycups patch from git.
|
|
|
|
* Tue Oct 21 2008 Tim Waugh <twaugh@redhat.com> 1.0.9-1
|
|
- Updated to 1.0.9 for translations.
|
|
- Updated pysmbc to 1.0.6. No longer need pysmbc-git patch.
|
|
|
|
* Fri Oct 17 2008 Tim Waugh <twaugh@redhat.com> 1.0.8-7
|
|
- Added patch for pysmbc changes in git to prevent getdents crashing
|
|
(bug #465975).
|
|
|
|
* Thu Oct 16 2008 Tim Waugh <twaugh@redhat.com> 1.0.8-6
|
|
- Updated patch for 1.0.x changes:
|
|
- Fixed SMB authentication dialog's cancel button (bug #467127).
|
|
- Work around samba bug #5805 by sending debug output to stderr
|
|
instead of stdout.
|
|
|
|
* Wed Oct 15 2008 Tim Waugh <twaugh@redhat.com> 1.0.8-5
|
|
- Updated patch for 1.0.x changes:
|
|
- Fixed SMB authentication (bug #464003).
|
|
|
|
* Wed Oct 15 2008 Tim Waugh <twaugh@redhat.com> 1.0.8-4
|
|
- Updated patch for 1.0.x changes:
|
|
- Removed unneeded debugging output.
|
|
- Don't show the applet in KDE (bug #466945).
|
|
- Auth/error dialog improvements for SMB as for IPP (bug #465407).
|
|
|
|
* Mon Oct 13 2008 Tim Waugh <twaugh@redhat.com> 1.0.8-3
|
|
- Added patch for 1.0.x changes since 1.0.8:
|
|
- Don't use a LinkButton for the 'Problems?' button (bug #465407).
|
|
- Don't use a separator for the server settings dialog (bug
|
|
#465407).
|
|
- Don't set non-zero page size for SpinButtons.
|
|
- Don't show an error dialog if an IPP operation's authentication
|
|
dialog is cancelled by the user, but show an error dialog if the
|
|
password was incorrect (bug #465407).
|
|
- Set Server Settings... menu entry sensitive depending on whether
|
|
we are connected to a server (Ubuntu #280736).
|
|
- Lots of translations updated.
|
|
|
|
* Mon Sep 29 2008 Tim Waugh <twaugh@redhat.com> 1.0.8-2
|
|
- Removed patch (no longer needed).
|
|
|
|
* Mon Sep 29 2008 Tim Waugh <twaugh@redhat.com> 1.0.8-1
|
|
- 1.0.8:
|
|
- Use modelName from custom PPD to suggest name for new printer
|
|
(trac #97).
|
|
- Avoid display problem with installable options.
|
|
- Better matching for Lexmark printers.
|
|
- Catch exceptions from advanced server settings dialog (Ubuntu
|
|
#267557).
|
|
- Added some missing OpenPrinting query fields.
|
|
- Jockey support added.
|
|
- Lots of translations updated.
|
|
|
|
* Sat Aug 30 2008 Tim Waugh <twaugh@redhat.com> 1.0.7-2
|
|
- Handle IPP_FORBIDDEN (bug #460670).
|
|
|
|
* Fri Aug 29 2008 Tim Waugh <twaugh@redhat.com> 1.0.7-1
|
|
- 1.0.7:
|
|
- Efficiency improvements.
|
|
- Small UI improvements for the New Printer dialog.
|
|
- Other small fixes.
|
|
|
|
* Fri Aug 29 2008 Tim Waugh <twaugh@redhat.com>
|
|
- Updated pysmbc to 1.0.5.
|
|
- Updated pycups to 1.9.42.
|
|
|
|
* Tue Aug 26 2008 Tim Waugh <twaugh@redhat.com> 1.0.6-1
|
|
- Requires gnome-python2-gnome (bug #460021).
|
|
- 1.0.6:
|
|
- More delete-event fixes.
|
|
- Fixed temporary file leak.
|
|
- Fixed dialog leaks.
|
|
- Small UI improvements for the New Printer dialog.
|
|
- Other small fixes.
|
|
|
|
* Thu Aug 14 2008 Tim Waugh <twaugh@redhat.com> 1.0.5-3
|
|
- Include other fixes from upstream including:
|
|
- OpenPrinting API change (trac #74).
|
|
- libnotify API change for 'closed' signal.
|
|
- Notification for job authentication (trac #91).
|
|
- Glade delete-event fixes (trac #88).
|
|
- Pre-fill username in job authentication dialog (trac #87).
|
|
|
|
* Wed Aug 13 2008 Tim Waugh <twaugh@redhat.com> 1.0.5-2
|
|
- Handle HTTP_FORBIDDEN.
|
|
|
|
* Mon Aug 11 2008 Tim Waugh <twaugh@redhat.com> 1.0.5-1
|
|
- 1.0.5.
|
|
- Updated pycups to 1.9.41.
|
|
|
|
* Thu Jul 10 2008 Tim Waugh <twaugh@redhat.com> 1.0.4-1
|
|
- 1.0.4.
|
|
- Applied upstream patch for pycups to fix getPrinterAttributes when
|
|
requested_attributes is specified.
|
|
|
|
* Tue Jul 8 2008 Tim Waugh <twaugh@redhat.com> 1.0.3-2
|
|
- Better debugging for pysmbc.
|
|
|
|
* Mon Jun 30 2008 Tim Waugh <twaugh@redhat.com> 1.0.3-1
|
|
- Updated pycups to 1.9.40.
|
|
- 1.0.3.
|
|
|
|
* Fri Jun 20 2008 Tim Waugh <twaugh@redhat.com>
|
|
- Updated pysmbc to 1.0.4.
|
|
|
|
* Tue Jun 10 2008 Tim Waugh <twaugh@redhat.com> 1.0.2-1
|
|
- 1.0.2.
|
|
|
|
* Mon Jun 9 2008 Tim Waugh <twaugh@redhat.com> 1.0.1-1
|
|
- Updated pysmbc to 1.0.3.
|
|
- 1.0.1 (bug #450119).
|
|
|
|
* Thu Jun 5 2008 Tim Waugh <twaugh@redhat.com>
|
|
- Requires notify-python (bug #450139).
|
|
|
|
* Thu Jun 5 2008 Tim Waugh <twaugh@redhat.com> 1.0.0-3
|
|
- Applied patches from upstream (bug #450120).
|
|
|
|
* Tue Jun 3 2008 Tim Waugh <twaugh@redhat.com> 1.0.0-2
|
|
- Applied patches from upstream (bug #449753).
|
|
|
|
* Thu May 29 2008 Tim Waugh <twaugh@redhat.com>
|
|
- Updated pycups to 1.9.39.
|
|
- Updated libs summary.
|
|
|
|
* Tue May 27 2008 Tim Waugh <twaugh@redhat.com> 1.0.0-1
|
|
- 1.0.0.
|
|
|
|
* Fri May 23 2008 Tim Waugh <twaugh@redhat.com> 0.9.93-2
|
|
- Fixed small UI problem in SMB browser.
|
|
|
|
* Fri May 23 2008 Tim Waugh <twaugh@redhat.com> 0.9.93-1
|
|
- 0.9.93.
|
|
|
|
* Tue May 20 2008 Tim Waugh <twaugh@redhat.com> 0.9.92-1
|
|
- 0.9.92.
|
|
|
|
* Tue May 20 2008 Tim Waugh <twaugh@redhat.com> 0.9.91-3
|
|
- Sync to trunk.
|
|
- Updated pysmbc to 1.0.2.
|
|
|
|
* Sun May 18 2008 Tim Waugh <twaugh@redhat.com> 0.9.91-2
|
|
- Fixed icon search path.
|
|
|
|
* Fri May 16 2008 Tim Waugh <twaugh@redhat.com> 0.9.91-1
|
|
- No longer requires system-install-packages (bug #444645).
|
|
- Added pysmbc. Build requires libsmbclient-devel.
|
|
- Don't install consolehelper bits any more as they are no longer needed.
|
|
- 0.9.91:
|
|
- User interface overhaul, part 2.
|
|
|
|
* Thu Apr 3 2008 Tim Waugh <twaugh@redhat.com> 0.9.90-1
|
|
- Updated pycups to 1.9.38.
|
|
- 0.9.90:
|
|
- User interface overhaul, part 1.
|
|
|
|
* Thu Apr 3 2008 Tim Waugh <twaugh@redhat.com> 0.7.82.2-1
|
|
- 0.7.82.2:
|
|
- Various bug fixes.
|
|
- Translation updates.
|
|
|
|
* Mon Mar 17 2008 Tim Waugh <twaugh@redhat.com> 0.7.82.1-3
|
|
- Updated pycups to 1.9.37.
|
|
- More fixes from upstream.
|
|
|
|
* Wed Mar 5 2008 Tim Waugh <twaugh@redhat.com> 0.7.82.1-2
|
|
- Updated pycups to 1.9.36.
|
|
- Some fixes from upstream.
|
|
|
|
* Mon Mar 3 2008 Tim Waugh <twaugh@redhat.com> 0.7.82.1-1
|
|
- Requires /usr/bin/system-install-packages not pirut (bug #435622).
|
|
- 0.7.82.1:
|
|
- More trouble-shooting improvements.
|
|
- applet: notify user about failed jobs (bug #168370).
|
|
|
|
* Tue Feb 19 2008 Tim Waugh <twaugh@redhat.com> 0.7.82-1
|
|
- Updated to pycups-1.9.35.
|
|
- 0.7.82:
|
|
- More trouble-shooting improvements.
|
|
|
|
* Wed Feb 13 2008 Tim Waugh <twaugh@redhat.com> 0.7.81-1
|
|
- 0.7.81:
|
|
- Trouble-shooting improvements and other minor fixes.
|
|
|
|
* Mon Feb 11 2008 Tim Waugh <twaugh@redhat.com> 0.7.80-2
|
|
- Rebuild for GCC 4.3.
|
|
|
|
* Mon Feb 4 2008 Tim Waugh <twaugh@redhat.com> 0.7.80-1
|
|
- Updated to pycups-1.9.34.
|
|
- 0.7.80:
|
|
- Trouble-shooting support.
|
|
|
|
* Fri Jan 25 2008 Tim Waugh <twaugh@redhat.com> 0.7.79-1
|
|
- 0.7.79.
|
|
|
|
* Wed Jan 23 2008 Tim Waugh <twaugh@redhat.com> 0.7.78-5
|
|
- Updated to pycups-1.9.33.
|
|
|
|
* Wed Jan 16 2008 Tim Waugh <twaugh@redhat.com> 0.7.78-4
|
|
- Use config-util from new usermode (bug #428406).
|
|
|
|
* Thu Dec 20 2007 Tim Waugh <twaugh@redhat.com>
|
|
- Requires notification-daemon (Ubuntu #176929).
|
|
- Requires gnome-python2 for theme support (Ubuntu #176929).
|
|
- Requires gnome-icon-theme for printer icon (Ubuntu #176929).
|
|
|
|
* Mon Dec 17 2007 Tim Waugh <twaugh@redhat.com> 0.7.78-3
|
|
- Install Python egg-info file.
|
|
- Updated pycups to 1.9.32.
|
|
|
|
* Tue Nov 27 2007 Tim Waugh <twaugh@redhat.com> 0.7.78-2
|
|
- pycups: Applied patch from SVN to allow fetching printer attributes by URI.
|
|
- Sync to SVN 1748.
|
|
|
|
* Thu Nov 22 2007 Tim Waugh <twaugh@redhat.com> 0.7.78-1
|
|
- pycups: Fix job-sheets-default attribute.
|
|
- Updated pycups to 1.9.31.
|
|
- 0.7.78.
|
|
|
|
* Wed Nov 21 2007 Tim Waugh <twaugh@redhat.com>
|
|
- Applied patch to pycups to avoid reading uninitialised
|
|
memory (bug #390431).
|
|
|
|
* Mon Nov 19 2007 Tim Waugh <twaugh@redhat.com>
|
|
- Updated pycups to 1.9.30.
|
|
|
|
* Tue Oct 30 2007 Tim Waugh <twaugh@redhat.com> 0.7.77-1
|
|
- 0.7.77:
|
|
- Tooltips for the button bar buttons (bug #335601).
|
|
|
|
* Mon Oct 15 2007 Tim Waugh <twaugh@redhat.com> 0.7.76-1
|
|
- 0.7.76.
|
|
|
|
* Thu Oct 4 2007 Tim Waugh <twaugh@redhat.com> 0.7.75-1
|
|
- 0.7.75.
|
|
|
|
* Wed Oct 3 2007 Tim Waugh <twaugh@redhat.com>
|
|
- No need to run update-desktop-database because there are no MimeKey
|
|
lines in the desktop files.
|
|
- Consistent macro style.
|
|
|
|
* Tue Oct 2 2007 Tim Waugh <twaugh@redhat.com> 0.7.74.4-1
|
|
- Changed PreReq to Requires.
|
|
- Mark console.apps file as a config file.
|
|
- Mark pam file as a config file (not replaceable).
|
|
- No need to ship empty NEWS file.
|
|
- Give cupsd.py executable permissions to satisfy rpmlint.
|
|
- Provides system-config-printer-gui.
|
|
- Mark D-Bus configuration file as a config file.
|
|
- Fixed libs summary.
|
|
- Better buildroot tag.
|
|
- Better defattr.
|
|
- Preserve timestamps on explicitly install files.
|
|
- Make example pycups program non-executable.
|
|
- 0.7.74.4:
|
|
- Updated translations.
|
|
- Several small bugs fixed.
|
|
|
|
* Thu Sep 27 2007 Tim Waugh <twaugh@redhat.com> 0.7.74.3-1
|
|
- 0.7.74.3:
|
|
- Updated translations.
|
|
- Other small bug fixes.
|
|
|
|
* Tue Sep 25 2007 Tim Waugh <twaugh@redhat.com> 0.7.74.2-3
|
|
- Pull in SVN patch from stable branch for foomatic recommended
|
|
drivers (bug #292021).
|
|
|
|
* Fri Sep 21 2007 Tim Waugh <twaugh@redhat.com> 0.7.74.2-2
|
|
- Pull in SVN patch from stable branch for 'Allow printing from
|
|
the Internet' check-box (bug #221003).
|
|
|
|
* Wed Sep 19 2007 Tim Waugh <twaugh@redhat.com> 0.7.74.2-1
|
|
- Updated pycups to 1.9.27.
|
|
- 0.7.74.2:
|
|
- When a class is removed on the server, remove it from the UI.
|
|
- When deleting a printer, select the default printer again.
|
|
- Select newly-copied printer.
|
|
- Updated translation (fi).
|
|
- Better --help message.
|
|
- Use strcoll to sort manufacturer names.
|
|
- Avoid duplicate 'recommended' marks.
|
|
- Remove duplicate device URIs.
|
|
- Handle IPP_TAG_NOVALUE attributes (for CUPS 1.3.x).
|
|
|
|
* Wed Sep 12 2007 Tim Waugh <twaugh@redhat.com>
|
|
- Updated pycups to 1.9.26.
|
|
- Build requires epydoc. Ship HTML documentation.
|
|
|
|
* Fri Sep 7 2007 Tim Waugh <twaugh@redhat.com> 0.7.74.1-1
|
|
- 0.7.74.1:
|
|
- Updated Polish translation (bug #263001).
|
|
- Don't select the default printer after changes to another printer have
|
|
been made.
|
|
- Always construct URI from input fields when changing device (bug #281551).
|
|
- Avoid busy-cursor traceback when window is not yet displayed.
|
|
|
|
* Thu Aug 30 2007 Tim Waugh <twaugh@redhat.com> 0.7.74-1
|
|
- Updated pycups to 1.9.25.
|
|
- 0.7.74:
|
|
- Fixed New Class dialog.
|
|
- UI fixes.
|
|
|
|
* Sat Aug 25 2007 Tim Waugh <twaugh@redhat.com>
|
|
- More specific license tag.
|
|
|
|
* Fri Aug 24 2007 Tim Waugh <twaugh@redhat.com> 0.7.73-1
|
|
- 0.7.73.
|
|
|
|
* Fri Aug 10 2007 Tim Waugh <twaugh@redhat.com> 0.7.72-2
|
|
- Ship the applet's desktop file.
|
|
|
|
* Wed Aug 8 2007 Tim Waugh <twaugh@redhat.com> 0.7.72-1
|
|
- 0.7.72:
|
|
- Fixed my-default-printer traceback.
|
|
- Improvements to New Printer wizard (Till Kamppeter).
|
|
|
|
* Fri Aug 3 2007 Tim Waugh <twaugh@redhat.com> 0.7.71-1
|
|
- 0.7.71:
|
|
- Don't discard make/model-matched devices when there are ID-matched
|
|
devices (Till Kamppeter).
|
|
- Fixed fallback if no text-only driver is available (Till Kamppeter).
|
|
- Initialise the make/model list when an ID match failed (Till Kamppeter).
|
|
- Better error-handling in default-print application (Ubuntu #129901).
|
|
- UI tweak in admin tool (Ubuntu #128263).
|
|
- Handle socket: URIs (Ubuntu #127074).
|
|
|
|
* Mon Jul 23 2007 Tim Waugh <twaugh@redhat.com> 0.7.70-2
|
|
- Obsoletes/provides desktop-printing.
|
|
|
|
* Mon Jul 9 2007 Tim Waugh <twaugh@redhat.com> 0.7.70-1
|
|
- Requires pirut for system-install-packages.
|
|
- 0.7.70:
|
|
- Increased GetReady->NewPrinter timeout.
|
|
- More binary names mapped to package named.
|
|
- Run system-install-packages to install missing drivers (bug #246726).
|
|
- Less debug output.
|
|
- Desktop file fixes for KDE (bug #247299).
|
|
|
|
* Thu Jun 28 2007 Tim Waugh <twaugh@redhat.com> 0.7.69-1
|
|
- No longer requires PyXML (bug #233146).
|
|
- Moved applet to main package.
|
|
- 0.7.69:
|
|
- Use HardwareSettings category for my-default-printer desktop
|
|
file (bug #244935).
|
|
- Removed unused code.
|
|
- Filter PPDs by natural language (bug #244173).
|
|
|
|
* Mon Jun 25 2007 Tim Waugh <twaugh@redhat.com>
|
|
- The applet requires dbus-x11 (Ubuntu #119570).
|
|
|
|
* Fri Jun 15 2007 Tim Waugh <twaugh@redhat.com> 0.7.68-1
|
|
- 0.7.68:
|
|
- Fixed the notification bubbles.
|
|
- Ship my-default-printer utility.
|
|
|
|
* Fri Jun 8 2007 Tim Waugh <twaugh@redhat.com> 0.7.67-1
|
|
- Don't put TrayIcon or SystemSetup categories in the desktop file.
|
|
- 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:
|
|
- 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.
|
|
- 0.7.65:
|
|
- Use urllib for quoting/unquoting (Val Henson, Ubuntu #105022).
|
|
- Added kn translation.
|
|
- Better permissions on non-scripts.
|
|
- Added man pages.
|
|
- Applet: status feedback.
|
|
- Applet: fixed relative time descriptions.
|
|
- Applet: limit refresh frequency.
|
|
|
|
* Mon Apr 16 2007 Tim Waugh <twaugh@redhat.com> 0.7.63.1-1
|
|
- 0.7.63.1:
|
|
- Small applet fixes.
|
|
|
|
* Thu Apr 5 2007 Tim Waugh <twaugh@redhat.com> 0.7.63-1
|
|
- 0.7.63:
|
|
- Translation updates.
|
|
- Checked in missing file.
|
|
|
|
* Wed Apr 4 2007 Tim Waugh <twaugh@redhat.com>
|
|
- Updated to pycups-1.9.20 for printer-state-reasons fix.
|
|
|
|
* Mon Apr 2 2007 Tim Waugh <twaugh@redhat.com> 0.7.62-1
|
|
- 0.7.62:
|
|
- Use standard icon for admin tool desktop file.
|
|
- Fixed env path in Python scripts.
|
|
- Applet: stop running when the session ends.
|
|
- Prevent a traceback in the SMB browser (bug #225351).
|
|
- 'Manage print jobs' desktop file.
|
|
|
|
* Fri Mar 30 2007 Tim Waugh <twaugh@redhat.com> 0.7.61-1
|
|
- 0.7.61:
|
|
- Fixed retrieval of SMB authentication details (bug #203539).
|
|
|
|
* Tue Mar 27 2007 Tim Waugh <twaugh@redhat.com> 0.7.60-1
|
|
- Updated to pycups-1.9.19.
|
|
- Avoid %%makeinstall.
|
|
- 0.7.60:
|
|
- Handle reconnection failure.
|
|
- New applet name.
|
|
|
|
* Mon Mar 26 2007 Tim Waugh <twaugh@redhat.com> 0.7.59-1
|
|
- 0.7.59:
|
|
- Fixed a translatable string.
|
|
- Set a window icon (bug #233899).
|
|
- Handle failure to start the D-Bus service.
|
|
- Ellipsize the document and printer named (bug #233899).
|
|
- Removed the status bar (bug #233899).
|
|
- Added an icon pop-up menu for 'Hide' (bug #233899).
|
|
|
|
* Wed Mar 21 2007 Tim Waugh <twaugh@redhat.com> 0.7.57-1
|
|
- Added URL tag.
|
|
- 0.7.57:
|
|
- Prevent traceback when removing temporary file (Ubuntu #92914).
|
|
- Added print applet.
|
|
|
|
* Sun Mar 18 2007 Tim Waugh <twaugh@redhat.com> 0.7.56-2
|
|
- Updated to pycups-1.9.18.
|
|
|
|
* Fri Mar 16 2007 Tim Waugh <twaugh@redhat.com> 0.7.56-1
|
|
- 0.7.56:
|
|
- Parse Boolean strings correctly in job options.
|
|
- Small command-set list/string fix (bug #230665).
|
|
- Handle hostname look-up failures.
|
|
- Updated filter-to-driver map.
|
|
- Don't parse printers.conf (bug #231826).
|
|
|
|
* Tue Feb 27 2007 Tim Waugh <twaugh@redhat.com> 0.7.55-1
|
|
- 0.7.55:
|
|
- Use converted value for job option widgets.
|
|
|
|
* Tue Feb 27 2007 Tim Waugh <twaugh@redhat.com> 0.7.54-1
|
|
- 0.7.54:
|
|
- Removed debugging code.
|
|
|
|
* Tue Feb 27 2007 Tim Waugh <twaugh@redhat.com> 0.7.53-1
|
|
- No longer requires rhpl (since 0.7.53).
|
|
- 0.7.53:
|
|
- Use gettext instead of rhpl.translate.
|
|
- Better layout for PPD options.
|
|
- Added scrollbars to main printer list (bug #229453).
|
|
- Set maximum width of default printer label (bug #229453).
|
|
- Handle applying changes correctly when switching to another
|
|
printer (bug #229378).
|
|
- Don't crash when failing to fetch the PPD (bug #229406).
|
|
- Make the text entry boxes sensitive but not editable for remote
|
|
printers (bug #229381).
|
|
- Better job options screen layout (bug #222272).
|
|
|
|
* Tue Feb 13 2007 Tim Waugh <twaugh@redhat.com> 0.7.52-1
|
|
- 0.7.52:
|
|
- Sort models using cups.modelSort before scanning for a close
|
|
match (bug #228505).
|
|
- Fixed matching logic (bug #228505).
|
|
|
|
* Fri Feb 9 2007 Tim Waugh <twaugh@redhat.com> 0.7.51-1
|
|
- 0.7.51:
|
|
- Prevent display glitch in job options list when clicking on a printer
|
|
repeatedly.
|
|
- List conflicting PPD options, and embolden the relevant tab
|
|
labels (bug #226368).
|
|
- Fixed typo in 'set default' handling that caused a traceback (bug #227936).
|
|
- Handle interactive search a little better (bug #227935).
|
|
|
|
* Wed Feb 7 2007 Tim Waugh <twaugh@redhat.com> 0.7.50-1
|
|
- 0.7.50:
|
|
- Fixed hex digits list (bug #223770).
|
|
- Added bs translation.
|
|
- Don't put the ellipsis in the real device URI (bug #227643).
|
|
- Don't check for existing drivers for complex command lines (bug #225104).
|
|
- Allow floating point job options (bug #224651).
|
|
- Prevent shared/published confusion (bug #225081).
|
|
- Fixed PPD page size setting.
|
|
- Avoid os.remove exception (bug #226703).
|
|
- Handle unknown job options (bug #225538).
|
|
|
|
* Tue Jan 16 2007 Tim Waugh <twaugh@redhat.com> 0.7.49-1
|
|
- 0.7.49:
|
|
- Fixed a traceback in the driver check code.
|
|
- Fixed a typo in the conflicts message.
|
|
- Handle InputSlot/ManualFeed specially because libcups does (bug #222490).
|
|
|
|
* Mon Jan 15 2007 Tim Waugh <twaugh@redhat.com> 0.7.48-1
|
|
- 0.7.48:
|
|
- Updated translations.
|
|
|
|
* 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).
|
|
|
|
* 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.
|
|
|
|
* Wed Jan 3 2007 Tim Waugh <twaugh@redhat.com> 0.7.45-1
|
|
- Updated to pycups-1.9.17.
|
|
- 0.7.45:
|
|
- Fixed traceback in driver check.
|
|
|
|
* 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.
|
|
|
|
* Thu Dec 21 2006 Tim Waugh <twaugh@redhat.com> 0.7.43-1
|
|
- 0.7.43:
|
|
- 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).
|
|
|
|
* 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
|
|
- build against python 2.5
|
|
|
|
* Thu Dec 7 2006 Tim Waugh <twaugh@redhat.com> 0.7.41-1
|
|
- Updated pycups to 1.9.16.
|
|
- 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.
|
|
|
|
* Thu Nov 30 2006 Tim Waugh <twaugh@redhat.com>
|
|
- Provide pycups feature.
|
|
|
|
* 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).
|
|
|
|
* 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).
|
|
|
|
* Tue Nov 14 2006 Tim Waugh <twaugh@redhat.com> 0.7.38-1
|
|
- Updated pycups to 1.9.15.
|
|
- 0.7.38:
|
|
- Fixed a bug in the 'ieee1284'/'ppd-device-id' parsing code.
|
|
|
|
* Mon Nov 13 2006 Tim Waugh <twaugh@redhat.com> 0.7.37-1
|
|
- 0.7.37:
|
|
- Allow cancellation of test pages (bug #215054).
|
|
|
|
* 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).
|
|
|
|
* Tue Nov 7 2006 Tim Waugh <twaugh@redhat.com> 0.7.35-1
|
|
- 0.7.35.
|
|
|
|
* Thu Nov 2 2006 Tim Waugh <twaugh@redhat.com>
|
|
- Updated to pycups-1.9.14 (bug #213136).
|
|
|
|
* Tue Oct 31 2006 Tim Waugh <twaugh@redhat.com>
|
|
- Update desktop database (bug #213249).
|
|
|
|
* Tue Oct 24 2006 Tim Waugh <twaugh@redhat.com>
|
|
- Build requires Python 2.4.
|
|
|
|
* Mon Oct 2 2006 Tim Waugh <twaugh@redhat.com> 0.7.32-1
|
|
- Updated to pycups-1.9.13 for HTTP_FORBIDDEN.
|
|
- 0.7.32:
|
|
- Handle HTTP errors during connection (bug #208824).
|
|
- Updated translations (bug #208873).
|
|
|
|
* 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).
|
|
|
|
* 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).
|
|
|
|
* Tue Sep 26 2006 Tim Waugh <twaugh@redhat.com> 0.7.28-1
|
|
- 0.7.28. Translations fixed (bug #206622).
|
|
|
|
* Wed Aug 30 2006 Tim Waugh <twaugh@redhat.com> 0.7.27-1
|
|
- Build requires intltool.
|
|
- 0.7.27.
|
|
|
|
* 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
|
|
- 0.7.25. (bug #202060)
|
|
|
|
* Fri Aug 11 2006 Tim Waugh <twaugh@redhat.com>
|
|
- Fixed description (bug #202189).
|
|
|
|
* Thu Aug 3 2006 Tim Waugh <twaugh@redhat.com> 0.7.24-1
|
|
- 0.7.24.
|
|
|
|
* Mon Jul 24 2006 Tim Waugh <twaugh@redhat.com> 0.7.23-1
|
|
- 0.7.23. Fixes bug #197866.
|
|
|
|
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 0.7.22-1.1
|
|
- rebuild
|
|
|
|
* Fri Jul 7 2006 Tim Waugh <twaugh@redhat.com> 0.7.22-1
|
|
- 0.7.22.
|
|
|
|
* Wed Jul 5 2006 Tim Waugh <twaugh@redhat.com> 0.7.21-1
|
|
- Updated to pycups-1.9.12.
|
|
- 0.7.21.
|
|
|
|
* Mon Jul 3 2006 Tim Waugh <twaugh@redhat.com> 0.7.20-1
|
|
- 0.7.20.
|
|
|
|
* Fri Jun 30 2006 Tim Waugh <twaugh@redhat.com> 0.7.19-1
|
|
- 0.7.19.
|
|
- Remove foomatic pickle file post-install.
|
|
|
|
* Tue Jun 27 2006 Tim Waugh <twaugh@redhat.com> 0.7.18-1
|
|
- 0.7.18.
|
|
- Ship translations with libs subpackage.
|
|
|
|
* Fri Jun 23 2006 Tim Waugh <twaugh@redhat.com> 0.7.17-1
|
|
- 0.7.17.
|
|
|
|
* Fri Jun 23 2006 Tim Waugh <twaugh@redhat.com> 0.7.16-1
|
|
- 0.7.16, now with SMB browser.
|
|
|
|
* Wed Jun 22 2006 Tim Waugh <twaugh@redhat.com> 0.7.15-1
|
|
- 0.7.15.
|
|
- Build requires gettext-devel.
|
|
- Ship translations.
|
|
|
|
* Tue Jun 20 2006 Tim Waugh <twaugh@redhat.com> 0.7.14-1
|
|
- 0.7.14.
|
|
|
|
* Mon Jun 19 2006 Tim Waugh <twaugh@redhat.com> 0.7.13-1
|
|
- 0.7.13.
|
|
|
|
* Fri Jun 9 2006 Tim Waugh <twaugh@redhat.com> 0.7.12-1
|
|
- 0.7.12.
|
|
|
|
* Thu Jun 1 2006 Tim Waugh <twaugh@redhat.com> 0.7.11-3
|
|
- Fix libs dependency.
|
|
|
|
* 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).
|
|
|
|
* Wed May 31 2006 Tim Waugh <twaugh@redhat.com> 0.7.11-1
|
|
- Split out system-config-printer-libs.
|
|
- Updated to system-config-printer-0.7.11.
|
|
|
|
* Sat May 27 2006 Tim Waugh <twaugh@redhat.com> 0.7.10-2
|
|
- Requires gobject2 (bug #192764).
|
|
|
|
* Fri May 26 2006 Tim Waugh <twaugh@redhat.com> 0.7.10-1
|
|
- Require foomatic (bug #192764).
|
|
- Updated to system-config-printer-0.7.10.
|
|
|
|
* Thu May 25 2006 Tim Waugh <twaugh@redhat.com> 0.7.9-1
|
|
- Updated to pycups-1.9.11.
|
|
- Updated to system-config-printer-0.7.9.
|
|
|
|
* Mon May 15 2006 Tim Waugh <twaugh@redhat.com> 0.7.8-1
|
|
- Updated to pycups-1.9.10.
|
|
- Updated to system-config-printer-0.7.8.
|
|
|
|
* Fri May 5 2006 Tim Waugh <twaugh@redhat.com>
|
|
- Fix pycups segfault.
|
|
|
|
* Fri May 5 2006 Tim Waugh <twaugh@redhat.com> 0.7.7-2
|
|
- Ship PAM and userhelper files.
|
|
- Requires usermode.
|
|
- Added missing options.py file.
|
|
- Fix getClasses() in pycups.
|
|
|
|
* Thu May 4 2006 Tim Waugh <twaugh@redhat.com> 0.7.7-1
|
|
- Updated to system-config-printer-0.7.7.
|
|
- Updated to pycups-1.9.9.
|
|
- Desktop file.
|
|
- Requires PyXML.
|
|
|
|
* Fri Apr 28 2006 Tim Waugh <twaugh@redhat.com>
|
|
- Make it actually run.
|
|
|
|
* Fri Apr 21 2006 Tim Waugh <twaugh@redhat.com>
|
|
- Build requires CUPS 1.2.
|
|
|
|
* Thu Apr 20 2006 Tim Waugh <twaugh@redhat.com> 0.7.5-1
|
|
- Updated to pycups-1.9.8. No longer need threads patch.
|
|
- Updated to system-config-printer-0.7.5.
|
|
|
|
* Sat Apr 15 2006 Tim Waugh <twaugh@redhat.com>
|
|
- Updated to pycups-1.9.7.
|
|
|
|
* Thu Apr 13 2006 Tim Waugh <twaugh@redhat.com> 0.7.4-2
|
|
- Obsoletes: system-config-printer-gui <= 0.6.152
|
|
|
|
* Wed Apr 12 2006 Tim Waugh <twaugh@redhat.com> 0.7.4-1
|
|
- Updated to system-config-printer-0.7.4.
|
|
|
|
* 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.
|