- add clio patch (454178) - thanks Michael Ekstrand
This commit is contained in:
parent
ff5b666ffe
commit
4144d0efa3
12
pilot-link-0.12.3-clio.patch
Normal file
12
pilot-link-0.12.3-clio.patch
Normal file
@ -0,0 +1,12 @@
|
||||
Index: pilot-link-0.12.3/libpisock/usb.c
|
||||
===================================================================
|
||||
--- pilot-link-0.12.3.orig/libpisock/usb.c
|
||||
+++ pilot-link-0.12.3/libpisock/usb.c
|
||||
@@ -655,6 +655,7 @@ pi_usb_dev_t known_devices[] = {
|
||||
.vendor = 0x054c,
|
||||
.product = 0x0066,
|
||||
.idstr = "Sony T, SJ series, and other Palm OS 4.0 devices",
|
||||
+ .flags = USB_INIT_SONY_CLIE,
|
||||
},
|
||||
|
||||
{
|
@ -3,7 +3,7 @@
|
||||
|
||||
Name: pilot-link
|
||||
Version: 0.12.3
|
||||
Release: 15%{?dist}
|
||||
Release: 16%{?dist}
|
||||
Epoch: 2
|
||||
License: GPLv2 and GPLv2+ and LGPLv2+ and TCL
|
||||
Group: Applications/Communications
|
||||
@ -24,6 +24,7 @@ Patch6: pilot-link-0.12.2-open.patch
|
||||
Patch7: pilot-link-0.12.3-md5.patch
|
||||
Patch8: bluetooth-session-register.diff
|
||||
Patch9: pilot-link-0.12.2-Zire.patch
|
||||
Patch10: pilot-link-0.12.3-clio.patch
|
||||
|
||||
|
||||
Requires(post): /sbin/ldconfig
|
||||
@ -81,6 +82,7 @@ need to install pilot-link-devel.
|
||||
%patch7 -p1 -b .md5
|
||||
%patch8 -p0 -b .bluetooth-sdp
|
||||
%patch9 -p1 -b .Zire
|
||||
%patch10 -p1 -b .clio
|
||||
|
||||
%build
|
||||
autoreconf -is
|
||||
@ -179,6 +181,9 @@ rm -rf %{buildroot}
|
||||
%{_datadir}/aclocal/*.m4
|
||||
|
||||
%changelog
|
||||
* Fri Sep 19 2008 Ivana Varekova <varekova@redhat.com> - 2:0.12.3-16
|
||||
- add clio patch (454178) - thanks Michael Ekstrand
|
||||
|
||||
* Thu Sep 11 2008 - Bastien Nocera <bnocera@redhat.com> - 2:0.12.3-15
|
||||
- Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user