From 35d8fd231e3ada3511f02e74271c4b22059e1188 Mon Sep 17 00:00:00 2001 From: Ivana Varekova Date: Fri, 23 Nov 2007 07:55:33 +0000 Subject: [PATCH] - add SonyClie NR70 patch (#372821) --- pilot-link-0.12.2-NR70V.patch | 11 +++++++++++ pilot-link.spec | 7 ++++++- 2 files changed, 17 insertions(+), 1 deletion(-) create mode 100644 pilot-link-0.12.2-NR70V.patch diff --git a/pilot-link-0.12.2-NR70V.patch b/pilot-link-0.12.2-NR70V.patch new file mode 100644 index 0000000..f6b7768 --- /dev/null +++ b/pilot-link-0.12.2-NR70V.patch @@ -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, + }, + + { diff --git a/pilot-link.spec b/pilot-link.spec index 4cc8142..ab05cf2 100644 --- a/pilot-link.spec +++ b/pilot-link.spec @@ -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 - 2:0.12.2-7 +- add SonyClie NR70 patch (#372821) + * Mon Nov 12 2007 Alex Lancaster - 2:0.12.2-6 - Enable Perl bindings - Include important docs such as README.usb