File hal.spec of Package hal

#
# spec file for package hal (Version 0.5.12)
#
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

# Please submit bugfixes or comments via http://bugs.opensuse.org/
#

# norootforbuild


Name:           hal
%define         build_doc 0
# WARNING: If you are editing hal-doc.spec, STOP. Always edit
# hal.spec and then run pre-checkin.sh which will create
# hal-doc.spec based upon hal.spec.
Summary:        Daemon for Collecting Hardware Information
%define 	dbus_version 0.61
%define         dbus_release 1
%define         hal_info_version 20090121
%define         libsmbios_version 2.0.2
Version:        0.5.12
Release:        10.<RELEASE3>
Url:            http://freedesktop.org/Software/hal
License:        GPL v2 or later; AFL
Group:          System/Daemons
AutoReqProv:    on
Requires:       pm-utils
BuildRequires:  ConsoleKit-devel PolicyKit-devel dbus-1-glib-devel glib2-devel gperf intltool libexpat-devel libusb-devel libvolume_id-devel parted-devel pciutils-devel perl-XML-Parser popt-devel update-desktop-files
BuildRequires:  libselinux-devel
%ifarch %ix86 x86_64
BuildRequires:  libsmbios2 >= %libsmbios_version
BuildRequires:  libsmbios-devel >= %libsmbios_version
BuildRequires:  gcc-c++
#!BuildIgnore:  pciutils-ids
%endif
%if 0%{?suse_version} > 1020
BuildRequires:  fdupes
Obsoletes:      hal-gnome
%endif
#
%if %build_doc
BuildRequires:  gtk-doc xmlto
Provides:       hal:/usr/share/doc/packages/hal/README
%else
PreReq:         /usr/sbin/groupadd /usr/sbin/useradd /etc/init.d/boot.localfs
PreReq:         %insserv_prereq
Requires:       dbus-1 >= %{dbus_version}-%{dbus_release}, dbus-1-glib >= %{dbus_version}-%{dbus_release}, aaa_base, PolicyKit, ConsoleKit, pm-utils
Provides:       hotplugctl = 0.08
Obsoletes:      hotplugctl <= 0.08
Provides:       hotkey-setup = 0.1
Obsoletes:      hotkey-setup <= 0.1
%ifarch %ix86 x86_64 ia64
Requires:       pmtools, libsmbios2 >= %libsmbios_version
%endif
%ifarch %ix86 x86_64 
Requires:       setserial
%endif
%endif
#
# Sources:
Source0:        hal-%{version}.tar.bz2
Source1:        hal-info-%{hal_info_version}.tar.bz2
Source2:        rc.hal
Source3:        pre-checkin.sh
Source50:       hal-doc-rpmlintrc
Source60:       hal-rpmlintrc
# SUSE specific patches
Patch1:         hal-20070613-panasonic-acpi-suse.diff
Patch2:         hal-20061124-allow_uid_for_ntfs.diff
# SUSE specific temporary patches
#Patch10:        
# submitted (or planed to do in next time) upstream patches
Patch100:       hal-20081112-fix-docking-support.diff 
# backports from git master:
#Patch200:       hal-update-to_.diff
# revert from HEAD:
#Patch250:       hal-revert.diff
# patches from ML:
#Patch300:       hal-ML.diff
# hal-info related patches:
#Patch400:       hal-info-2008XX.diff
# currently unused patches:
Patch500:       hal-20070803-cleanup-deprecated_libhal-storage.diff
# temporary debug patches
#Patch1000:      hal-debug.diff
BuildRoot:      %{_tmppath}/%{name}-%{version}-build
#

%description
HAL is a hardware abstraction layer and aims to provide a live list of
devices present in the system at any point in time. HAL tries to
understand both, physical devices (such as PCI and USB) and the device
classes (such as input, net, and block) physical devices have. Besides
it allows merging of information from device info files specific to a
device. HAL provides a API through D-BUS for querying devices and
notifying when things change. Finally, HAL provides some monitoring (in
an unintrusive way) of devices. For further information, please refer
to the	HAL specification.



Authors:
--------
    Danny Kukawka <danny.kukawka@web.de>
    Kay Sievers <kay.sievers@vrfy.org>
    Joe Shaw <joeshaw@novell.com>
    David Zeuthen <david@fubar.dk>

%if ! %build_doc

%package -n hal-devel
License:        Other uncritical OpenSource License; AFL
Summary:        Developer package for HAL
Requires:       %{name} = %{version}-%{release}, dbus-1-devel >= %{dbus_version}-%{dbus_release}, dbus-1-glib-devel >= %{dbus_version}-%{dbus_release}
%if 0%{?suse_version} > 1020
Requires:       libext2fs-devel, libblkid-devel, libuuid-devel, libcom_err-devel, libusb-devel
%else
Requires:       e2fsprogs-devel
%endif
%ifarch %ix86 x86_64
BuildRequires:  libsmbios-devel >= %libsmbios_version
%endif
AutoReqProv:    on
Group:          Development/Libraries/Other
#

%description -n hal-devel
HAL is a hardware abstraction layer and aims to provide a live list of
devices present in the system at any point in time. HAL tries to
understand both physical devices (such as PCI, USB) and the device
classes (such as input, net and block) physical devices have, and it
allows merging of information from so called device info files specific
to a device.

HAL provides a network API through D-BUS for querying devices and
notifying when things change. Finally, HAL provides some monitoring (in
an unintrusive way) of devices, presently ethernet link detection and
volume mounts are monitored.

This, and more, is all described in the HAL specification



Authors:
--------
    Danny Kukawka <danny.kukawka@web.de>
    Kay Sievers <kay.sievers@vrfy.org>
    Joe Shaw <joeshaw@novell.com>
    David Zeuthen <david@fubar.dk>

%endif

%prep
%setup -n hal-%{version} -a1
chmod 644 tools/hal-functions
# patch hal package if needed
%patch1   -p0
%patch2   -p1
#%patch10  -p0
%patch100 -p1
#%patch200 -p1
#%patch300 -p1
#%patch1000 -p1
# patch hal-info package if needed
pushd hal-info-%{hal_info_version}
#%patch400 -p1
popd

%build
export CFLAGS="${RPM_OPT_FLAGS} -fstack-protector"
export CXXFLAGS="${RPM_OPT_FLAGS} -fstack-protector"
autoreconf -fi
%configure 							\
	--libexecdir=%{_libexecdir}/hal				\
	--with-init-scripts=suse 				\
	--with-hwdata=/usr/share 				\
	--with-pid-file=/var/run/hald/haldaemon.pid 		\
	--with-dbus-sys=/etc/dbus-1/system.d 			\
	--with-hal-user=haldaemon 				\
	--with-hal-group=haldaemon 				\
	--with-udev-prefix=/					\
	--docdir=%{_datadir}/doc/packages/hal			\
	--with-eject=/bin/eject					\
	--enable-acl-management					\
%ifarch ppc ppc64
	--disable-acpi						\
	--disable-acpi-acpid					\
%else
	--enable-acpi-acpid					\
%endif
	--disable-acpi-proc					\
	--disable-acpi-ibm					\
	--enable-parted						\
        --enable-console-kit					\
%ifarch ia64 s390 s390 s390x
	--with-keymaps=no					\
	--disable-pmu						\
%endif
%ifarch %ix86 x86_64
	--disable-pmu						\
	--enable-acpi-toshiba 					\
	--enable-sonypic					\
	--with-dell-backlight=yes				\
%else
	--disable-sonypic					\
%endif
%if %build_doc
	--enable-gtk-doc					\
	--enable-docbook-docs 					\
%endif
	--enable-policy-kit
make %{?jobs:-j%jobs}
# hal-info
pushd hal-info-%{hal_info_version}
%configure 							\
	--disable-recall					\
	--disable-video-default-quirks				\
	--disable-video-nvidia-quirks				\
%ifarch ppc ppc64 ia64 s390 s390 s390x
	--disable-killswitch-dell-bluetooth			\
	--disable-killswitch-dell-wlan				\
	--disable-killswitch-dell-wwan				\
	--disable-killswitch-sony-bluetooth			\
	--disable-killswitch-thinkpad-bluetooth			\
%endif
	--disable-killswitch-iwl-wlan
make
popd

%install
#install hal
%makeinstall
%if %build_doc
mkdir -p $RPM_BUILD_ROOT/%{_datadir}/doc/packages/hal
install -m 644 {README,AUTHORS,ChangeLog,COPYING,NEWS} $RPM_BUILD_ROOT/%{_datadir}/doc/packages/hal/
%endif
#install hal-info
pushd hal-info-%{hal_info_version}
%makeinstall
popd
%if %build_doc
rm -rf $RPM_BUILD_ROOT/%{_sysconfdir}
rm -rf $RPM_BUILD_ROOT/%{_sbindir}
rm -rf $RPM_BUILD_ROOT/%{_bindir}
rm -rf $RPM_BUILD_ROOT/%{_mandir}
rm -rf $RPM_BUILD_ROOT/%{_libdir}
rm -rf $RPM_BUILD_ROOT/%{_includedir}
rm -rf $RPM_BUILD_ROOT/%{_datadir}/hal
rm -rf $RPM_BUILD_ROOT/%{_datadir}/locale
rm -rf $RPM_BUILD_ROOT/%{_datadir}/PolicyKit
rm -rf $RPM_BUILD_ROOT/%{_localstatedir}
rm -rf $RPM_BUILD_ROOT/lib/udev/rules.d/90-hal.rules
%else
mkdir -p $RPM_BUILD_ROOT/etc/hal
mkdir -p $RPM_BUILD_ROOT/etc/dbus-1/system.d
mkdir -p $RPM_BUILD_ROOT/etc/init.d
mkdir -p $RPM_BUILD_ROOT/usr/sbin
mkdir -p $RPM_BUILD_ROOT/usr/share/hal/device-manager
mkdir -p $RPM_BUILD_ROOT/usr/share/hal/scripts
install -m 755 %{SOURCE2} $RPM_BUILD_ROOT/%{_sysconfdir}/init.d/haldaemon
ln -sf %{_sysconfdir}/init.d/haldaemon $RPM_BUILD_ROOT/%{_sbindir}/rchal
#rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
install -d $RPM_BUILD_ROOT/%{_localstatedir}/run/hald
install -d $RPM_BUILD_ROOT/%{_localstatedir}/cache/hald
rm -f $RPM_BUILD_ROOT/etc/hotplug.d/default/20-hal.hotplug
rm -rf $RPM_BUILD_ROOT/%{_datadir}/doc/packages/hal/
rm -rf $RPM_BUILD_ROOT/%{_datadir}/gtk-doc/html/libhal/
rm -rf $RPM_BUILD_ROOT/%{_datadir}/gtk-doc/html/libhal-storage
%endif
%if 0%{?suse_version} > 1020
%fdupes %{buildroot}
%endif

%clean
rm -rf %{buildroot}
%if %build_doc

