SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 
Changelog for python-cupshelpers-1.1.12-2.5.1.i586.rpm :
Tue Jan 17 13:00:00 2012 johann.luceAATTwanadoo.fr
- Fix coding errors caught by Stephen Shaw in
system-config-printer-subprocess-no-shell.patch.

Thu Dec 8 13:00:00 2011 Johann.luceAATTwanadoo.fr
- Add system-config-printer-subprocess-no-shell.patch: avoid
escaping issues when running commands. Fix bnc#735322.
- Add system-config-printer-no-openprinting.patch: this disables
the feature where PPD drivers can be downloaded from
OpenPrinting.org. See discussion in bnc#733542. As a side-effect,
this fixes CVE-2011-4405.

Thu Dec 17 13:00:00 2009 vuntzAATTopensuse.org
- Add system-config-printer-bnc555569-kde-crash.patch to fix a
crash when running under KDE. Fix bnc#555569.

Wed Aug 26 14:00:00 2009 vuntzAATTnovell.com
- Update to version 1.1.12:
+ system-config-printer:
- Don\'t get tripped up by \"-\" when checking for missing
executables.
- HP\'s Bluetooth printers return a model name with added \"_BT\"
in their device ID.
- Added support for localized marker names
- Fixed parenting of WaitWindow when adding printer.
- Don\'t attempt to use PolicyKit if we are root.
- Support for cups-pk-helper\'s DevicesGet method.
- Use modern gtk tooltip support.
- Fixed typo handling exceptions from
AdvancedServerSettingsDialog.
- Use set_default_size instead of setting width and height
properties.
- Fixed missing treeview update in properties dialog.
- Fixed identification of CUPS native gutenprint drivers.
- Prefer native CUPS drivers to foomatic drivers.
- Busy/ready cursor handling fixes.
- Use separate thread for verifying IPP queue.
- Set an appropriate status icon tooltip when configuring
printer.
- Fixed cupspk handling of disabling a printer.
- Show a \'paused\' emblem for disabled printers.
- Use preferred object path for AuthenticationAgent.
- Kill job creation times timer on the jobviewer is destroyed.
- Only update job creation times once per minute at rest.
- Job status icon and state reason in jobs treeview.
- Show rejecting printers as insensitive.
- Added experimental package tagging for PPD files.
- Removed notification when job has completed.
- Fixed applet traceback when printing test page.
- Don\'t allow Back/Forward to lose troubleshooting diagnostic
information.
- Code cleanups.
+ udev-configure-printer/udev-add-printer:
- Compare MFG and MDL case-insensitively.
+ Updated translations.

Sat Aug 8 14:00:00 2009 vuntzAATTnovell.com
- Update to version 1.1.11:
+ udev-configure-printer/udev-add-printer:
- don\'t add fax queue if already present
- don\'t fork if DEBUG environment variable set
- Enable/disable queues with paired device URIs
- use \'/\' as delimiter when examining device URI
- make sure we don\'t configure the same printer twice
- Don\'t set USB configuration in udev-configure-printer
- Serialize CUPS-Get-Devices requests
- Exit early in udev-configure-printer if device already mapped
to URIs
- don\'t require pycups 1.9.46 just yet
- Fixed name uniqueness checking
- Notify the correct printer name
- create fax queues using prefix of printer queue
- fixed duplicate devpath check
- fixed removal when cupsd not running
+ system-config-printer:
- Use case-insensitive matching when cleaning up the PPD nick
names to get the model names for the make/model/driver list
- Made extracting make and model from the NickName of
TurboPrint PPDs working again
- Made the field for freely typing in an URI actually work
- Better method of determining current device URI
- Printer icon should not show \'printing\' when job stopped
- Updates for hplip 3.9.6
- Let the checks for adding a device to a physicaldevice object
parse HPLIP URIs correctly to extract the host name/IP from
them
- jobviewer: notice jobs that have stopped due to backend
errors
- Fixed cupspk\'s implementation of adminGetServerSettings()
- A warning is given that renaming destroys print job history
- Small improvements for printer rename confirmation
- API improvement in cupshelpers: limit job fetches
- troubleshoot: treat http and https schemes as potential CUPS
servers
- Make properties dialog OK button insensitive when no changes
- Validate BrowsePoll entries
+ Code cleanups and plug leaks.
+ Updated translations.

