- extend clio patch - thanks Kevin R. Page
This commit is contained in:
parent
e5a3ac4851
commit
abfbd36881
@ -1,7 +1,6 @@
|
|||||||
Index: pilot-link-0.12.3/libpisock/usb.c
|
diff -up pilot-link-0.12.3/libpisock/usb.c.clio pilot-link-0.12.3/libpisock/usb.c
|
||||||
===================================================================
|
--- pilot-link-0.12.3/libpisock/usb.c.clio 2008-09-19 12:06:52.000000000 +0200
|
||||||
--- pilot-link-0.12.3.orig/libpisock/usb.c
|
+++ pilot-link-0.12.3/libpisock/usb.c 2008-09-23 10:57:22.000000000 +0200
|
||||||
+++ pilot-link-0.12.3/libpisock/usb.c
|
|
||||||
@@ -655,6 +655,7 @@ pi_usb_dev_t known_devices[] = {
|
@@ -655,6 +655,7 @@ pi_usb_dev_t known_devices[] = {
|
||||||
.vendor = 0x054c,
|
.vendor = 0x054c,
|
||||||
.product = 0x0066,
|
.product = 0x0066,
|
||||||
@ -10,3 +9,11 @@ Index: pilot-link-0.12.3/libpisock/usb.c
|
|||||||
},
|
},
|
||||||
|
|
||||||
{
|
{
|
||||||
|
@@ -698,6 +699,7 @@ pi_usb_dev_t known_devices[] = {
|
||||||
|
.vendor = 0x054c,
|
||||||
|
.product = 0x0169,
|
||||||
|
.idstr = "Sony TJ",
|
||||||
|
+ .flags = USB_INIT_SONY_CLIE,
|
||||||
|
},
|
||||||
|
|
||||||
|
/* AlphaSmart */
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
Name: pilot-link
|
Name: pilot-link
|
||||||
Version: 0.12.3
|
Version: 0.12.3
|
||||||
Release: 17%{?dist}
|
Release: 18%{?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
|
||||||
@ -185,6 +185,9 @@ rm -rf %{buildroot}
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Sep 23 2008 Ivana Varekova <varekova@redhat.com> - 2:0.12.3-18
|
||||||
|
- extend clio patch - thanks Kevin R. Page
|
||||||
|
|
||||||
* Fri Sep 19 2008 Ivana Varekova <varekova@redhat.com> - 2:0.12.3-17
|
* Fri Sep 19 2008 Ivana Varekova <varekova@redhat.com> - 2:0.12.3-17
|
||||||
- split perl subpackage (461758) - thanks Peter Robinson
|
- split perl subpackage (461758) - thanks Peter Robinson
|
||||||
- spec file cleanup
|
- spec file cleanup
|
||||||
|
Loading…
Reference in New Issue
Block a user