- add clio patch (454178) - thanks Michael Ekstrand
This commit is contained in:
parent
1711434fb7
commit
ca9f4ca809
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
|
Name: pilot-link
|
||||||
Version: 0.12.3
|
Version: 0.12.3
|
||||||
Release: 14%{?dist}
|
Release: 15%{?dist}
|
||||||
Epoch: 2
|
Epoch: 2
|
||||||
License: GPLv2 and GPLv2+ and LGPLv2+ and TCL
|
License: GPLv2 and GPLv2+ and LGPLv2+ and TCL
|
||||||
Group: Applications/Communications
|
Group: Applications/Communications
|
||||||
@ -24,6 +24,7 @@ Patch6: pilot-link-0.12.2-open.patch
|
|||||||
Patch7: pilot-link-0.12.3-md5.patch
|
Patch7: pilot-link-0.12.3-md5.patch
|
||||||
Patch8: bluetooth-session-register.diff
|
Patch8: bluetooth-session-register.diff
|
||||||
Patch9: pilot-link-0.12.2-Zire.patch
|
Patch9: pilot-link-0.12.2-Zire.patch
|
||||||
|
Patch10: pilot-link-0.12.3-clio.patch
|
||||||
|
|
||||||
|
|
||||||
Requires(post): /sbin/ldconfig
|
Requires(post): /sbin/ldconfig
|
||||||
@ -81,6 +82,7 @@ need to install pilot-link-devel.
|
|||||||
%patch7 -p1 -b .md5
|
%patch7 -p1 -b .md5
|
||||||
%patch8 -p0 -b .bluetooth-sdp
|
%patch8 -p0 -b .bluetooth-sdp
|
||||||
%patch9 -p1 -b .Zire
|
%patch9 -p1 -b .Zire
|
||||||
|
%patch10 -p1 -b .clio
|
||||||
|
|
||||||
%build
|
%build
|
||||||
autoreconf -is
|
autoreconf -is
|
||||||
@ -179,6 +181,9 @@ rm -rf %{buildroot}
|
|||||||
%{_datadir}/aclocal/*.m4
|
%{_datadir}/aclocal/*.m4
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Sep 19 2008 Ivana Varekova <varekova@redhat.com> - 2:0.12.3-15
|
||||||
|
- add clio patch (454178) - thanks Michael Ekstrand
|
||||||
|
|
||||||
* Fri Jun 06 2008 Kevin Page <krp[AT]fedoraproject org> - 2:0.12.3-14
|
* Fri Jun 06 2008 Kevin Page <krp[AT]fedoraproject org> - 2:0.12.3-14
|
||||||
- corrected documentation for visor module use
|
- corrected documentation for visor module use
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user