Wed Aug 5 14:00:00 2009 vuntzAATTnovell.com
- Fix build on 11.1 and earlier: we don\'t want the udev helpers
there.

Thu Jul 23 14:00:00 2009 vuntzAATTnovell.com
- Update to version 1.1.10:
+ Support for HPLIP 3.9.6.
+ Fixed \'location\' field for printers added remotely.
+ Avoid traceback when adding new printer.
+ Parse nmblookup failures correctly.
+ Avoid non-fatal traceback when adding IPP printer.
+ Make sure we find https URIs from https backend.
+ Prevent traceback on IPP notification after properties dialog
cancelled.
+ Fixed incorrect authentication in the troubleshooter.
+ Arrows for adding and removing class members are sensitive only
if something is selected.
+ Small fix for class members arrows: always de-sensitise buttons
after use.
+ Another fix for selecting an added printer.
+ Spot stopped jobs with CUPS 1.4 as well.
+ Map gutenprint filenames to the package name.
+ Use gpk-install-package-name to install packages, not the PK
D-Bus API.
+ Always update the jobviewer status icon on job events.
+ Fixed UI oddities when changing PPD/device.
+ Avoid possible traceback when receiving printer-added-events.
+ Fixed initial radio button selection for SMB authentication.
+ Make sure to URL-encode usernames and passwords correctly.
+ Don\'t run Properties dialog on new printer.
+ Don\'t mention the job number in completed jobs notification.
+ Check exit codes for child processes.
+ Removed IPP browser.
+ Improved matching of printer model names.
+ Added PIXMA comment to test suite.
+ Efficiency fixes for PPDs Device ID matching.
+ Fixed --debug option for PPDs self-test function.
+ Efficiency and readability improvements in PPDs Device ID
matcher.
+ Avoid cups.setServer/setPort.
+ Fixed incorrect \"printer not shared on server\" message.
+ Drop libsexy support in favour of GTK+ 2.17\'s equivalent.
+ Avoid reloading all PPDs when calls to jockey fail.
+ Small speed-up (0.09s) for the case where jockey is not
present.
+ Don\'t reload all PPDs if the query has already finished.
+ 75% speed improvement in ppdMakeModelSplit().
+ New udev-based queue configuration system.
+ Improve window size.
+ Fixed hang on start-up when trying to resize the window.
+ Fixed tracebacks in cupshelpers.ppds test suite.
+ Fixed Device ID matching for HPLIP PPDs.
+ Updated translations.
- Add cups-devel, libudev-devel, libusb-compat-devel BuildRequires.
- Pass --with-udev-rules to configure.
- Package the udev helpers in udev-configure-printer. This package
Obsoletes cups-autoconfig, since the new udev helpers now do this
job.
- Split cupshelpers python module in python-cupshelpers package
since it\'s needed by udev-configure-printer.
- Drop system-config-printer-cups-autoconfig-notifications.patch:
we will now use the udev tool and we will receive notifications
without this patch.

