Fedora Core 6 Test Update: hal-cups-utils-0.6.2-4.2

Tim Waugh twaugh at redhat.com
Thu Nov 9 18:50:49 UTC 2006


---------------------------------------------------------------------
Fedora Test Update Notification
FEDORA-2006-1208
2006-11-09
---------------------------------------------------------------------

Product     : Fedora Core 6
Name        : hal-cups-utils
Version     : 0.6.2
Release     : 4.2
Summary     : Halified CUPS utilities
Description :
Halified utilities for CUPS:
	- hal_lpadmin
	- hal CUPS backend

---------------------------------------------------------------------
Update Information:

Updates to fix the 'select printer model' dialog.

---------------------------------------------------------------------
* Thu Nov  9 2006 Tim Waugh <twaugh at redhat.com> - 0.6.2-4.2
- IEEE 1284 Device ID in CUPS backend (bug #214755).
* Wed Nov  8 2006 Tim Waugh <twaugh at redhat.com> - 0.6.2-4.1
- Use printer.commandset when matching printers (bug #214180).
- Fixed HAL printer interface API name (bug #214598).
* Mon Sep 11 2006 Florian Festi <ffesti at redhat.com> - 0.6.2-4
- changed dbus URI from org/freedesktop/ to com/redhat/ to fit eggcups
* Tue Aug  1 2006 Tim Waugh <twaugh at redhat.com> - 0.6.2-3
- Fixed hal_lpadmin's CUPS URI (bug #200682).
* Tue Jul 18 2006 John (J5) Palmieri <johnp at redhat.com> - 0.6.2-2
- rebuild
* Wed Jul 12 2006 Jesse Keating <jkeating at redhat.com> - 0.6.2-1.1
- rebuild
* Mon Jun 19 2006 Florian Festi <ffesti at redhat.com> - 0.6.2-1
- bump to 0.6.2 (move hal_lpadmin to /usr/libexec to cope with hal weirdness)
* Fri Jun  9 2006 Florian Festi <ffesti at redhat.com> - 0.6.1-1
- bump to 0.6.1 (fixed hal policy file)
- added dummy init script for cups-config-daemon to fix the postun
  script of the 0.5.5 version
* Tue Jun  6 2006 Florian Festi <ffesti at redhat.com> - 0.6.0-1
- new implementation which obsoletes the cups-config-daemon
* Tue Mar 28 2006 John (J5) Palmieri <johnp at redhat.com> - 0.5.5-2
- Make sure backends install into /usr/lib and not /usr/lib64
* Fri Feb 10 2006 Jesse Keating <jkeating at redhat.com> - 0.5.5-1.2
- bump again for double-long bug on ppc(64)
* Tue Feb  7 2006 Jesse Keating <jkeating at redhat.com> - 0.5.5-1.1
- rebuilt for new gcc4.1 snapshot and glibc changes
* Thu Jan 12 2006 Christopher Aillon <caillon at redhat.com> - 0.5.5-1
- New version, which makes sure we build the daemon with PIE
* Fri Dec  9 2005 Jesse Keating <jkeating at redhat.com> - 0.5.4-2.1
- rebuilt
* Thu Dec  1 2005 John (J5) Palmieri <johnp at redhat.com> - 0.5.4-2
- rebuild for new dbus
* Tue Nov 29 2005 John (J5) Palmieri <johnp at redhat.com> - 0.5.4-1
- New version that fixes a couple of crashes and makes sure we 
  HUP cupsd
* Fri Mar 18 2005 Warren Togami <wtogami at redhat.com. - 0.5.3-3
- minor spec tweaks
* Mon Mar  7 2005 John (J5) Palmieri <johnp at redhat.com> - 0.5.3-1
- Add a build reqiures and requires for dbus >= 0.31
- Rebuild with HAL 0.5.0 and D-BUS 0.31
- Add hal fdi file to match printers to the hal_lpadmin callout
* Fri Mar  4 2005 John (J5) Palmieri <johnp at redhat.com> - 0.5.3-1
- Integrate patches and make 0.5.3 release
* Fri Mar  4 2005 John (J5) Palmieri <johnp at redhat.com> - 0.5.2-11
- Added get_udi_from_env patch which gets the UDI of the printer
  from the UDI env variable set by hal if the UDI is not given on 
  the command line
- Made sure fdi file installs in correct place and executes hal_lpadmin
  correctly
- changed the check if printer code to check string lists now
* Tue Mar  1 2005 Ray Strode <rstrode at redhat.com> - 0.5.2-10.newdbusapi.1
- install fdi file instead of hal callout files
* Fri Feb 25 2005 John (J5) Palmieri <johnp at redhat.com> - 0.5.2-10
- Added hal api and dbus api patch
- Don't restart if not already running in post
* Tue Feb 22 2005 John (J5) Palmieri <johnp at redhat.com> - 0.5.2-9
- For some reason -8 was never built into rawhide.  Bumping the 
  release to 9 and rebuilding for smooth upgrade from fc3
* Fri Oct 22 2004 John (J5) Palmieri <johnp at redhat.com> - 0.5.2-8
- use_usb_if_null patch makes sure that the make and model of the 
  printer is never null even if hal does not populate the
  printer.vendor and info.product fields.  (Bug #136666)
- (printer_update.hal, printer_remove.hal): Use $UDI instead of 
  $HAL_PROP_INFO_UDI which in some instances may not be populated
* Tue Oct 12 2004 John (J5) Palmieri <johnp at redhat.com> - 0.5.2-7
- Add MatchDriver DBUS method call patch so we can check if the printer has a driver
* Wed Oct  6 2004 John (J5) Palmieri <johnp at redhat.com> - 0.5.2-6
- Add Colin Walter's daemon patch
- Add BuildRequires for glib
- Add patch to take out gdk from configure.in
- Restart cups-config-daemon in the post
* Mon Oct  4 2004 John (J5) Palmieri <johnp at redhat.com>
- Patch now calls killall -SIGHUP cupsd if pid file is wrong or does not exist.
  This is mainly for older cups versions which do not output a pid file.
* Fri Oct  1 2004 John (J5) Palmieri <johnp at redhat.com>
- Fixed sighup to check for sbin instead of bin for cupsd pid check
* Thu Sep 30 2004 John (J5) Palmieri <johnp at redhat.com>
- Patch to use sighup on cups instead of restarting it
* Wed Sep  1 2004 John (J5) Palmieri <johnp at redhat.com>
- Update to 0.5.2
* Wed Sep  1 2004 John (J5) Palmieri <johnp at redhat.com>
- Chaned the hal callout srcipts to have a .hal extention
* Tue Aug 31 2004 John (J5) Palmieri <johnp at redhat.com>
- Add build requirement on dbus-devel and system-config-printer
* Tue Aug 31 2004 John (J5) Palmieri <johnp at redhat.com>
- Update to 0.5.1
* Fri Aug 27 2004 John (J5) Palmieri <johnp at redhat.com>
- Update to 0.5.0
* Wed Aug 18 2004 John (J5) Palmieri <johnp at redhat.com>
- Updated to 0.4.0
* Wed Aug 11 2004 John (J5) Palmieri <johnp at redhat.com>
- Added the --enable-printconf flag to configure so that we autodetect drivers
* Wed Aug 11 2004 John (J5) Palmieri <johnp at redhat.com>
- Upgrade to version 0.3.1
- Add update-printer.sh and remove-printer.sh HAL callouts
* Wed Jul 28 2004 John (J5) Palmieri <johnp at redhat.com>
- Initial checkin to package repository

---------------------------------------------------------------------
This update can be downloaded from:
    http://download.fedora.redhat.com/pub/fedora/linux/core/updates/testing/6/

cad7d4679c9b92c230a224ac865db4b7ffc1efee  SRPMS/hal-cups-utils-0.6.2-4.2.src.rpm
cad7d4679c9b92c230a224ac865db4b7ffc1efee  noarch/hal-cups-utils-0.6.2-4.2.src.rpm
8c8715934ff0522e63bd266296a1ad458f728b3a  ppc/hal-cups-utils-0.6.2-4.2.ppc.rpm
b67ba1c899fdc4b39784df60691dcac63188cd74  ppc/debug/hal-cups-utils-debuginfo-0.6.2-4.2.ppc.rpm
5b91b640fe1692050d165fbc4bf04a8a42377109  x86_64/hal-cups-utils-0.6.2-4.2.x86_64.rpm
e02c37fca2686bad0d8cfcdd3e36a832488cf6a5  x86_64/debug/hal-cups-utils-debuginfo-0.6.2-4.2.x86_64.rpm
67fcf390e5ebd8941ed949481320a89904a446f5  i386/debug/hal-cups-utils-debuginfo-0.6.2-4.2.i386.rpm
ae50ff9cf9d94b63422b7922b45d680444a721ad  i386/hal-cups-utils-0.6.2-4.2.i386.rpm

This update can be installed with the 'yum' update program.  Use 'yum update
package-name' at the command line.  For more information, refer to 'Managing
Software with yum,' available at http://fedora.redhat.com/docs/yum/.
---------------------------------------------------------------------




More information about the fedora-test-list mailing list