Hello community, here is the log from the commit of package pilot-link checked in at Thu Sep 13 18:54:50 CEST 2007. -------- --- pilot-link/pilot-link.changes 2007-08-06 07:22:42.000000000 +0200 +++ /mounts/work_src_done/STABLE/pilot-link/pilot-link.changes 2007-09-04 14:28:02.000000000 +0200 @@ -1,0 +2,8 @@ +Tue Sep 4 14:26:36 CEST 2007 - dgollub@suse.de + +- Readded HAL FDI files to identify palm devices and set + pda.platform to "palm". This is needed for hal-resmgr to give + the destkop user access to the USB Raw device. Applications + which use the libusb transport of libpisock need this. + +------------------------------------------------------------------- New: ---- 10-usb-raw-pda.fdi ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ perl-PDA-Pilot.spec ++++++ --- /var/tmp/diff_new_pack.Am7118/_old 2007-09-13 18:54:21.000000000 +0200 +++ /var/tmp/diff_new_pack.Am7118/_new 2007-09-13 18:54:21.000000000 +0200 @@ -14,7 +14,7 @@ BuildRequires: gcc-c++ pilot-link-devel URL: http://www.pilot-link.org/ Version: 0.12.2 -Release: 9 +Release: 21 License: GPL v2 or later, LGPL v2 or later Group: Development/Libraries/Perl Autoreqprov: on ++++++ pilot-link.spec ++++++ --- /var/tmp/diff_new_pack.Am7118/_old 2007-09-13 18:54:21.000000000 +0200 +++ /var/tmp/diff_new_pack.Am7118/_new 2007-09-13 18:54:21.000000000 +0200 @@ -11,7 +11,7 @@ # norootforbuild Name: pilot-link -BuildRequires: bluez-libs gcc-c++ libpng-devel libusb-devel pkg-config popt-devel readline-devel +BuildRequires: bluez-libs gcc-c++ hal libpng-devel libusb-devel pkg-config popt-devel readline-devel URL: http://www.pilot-link.org/ License: GPL v2 or later, LGPL v2 or later Group: Hardware/Palm @@ -19,9 +19,10 @@ Provides: plink Autoreqprov: on Version: 0.12.2 -Release: 9 -Summary: Pilot-Link based Synchronization Development Header Files +Release: 21 +Summary: Pilot-Link Based Synchronization Development Header Files Source: %{name}-%{version}.tar.bz2 +Source1: 10-usb-raw-pda.fdi Patch0: %{name}-gcc.patch Patch1: %{name}-0.12.1-appointment_buf.diff Patch2: %{name}-0.12.1-strncat.diff @@ -38,6 +39,7 @@ Kenneth Albanowski <kjahds@kjahds.com> %package -n libpisock9 +Requires: hal-palm Summary: Pilot-Link Library for Palm devices Group: Hardware/Palm @@ -102,6 +104,23 @@ -------- Kenneth Albanowski <kjahds@kjahds.com> +%package -n hal-palm +Requires: hal +Summary: HAL FDI file to identify Palm devices +Group: Hardware/Palm + +%description -n hal-palm +HAL FDI file to identify Palm devices and set pda.platform to "pda" for +the USB Raw device. In combination with hal-resmgr the desktop user +will get permission to the USB Raw device and can use the libusb +transport of libpisock. + + + +Authors: +-------- + Kenneth Albanowski <kjahds@kjahds.com> + %prep %setup -q %patch0 @@ -131,6 +150,12 @@ rm $RPM_BUILD_ROOT/usr/share/pilot-link/udev/60-libpisock.rules rm $RPM_BUILD_ROOT/%{_libdir}/*.a rm $RPM_BUILD_ROOT/%{_libdir}/*.la +# Install HAL FDI file for known palm devices to set pda.platform = "palm". +# This is needed so hal-resmgr can set permission to the USB raw device. The +# USB Raw device access is needed for applications which use the libusb +# transport of libpisock. +mkdir -p $RPM_BUILD_ROOT/usr/share/hal/fdi/information/20thirdparty/ +cp %{S:1} $RPM_BUILD_ROOT/usr/share/hal/fdi/information/20thirdparty/ %clean rm -rf $RPM_BUILD_ROOT @@ -180,7 +205,16 @@ %{_libdir}/libpisync*.so %{_includedir}/pi-sync.h +%files -n hal-palm +%defattr(-,root,root) +%{_datadir}/hal/fdi/information/20thirdparty/10-usb-raw-pda.fdi + %changelog +* Tue Sep 04 2007 - dgollub@suse.de +- Readded HAL FDI files to identify palm devices and set + pda.platform to "palm". This is needed for hal-resmgr to give + the destkop user access to the USB Raw device. Applications + which use the libusb transport of libpisock need this. * Mon Aug 06 2007 - coolo@suse.de - Adding versions to obsoletes * Thu Aug 02 2007 - sbrabec@suse.cz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... --------------------------------------------------------------------- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@Hilbert.suse.de