%files
%defattr(-, root, root)
%dir %{_datadir}/doc/packages/hal
%dir %{_datadir}/gtk-doc/html/libhal
%dir %{_datadir}/gtk-doc/html/libhal-storage
%{_datadir}/doc/packages/hal/*
%{_datadir}/gtk-doc/html/libhal/*
%{_datadir}/gtk-doc/html/libhal-storage/*
#
%else
#

%pre
if
  getent group haldaemon >/dev/null
then
  : OK group haldaemon already present
else
  /usr/sbin/groupadd -r haldaemon 2>/dev/null || :
fi
if
  getent passwd haldaemon >/dev/null
then
  : OK haldaemon user already present
else
  /usr/sbin/useradd -r -g haldaemon -c "User for haldaemon" \
        -d /var/run/hald -o haldaemon 2>/dev/null || :
fi
%if 0%{?suse_version} > 1030
/usr/bin/polkit-auth --user haldaemon --grant org.freedesktop.policykit.read >& /dev/null || :
%endif

%preun
%{stop_on_removal haldaemon}

%post
%{insserv_force_if_yast haldaemon}
/sbin/ldconfig

%postun
%{restart_on_update haldaemon}
%{insserv_cleanup}
/sbin/ldconfig

%files 
%defattr(-, root, root)
%dir %{_sysconfdir}/dbus-1/system.d
%dir %{_sysconfdir}/hal
%dir %{_sysconfdir}/init.d/haldaemon
%dir /lib/udev
%dir /lib/udev/rules.d
%dir %{_datadir}/hal
%dir %{_datadir}/hal/fdi
%dir %{_libdir}/hal
%config %{_sysconfdir}/dbus-1/system.d/hal.conf
/lib/udev/rules.d/90-hal.rules
%{_sysconfdir}/hal/*
%{_bindir}/*
%{_datadir}/hal/fdi/*
%{_datadir}/PolicyKit/policy/*
%{_libdir}/*hal*.so.*
%{_libexecdir}/hal/*
%{_mandir}/man1/*
%{_mandir}/man8/*
%{_sbindir}/hal*
%{_sbindir}/rchal
%attr(-,haldaemon,haldaemon) %{_localstatedir}/run/hald
%attr(-,haldaemon,haldaemon) %{_localstatedir}/cache/hald

%files -n hal-devel
%defattr(-, root, root)
%{_includedir}/*
%{_libdir}/lib*.a
%{_libdir}/lib*.la
%{_libdir}/lib*.so
%{_libdir}/pkgconfig/*
%endif

%changelog
* Sun Jan 25 2009 dkukawka@suse.de
- update HAL to latest git (336d871860710a) of my tree
- this update include fixes for:
  - fix possible buffer overrun in led subsystem handling
- removed commited patches:
  - hal-buffer-overrun.diff (also wrong patch naming!)
* Sat Jan 24 2009 schwab@suse.de
- Fix buffer overrun.
* Fri Jan 23 2009 coolo@suse.de
- init script should work with strict /bin/sh too
* Thu Jan 22 2009 dkukawka@suse.de
- update HAL to latest git (0f2a65e0f42702) of my tree
- this update include fixes for:
  - fixed spec for "Device Files policies"
  - added some parameter checks to hal_util_*et_driver*() functions
  to prevent possible crashes
* Thu Jan 22 2009 dkukawka@suse.de
- update HAL to latest git (8b56ff46e57bb9) of my tree
- this update include fixes for:
  - bnc#468375: fix D-Bus HAL config due to CVE-2008-4311
* Wed Jan 21 2009 dkukawka@suse.de
- update HAL to latest git (e714a0ee8a5eac) of my tree and
  hal-info to 20090121
- this update include fixes for:
  - bnc#443307: fix HAL D-Bus config/policy, added missing
  interfaces, removed doubled contexts, removed not
  existing interfaces
* Mon Jan 19 2009 dkukawka@suse.de
- update HAL to latest git (fab9b6cccc2084) of my tree and
  hal-info to 20000119
- this update include fixes for:
  - bnc#408252: fix ACL handling/rules for removable block devices
  - bnc#465497: list more Sierra Wireless devices as modem
  - bnc#462536: add a Quanta 3G modem
  - bnc#462534: add an Option modem
  - bnc#462639: add ACL rule for generic SCSI scanner and add a
  generic rule to identify SCSI scanner
  - several new keymapping, suspend quirks, modems and USB music
  player
- removed own udev rule file, HAL delivers an own file now. Changed
  directory for the udev file to /lib/udev/rules.d .
- removed parted and pciutils from BuildRequires
* Thu Dec 18 2008 dkukawka@suse.de
- updated hal-info to 20081218
- this update include fixes for:
  - bnc#459342: add Nokia N810 to USB music players
  - bnc#450489: add new config option to disable NVIDIA quirks
  by don't install 21-video-quirk-nvidia.fdi, fixed
  existing quirk for this machine to get only in
  place if it's a ATI card
  - some new keymapping and suspend quirks
* Mon Dec 15 2008 dkukawka@suse.de
- update HAL to latest git (b09774739efe4) of my tree and
  hal-info to 20081215
- this update include fixes for:
  - bnc#458307: fix serial.port handling for USB serial devices
  - bnc#458414: fix ACL handling for drm devices
  - some more modems
* Fri Dec 05 2008 dkukawka@suse.de
- update HAL to latest git (9b564550ad6fba) of my tree and
  hal-info to 20081205
- this update include fixes for:
  - bnc#442178: allow gid/uid for ntfs and ntfs-3g
  - bnc#450128: more audio_folders for BlackBerry 9000
  - bnc#450110: keymap for Samsung NC10
  - bnc#449988: fix modem card to work with hso and option
  - bnc#450235: whitelist ASUS F2JE for s2ram
  - add support for the leds kernel subsystem including an addon
  to set the brightness (enable/disable) of a led device
  - fix joystick/touchpad/tabket detection in HAL
  - fix 30-keymap-misc.fdi to use addset for info.capabilities
* Thu Nov 27 2008 dkukawka@suse.de
- updated hal to 0.5.12RC1 git snapshot (0845cc3a447a18) and
  hal-info to 20081127
- this update include fixes for:
  - detect more modems
  - some more keymaps
  - allow set ACL for block devices
- changed spec file to call hal-info configure with
  --disable-video-default-quirks
* Mon Nov 24 2008 dkukawka@suse.de
- updated hal-info to 20081124
- this update include fixes for:
  - detect more modems
  - detect/fix some mp3 musicplayer devices
* Thu Nov 20 2008 dkukawka@suse.de
- update HAL to latest git (93579b151700c5) of my tree and
  hal-info to 20081120
- this update include fixes for:
  - fixed ipw addon to use fputs instead of fputc
  - split 10-ipw-rfkill-switch.fdi into two seperate files for
  ipw* and iwl* drivers
- changed spec file to disable only iwl* killswitch handling
* Wed Nov 19 2008 dkukawka@suse.de
- update HAL to latest git (f0ec1d3468bb1b) of my tree and
  hal-info to 20081119
- this update include fixes for:
  - add a new (singleton) addon for killswitches from the rfkill
  kernel subsystem that handle all available rfkill devices in
  one (should also fix parts of bnc#446013)
  - added a new killswitch.state property to reflect the state
  - add some more modems to hal-info (incl. fix for bnc#442727)
- due to new rfkill addon call --disable-killswitch-ipw-wlan
  to disable special IPW killswitch handling, should work now via
  the rfkill addon since the Intel WLAN driver uses also the rfkill
  subsystem
* Sat Nov 15 2008 dkukawka@suse.de
- removed patch:
  - hal-20080828-add-standby-support_v3.diff: fixed bnc#440926,
  remove support for standby (S1)
* Sat Nov 15 2008 dukawka@suse.de
- updated HAL to latest git (79b92dbdf65b8c) of my tree:
- this update include fixes for:
  - updated/fixed spec for memstick/memstick_host
  - fixed problems with detect/handle when hald finished
  initialisation
  - fixed bnc#444913: since udev tell nothing about CD/DVD media
  we still have to check the fs info via libvolume_id, use this
  way only if there are no udev info
* Fri Nov 14 2008 dkukawka@suse.de
- fixed bug:
  - bnc#445018: removed consolekit from startscript since it's no
  service anymore
  - removed python-devel from build requires since there is no
  python stuff in the code anymore
* Wed Nov 12 2008 dkukawka@suse.de
- updated patch:
  - hal-20081112-fix-docking-support.diff: fixed segfault from
  bnc#441851.
* Fri Nov 07 2008 dkukawka@suse.de
- update HAL to latest git (07196f11b42c240) of my tree and
  hal-info to 20081107
- this update includes fixes for:
  - improve performance: don't ask libvolume_id for filesystem
  related information, which we get already from udev, use the
  udev data
  - add support for memstick/memstick_host subsystems and add
  memstick as bus for block devices
  - some more USB music player and suspend quirks
* Wed Nov 05 2008 hmacht@suse.de
- updated patch:
  - hal-20081105-fix-docking-support.diff: fix segfault when lever
  on bay device is pulled (bnc#441851)
* Fri Oct 31 2008 dkukawka@suse.de
- update HAL to latest git (689d0503c45161) of my tree
- this update includes fixes for:
  - fix dm-device/LUKS handling (bnc#440612)
* Thu Oct 30 2008 dkukawka@suse.de
- update HAL to latest git (b04aef9f3666a5) of my tree
- this udate includes fixes for:
  - adds support for cciss devices with recent kernel versions
  (fix for bnc#433772)
  - define volume.fstype.alternative.preferred
  - add code to check if the generic (acpi) video module handles
  brightness changes directly (brightness_in_hardware)
  - fix for md storage device handling
  - remove unused code from brightness scripts which is now handled
  by an addon
* Tue Oct 28 2008 dkukawka@suse.de
- update HAL to latest git (ae92796e39b566) and updated hal-info to
  20081027
- this udate includes fixes for:
  - reverted BDI related changes since the can cause trouble,
  this mean the problem from bnc#433772 isn't solved yet
  - biometric and biometric.fingerprint_reader code is now upstream
  - fixed some trouble with handling usb/usb_class devices
  - spec now defines new handling/keys for alternative filesystem/
  mounthandlers as ntfs-3g, current mount code is able to handle
  the changes already
  - fixed spec for missing existing keys/properties
  - some new suspend quirks, USB music players and modems
- removed patches:
  - hal-20081023-add_biometric_namespaces.diff
  - hal-20081023-add_fingerprint_reader_ACL.diff
* Fri Oct 24 2008 dkukawka@suse.de
- update HAL to latest git (98c2686104fc1c) and updated hal-info to
  20081024
- this udate includes fixes for:
  - bnc#437930: add another USB music player
  - fixed problems with Dell Bluetooth killswitches
  - added mmc_host slot_name (mmc_host.slot_name) support
  - fixed HP keymapping to handle only laptops
  - fixed Acer keymapping (use only valid keys)
  - fixed keymap-check.sh to validate keymaps
- added new patches:
  - hal-20081023-add_biometric_namespaces.diff: add new biometic &
  biometric.fingerprint_reader namespaces to spec (bnc#438187)
  - hal-20081023-add_fingerprint_reader_ACL.diff: ACL rules for
  fingerprint readers (bnc#438187)
- removed patches:
  - hal-info-20080828-fix-acer-keymapping.diff: removed for now
  need to be rewritten and commited upstream.
* Thu Oct 23 2008 dkukawka@suse.de
- update HAL to latest git (090e5a8bae8110) and updated hal-info to
  20081023
- this udate includes fixes for:
  - support pci as storage bus
  - support bdi as storage bus/interface (bnc#433772)
  - add DVD-R DL device capablity detection (storage.cdrom.dvdrdl)
  - fixed spec (cleanups, alphabetical order and other)
  - fixed usage of *_outof/';' in hal-info
- removed upstream gone patches:
  - hal-20081021-add-pci_as_storage_bus.diff
  - hal-20081022-add-bdi_subsystem.diff
* Wed Oct 22 2008 dkukawka@suse.de
- added new patch:
  - hal-20081022-add-bdi_subsystem.diff: support the BDI (Backing
  Device Information) subsystem
* Tue Oct 21 2008 dkukawka@suse.de
- added new patch:
  - hal-20081021-add-pci_as_storage_bus.diff: support pci as
  storage bus for cciss storage device (bnc#433772)
* Tue Oct 21 2008 dkukawka@suse.de
- update HAL to latest git (6c7a7aeea3aef5) and updated hal-info to
  20081021
- this version includes fixes for:
  - unified handling of volume.ignore for recovery partitions
  - fixed udi handling to prevent crashes (fd.o#16040)
  - added ppdev (Parallel Port Devices) subsystem and ACL/device
  access policy (bnc#235059)
  - support for virtual network devices (e.g. loopback, tun* etc)
  - new obex namespace and ACL/device access policy
  - fixed pda ACL rules
  - fixed spec formating
- added new patch:
  - hal-20081021-fix-docking-support.diff: was reverted upstream,
  separated into a patch for now.
* Sun Oct 12 2008 dkukawka@suse.de
- update HAL to latest git (122e41a10aeb3c) and set package version
  to upcomming 0.5.12, updated hal-info to 20081012
- this version includes fixes for:
  - basic support for new rfkill subsystem (we need an new addon
  for full support)
  - fate#304731: docking support
  - bnc#429681: brightness handling on MS Wind U-100
  - bnc#419403/432340: locale is not supported on kernel ntfs
- removed upstream gone patches:
  - hal-20080701-fix-get_storage.model_from_SCSI.diff
* Wed Oct 01 2008 dkukawka@suse.de
- updated patch:
  - hal-20081001-fix-get_storage.model_from_SCSI.diff
* Tue Sep 30 2008 dkukawka@suse.de
- updated HAL to latest git from today to integrate patch from
  Gabriel Burt <gburt@suse.de> to export seconds_to_sleep to
  pm-utils
* Tue Sep 30 2008 dkukawka@suse.de
- updated HAL to latest git from today to fix 64bit big endian
  problems from bnc#428969.
* Tue Sep 30 2008 dkukawka@suse.de
- updated HAL to 0.5.11_git20080930 and hal-info to 20080930
- removed upstream gone patches:
  - hal-20080909-dont_use_hal_util_compute_udi_inside_HAL.diff
  - 0001-hal-acl-tool-don-t-free-strings-that-are-not-suppose.diff
* Mon Sep 22 2008 lnussel@suse.de
- hal-acl-tool: don't free strings that are not supposed to be freed
  (bnc#428005)
* Thu Sep 11 2008 cthiel@suse.de
- remove $remote_fs from init script as a temporary workaround for
  an init script loop between haldaemon and network
* Tue Sep 09 2008 dkukawka@suse.de
- removed patch:
  - hal-20080909-fix-slash_at_end_of_udi.diff
- updated patch:
  - hal-20080909-dont_use_hal_util_compute_udi_inside_HAL.diff
* Tue Sep 09 2008 dkukawka@suse.de
- updated patch (for testing):
  - hal-20080909-fix-slash_at_end_of_udi.diff
* Tue Sep 02 2008 dkukawka@suse.de
- added new patches:
  - hal-20080903-fix-slash_at_end_of_udi.diff: don't allow UDIs
  with a '/' at the end, remove the last char in this case
  - hal-20080903-dont_use_hal_util_compute_udi_inside_HAL.diff:
  don use hal_util_compute_udi() inside of HAL.
* Thu Aug 28 2008 dkukawka@suse.de
- updated HAL to 0.5.11_git20080828 and hal-info to 20080828
- removed upstream gone patches:
  - hal-20080317-fix-linux_remove_childs.diff
  - hal-20080626-fix-PropertyModified.diff
  - hal-20080414-fix-pmu_sysfs-power_supply.diff
  - hal-20080628-fix-memory-leak-g_strsplit.diff
  - hal-20080630-fix-remove_storage.model_from_Volumes.diff
  - hal-20080630-reuse-check_priv-code_for_helper.diff
  - hal-20080701-generic-backlight-addon.diff
  - hal-20080701-fix-merge-uint64.diff
  - hal-20080702-ipw-killswitch-addon.diff
  - hal-20080620-fix-configure.diff
  - hal-20080730-detect-TabletPCs_with_wacomUSB.diff
  - hal-20080811-fix-Lock_handling.diff
  - hal-20080821-fix-usage_of_var_run_hald.diff
  - hal-info-20080702-fix-identify-cardreader.diff
  - hal-info-20080715-add-CDMA_USB_modem.diff
  - hal-info-20080716-fix-Samsung-keymapping.diff
  - hal-info-20080730-fix-sony_laptop-keymapping.diff
- removed no longer needed patches:
  - hal-20071113-fix-storage-policy-fixed-drives.diff
- updated patches (ported to new source):
  - hal-20080828-add-standby-support_v3.diff
  - hal-info-20080828-fix-acer-keymapping.diff
- changed rc script and spec to use only /var/run/hald and no
  longer /var/run/hal (and /var/run/hald)
* Sat Aug 23 2008 aj@suse.de
- Fix init script.
* Fri Aug 22 2008 prusnak@suse.cz
- enabled SELinux support [Fate#303662]
* Thu Aug 21 2008 dkukawka@suse.de
- use always /var/run/hald and not /var/run/hal (should also fix
  bnc#418743), fixed rc and spec file for this change
- added new patch:
  - hal-20080821-fix-usage_of_var_run_hald.diff: fixed single
  place in the code where /var/run/hal was used
* Wed Aug 20 2008 dkukawka@suse.de
- updated patches:
  - hal-20080811-fix-Lock_handling_if_LockOwner_die.diff to
  hal-20080811-fix-Lock_handling.diff: fix it now in general
* Mon Aug 11 2008 dkukawka@suse.de
- hal-20080811-fix-Lock_handling_if_LockOwner_die.diff: fixed
  lock handling if the lockowner exit or die without call Unlock().
* Mon Aug 11 2008 ro@suse.de
- fix build for hal-doc package
* Thu Jul 31 2008 dkukawka@suse.de
- deactivated patch:
  - hal-20071113-fix-storage-policy-fixed-drives.diff
* Wed Jul 30 2008 dkukawka@suse.de
- added new patches:
  - hal-20080730-detect-TabletPCs_with_wacomUSB.diff: detect
  Laptop with internal WACOM USB Tablets correctly as TabletPCs
  - hal-info-20080730-fix-sony_laptop-keymapping.diff: fix the
  keymapping for sony laptops.
* Thu Jul 24 2008 dkukawka@suse.de
- enabled ACL support
* Wed Jul 16 2008 dkukawka@suse.de
- updated hal-info to latest git (20080716)
- added new patches to fix mess from git master:
  - hal-info-20080716-fix-Samsung-keymapping.diff: fix keymapping
  for Samsung machines and added a S20X
  - hal-info-20080716-fix-acer-keymapping.diff: fixed Acer mapping,
  added keys to allow blacklisting, use it now only for laptops,
  added a TM 660
* Tue Jul 15 2008 dkukawka@suse.de
- added new patch:
  - hal-info-20080715-add-CDMA_USB_modem.diff: add a CDMA USB
  modem, info for fdi-file contributed by reporter via bnc#405332
* Tue Jul 15 2008 dkukawka@suse.de
- fixed rchal file, removed ';' to fix bnc#407880
* Mon Jul 07 2008 dkukawka@suse.de
- fixed libsmbios requirements due to renaming of libsmbios-lib
* Wed Jul 02 2008 dkukawka@suse.de
- added new patch:
  - hal-20080702-ipw-killswitch-addon.diff: added new addon for the
  IPW killswitch device to improve performance since this
  interface get called every 1 or 2 seconds by NetworkManager.
* Tue Jul 01 2008 dkukawka@suse.de
- added new patch:
  - hal-info-20080702-fix-identify-cardreader.diff: update matches
  for some cardreader (fix for fd.o#16577)
* Tue Jul 01 2008 dkukawka@suse.de
- signed and added comments to all the may upstream going patches
- added new patch:
  - hal-20080701-fix-merge-uint64.diff: fix merge for unit64
* Tue Jul 01 2008 dkukawka@suse.de
- added new patch:
  - hal-20080701-generic-backlight-addon.diff: use an addon instead
  of callout to set/read brightness to/from generic sysfs
  backlight interface
* Tue Jul 01 2008 dkukawka@suse.de
- updated patch:
  - hal-20080701-fix-get_storage.model_from_SCSI.diff: read from
  layer only for IDE devices
* Mon Jun 30 2008 dkukawka@suse.de
- added new patch:
  - hal-20080630-reuse-check_priv-code_for_helper.diff: added new
  files util_helper_priv.{c/h} to reuse code of check_priv() in
  the addons instead of do the same again and again.
* Mon Jun 30 2008 dkukawka@suse.de
- added new patches:
  - hal-20080630-fix-get_storage.model_from_SCSI.diff: fix for
  bnc#397871 to get storage.model from SCSI-layer via ioctl and
  not from sysfs to prevent problems with ide via SCSI layer
  - hal-20080630-fix-remove_storage.model_from_Volumes.diff:
  remove the storage.model property from volumes, they don't need
  it and it's always empty
* Sat Jun 28 2008 dkukawka@suse.de
- added new patch:
  - hal-20080628-fix-memory-leak-g_strsplit.diff: fix possible
  memoryleak
* Fri Jun 27 2008 dkukawka@suse.de
- fixed spec file
- added new patch:
  - hal-20080414-fix-pmu_sysfs-power_supply.diff: fix for fd.o
  [#15482] to fix battery handling with pmu (ppc)
* Thu Jun 26 2008 dkukawka@suse.de
- renamed patches, use now this notation to trace date of patch
  creation/change: hal-${DATE}-*
- update HAL to latest git master (20080626)
- added new patch:
  - hal-20080626-fix-PropertyModified.diff: fix fd.o #16427
* Fri Jun 20 2008 schwab@suse.de
- Fix configure script.
* Tue Jun 17 2008 dkukawka@suse.de
- updated hal-info to 20080617
* Thu Jun 05 2008 dkukawka@suse.de
- updated hal to git master and hal-info to 20080605
- removed patches:
  - hal-update-to_41073645ea95e.diff
* Fri May 23 2008 dkukawka@suse.de
- updated hal-info to 20080523 including:
  - bnc#378674: fix huawei e220 umts-modem
  - bnc#391289: fix entry for HP hs2300 Broadband Wireless
  - bnc#394224: keymapping for a HP 2710p
  - suspend quirk and keymap updates
- added new patch:
  - hal-update-to_41073645ea95e.diff including backport from git:
    - fixed detecting wireless network devices
    - add support for main-/baseboard information
    - cleaned up and fixed SPEC
* Fri May 09 2008 dkukawka@suse.de
- updated to latest official HAL (0.5.11) and hal-info (20080508)
  release
- removed upstream gone patches:
  - hal-misalignment.diff
- fixed bugs:
  - bnc#341035: changed rc.hal to delete /media/.hal-mtab* on boot
  first if HAL is ready and running
  - bnc#380075: brightness control on ix86 MacBook
  - bnc#378132: fixed killswitch scripts for DELL_WCTL
  - bnc#371487: add support for Telstra/NextG CDMA
  - bnc#374522: fix broken alignment
  - bnc#334106: HAL don't crash anymore with latest code
* Fri Apr 11 2008 hmacht@suse.de
- reorder starting the hald and loading the CPUFreq modules in
  rc.hal so that the modules are present when hald-addon-cpufreq is
  started (bnc#377809)
* Thu Apr 10 2008 ro@suse.de
- added baselibs.conf for xxbit packages
* Mon Apr 07 2008 dkukawka@suse.de
- fixed bugs:
  - bnc #341035: remove /media/.hal-mtab* on boot
* Thu Mar 27 2008 schwab@suse.de
- Fix more alignment bugs.
* Thu Mar 20 2008 schwab@suse.de
- Fix broken alignment.
* Wed Mar 19 2008 dkukawka@suse.de
- updated hal to latest hal_branch_0_5_11 (post RC2) and updated
  hal-info to git master
- removed upstream gone patches:
  - hal-fix-acpi_high_rate_calculate_on_time_v2.diff
- removed other temporary patches:
  - hal-fix-crash.diff
  - hal-revert-parallel.diff
- fixed bugs:
  - b.n.c #359793: changed rc-script to not use startproc on start
* Mon Mar 17 2008 dkukawka@suse.de
- updated hal and hal-info 20080317:
- removed patches:
  - hal-fix-addon.diff
  - hal-performance-changes.diff
- added new patches from ML:
  - hal-revert-parallel.diff (parallel handling don't work atm
  as expected)
  - hal-fix-crash.diff
- added new own patch:
  - hal-fix-linux_remove_childs.diff: remove only childs if they
  have no sysfs path set (as e.g. spawned devices)
* Fri Mar 14 2008 dkukawka@suse.de
- updated hal and hal-info to released v0.5.11rc1:
- removed upstream gone patches:
  - hal-add-tabletPC_support_v3.diff
  - hal-deprecated_keys_v2.diff
- updated patches:
  - hal-fix-acpi_high_rate_calculate_on_time_v2.diff
  - hal-add-standby-support_v2.diff
- added new patches:
  - hal-fix-addon.diff
* Wed Mar 05 2008 dkukawka@suse.de
- updated hal and hal-info to git master from 20080305
- removed upstream gone patches:
  - hal-add-dockstation-support.diff
  - hal-add-ps3_system_bus.diff
- added new patches:
  - hal-deprecated_keys_v2.diff: remove deprecated keys from the
  code
- changed configure:
  - hal:
    - build pmu support only on ppc/ppc64, disable ACPI on ppc*
    - build Dell/Toshiba/Sony device support only on ix86/x86_64
    - disable keymapping support for ia64 s390 s390 s390x since we
  have no keymapping for them atm
  - hal-info:
    - build Dell/Sony/Thinkpad killswitch only on ix86/x86_64
* Tue Feb 26 2008 dkukawka@suse.de
- remove /usr/share/gtk-doc dirs if build base package
* Fri Feb 22 2008 dkukawka@suse.de
- fixed b.n.c #363765: move API doc to /usr/share/gtk-doc to get
  it into devhelp
* Thu Feb 21 2008 dkukawka@suse.de
- added new patches from upstream ML:
  - hal-add-ps3_system_bus.diff: support PS3 bus (b.n.c #360607)
* Fri Feb 08 2008 thoenig@suse.de
- add version info to Obsolete/Provides hotkey-setup
* Thu Feb 07 2008 dkukawka@suse.de
- updated hal and hal-info to git master from 20080207:
  - fixed HAL battery handling
- removed upstream gone patches:
  - hal-fix-mmap_cache_force.diff
* Tue Feb 05 2008 hmacht@suse.de
- new patch:
  - hal-add-dockstation-support.diff: Add interface and method
  o.f.h.Device.DockStation.Undock
* Mon Feb 04 2008 thoenig@suse.de
- Add 'Provides: hotkey-setup' and 'Obsoletes: hotkey-setup'. hal
  and hal-info now provide the infrastructure previously
  implemented by hotkey-setup.
* Thu Jan 31 2008 dkukawka@suse.de
- added new patch:
  - hal-fix-mmap_cache_force.diff: fixed b.n.c #357625, removed
  no longer existing --force argument from call
  hald-generate-fdi-cache inside of HAL.
* Tue Jan 29 2008 dkukawka@suse.de
- updated hal and hal-info to git master from 20080128:
  - HAL use now the sysfs battery interface in the power_supply
  subsystem instead of the proc battery interface. There are
  maybe bugs in the kernel interface and/or HAL left.
  - for other changes see the Changelogs
- removed upstream gone patches:
  - hal-fix-configure-parted.diff
* Sat Jan 26 2008 aj@suse.de
- Remove doxygen from build requires since hal does not use it anymore.
- Remove docbook from build requires since xmlto is now used.
* Wed Jan 02 2008 kay.sievers@novell.com
- grant haldaemon access to PolicyKit database (needed for PK 0.7)
* Wed Dec 12 2007 dkukawka@suse.de
- update to hal git master from 20071212 and to offical hal-info
  release 20071212
- removed upstream gone patches:
  - hal-fix-lshal_show_long.diff
- added new patches:
  - hal-fix-configure-parted.diff: fix configure to check libparted
  from pc file if available
  (replace hal-update-libparted_check.diff)
* Tue Dec 11 2007 coolo@suse.de
- removed the check for parted minor
* Fri Dec 07 2007 dkukawka@suse.de
- added new patch:
  - hal-fix-lshal_show_long.diff: use -l as default if --show is
  used as arg for lshal
* Fri Dec 07 2007 dkukawka@suse.de
- disabled IBM acpi event handling in HAL (--disable-acpi-ibm)
* Fri Dec 07 2007 dkukawka@suse.de
- updated to hal/hal-info git master from 20071207
- removed upstream gone patches:
  - hal-add-drm_subsystem.diff
  - hal-Brightness_Dell_dcdbas.diff
  - hal-cleanup_set_suspend_hibernate_keys.diff
  - hal-fix-acpi_on_battery_discharging.diff
  - hal-fix-addon-storage_state_for_floppy.diff
  - hal-fix-dont_add_pci_device_without_pciID.diff
  - hal-fix-libhal_checkUDI_addParameterChecks.diff
  - hal-fix-prevent_eject_method_for_dm-devices.diff
  - hal-fix-remove_spawned_childs.diff
  - hal-fix-segfault_on_cache_recreation.diff
  - hal-fix-util_compute_time_remaining_warning_highTime.diff
  - hal-info-killswitch_Dell_dcdbas.diff
  - hal-linux-ignore_drivers_modules_uvents.diff
  - hal-use-dmi_from_sysfs_v3.diff
* Mon Dec 03 2007 dkukawka@suse.de
- added new patch:
  - hal-fix-segfault_on_cache_recreation.diff: fix segfault if the
  fdi-cache get generated new while HAL is running.
* Thu Nov 29 2007 dkukawka@suse.de
- added new patch:
  - hal-fix-addon-storage_state_for_floppy.diff: fix the init
  media detection state for e.g. case if a floppy was already in
  the USB floppy device as the device get attached
- activated package also for openSUSE 10.3 in the OSBS repo
* Wed Nov 28 2007 dkukawka@suse.de
- updated to hal/hal-info git master from 20071128
- removed upstream gone patches:
  - hal-cleanup_device.c.diff
  - hal-fix-loop_on_empty_fdi_rules.diff
  - hal-fix-partutil_add_more_checks.diff
- added new patches:
  - hal-fix-dont_add_pci_device_without_pciID.diff: don't add pci
  devices which don't have a PCI vendor or product ID
* Mon Nov 26 2007 dkukawka@suse.de
- added new patches:
  - hal-cleanup_set_suspend_hibernate_keys.diff: reuse code, call
  other codepaths only if really needed
  - hal-acpi_high_rate_calculate_on_time.diff: (experimental) check
  if the reporting rate is >= 40Watt and calculate the remaining
  time in this case not with the rate, but via time and current
  capacity. (b.n.c #304504)
- updated patches:
  - hal-add-standby-support.diff
* Sat Nov 24 2007 dkukawka@suse.de
- added already commited patch:
  - hal-cleanup_device.c.diff
* Sat Nov 24 2007 dkukawka@suse.de
- added new patch:
  - hal-add-drm_subsystem.diff: add the drm subsystem to HAL.
  Should fix b.n.c #231171 for Intel and ATI drm/dri devices.
* Tue Nov 20 2007 dkukawka@suse.de
- updated to hal/hal-info trunk from 20071120
- added new patch:
  - hal-fix-partutil_add_more_checks.diff: add some more checks to
  prevent segafaults
* Thu Nov 15 2007 dkukawka@suse.de
- added patch:
  - hal-fix-remove_spawned_childs.diff: if a device get removed
  check first if there are childs left and remove them before
  remove the parent device of a child. This should fix problems
  with e.g. spawned devices.
* Thu Nov 15 2007 dkukawka@suse.de
- added patch:
  - hal-linux-ignore_drivers_modules_uvents.diff: ignore on linux
  all events for drivers and module subsystem events. We don't
  need them atm.
* Tue Nov 13 2007 dkukawka@suse.de
- added patch:
  - hal-fix-libhal_checkUDI_addParameterChecks.diff: check if a
  given UDI is minimal valid, added some more parameter checks
* Tue Nov 13 2007 dkukawka@suse.de
- updated patch:
  - hal-use-dmi_from_sysfs_v3.diff: use /sys/class/dmi/id
* Tue Nov 13 2007 dkukawka@suse.de
- added new patches:
  - hal-Brightness_Dell_dcdbas.diff
  - hal-fix-loop_on_empty_fdi_rules.diff
  - hal-info-killswitch_Dell_dcdbas.diff
  - hal-use-dmi_from_sysfs_v2.diff
* Tue Nov 13 2007 dkukawka@suse.de
- updated to git master from 20071113:
- removed upstream gone patches:
  - hal-fix-missing_includes.diff
  - hal-fix-dellWirelessCtl_0.13.12.diff
- removed no longer needed patches:
  - hal-fix-int_outof_4a75be3c.diff
- updated patches:
  - hal-fix-storage-policy-fixed-drives.diff
* Mon Nov 05 2007 dkukawka@suse.de
- added backported patch from git master:
  - hal-fix-int_outof_4a75be3c.diff: fix not working int_outof
  fdi-file directive
* Sun Nov 04 2007 dkukawka@suse.de
- added new patch:
  - hal-fix-dellWirelessCtl_0.13.12.diff: added support for the
  new libsmbios v0.13.12 where the binaries are moved from
  /usr/bin to /usr/sbin
- fixed Requirements for hal-devel (need libsmbios-libs-devel on
  some Archs)
* Tue Oct 30 2007 dkukawka@suse.de
- updated patch:
  - hal-fix-acpi_on_battery_discharging.diff: free GSList objects
  and added check to call the additional code only on primary
  batteries.
* Wed Oct 17 2007 dkukawka@suse.de
- Updated to actual git master (20071017) of hal and hal-info
- removed upstream gone patches:
  - hal-access-deleted-memory.diff
  - hal-add-ThinkPadAcpiEvent_killswitch.diff
  - hal-macbook-x86_64.diff
- removed no longer needed patches:
  - hal-backport-split-luks-policy.diff
  - hal-revertHEAD-update-to-work-with-PolicyKit-HEAD.diff
  - hal-revert-returnvalues_from_int_to_uint.diff
  - hal-fix-storage-policy-extra-options.diff
- updated patches:
  - hal-add-standby-support.diff
- added new patches:
  - hal-fix-missing_includes.diff
- added gcc-c++ to BuildRequires for ix86/x86_64 to build the
  dell addon.
* Thu Sep 20 2007 dmueller@suse.de
- fix kded crashes, part one (#326488)
* Thu Sep 20 2007 ro@suse.de
- make sure macbook addons are built on x86_64 as well (#325811)
* Mon Sep 10 2007 dkukawka@suse.de
- added new patches:
  - hal-add-ThinkPadAcpiEvent_killswitch.diff: forward ACPI event
  for the killswitch (solve #302539 for ThinkPads to send a
  notification)
* Mon Sep 03 2007 dkukawka@suse.de
- backported from git HEAD:
  - split LUKS policies into own for removable/fixed media
  (to fix b.n.c #306694)
  - revert commit #7b159b55: return INT32 from addons and scripts
  to fit the SPEC (need also fixes in KPowersave and powersaved)
- added new patches:
  - hal-fix-storage-policy-extra-options.diff: add needed policies
  for uid= mount option back to HAL (b.n.c #305978)
  - hal-fix-prevent_eject_method_for_dm-devices.diff: don't add
  eject method for dm-mapper devices, call eject on them is
  not possible (part of #306641)
* Fri Aug 31 2007 dkukawka@suse.de
- updated hal/hal-info to current git (20070831):
  - include patch for b.n.c #303861 (handle device mapper volumes
  on LUKS handling)
  - suspend quirks and new keymaps in hal-info
- updated patches:
  - hal-add-tabletPC_support_v3.diff: removed not needed popt code
  this tool get only called by hal without any parameter, fix
  settings for FPI2004 gateway devices, they need baud_base and
  autoconfig as setserial paramater (see bug #304396)
* Wed Aug 29 2007 dkukawka@suse.de
- updated hal/hal-info to current git (20070829)
  - reduced size of fdi-files in hal-info due to usage of new
  *_outof fdi match directives by 60KB
- removed upstream gone patches:
  - hal-add_soundcard_fix_device_file_handling_v2.diff
  - hal-fix-strlist_changeset_handling.diff
  - hal-fix-fd.o_10399_burn_speeds.diff
  - hal-fix-MERGE_indirections.diff
  - hal-fix-preappend_copyProperty_indirections.diff
  - hal-fix-libhal_parameter_checks.diff
  - hal-fix-pmu.diff
  - hal-info-fix_brightness_in_hardware_ThinkPad.diff
- removed no longer needed patches (former backported from HEAD):
  - hal-fix-use_direct_connection_if_available.diff
  - hal-fix-linux_dvd_rw_utils.diff
- added new patch:
  - hal-revertHEAD-update-to-work-with-PolicyKit-HEAD.diff
  (revert changes made on HEAD due to PolicyKit git HEAD)
* Mon Aug 27 2007 dkukawka@suse.de
- added new patches:
  - hal-fix-MERGE_indirections.diff: fix indirections in FDI file
  <merge> directives
  - hal-fix-preappend_copyProperty_indirections.diff: fix also
  indirections in the prepend/append copy_property directives
  - hal-fix-libhal_parameter_checks.diff: add some more parameter
  checks into libhal functions
  - hal-info-fix_brightness_in_hardware_ThinkPad.diff: set the key
  brightness_in_hardware for all Lenovo ThinkPad to 'true'
- added from git HEAD backported patches:
  - hal-fix-use_direct_connection_if_available.diff: try to use
  existing connection to HAL to avoid NameOwnerChanged signals
  because of NM's excessive calls into GetPower()
  - hal-fix-linux_dvd_rw_utils.diff: handle renaming of
  SG_FLAG_LUN_INHIBIT to SG_FLAG_UNUSED_LUN_INHIBIT in sg.h
  - hal-fix-pmu.diff: fix directory path to /proc/pmu
- fixed bugs:
  - b.n.c #205399: FDI file indirections
  - b.n.c #304715: add more parameter checks in libhal
  - b.n.c #304886: fix brightness_in_hardware for IBM
  - b.n.c #304972: fix PMU/PPC battery handling
* Fri Aug 24 2007 dkukawka@suse.de
- updated hal/hal-info to current git (20070824):
  - fixed reported bugs: b.n.c #303834, #303855
  - new keymaps for 6 HP and 3 Acer machines and other (hal-info)
  - suspend quirk for Lenovo Z61t and Acer TM 250 (hal-info)
- added new patches:
  - hal-fix-fd.o_10399_burn_speeds.diff: update available burn
  speed of CD/DVD writer with each media change
  - hal-fix-strlist_changeset_handling.diff: fix handling of
  strlist changeset calls via libhal. Only emit one signal about
  changed property for each call and not each changed list entry,
  fixed possible crash in libhal_changeset_set_property_strlist()
- removed upstream gone patches:
  - hal-fix-computer_probing_v2.diff
  - hal-allow_uid_gid_on_hfs_v2.diff
- fixed patches:
  - hal-add-tabletPC_support_v2.diff: set baud_base correct for the
  setserial command, FPI2004 devices don't need baud_base anymore
  (b.n.c #304388, #304396)
- added ConsoleKit to Requires and setserial to Requires for *x86
  needed for TabletPCs
* Thu Aug 16 2007 dkukawka@suse.de
- updated hal/hal-info to current git (20070816)
- removed upstream gone patches:
  - hal_remove_sysfs_and_proc_helpers_v2.diff
- added new patches:
  - hal-fix-computer_probing_v2.diff: fix detection if machine is
  a laptop, but dmidecode return something other
- fixed bugs:
  - b.n.c #300539: obsolete hal-gnome for > 10.2
  - detect again pci.vendor_id
* Tue Aug 07 2007 dkukawka@suse.de
- updated hal/hal-info to current git ()
- removed upstream gone patches:
  - hal-cleanup_acpi-addon_DBusError_handling_v2.diff
  - hal-fix-asprintf-compilerwarning.diff
  - hal-fix-DellBrightness-addon.diff
  - hal-fix-fd.o11290-get_ACPI_version.diff
- added new patches:
  - hal_remove_sysfs_and_proc_helpers_v2.diff: use now path to
  sysfs and proc hardcoded
- fixed hal-info package to activate WLAN killswitch fdi-files
* Mon Aug 06 2007 dkukawka@suse.de
- removed patches:
  - hal-cleanup-deprecated_libhal-storage.diff :
  removed temporary patch for deprecated functions.
  NOTE: all deprecated functions shouldn't be used any longer
  they get removed as soon as possible! They are already
  marked as deprecated since 09/2006!
* Sat Aug 04 2007 aj@suse.de
- Require ConsoleKit-devel.
* Sat Aug 04 2007 coolo@suse.de
- fix devel requires
* Fri Aug 03 2007 dkukawka@suse.de
  NOTE: package is currently untested (hal start and run, lshal work,
  rest untested), that's why it's in beta:
- updated HAL to current git trunk
- updated hal-info to current git trunk
- removed no longer needed patches:
  - hal-pedantic-headers.diff
  - hal-fix-SetPowerSave.diff
  - hal-update-libparted_check.diff
  - hal-fix-acpiIBM_brightness_up.diff
  - hal-fix-mount_options_vfat.diff
  - hal-fix-info.category_for_laptop_panel_v3.diff
- Updated/ported patches:
  - hal-add-standby-support.diff
  - hal-cleanup_acpi-addon_DBusError_handling_v2.diff
  - hal-fix-acpi_on_battery_discharging.diff
- added new patches:
  - hal-fix-asprintf-compilerwarning.diff
  - hal-fix-DellBrightness-addon.diff
  (stop addon if needed kernel module isn't loaded)
  - hal-fix-fd.o11290-get_ACPI_version.diff
  - hal-cleanup-deprecated_libhal-storage.diff
  (remove long time deprecated libhal-storage policy code)
- removed find_lang macro from spec file (there are no translations
  anymore)
- s/--with-doc-dir/--docdir/ and added --with-html-dir to get
  all doc stuff to %%{_datadir}/doc/packages/hal/
- removed polkit and added consolekit to 'Required-Start:' of the
  rc script, cleaned up the script
* Fri Jul 27 2007 dkukawka@suse.de
- fixed bugs
  - b.n.c #274706: fixed typo in hal-fix-mount_options_vfat.diff
* Mon Jul 23 2007 coolo@suse.de
- Ignore automaticly updated pciutils-ids to avoid suprising rebuilds
* Tue Jul 17 2007 lrupp@suse.de
- use fdupes to reduce the package size
- add version information to provides/obsoletes
- put the package informations into the %%if tags
- cleanup %%prep section
- test existence of haldaemon user/group in %%pre
- add %%insserv_prereq to PreRequires
- use %%find_lang macro
- use more macros in %%install section
- rename hal-doc-fixup.sh to pre-checkin.sh
- removed obsolete hal-performance_pci.ids_v5.diff
* Wed Jun 13 2007 seife@suse.de
- Adopt hal-panasonic-acpi-suse.diff to the updated kernel driver.
  Old kernels (10.1/10.2) will still work.
* Fri May 11 2007 dkukawka@suse.de
- added new patches:
  - hal-fix-SetPowerSave.diff: fix SetPowerSave() return type
  - hal-update-libparted_check.diff: allow also libparted 1.8.7
  - hal-fix-acpi_on_battery_discharging.diff: fix broken ACPI
  batteries from b.n.c #258755
  - hal-fix-acpiIBM_brightness_up.diff: disable forward brightness
  up key event since this now also work via input-layer
  - hal-allow_uid_gid_on_hfs_v2.diff: allow gid=/uid= for removable
  media volumes with hfs filesystems, see b.n.c#232235
  - hal-fix-mount_options_vfat.diff: allow -o flush for vfat see
  b.n.c #230737
* Sat Apr 28 2007 aj@suse.de
- Add libexpat-devel to buildrequires.
- Enable parallel build.
* Fri Apr 20 2007 dmueller@suse.de
- fix headers to compile with -pedantic
* Wed Apr 18 2007 ro@suse.de
- remove docu build (and docu) from main package to reduce
  build dependencies
- split off hal-doc.spec and create script to create
  hal-doc.spec from hal.spec
* Mon Apr 02 2007 dkukawka@suse.de
- updated to actual HAL/hal-info git
- removed patches:
  - parted.patch
  - hal-fix-hal_device_manager_about_dialog.diff
  - hal-fix-eject_path.diff
  - hal-fix-configure-dell.diff
  - hal-add-IBMHotkey_Support_v2_incl_TabletPC.diff
  - hal-add-cdrom_capabilities.diff
  - hal-fix-power-privileges.diff
  - hal-revert-git-multisession.diff
  - hal-pci.diff
- updated patch:
  - hal-add_soundcard_fix_device_file_handling_v2.diff
- fixed bugs:
  - b.n.c #258800
  - b.n.c #255934
  - b.n.c #256270 (now fixed upstream via configure parameter)
* Mon Mar 26 2007 dkukawka@suse.de
- updated to actual HAL/hal-info git (== 0.5.9rc2)
  - updated libsmbios dependencies
  - cleaned up configure options
- removed now upstream included patches:
  - hal-usb_speed_and_version_in_double.diff
  - hal-validate_error_name.diff
  - hal-add-alsa_midi_devices.diff
- updated patches:
  - hal-add-tabletPC_support_v2.diff
- added patches:
  - hal-fix-configure-dell.diff: enable Dell backlight addon also
  for x86_64
* Sat Mar 24 2007 schwab@suse.de
- Fix quoting.
* Sat Mar 24 2007 aj@suse.de
- Allow building against parted 1.8.6.
* Tue Mar 20 2007 dkukawka@suse.de
- added patches:
  - hal-validate_error_name.diff: validate DBusError name and try
  to fix if there is output from stderr to avoid HAL call DIE()
  - hal-add-alsa_midi_devices.diff: added support for ALSA midi
  - hal-add_soundcard_fix_device_file_handling.diff: added alsa
  soundcard device from sysfs if available (kernel compiled with
  !CONFIG_SYSFS_DEPRECATED)
  - hal-cleanup_acpi-addon_DBusError_handling.diff: cleanup/remove
  unneeded dbus_error_init() calls
  - hal-fix-hal_device_manager_about_dialog.diff: show about dialog
  only one time
  - hal-fix-eject_path.diff: fix path to eject (b.n.c #256270)
* Thu Mar 15 2007 dkukawka@suse.de
- fixed spec file
* Wed Mar 14 2007 dkukawka@suse.de
- updated to actual HAL and hal-info git master:
  - this package include now fixes for there b.n.c bugs: #205669
  and #145416
- removed upstream gone patches:
  - hal-fix-compiler_warning_dell-addon.diff
  - hal-fix-compiler_warning_storage-cleanup-mountpoint.diff
  - hal-fix-compiler_warning_libhal.diff
  - hal-fix-compiler_warning_create_cache.diff
  - hal-fix-compiler_warning_UID_data_type.diff
  - hal-fix-libhal_validate_parameter_fd.o_bug10133_v2.diff
- added new patch:
  - hal-add-cdrom_capabilities.diff: add more information about
  cdrom devices and capabilities
* Sun Mar 11 2007 ro@suse.de
- added Requires: e2fsprogs-devel to hal-devel
  (for libuuid used in libhal-storage)
* Fri Mar 09 2007 dkukawka@suse.de
- fixed typo in spec file s/SOurce/Source/
- added patcheS:
  - fixed compiler warnings:
    - hal-fix-compiler_warning_dell-addon.diff
    - hal-fix-compiler_warning_storage-cleanup-mountpoint.diff
    - hal-fix-compiler_warning_libhal.diff
    - hal-fix-compiler_warning_create_cache.diff
    - hal-fix-compiler_warning_UID_data_type.diff
  - hal-fix-libhal_validate_parameter_fd.o_bug10133_v2.diff:
  validate library parameter if != NULL, return with error if not
  - hal-usb_speed_and_version_in_double.diff: Change the property
  for usb*.*_bcd from int as BCD to double as type
- updated patches:
  - hal-add-tabletPC_support_v2.diff: extended helper to call
  setserial with baud_rate parameter if needed, updated FDI file
  to call setserial only for devices which not setup correct by
  the kernel, added support for Gateway tablet PCs
* Wed Mar 07 2007 sbrabec@suse.cz
- Updated BuildRequires: PolicyKit -> PolicyKit-devel.
* Mon Mar 05 2007 dkukawka@suse.de
- updated to current git HEAD and included hal-info, install
  also NEWS/COPYING/Changelog ...
- removed upstream gone patches:
  * hal-configure.diff
  * hal-fix_blockdev_g_assert.diff
  * hal-fix-consider-nice-logic_223517.diff
  * hal-fix-cpufreq-add-capability.diff
  * hal-fix-dbus_error_is_set.diff
  * hal-fix-lcd_brightness_sonypi.diff
  * hal-fix-luks_do_not_sanitize_password.diff
  * hal-fix-merge-copy_property.diff
  * hal-fix-missformated_dbus_error.diff
  * hal-fix-mount_options.diff
  * hal-fix-mountpoint-hal_mtab_nonASCII.diff
  * hal-fix-path_eject_binary.diff
  * hal-fix-segfault_in_xenCode.diff
  * hal-fix-wireless_detection_rt2500pci.diff
  * hal-add-pm-utils-support.diff
  * hal-add-alsa_hw-specific_devices.diff
- removed no longer needed patches (wasn't used in 10.2):
  * hal-toport-mount_159475.diff
  * hal-toport-mount_device_fstab_with_user_option_172870.diff
- updated patches:
  * hal-add-tabletPC_support.diff
  * hal-add-standby-support.diff
- added new patches:
  * hal-fix-compiler_warning_create_cache.diff
  * hal-fix-compiler_warning_dell-addon.diff
  * hal-fix-compiler_warning_libhal.diff
  * hal-fix-compiler_warning_storage-cleanup-mountpoint.diff
  * hal-fix-compiler_warning_UID_data_type.diff
* Wed Feb 28 2007 dkukawka@suse.de
- fixed bugs:
  - b.n.c #249757: remove useless debug putput from marcro to
  avoid missformated DBusError
* Mon Feb 19 2007 dkukawka@suse.de
- fixed bugs:
  - b.n.c #242466: don't use g_strescape() for mount points in
  .hal-mtab
* Wed Jan 17 2007 dkukawka@suse.de
- fixed bugs:
  - b.n.c #222561: removed multisession code from HAL
  (hal-revert-git-multisession.diff)
  - b.n.c #223517: fix logic for consider nice in CPU Freq addon
  (hal-fix-consider-nice-logic_223517.diff) from hmacht@suse.de
  - b.n.c #224517: fixed get/set script parts for LCD brightness
  with sonypi/spicctrl (hal-fix-lcd_brightness_sonypi.diff)
  - fixed support for IBM ACPI hotkey events. Capture them now
  and emit related HAL events. This should allow e.g. KPowersave
  to react on sleep/s2disk buttons on IBM machines.
  (hal-add-IBMHotkey_Support_v2_incl_TabletPC.diff)
- removed unused patch: hal-back_to_dbus_0.6.0.diff
* Mon Nov 27 2006 thoenig@suse.de
- fixed bugs:
  - b.n.c #223622: do not sanitize password for luks (update and
  renamed patch hal-fix-luks_sanitize_password.diff to
  hal-fix-luks_do_not_sanitize_password.diff)
* Fri Nov 24 2006 dkukawka@suse.de
- fixed bugs:
  - b.n.c #223622: fix sanitize password for luks
  (hal-fix-luks_sanitize_password.diff)
* Fri Nov 24 2006 dkukawka@suse.de
- fixed bugs:
  - b.n.c #223376/#223429: fixed seqfault if for a xen device the
  devtype file in sysfs is missing and set a default product key.
  (hal-fix-segfault_in_xenCode.diff)
  - b.n.c #220768: allow uid as mount option for ntfs partitions
  (hal-allow_uid_for_ntfs.diff)
  - b.n.c #221337: readded hal-fix-storage-policy-fixed-drives.diff
  to hide fixed storage devices
* Wed Nov 22 2006 dkukawka@suse.de
- fixed bug:
  - b.n.c #223186: require pmutils only on x86, x86_64 and ia64
* Fri Nov 17 2006 hmacht@suse.de
- load CPUFreq modules in initscript. HAL is the one needing these
  modules (novell bug 220682)
* Mon Nov 13 2006 dkukawka@suse.de
- added patch:
  - hal-fix-merge-copy_property.diff: fix b.n.c #218784
* Sun Nov 12 2006 dkukawka@suse.de
- added patch:
  - hal-fix_blockdev_g_assert.diff: remove the only one g_assert()
  which kill the daemon and added code to check also tdl for
  the device or go to the error case instead of kill the daemon
  (see b.n.c #217563)
- fixed bugs:
  - b.n.c #216805: added hald to runlevel 2
* Tue Nov 07 2006 dkukawka@suse.de
- added pmtools to Requires (need dmidecode)
- added patches:
  - hal-add-alsa_hw-specific_devices.diff: to show hardware
  specific sound devices in HAL. (see b.n.c #208695)
* Mon Nov 06 2006 dkukawka@suse.de
- added patch:
  - hal-fix-dbus_error_is_set.diff: since dbus_error_is_set(NULL)
  crash the library, added fix and check if error == NULL
* Mon Nov 06 2006 hmacht@suse.de
- added patch:
  hal-fix-cpufreq-add-capability.diff: With new D-Bus
  package, you must not call dbus_error_is_set(NULL)
* Fri Nov 03 2006 dkukawka@suse.de
- added patches:
  - hal-fix-wireless_detection_rt2500pci.diff: fix for b.n.c bug
  [#217419]
  - hal-fix-path_eject_binary.diff: fixed path to eject binary
  b.n.c bug #214820 (temporary fix)
- removed upstream gone patches:
  - hal-fix-cpufreq-dbus-restart.patch
* Mon Oct 30 2006 dkukawka@suse.de
- fixed bugs:
  - b.n.c #210297: added --datadir to spec file
  - b.n.c #214461: detect Ipod Nano2 correct
  - unreported: HAL show storage devices again
- updated patches:
  - hal-performance_pci.ids_v5.diff: adapted patch to current code,
  fixed code in search func and speed up the search
  - hal-add-tabletPC_support.diff: adapted to current code
  - hal-panasonic-acpi-suse.diff: updates from seife@suse.de
- removed patches:
  - hal-performance-properties*: they don't work anymore because
  of code changes in HAL ... maybe adapt them later
  - hal-do-not-close-shared-connection-thoenig-01.patch: removed
  upstream gone patch
- renamed patches we need to port from hal-fix-* hal-toport-*
* Sun Oct 29 2006 hmacht@suse.de
- patch hal-add-pm-utils-support.diff:
  do it so that upstream will accept it
- patch hal-fix-cpufreq-dbus-restart.patch:
  fix the addon so that it properly survives D-Bus restarts
- Requires: pm-utils
* Mon Oct 23 2006 hmacht@suse.de
- patch hal-add-pm-utils-support.diff:
  call pm-utils first, then try powersave if not available
- Recommends: pm-utils
* Mon Oct 16 2006 thoenig@suse.de
- add patch hal-do-not-close-shared-connection-thoenig-01.patch:
  Do not close shared connection to the D-Bus system bus.
* Mon Oct 16 2006 schwab@suse.de
- Fix syntax error in configure script.
* Sun Oct 15 2006 aj@suse.de
- Add -lz for hald-addon-macbookpro-backlight.
* Mon Oct 02 2006 hmacht@suse.de
- rename hal-fix-cpufreq-policy.diff to
  hal-fix-power-privileges.diff: always allow root to use the
  cpufreq and sleep methods
* Wed Sep 27 2006 dkukawka@suse.de
- updated to current git HEAD (0.5.8_git20060927)
  - should fix b.n.c #207607
* Tue Sep 19 2006 dkukawka@suse.de
- updated to current git HEAD (next v0.5.8.1/0.5.9)
  - should fix bug b.n.c #206458, #202090 and maybe #206352
* Fri Sep 08 2006 dkukawka@suse.de
- updated to current HAL release (v0.5.8)
  - including fixed b.n.o #203608
- updated patches:
  - merged hal-add-wacom_tabletPC*.diff to a new patch:
  hal-add-tabletPC_support.diff
- removed upstream gone patches:
  - hal-add-cpufreq_addon.diff
- added patches:
  - hal-fix-cpufreq-policy.diff: allow always also root to use
  the cpu freq interface <hmacht@suse.de>
* Wed Sep 06 2006 seife@suse.de
- add hal-panasonic-acpi-suse.diff to match our pcc_acpi driver
* Tue Aug 22 2006 dkukawka@suse.de
- updated to current HAL git HEAD (v0.5.8_git20060822)
- updated patches:
  - hal-add-cpufreq_addon.diff (include upstream changes)
  - hal-performance-pci_ids_v2.patch
  - hal-fix-util_compute_time_remaining_warning_highTime.diff
  - hal-add-standby-support.diff
- removed upstream gone patches:
  - hal-cleanup-includes.diff
  - hal-fix-apm-poll_battery_reduce_events.diff (with changes every
  30 sec instead of every 60)
  - hal-fix-scsi.type.diff
* Wed Aug 16 2006 dkukawka@suse.de
- updated to current HAL git HEAD (v0.5.8_git20060816)
- added patches:
  - hal-fix-util_compute_time_remaining_warning_highTime.diff:
  patch to reduce flooding syslog with warnings about high
  remaining battery time.
  - hal-add-cpufreq_addon.diff: added patch from Holger Macht
  <hmacht@suse.de> to handle cpufreq via HAL (fixed some compiler
  wanings in the patch for x86_64)
  - hal-fix-scsi.type: fixed SUSE bug #160899, #199448 and updated
  mapping of SCSI type information from sysfs to scsi.type key
- removed patches:
  - hal-change_to_hashtables.patch --> removed testpatch from pkg
* Wed Aug 16 2006 thoenig@suse.de
- BuildRequires (hal): replace dbus-1-devel by dbus-1-glib-devel
- BuildRequires (hal-devel): add dbus-1-glib-devel
* Thu Aug 10 2006 thoenig@suse.de
- fix typo in rc.hal:  s/ceckproc/checkproc
* Mon Aug 07 2006 dkukawka@suse.de
- disables following patches for STABLE/SL10.2Alpha3, they cause a
  segmenatation fault in the STABLE tree:
  - hal-performance-properties2.diff
  - hal-performance-properties_fix_compiler_warnings.diff
* Mon Aug 07 2006 dkukawka@suse.de
- disabled SLE10 specific patch for DBUS
* Sun Aug 06 2006 dkukawka@suse.de
- updated to current HAL git HEAD (v0.5.8_git20060807)
  --> this should fix HAL crash if CD/DVD volume removed
- removed upstream gone patches:
  - hal-add-set_proc_title_to_addons.diff
  - hal-fix-compiler-warnings.diff
- added new patches:
  - hal-add-standby-support.diff: added support and methodes for
  standby (S1)
* Thu Aug 03 2006 dkukawka@suse.de
- updated to upstream HAL git HEAD (v0.5.8_git20060803)
  --> take a look at the NEWS file and Changelog, way too many
  changes since last HAL version 0.5.6
  --> NOTE: hal requires now libvolume_id and PolicyKit
  --> updated rc script for service policykitd
- removed upstream gone patches:
  - hal-update-copyright_header.diff
  - hal-fix-mount_script_v4.diff
  - hal-change-scriptpath.diff
  - hal-fix-addon_acpi_dbus_error.diff
  - hal-fix-lshal_dbus_error.diff
  - hal-fix-mount_cleanup_mountpoints_v3.diff
  - hal-fix-mount_umount_only_by_hal_mounted_v2.diff
  - hal-fix-mount_options_noexec.diff
  - hal-fix-mount_script_fstab_check.diff
  - hal-fix-map_chassitype_to_formfactor_v2.diff
  - hal-fix-get_prober_serial.diff
  - hal-add-usb-music_players_to_fdi_v2.diff
  - hal-fix-apm_remaining_time.diff
  - hal-fix-nfs_stall_block_hald.diff
  - hal-fix-CD_DVD-capability.diff
  - hal-add-debug_to_syslog_probing_v2.diff
  - hal-fix-probe_smbios_parse_bug172204.diff
  - hal-fix_workaround_libhal-strage_get_volume_size.diff
  - hal-fix-memoryleak_libhal-storage_185032.diff
  - hal-fix-memoryleak_libhal-libhal-storage_187108.diff
- updated/ported patches to apply against git:
  - hal-add-wacom_tabletPC_setserial.diff
  - hal-performance-pci_ids_v2.patch (+fix for compiler warnings)
  - hal-performance-properties1.diff
  - hal-performance-properties2.diff
  - hal-fix-mount_options.diff
  - hal-fix-apm-poll_battery_reduce_events.diff
- new patches:
  - hal-performance-properties_fix_compiler_warnings.diff: fixed
  compiler warnings in hal-performance-properties*.diff
  - hal-fix-compiler-warnings.diff: fixed some compiler warnings
  (warn_unused_result and format issues)
  - hal-back_to_dbus_0.6.0.diff: only on SLE10 to aviod dbus update
* Mon Jul 17 2006 dkukawka@suse.de
- fixed bugs:
  - bug #187012: fixed start() and stop() in rchal
- added patches:
  - hal-fix-memoryleak_libhal-libhal-storage_187108.diff: fixed
  bug #187108 to close an other memory leak in the libs related
  to usage of DBusError
  - hal-fix-mount_options_vfat.diff: fix bug #192993, add fmask and
  dmask to vfat mount options
* Sun Jun 18 2006 dkukawka@suse.de
- added patch:
  - hal-fix-memoryleak_libhal-storage_185032.diff: fixed bug
  [#185032] to close memory leaks in libhal-storage. Changed libhal
  *_free() functions to set pointer to NULL after freed the
  pointer.
* Mon Jun 12 2006 dkukawka@suse.de
- added patch:
  - hal-fix-umount-pcmcia_storage_devices.diff: fixed bug #181557
  fixed umount pcmcia storage devices if device is removed
  without user called umount
* Fri Jun 02 2006 dkukawka@suse.de
- added patch:
  - hal-fix-mount-umount_172870.diff: fixed bug #172870 to allow
  user umount floppy if in fstab
* Mon May 22 2006 dkukawka@suse.de
- added patch:
  - hal-fix-memoryleak_libhal-storage_backported_177427.diff: fix
  backported to close memory leak if use libhal-storage (see:
  bug #177427)
* Fri May 19 2006 dkukawka@suse.de
- added patches:
  - hal-fix-mount_device_fstab_with_user_option_172870.diff: fix
  for bug #172870 to allow mount partitions which are in fstab
  with option user
  - hal-fix_workaround_libhal-strage_get_volume_size.diff: fix for
  bug #177078 to workaround devices which return wrong BLKSSZGET
  values. If now the value from (block_size * num_blocks) is
  bigger than the value from sysfs we use the sysfs value.
* Thu May 04 2006 dkukawka@suse.de
- added patches:
  - hal-add-debug_to_syslog_probing_v2.diff: add debug to syslog
  for prober and addons for better debugging and maintenance
  - hal-fix-probe_smbios_parse_bug172204.diff: fix bug #172204
  replaced sizeof(char *) with strlen(char *)
- updated patches:
  - hal-add-wacom_tabletPC.diff: fixed compiler warning
* Wed May 03 2006 dkukawka@suse.de
- removed and merged patches:
  - merged system.formfactor patches together to:
  hal-fix-map_chassitype_to_formfactor_v2.diff
- added patches:
  - hal-fix-int-size-for-alignment-error-01.patch: fix for #146237
  - hal-fix-mount_on_dev_wo_media_check_support.diff:
  fix for #164327
* Wed May 03 2006 thoenig@suse.de
- fix detection for system.formfactor (b.n.c #169161)
* Wed May 03 2006 olh@suse.de
- add hal-vio-bus.patch to allow CD/DVD install
  handle bustype vio as found in IBM iSeries and pSeries LPAR
  (167629 / 163971 - LTC21953 / 167137 - LTC23229)
* Tue Apr 25 2006 dkukawka@suse.de
- activated patch:
  - hal-performance-properties2.diff: only for SLES/SLED 10
* Sat Apr 15 2006 dkukawka@suse.de
- added patch:
  - hal-fix-CD_DVD-capability.diff: fixed detection of CD/DVD
  drive capabilities, added support for DVD+RW DL, fixed detect
  DVD-RW (see bug #167101)
  - hal-performance-properties2.diff: added patch from Ihno
  Krumreich for a better performance (~30%%) by use splay_tree
  from gcc (see bug #146977) --> patch is in the source but not
  in the package atm, need more testing.
  - hal-fix-apm-poll_battery_reduce_events.diff: fixed apm battery
  polling, now emit remainig time only ever minute instead
  with each change every two seconds. This should reduce load
  on the dbus-daemon with (k)powersave (see bug #157905)
* Wed Apr 05 2006 dkukawka@suse.de
- moved addons and prober to %%_libexecdir/hal
- fixed patch:
  - hal-fix-storage-policy-fixed-drives.diff: added to Makefile.am
  see bug #155682
- added patches:
  - hal-fix-mount-sanitze-mountpoint.diff: fix from lnussel for
  bug #157626
* Mon Mar 27 2006 dkukawka@suse.de
- added patches:
  - hal-fix-mount_159475.diff: see bug #159475
  - hal-fix-pcmcia_storage.diff: backported from CVS HEAD, fix
  RH bug #185557
- updated patches:
  - hal-fix-mount_script_v4.diff: fixed typo
* Wed Mar 22 2006 kukuk@suse.de
- Remove not needed pciutils from BuildRequires
* Mon Mar 20 2006 dkukawka@suse.de
- added patches:
  - hal-add-wacom_tabletPC_setserial.diff: added fdi and callout
  to set the serial port for (wacom) tablet devices on TabletPCs
- updated patches:
  - hal-fix-mount_cleanup_mountpoints_v3.diff: fixed whitespaces
  see bug #158579
* Mon Mar 13 2006 dkukawka@suse.de
- added patches:
  - hal-fix-nfs_stall_block_hald.diff: don't stat nfs mounts to
  avoid hang up on stale nfs mounts.
  - hal-performance-properties.diff: patch from Ihno Krumreich for
  better performance releated to get/read properties (+ ~30%%)
- updated patches:
  - hal-add-usb-music_players_to_fdi_v2.diff: added some more
  USB music player
* Wed Mar 08 2006 dkukawka@suse.de
- added patches:
  - hal-fix-storage-policy-fixed-drives.diff: patch from RedHat to
  fix g-v-m to ignore fixed disks (see bug #154381)
  - hal-add-usb-music_players_to_fdi.diff: added several new usb
  mp3 player to fdi-file for better support in Banshee backported
  from HAL CVS HEAD
  - hal-fix-apm_remaining_time.diff: remove remaining_time
  property if value is <=0 as like as on ACPI
* Thu Mar 02 2006 seife@suse.de
- move acpid from "Required-Start" to "Should-Start" in rc.hal
  APM machines can live well without acpid.
* Tue Feb 28 2006 dkukawka@suse.de
- updated/fixed patches:
  - hal-add-wacom_tabletPC.diff: fixed problems with detect
  Fujitsu Serial Tablet on FSC P1510 and ST502x)
* Mon Feb 27 2006 dkukawka@suse.de
- added patches:
  - hal-fix-get_prober_serial.diff: allow call serial prober only
  for ttyS* devices (see bugs #146152, #148862)
- updated/fixed patches:
  - hal-fix-cleanup_mountpoints_v2.diff: fixed #148647 for 64bit
  - hal-fix-umount_only_by_hal_mounted_v2.diff: related to
  changes for cleanup mount points
* Mon Feb 20 2006 dkukawka@suse.de
- added patches:
  - hal-fix-mount_script_fstab_check.diff: from Ludwig Nussel to
  check fstab, fix bug #147302
  - hal-fix-udev-clean_buffer.diff: backported from HEAD to clean
  the buffer for udev (see bug #151756)
* Fri Feb 17 2006 dkukawka@suse.de
- added patches:
  * hal-change_to_hashtables.patch: experimental and not correct
  patch for testing (see bug #146977). Patch is not included
  in the rpm, only in the source.
* Tue Feb 14 2006 aj@suse.de
- Reduce BuildRequires.
* Mon Feb 13 2006 dkukawka@suse.de
- added patches:
  * hal-performance-pci_ids.patch: patch from Ihno Krumreich for
  better performance with read pci ids.
  * hal-fix-mount_options_noexec.diff: removed noexec hardcoded
  option from script (see bug #150172)
* Sun Feb 12 2006 dkukawka@suse.de
- added patches:
  * hal-fix-map_chassitype_to_formfactor.diff: fix set property
  system.formfactor from smbios, see bug #149976
* Fri Feb 10 2006 dkukawka@suse.de
- added patches:
  * hal-fix-cleanup_mountpoints.diff: added call cleanup script
  before create new mount points to prevent not used and new
  created mountpoints (bug #148647)
  * hal-fix-umount_only_by_hal_mounted.diff: from cvs-head,
  allow only umount volumes, mounted via HAL (bug #147302)
- updated patches:
  * hal-add-wacom_tabletPC.diff: added new Tablet PCs to the list
  (Fujitsu Serial Tablet and Wacom device with FSC pnp-id from
  FSC Stylistic ST502x)
* Sat Feb 04 2006 dkukawka@suse.de
- added patches:
  * hal-change-scriptpath.diff: to change the scipt dir to more
  FHS consistent dir/path $LIBDIR
  * hal-fix-addon_acpi_dbus_error.diff: to prevent dbus error
  messages if a error was returned, free the error befor reuse
  see bug #146498
  * hal-fix-lshal_dbus_error.diff: see addon-acpi fix and #145387
* Fri Feb 03 2006 dkukawka@suse.de
- added patch to add pseudo devices to hal to debug/test bug
  [#146977] (from Kay Sievers)
- fixed bug #147978: updated to hal-fix-mount_script_v4.diff
* Thu Feb 02 2006 dkukawka@suse.de
- fixed bugs:
  - #145147: hal-fix-SG_IO_bug145147.diff
  - #145146: changed version-release check from spec file to
  version check
  - #145851: hal-fix-mount_script_v3.diff (added 'flush' to vfat
  and 'data=' to ext3 allowed mount options)
* Fri Jan 27 2006 mls@suse.de
- converted neededforbuild to BuildRequires
* Mon Jan 23 2006 dkukawka@suse.de
- fixed patch for the mount script
* Mon Jan 23 2006 dkukawka@suse.de
- fixed bug #141228 with patch from Kay Sievers to add scsi.type,
  scsi.vendor and scsi.model (hal-add-scsi-type.diff)
* Thu Jan 19 2006 meissner@suse.de
- use -fstack-protector.
* Mon Jan 16 2006 dkukawka@suse.de
  * updated to new release 0.5.6, for changes see Changelog of the
  package (note: this is the same as the upcomming official
  release excluding the NEWS file)
  * removed upstream gone patches:
  - hal-fix-compiler_warn_unused_result.diff
  * removed no longer needed patch:
  - hal-dbus.conf_deny_ShutdownReboot.diff (but we need a way to
  respect settings of KDM/GDM under GNOME)
  * updated patches:
  - hal-update-copyright_header.diff (partly commited)
* Tue Jan 10 2006 dkukawka@suse.de
  * updated to new cvs version (0.5.6_CVS_20060110), for changes see
  Changelog of the package
  * with this version fixed bugs:
  - #141228 added generic scsi devices to hal, by Kay Sievers
  * added patches:
  - hal-fix-compiler_warn_unused_result.diff
  * removed upstream gone patches:
  - hal-fix-mount_script_dryrun.diff
  - hal-fix_broken_TEAC_CD-R55S.diff
  - hal-fix-TYPE_RBC_fd.o_bug5158.diff
  - hal-lshal-add_error_message.diff
  - hal-lshal-remove_unneeded_code.diff
  - hal-fix-acpi_battery_capacity_state.diff
* Tue Dec 20 2005 ro@suse.de
- remove unpackaged symlink from buildroot
* Wed Dec 14 2005 dkukawka@suse.de
  * updated to new cvs version (0.5.6_CVS_20051214), for changes see
  Changelog of the package
  * added patch(es):
  - hal-dbus.conf_deny_ShutdownReboot.diff (deny access to HAL
  methodes Shutdown and Reboot)
  - hal-fix-mount_script_dryrun.diff (remove nonsense)
  * removed upstream gone patches:
  - hal-fix-fdi_make_dist.diff
* Mon Dec 12 2005 dkukawka@suse.de
  * updated to new cvs version (0.5.6_CVS_20051212), for changes see
  Changelog of the package
  * added patche(s):
  - hal-fix-mount_script_v2.diff
  - hal-fix-fdi_make_dist.diff (fix make distcheck, directly
  included in the src)
* Fri Dec 09 2005 dkukawka@suse.de
  * updated to new cvs version (0.5.6_CVS_20051209), for changes see
  Changelog of the package
  * added patch(es):
  - hal-lshal-add_error_message.diff
  - hal-lshal-remove_unneeded_code.diff
  - hal-update-copyright_header.diff
* Mon Dec 05 2005 dkukawka@suse.de
  * updated to new cvs version (0.5.6_CVS_20051205), for changes see
  Changelog of the package
  * added patch(es):
  - hal-fix-acpi_battery_capacity_state.diff (fix missing battery
  property and fix hal spec)
  * removed upstream gone patches:
  - hal-fix_hal-device-manager.diff
  - hal-fix_mount_point_for_dvdrecorder.diff
  - hal-fix_tools_scripts.diff
  - hal-fix_tools_scripts_path.diff
  * changed permissions of the hal-udev rule to 644
* Tue Nov 29 2005 dkukawka@suse.de
  * updated to new cvs version (0.5.6_CVS_20051129), for changes see
  Changelog of the package
  * added patches:
  - hal-fix-TYPE_RBC_fd.o_bug5158.diff (add TYPE_RBC from kernel
  2.6.14 as disk)
  - hal-fix_broken_TEAC_CD-R55S.diff
  * added udev rule for connect HAL via socket instead of fork HAL
  helper
* Wed Nov 23 2005 dkukawka@suse.de
  * updated to new cvs version (0.5.6_CVS_20051121), for changes see
  Changelog of the package
  * updated patches:
  - hal-make-cdroms_USBFloppy-mountable_v2.diff (fix the matches
  and prevent mountpoint idedisk for cdrom's)
  * added patches:
  - hal-fix_hal-device-manager.diff (to install hal-device-manager
  only one time)
  - hal-fix_mount_point_for_dvdrecorder.diff (fix mount points for
  dvd recorder)
  - hal-fix_tools_scripts.diff (added checks for environment
  variables and fix some error messages)
  - hal-fix_tools_scripts_path.diff (move scripts to
  $datadir/hal/scripts to remove the from root-user PATH)
* Sun Nov 13 2005 dkukawka@suse.de
  * updated to new cvs version (0.5.5_CVS_20051113), for changes see
  Changelog of the package
  * removed upstream gone patches:
  - hal-fix-addon_acpi_for_acpid.diff
* Fri Nov 04 2005 dkukawka@suse.de
  * updated to new cvs version (0.5.5_CVS_20051104), for changes see
  Changelog of the package
  * removed upstream gone patches:
  - hal-add_version_option.diff
  - hal-eject-button-02.patch (from Kay Sievers)
  - hal-fix-logger_for_daemon.diff
  - hal-workaround_is_mounted.diff
  * updated patches:
  - hal-fix-addon_acpi_for_acpid.diff
  * fixed bug #132279: add policy keys to handle USB floppy drives
  (hal-make-cdroms_USBFloppy-mountable.diff)
  * removed selinux support, because we don't need this atm
* Tue Oct 25 2005 dkukawka@suse.de
  * updated to new cvs version (0.5.5_CVS_20051025) and changed
  version format to VERSION_CVS_YYYYMMDD --> should prevent
  conflicts with other versions
  * added patches:
  - hal-workaround_is_mounted.diff (to fix problems with detect
  mount status from /proc/mounts with voluntary preemption)
  - hal-fix-logger_for_daemon.diff (added commandline option to
  log to syslog instead of stderr to enable logging if HAL runs
  as daemon)
  - hal-add_version_option.diff (added --version to hald)
  - hal-eject-button-02.patch (from Kay Sievers: add signal if
  CD/DVD-Drive eject button is pressed)
  * removed upstream gone patches:
  - hal-add-update_pnp_ids.diff
  - hal-fix-configure_libusb.diff
  - hal-fix-seqfault_if_addon_missing.diff
  - hal-fix-remove_blacklisted_HL-DT-STCD-RW.diff
  - hal-fix-is_laptop_and_APM.diff (fixed APM and set depending
  on ACPI/APM battery and/or ACPI LID system.formfactor to
  laptop, see bug #128072)
* Thu Oct 20 2005 dkukawka@suse.de
  * added patches:
  - updated PNP ID list (hal-add-update_pnp_ids.diff)
  - removed PNP ID list changes in hal-add-wacom_tabletPC.diff
  - added info about libusb support for addon-usb-csr to display
  whether the addon is compiled (hal-fix-configure_libusb.diff)
  * added *.la files to devel package, because of warnings
* Wed Oct 19 2005 dkukawka@suse.de
  * updated to new cvs version (0.5.5_CVS_19102005)
  * added patches:
  - fixed bug #128696: fixed segfault if a called addon is missing
  (hal-fix-seqfault_if_addon_missing.diff)
  - fixed bug #127965: removed deprecated blacklist entry
  (hal-fix-remove_blacklisted_HL-DT-STCD-RW.diff)
  - fixed reconnect to acpid-socket if acpid is not running on
  startup of hald-acpi-addon (hal-fix-addon_acpi_for_acpid.diff)
  * fixed bug #118712 in hal init script: removed cron from
  'Required-Start:'
  * removed upstream gone patches:
  - hal-acpi_reconnect.diff
  - hal-fix-storage.policy_for_musicplayers.diff
  - hal-fixes_backported_from_HEAD.diff
  - hal-fix-acpi_reconnect.diff
* Thu Oct 13 2005 dkukawka@suse.de
- fix for bug #121913
  * added libusb and resmgr to needforbuild to build the missing
  hald-addon-usb-csr in the package
* Tue Oct 11 2005 dkukawka@suse.de
- fixed bug #117964
  * changed check for failed read, now all events are forward to
  HAL daemon
  * changed time to wait for retry connect to acpid from 1 to 3
  seconds
* Sun Sep 18 2005 kukuk@suse.de
- Remove unused libcap from nfb
* Mon Sep 12 2005 dkukawka@suse.de
- addon-acpi.c: changed code to remove backward goto jump
- added acpid to Required-Start in the rc script to be sure that
  acpid is running and to prevent races (related to #116445)
* Mon Sep 12 2005 thoenig@suse.de
- addon-acpi.c now reconnects to acpid if acpid gets restarted
  (closes #116445)
- addon-acpi.c now bails out if /proc/acpi is missing at all
* Tue Sep 06 2005 dkukawka@suse.de
- fixed return values for rchal start to be LSB conform (#115385)
* Fri Sep 02 2005 dkukawka@suse.de
- fixed bug #113966
  * added patch hal-fix-storage.policy_for_musicplayers.diff to
  remove storage policy breaking and useless keys from fdi file.
- added new archive with:
  * new translation files
  * fixed Makefile to add 15-storage-luks.fdi to the package with
  'make dist'
- backported some litte fixes from HEAD:
  *  Fix up a bug where the script for a method call returns
  garbage and we pass that to dbus_message_new_error which then
  fails.
  *  Fix is needed to get a correct ccwgroup.lcs.portnumber
  property, since the underlying portno sysfs attribute is
  decimal, not binary. Patch from Cornelia Huck
  <cohuck@de.ibm.com>.
  *  some documentation fixes
* Fri Sep 02 2005 ro@suse.de
- Provide hotplugctl as well to really fix (#112953)
* Sat Aug 27 2005 ro@suse.de
- Obsolete hotplugctl [#112953] (Again!)
* Fri Aug 26 2005 dkukawka@suse.de
  * updated to current release 0.5.4, Released August 26, 2005
  for more information about changes, read News file
- removed upstream gone patches:
  - hal-fix-callouts-01_kay.diff
  - hal-fix-invalid_utf8_volume_label.diff
* Fri Aug 26 2005 dkukawka@suse.de
- fixed bug #105914:
  * patch from Kay Sievers: With this patch HAL skips failing
  callouts in the execution list instead of waiting in the
  mainloop to be killed
* Thu Aug 25 2005 dkukawka@suse.de
  * updated to new cvs version (pre0.5.4)
- removed upstream gone patches:
  * hal-fix-input-joystick.diff
  * hal-fix-hybrid_CDs.diff
  * hal-add-advanced_medium_detect-spec.diff
  * hal-fix-usb_pda_palm_hotsync_t5m130VisorClieSJ22.diff
- removed patches:
  * hal-fix-ACPI_seqfault.diff
  * hal-add-advanced_medium_detect.diff
- fixed bug #105445:
  * added patch (hal-fix-invalid_utf8_volume_label.diff) to check
  and fix utf8 invalid volume label names
- updated translation files
* Mon Aug 22 2005 dkukawka@suse.de
  * updated to new cvs version (pre0.5.4)
- removed upstream gone patches:
  * hal-fix-usb_pda_palm_hotsync.diff
  * hal-fix-util.c_percentage.diff
  * hal-fix-configure_for_translations.diff
- added patches:
  * hal-fix-ACPI_seqfault.diff
  * hal-add-advanced_medium_detect.diff (patch from ervin@kde.org
  and fixed/reworked by dkukawka@suse.de)
* Sat Aug 20 2005 dkukawka@suse.de
- added patch:
  - hal-fix-hybrid_CDs.diff (fix for bug #105643)
* Sat Aug 20 2005 dkukawka@suse.de
  * updated to current cvs version (pre0.5.4)
- added patches:
  - hal-fix-usb_pda_palm_hotsync.diff (bug #104426)
  - hal-fix-util.c_percentage.diff
  - hal-fix-configure_for_translations.diff (fix to get all
  localisations in the rpm)
- fixed bug #105285 removed /etc/dev/* from spec file
* Sat Aug 13 2005 dkukawka@suse.de
  * updated to new cvs version (pre0.5.4)
  - changes:
  * sync volume_id with the udev version (by Kay Sievers)
* Thu Aug 11 2005 dkukawka@suse.de
  * updated to new cvs version (pre0.5.4)
- removed upstream gone patches:
  * hal-fix-poll_bat.last.full.diff
  * hal-fix-normalise_last_full.diff
  * hal-fix-remove_battery.diff
  * hal-fix-normalise_with_unknown_values.diff
  * hal-fix-key_if_battery_isfull_v3.diff
  * hal-fix-udi_for_volumelabel.diff
- removed patches where an other solution upstream added:
  * hal-add-addon_acpi_options_v2.diff
  * hal-suse-only_use_acpid.diff
- added new patche (pushed upstream):
  * hal-add-wacom_tabletPC.diff for Tablet PC (Wacom based) support
- remove /etc/hotplug,d/* udev rule since /etc/hotplug,d/ is
  'dead'
- changed from /etc/init.d/hal to /etc/init.d/haldaemon to be
  LSB conform in the future since haldeamon is requested name for
  LSB init script at lanana.org
* Thu Aug 11 2005 dkukakwa@suse.de
- added patches to fixed bug #103787:
  * hal-fix-poll_bat.last.full.diff
  * hal-fix-normalise_last_full.diff
  * hal-fix-remove_battery.diff
  * hal-fix-normalise_with_unknown_values.diff
- added other patches:
  * hal-fix-udi_for_volumelabel.diff
* Fri Aug 05 2005 dkukawka@suse.de
- updated to current cvs version (pre0.5.4)
  - removed patches (gone upstream):
    - hal-add-ALSA_OSS_devices.diff
* Wed Aug 03 2005 dkukawka@suse.de
  updated to cvs version (pre0.5.4)
- added new patch:
  - hal-add-addon_acpi_options_v2.diff (out of tree)
  - hal-suse-only_use_acpid.diff (now HAL use only acpid)
  - hal-fix-input-joystick.diff (fix wrong detection
  of joysticks as input.tablet instead of input.joystick)
- reworked hal-add-ALSA_OSS_devices.diff:
  - added ALSA global sequencer device
- removed patches (gone upstream):
  - hal-fix_prevent_wrong_UDI.diff
  - hal-DVD+R_DL.diff
  - hal-acpi_battery.diff
  - hal-fix-DVD+R_rewriteable.diff
  - hal-fix-FSF_address.diff
  - hal-fix-LibHalContext.diff
  - hal-fix-UDI_for_empty_CD-DVD.diff
  - hal-fix-cleanup_warnings.diff
  - hal-fix-doxygen_code_doc_NULL.diff
  - hal-fix_typo_for_translation.diff
  - hal-make-cdroms-mountable.diff
- removed broken patch:
  - hal-add_lsb_release_v1.diffi (bug #100097)
- removed befor backported patches:
  - hal-deviceManager-fix-autorefresh.diff
  - hal-fix-linux_types.diff
* Sat Jul 30 2005 dkukawka@suse.de
- reworked hal-add-ALSA_OSS_devices.diff, set timer and sequencer
  as global devices without a physical ALSA/OSS device
- fixed bug #99168 for ppc
- added new patches:
  - hal-fix-FSF_address.diff
  - hal-fix_typo_for_translation.diff
  - hal-fix-UDI_for_empty_CD-DVD.diff
  - hal-fix_prevent_wrong_UDI.diff
- added patches from cvs and ML:
  - hal-deviceManager-fix-autorefresh.diff
  - hal-add_lsb_release_v1.diff (to provide LSB info, reworked)
- merged compiler warning pathes
* Tue Jul 26 2005 dkukawka@suse.de
- changed OSS devices from alsa.* keys to oss.* keys and fixed
  sound_compute_udi() to generate udi's also for OSS devices
* Mon Jul 25 2005 dkukawka@suse.de
- added patch from David Zeuthen to add alsa.device_file for alsa
  and oss devices and merged this with patch for 'ALSA OSS Device
  detection'
* Mon Jul 25 2005 dkukawka@suse.de
- added patch to build on x86_64 (to fix "previous declaration of
  'int64_t'")
* Sat Jul 23 2005 dkukawka@suse.de
- added ALSA OSS Device detection to hal (see bug #87152)
* Fri Jul 22 2005 dkukawka@suse.de
- fixed libhal/libhal-storage to prevent seg-faults if call a
  function with param LibHalContext *ctx == 0/NULL
- fixed some compiler warnings
- fixed DVD+R and DVD+R DL rewritable detection/key to FALSE
- added patch to allow mount CD/DVD volumes through callout
  hald-block-subfs
* Sun Jul 17 2005 dkukawka@suse.de
- added --retain-privileges to rc.hal to run hal full as root
- added fix for more information about ACPI batteries
- added fix to dectect DVD+R Dual Layer write support (patch is
  upstream in the next version)
* Wed Jul 13 2005 thoenig@suse.de
- HAL 0.5.3
- new binary `hal-find-by-capability`
- Removed patches:
  * hal-device-manager-fix-empty-properties.diff (fixed upstream)
  * hal-makefile-fix-doc-path.diff (replaced by --with-doc-dir)
  * hal-addon_storage_execl.diff (fixed upstream)
  * hal-device.dif (fixed upstream)
  * hal-no_pgoff_t.diff (obsolete)
  * hal-utils_64bit.diff (obsolete)
- Upstream changes:
  * hal-find-by-capability and hal-find-by-property tools
  * Fix some of the bugs from johnp's port of h-d-m
  * Trigger rescan of ACPI objects when receiving events
  * Fix key for storage.cdrom.dvdram
  * Don't use sync as part of the normal mount option policy
  * Update fstab-sync man page
  * Fix a bug in hal_property_new_string
  * Fix --help output
  * Detect DVD+R DL media
  * Add empty Solaris backend and fix build for Solaris
  * Support various S390 devices
  * Prepare hald to work with newer udev versions
  * Unify various error handling functions
  * Add infrastructure + tools to populate the hal db
  * Fixup MMC storage cards drive type on MMC bus
  * Handle case where the battery life is degrading
  * Make libhal_ctx_init() fail if hald is not running
  * New translations: nb, es
* Fri Jul 01 2005 snwint@suse.de
- implement libhal_agent_* api (to create & remove devices)
- added small tool using the above (hal-device)
* Wed May 18 2005 schwab@suse.de
- Fix spelling in Short-Description in rc file.
* Fri May 13 2005 dkukawka@suse.de
- update to new version 0.5.2
* Thu Apr 28 2005 dkukawka@suse.de
- update to new version 0.5.1
* Thu Apr 21 2005 dkukawka@suse.de
- changed Short-Description in rc file (bug #79284)
* Wed Apr 20 2005 thoenig@suse.de
- HAL 0.5.0 (in combination with D-BUS 0.33 because of D-BUS ABI
  changes)
- spec file cleanup
- added patches:
  * hal-addon_storage_execl.diff (added NULL as last argument)
  * hal-utils_64bit.diff (cast to compile clean on 64bit)
- updated patches:
  * hal-no_pgoff_t.diff: added more  pgoff_t  defines
- removed patches:
  * hal-makefile-fix-pycompile.diff (obsolete)
  * hal-makefile-fix-libsysfs_fromsystem.diff
  * hal-hald-fix-errormessage_kernelmodule.diff
  * hal-hald-workaround_init_d-bus.diff
  * hal-gphoto.diff
  * hal-addon_ipod-fdipolicy.diff
  * hal-duplicated_devices.diff (already upstream)
  * hal-memory_leak_fix.diff (already upstream)
  * hal-make-cdroms-mountable.diff
  * hal-fix-floppy-sysfs-path.diff
  * hal-make-floppys-mountable.diff
  * hal-disable-sata-cdrom-polling.diff (obsolete)
  * hal-sata_support.diff
- updated list of authors in pdb
* Tue Apr 19 2005 ro@suse.de
- help configure trying to find BLKGETSIZE64
* Wed Mar 23 2005 thoenig@suse.de
- added SATA support (closes #74318)
- disable media polling for SATA CDROMs (closes #74318)
* Tue Mar 22 2005 adrian@suse.de
- report floppy drives as mounted (done via subfs)
* Tue Mar 22 2005 adrian@suse.de
- fix floppy support, sysfs path has been changed from "floppy0"
  to "floppy.0"
* Thu Mar 17 2005 thoenig@suse.de
- fixed patch 'hal-make-cdroms-mountable.diff' (see #73029) to
  achieve the desired behavior.
* Wed Mar 16 2005 adrian@suse.de
- add should_mount properties for disc medias and use their label
  (#73029)
* Tue Mar 15 2005 thoenig@suse.de
- improved 'hal-duplicated_devices.diff' to detect duplicated
  devices at a earlier stage.
- added 'hal-memory_leak_fix.diff' to prevent memory leaks.  This
  patch is taken from hal 0.5 branch:
  http://cvs.freedesktop.org/hal/hal/hald/device_info.c?rev=1.26&view=log
* Mon Mar 14 2005 ro@suse.de
- change dbus dependency (dbus, not rcdbus)
- fix init script name rchal -> hal
* Mon Mar 14 2005 thoenig@suse.de
- added 'hal-duplicated_devices.diff' which prevents hald to add
  devices into its device store twice (closes #66641)
- renamed filenames of patches which previously contained captial
  letters
- changed init order for hal/dbus/resmgr
* Mon Mar 14 2005 dkukawka@suse.de
- removed hal from boot and added to runlevel 3 and 5
- changed boot.hal to rchal
* Mon Mar 14 2005 hvogel@suse.de
- remove hfplus part from the ipod fdi. submount knows about
  hfsplus now.
* Thu Mar 10 2005 dkukawka@suse.de
- added ipod fdi file see bug #71986
* Wed Mar 09 2005 dkukawka@suse.de
- fixed bug #71880, added specs to doc section of hal.rpm
* Wed Mar 09 2005 dkukawka@suse.de
- moved docfiles from /usr/share/doc/packages/hal-%%{VERSION}/ to
  /usr/share/doc/packages/hal/
- fixed bug #71728
* Thu Mar 03 2005 dkukawka@suse.de
- fixed boot.hal [see bug# 65775]
* Mon Feb 28 2005 adrian@suse.de
- start after resmgr daemon
* Tue Feb 22 2005 dkukawka@suse.de
- added python-gtk and python-gnome to 'Requires:' for hal-gnome
* Fri Feb 18 2005 meissner@suse.de
- Fix up libgphoto2 map handling. still not fully correct, since
  it does not handle class based cameras (0x6 usb class aka PTP).
- removed -fno-strict-aliasing, not necessary.
- devel packages do not need ldconfig (just .so links in it).
* Thu Feb 10 2005 dkukawka@suse.de
- workaround in haldaemon, now hald wait max. 2.5 sec for D-BUS
* Fri Feb 04 2005 ro@suse.de
- added dbus-1-glib to neededforbuild
* Thu Feb 03 2005 ro@suse.de
- use common macros in pre/post scripts
* Fri Jan 28 2005 dkukawka@suse.de
- removed --enable-verbose-mode from configure
* Fri Jan 28 2005 dkukawka@suse.de
- removed load module capability from boot.hal since hal run as
  root process (module is only needed if hal run as haldaemon)
* Fri Jan 28 2005 dkukawka@suse.de
- added aaa_base to requirements
- added /etc/init.d/boot.localfs to prereq
- removed fstab-sync from configure
* Tue Jan 25 2005 dkukawka@suse.de
- cleaned up requirements in spec-file
- removed --drop-privileges from  startscript. HAL now run as root
  process
* Tue Jan 25 2005 dkukawka@suse.de
- update to new stable version [0.4.7]
  changelog
  - Add support for PCMCIA cards if they are in sysfs (on 2.6.10-ish
  kernels)
  - Don't attempt to access page 0x80 on USB Storage Devices as the
  resulting INQUIRY crashes quite a few devices
  - Fix reporting of USB interface class
  - Make hald not crash if sysfs files are writable but not readable
  - Small h-d-m fix (Sjoerd Simons)
  - Fix a bug in libhal-storage where mount options were merged even
  though they were set to FALSE.
* Tue Jan 25 2005 dkukawka@suse.de
- load kernelmodule 'capability' at start in boot.hal
- added fix for errormessage if 'capability' isn't available in
  the kernel
* Fri Jan 21 2005 dkukawka@suse.de
- update to new stable version [0.4.6]
  changelog:
  - Fix strange crasher in libsysfs on certain ppc platforms
  - Update local libsysfs copy to 1.2.0
  - Add compile time option to use 2.6.10 link detection features
  rather than talking directly to the mii registers
  - Fix off by one in VFAT label probing (Kay Sievers)
  - Skip NTFS signed volume and label probing fixes (Kay Sievers)
  - Use mount option iocharset=utf8 for vfat volumes
- change Makefile to use local libsysfs
* Thu Jan 13 2005 dkukawka@suse.de
- update to new stable version [0.4.5] (for more info read Changelog
  of the src)
- changed position in /etc/rc.d/boot.d/, now hal start depending
  on boot.localnet and boot.dbus (this is a workaround to the
  /var/run - cleanup is moved from boot.localnet to boot.localfs)
* Thu Jan 13 2005 dkukawka@suse.de
- changed startposition of hal during the boot process, hal starts
  now depending on boot.dbus and boot.localfs
* Tue Jan 11 2005 dkukawka@suse.de
- fixed rc.hal
* Tue Jan 11 2005 dkukawka@suse.de
- update to new stable version [0.4.4] (for more info read Changelog
  in the src)
* Mon Dec 20 2004 dkukawka@suse.de
- fixed Bug #49410 in rc.hal and the spec-file
* Fri Dec 10 2004 hare@suse.de
- Fixed hal-display-manager to not crash if no properties
  have been received.
* Thu Dec 02 2004 dkukawka@suse.de
- update to new version [0.4.2] with this changes from David
  Zeuthen <david@fubar.dk>:
  - add blacklist for not polling certain IDE slave drives as that
  decreases performance
  - Support for Linux kernels 2.6.10-rc2 and onwards
  - Only lazy unmount devices if {storage.volume}.policy.should_mount is
  TRUE - e.g. don't lazy unmount devices we don't care about
  - Support for IDE Zip and Jaz drives (treated as floppy drives)
  - Various fdi-parsing enhancements
  - Don't add 'ro' to optical drives as it prevents DVD-RAM usage
  - Support 256 partitions instead of only 16
  - small h-d-m UI bugfix (Sjoerd Simons)
  - small h-d-m UI bugfix (Bryan Clark)
* Sun Nov 14 2004 dkukawka@suse.de
- initial package
openSUSE Build Service is sponsored by