- add SonyClie NR70 patch (#372821)
This commit is contained in:
parent
0c9042b156
commit
35d8fd231e
11
pilot-link-0.12.2-NR70V.patch
Normal file
11
pilot-link-0.12.2-NR70V.patch
Normal file
@ -0,0 +1,11 @@
|
||||
diff -up pilot-link-0.12.2/libpisock/usb.c.pom pilot-link-0.12.2/libpisock/usb.c
|
||||
--- pilot-link-0.12.2/libpisock/usb.c.pom 2007-11-23 08:28:45.000000000 +0100
|
||||
+++ pilot-link-0.12.2/libpisock/usb.c 2007-11-23 08:40:24.000000000 +0100
|
||||
@@ -673,6 +673,7 @@ pi_usb_dev_t known_devices[] = {
|
||||
.vendor = 0x054c,
|
||||
.product = 0x009a,
|
||||
.idstr = "Sony NR70V/U",
|
||||
+ .flags = USB_INIT_SONY_CLIE,
|
||||
},
|
||||
|
||||
{
|
@ -3,7 +3,7 @@
|
||||
|
||||
Name: pilot-link
|
||||
Version: 0.12.2
|
||||
Release: 6%{?dist}
|
||||
Release: 7%{?dist}
|
||||
Epoch: 2
|
||||
License: GPLv2 and GPLv2+ and LGPLv2+ and TCL
|
||||
Group: Applications/Communications
|
||||
@ -17,6 +17,7 @@ ExcludeArch: s390 s390x
|
||||
#Patch3: pilot-link-0.11.2-malsync.patch # May be still applied
|
||||
Patch4: pilot-link-0.12.1-var.patch
|
||||
Patch5: pilot-link-0.12.2-m.patch
|
||||
Patch6: pilot-link-0.12.2-NR70V.patch
|
||||
|
||||
Requires: /sbin/ldconfig
|
||||
|
||||
@ -68,6 +69,7 @@ need to install pilot-link-devel.
|
||||
#%patch3 -p1 -b .malsync
|
||||
%endif
|
||||
%patch5 -p1 -b .typo
|
||||
%patch6 -p1 -b .NR70V
|
||||
|
||||
%build
|
||||
autoreconf -is
|
||||
@ -153,6 +155,9 @@ rm -rf %{buildroot}
|
||||
%{_datadir}/aclocal/*.m4
|
||||
|
||||
%changelog
|
||||
* Fri Nov 23 2007 Ivana Varekova <varekova@redhat.com> - 2:0.12.2-7
|
||||
- add SonyClie NR70 patch (#372821)
|
||||
|
||||
* Mon Nov 12 2007 Alex Lancaster <alexl@users.sourceforge.net> - 2:0.12.2-6
|
||||
- Enable Perl bindings
|
||||
- Include important docs such as README.usb
|
||||
|
Loading…
Reference in New Issue
Block a user