Mon Jul 20 14:00:00 2009 vuntzAATTnovell.com
- Update to version 1.1.8 (this is not a complete list of changes
since upstream uses git, but some changes aren\'t listed in
ChangeLog):
+ Set relaxed PPD conformance
+ Fixed URI parsing when verifying IPP URIs
+ Set glade\'s textdomain in the jobviewer (lp#341765)
+ Made hp-plugin call also working with HPLIP 3.9.2
+ Adjusted border padding for New Printer window
+ Use ValueError in PhysicalDevice to indicate device is
different
+ Import debugprint in cupspk
+ Fixes on automatic printer model selection and suggestion of
queue name
+ Style and efficiency improvements
+ Fixed XmlHelper crash on invalid XML file (lp#370469)
+ Clean up temporary PPD files when we\'re finished with them
+ Reconnect to CUPS if the connection gets lost during the
installation of a driver from OpenPrinting
+ Scroll to new job if it was added just above the visible range
+ Use grey ink-drop when there is no marker-colors value
+ Fixed conversion from broken-down UTC time to simple UNIX time
for held jobs
+ Track printer state changes for the printer context menu
+ Removed some stale code in cupshelpers
+ Make sure the job context menu cannot get out of date
+ Select a newly-added printer
+ Make troubleshooter work again by disabling cupspk for it

Wed Apr 15 14:00:00 2009 vuntzAATTnovell.com
- Update to version 1.1.7 (this is not a complete list of changes
since upstream uses git, but some changes aren\'t listed in
ChangeLog):
+ Prevent some tracebacks
+ Various improvements for printer model identification
+ Added support for https device URIs showing the IPP screen
+ Efficiency fixes
+ Do not use setlocale() for locale-independent
uppercase/lowercase conversion
+ jobviewer: don\'t abort if we couldn\'t show a notification

Sat Mar 14 13:00:00 2009 vuntzAATTnovell.com
- Update to version 1.1.6 (this is not a complete list of changes
since upstream uses git, but some changes aren\'t listed in
ChangeLog):
+ Use setlocale() to save current LC_CTYPE value, not getlocale()
+ Don\'t try search for a model series if there are no digits in
the model name
+ Adapted D-Bus policy file to the new D-Bus defaults
+ Better PPD fallback searching.
+ Strip \" hpijs\" from PPD names.

Fri Mar 6 13:00:00 2009 vuntzAATTnovell.com
- Update to version 1.1.5 (this is not a complete list of changes
since upstream uses git, but some changes aren\'t listed in
ChangeLog):
+ UI improvements in the new printer dialog.
+ Include local printer attributes in diagnostic output.
- Drop system-config-printer-bnc456110-non-blocking-probe.patch:
fixed upstream.
- Drop system-config-printer-fix-add-printer-git051bc7f0.patch:
fixed upstream.

Thu Feb 26 13:00:00 2009 vuntzAATTnovell.com
- Add system-config-printer-fix-add-printer-git051bc7f0.patch:
patch from git to fix the \"Add printer\" dialog not working.

Tue Feb 24 13:00:00 2009 vuntzAATTnovell.com
- Add system-config-printer-bnc456110-non-blocking-probe.patch:
make the probing code non-blocking for the UI.
Fix bnc#456110.

Mon Feb 23 13:00:00 2009 vuntzAATTnovell.com
- Add system-config-printer-firewall-menu.patch: fix string to
mention the correct path in menus to access the firewall tool.
Fix bnc#442106.
- Use gnome-patch-translation for the new string.
(Thanks to Stanislav Brabec for this)

Sat Feb 21 13:00:00 2009 vuntzAATTnovell.com
- Update to version 1.1.4 (this is not a complete list of changes
since upstream uses git, but some changes aren\'t listed in
ChangeLog):
+ Don\'t display status icon for completed jobs
+ Only add job to the active set if it is active; otherwise,
remove it from the set if it is there.
+ If the emptiness of the active set has changed, update the
status icon.
+ Handle D-Bus failures when connecting to the session bus
(Jockey) (rh#484402)
+ Don\'t show wait window when adding a new printer, as that may
require an authentication dialog and we don\'t want them
competing for focus (rh#484960)
+ Don\'t grab keyboard and pointer when displaying authentication
dialog. Instead let the window manager prevent keyboard input
accidentally going to the wrong window.
+ Don\'t display a notification when authentication is required,
just go straight to the authentication dialog. Don\'t grab
keyboard and pointer for that dialog and instead let the window
manager prevent keyboard input accidentally going to the wrong
window.
+ Otptions: Check constraints in reverse as well, so that
constraint checking is symmetrical.
+ Don\'t allow PPD changes when there are conflicts
+ Support for auto-detection of printers vis hal-cups-utils
without hal-cups-utils creating a queue, especially if there is
no driver specifically assigned to the detected printer.
+ Skip selection of manufacturer, model, and driver in the
new-printer wizard if an exact driver match has been found.
+ Added functionality to automatically recognize whether the
proprietary plug-in of HPLIP is useful or even required and to
ask the user whether he want to download and install it.
+ Fixed \"hp-info\" calls: There should be no space between \"-d\"
and the \"URI\" to work around HPLIP option parsing bug.
+ Return None if the \"fax-type\" is 0, this means that fax is not
available on the given printer.
+ Fixed switch between the notification for the case that a queue
got created and the case that no queue got created.
+ Perform lowercase operations in locale-independent manner.
+ Merge cups-pk-helper branch.
+ Updated translations.
- Split cups-pk-helper and pysmbc in their own packages.
- Remove BuildRequires because of the split: PolicyKit-devel,
cups-devel, dbus-1-glib-devel, epydoc, gtk2-devel,
libsmbclient-devel.
- Remove BuildRequires: gettext-devel.
- Add Requires on python-smbc.
- Add Recommends on cups-pk-helper.
- Drop system-config-printer-policykit.patch: accepted upstream!
- Drop system-config-printer-more-checks.patch: upstream improved
the PolicyKit support to not require this.
- Drop system-config-printer-python-prefix.patch: was needed only
for pysmbc.
- Do not call autoreconf anymore.

Thu Feb 5 13:00:00 2009 vuntzAATTnovell.com
- Drop system-config-printer-install-python.patch after discussion
on opensuse-packaging. Update the file list accordingly.

Thu Feb 5 13:00:00 2009 vuntzAATTnovell.com
- Update to version 1.1.3:
+ Refresh server settings when the advanced server settings
dialog has finished.
+ Better default height for jobs window.
+ Put waiting cursor when filling make/model lists.
+ Find parent window to set Conflicts dialogtransient for.
+ Various fixes for conflicts button.
+ Fix the potential dbus security issue with send_interface
+ Fixed traceback while fetching hpfax device ID (lp#321139)
+ Use authenticated connection, except when printing the test
page.
+ Don\'t make the troubleshooter window transient for the main
window (rh#481505)
- Drop system-config-printer-bnc468379-dbus-send-dest.patch: fixed
upstream.
- Respin system-config-printer-install-python.patch.

Sun Feb 1 13:00:00 2009 mbomanAATTsuse.de
- Update to version 1.1.2:
+ Prevent traceback.
+ Collapse/expand device rows on activation.
+ Avoid traceback with raw queues.
+ Added accessibility relations
+ Handle notification closure for re-connected printers correctly.
+ Advertise correct defaults for page-left, page-right, page-top and
page-bottom job options (rh#468553).

Tue Jan 27 13:00:00 2009 vuntzAATTnovell.com
- Update to pysmbc 1.0.6 (no NEWS included).
- Drop pysmbc-bnc433994-crash.patch: fixed upstream.
- Really drop system-config-printer-prefill-name-descr.patch.
- Minor cleanup of the file list.
- Use system-config-printer-policykit.patch from my git tree.
- Add cups-pk-helper-bnc468389-dbus-send-dest.patch and
system-config-printer-bnc468379-dbus-send-dest.patch to add
send_destination in the dbus policies. Fix bnc#468379 and
bnc#468387.

Sun Jan 11 13:00:00 2009 mbomanAATTsuse.de
- Fix a small issue in system-config-printer-policykit.patch

Mon Jan 5 13:00:00 2009 mbomanAATTsuse.de
- Update to version 1.1.1:
+ Too many fixes/changes. Please see Changelog for full details.
- Remove system-config-printer-git1.0.x.patch and
system-config-printer-git1.0.x-po.patch due to version upgrade
- Remove system-config-printer-remove-redhat-base.patch. Fixed upstream
- Remove system-config-printer-prefill-name-descr.patch. Fixed upstream
- Remove pycups package, already in the distro as python-cups
- Respin system-config-printer-install-python.patch
- Respin system-config-printer-policykit.patch

Tue Dec 16 13:00:00 2008 cooloAATTsuse.de
- require lang subpackage

Fri Nov 21 13:00:00 2008 vuntzAATTnovell.com
- Update cups-pk-helper to 0.0.3 (there is no upstream project, but
I still version the code):
+ make various checks to be sure that the arguments passed over
dbus are valid.
+ fix a major issue with many options never being changed
+ implement various dbus methods that were missing until there,
so that the old authentication dialog never appears.
+ add more fine-grained PolicyKit policies.
This is actually needed for bnc#439286.
- Update system-config-printer-policykit.patch to match the
cups-pk-helper update.
- Drop cups-pk-helper-acceptjobs.patch (fixed in 0.0.3).
- Add system-config-printer-more-checks.patch, to avoid a few
uncaught exceptions.

Tue Oct 28 13:00:00 2008 vuntzAATTnovell.com
- Add system-config-printer-prefill-name-descr.patch to prefill
name and description of new printers. Fix bnc#433633.

Mon Oct 27 13:00:00 2008 vuntzAATTnovell.com
- Add cups-pk-helper-acceptjobs.patch to make cups-pk-helper
correctly handle AcceptJobs requests. This is essential to have
new printers configured with system-config-printer working.
Fix bnc#433634.
- Add system-config-printer-hide-my-default-printer.patch to hide
my-default-printer from the menus. Note that
system-config-printer already provides this functionality.
- Update system-config-printer-policykit.patch so that we don\'t
show the old password prompt after changing something in a
printer.
- Obsoletes gnome-cups-manager. No Provides, since it\'s not the
same application...

Thu Oct 23 14:00:00 2008 vuntzAATTnovell.com
- Add system-config-printer-cups-autoconfig-notifications.patch.
We display notifications for printers automatically configured
by cups-autoconfig. This is the missing piece for dropping
gnome-volume-manager.

Fri Oct 17 14:00:00 2008 vuntzAATTnovell.com
- Update to version 1.0.8:
+ Handle IPP_FORBIDDEN.
+ Use modelName from custom PPD to suggest name for new printer.
+ Avoid display problem with installable options.
+ Better matching for Lexmark printers.
+ Catch exceptions from advanced server settings dialog.
+ Added some missing OpenPrinting query fields.
+ Jockey support added.
+ Updated translations.
(summary of changes taken from the Fedora package)
- Remove system-config-printer-forbidden.patch: fixed upstream.
- Add pysmbc-bnc433994-crash.patch to potentially fix a crash when
browsing smb printers. Should fix bnc#433994.
- Add system-config-printer-git1.0.x.patch to include fixes from
the 1.0.x branch. This fixes some crashes, and some SMB
authentication issues. Should fix bnc#433992.
- Add system-config-printer-git1.0.x-po.patch to include updated
translations from the 1.0.x branch.
- Update system-config-printer-icon-brp-friendly.patch.

Thu Oct 16 14:00:00 2008 vuntzAATTnovell.com
- Add more categories to my-default-printer.desktop and
system-config-printer.desktop so that they appear in the control
center. Fix bnc#433605.

Fri Oct 3 14:00:00 2008 vuntzAATTnovell.com
- Use %{py_sitedir} instead of %{_libdir}/python
*/site-packages

Fri Sep 26 14:00:00 2008 vuntzAATTnovell.com
- Implement fate#4161 and fate#4162:
+ add cups-pk-helper, which is a PolicyKit helper implementing
some parts of the API exposed by pycups.
+ add system-config-printer-policykit.patch that adds a \"backend\"
for system-config-printer to use cups-pk-helper to do the CUPS
calls.
- It\'s been discussed a bit with upstream, but no agreement was
reached on this so far. The patch is not intrusive, so it\'s the
best solution right now. I\'ll try to push it again upstream.

Wed Sep 17 14:00:00 2008 vuntzAATTsuse.de
- Copy the printer icon from gnome-icon-theme and use it as
system-config-printer in all desktop files. Add
system-config-printer-icon-brp-friendly.patch for this.
- Clean up packaging, and use fdupes.

Wed Sep 10 14:00:00 2008 vuntzAATTsuse.de
- Push to Factory.

Fri Sep 5 14:00:00 2008 vuntzAATTnovell.com
- Add missing system-config-printer-forbidden.patch.
- Add system-config-printer-install-python.patch to install python
files where they should live. Also fixes the issue where the
programs couldn\'t be run (because they were not +x).

Fri Sep 5 14:00:00 2008 vuntzAATTnovell.com
- Update to version 1.0.7.
+ See ChangeLog for details.
- Update pycups to 1.9.42 and pysmbc to 1.0.5.
- Remove pysmbc-debug.patch (fixed upstream) and take
system-config-printer-forbidden.patch from Fedora package.

Wed Aug 27 14:00:00 2008 vuntzAATTnovell.com
- Update to version 1.0.6.
+ See ChangeLog for details.

Wed Jul 30 14:00:00 2008 vuntzAATTnovell.com
- Import package, based on the one from fedora and one the one on
from home:chrismrivera in the build service.


 
ICM