rpms/multican/devel multican-usbid.patch, NONE, 1.1 multican.spec, 1.10, 1.11

Jindrich Novy jnovy at fedoraproject.org
Tue Nov 10 11:59:07 UTC 2009


Author: jnovy

Update of /cvs/pkgs/rpms/multican/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv30356

Modified Files:
	multican.spec 
Added Files:
	multican-usbid.patch 
Log Message:
* Tue Nov 10 2009 Jindrich Novy <jnovy at redhat.com> 0.0.5-8
- add IDs for EOS 5D Mark II and 450D
- fix source URL


multican-usbid.patch:
 usbio.h |    2 ++
 1 file changed, 2 insertions(+)

--- NEW FILE multican-usbid.patch ---
diff -up multican-0.0.5/usbio.h.usbid multican-0.0.5/usbio.h
--- multican-0.0.5/usbio.h.usbid	2006-12-18 09:11:04.000000000 +0100
+++ multican-0.0.5/usbio.h	2009-06-24 10:59:54.000000000 +0200
@@ -182,6 +182,8 @@ static struct {
         {0x04a9, 0x3113, 6, "EOS 30D"},
         {0x04a9, 0x3114, 6, "EOS 30D (ptp)"},
         {0x04a9, 0x311a, 4, "PowerShot S3 IS"},
+        {0x04a9, 0x3145, 6, "EOS 450D"},
+        {0x04a9, 0x3199, 6, "EOS 5D Mark II"},
         {0, 0, 0, NULL}
 };
 


Index: multican.spec
===================================================================
RCS file: /cvs/pkgs/rpms/multican/devel/multican.spec,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -p -r1.10 -r1.11
--- multican.spec	25 Jul 2009 15:23:07 -0000	1.10
+++ multican.spec	10 Nov 2009 11:59:06 -0000	1.11
@@ -2,11 +2,12 @@ Summary:	Remote control utility for Cano
 Name:		multican
 Version:	0.0.5
 Release:	7%{?dist}
-Source0:	http://downloads.sourceforge.net/multican/%{name}-%{version}.tar.gz
+Source0:	http://iweb.dl.sourceforge.net/project/%{name}/%{name}/%{version}/%{name}-%{version}.tar.gz
 URL:		http://multican.sourceforge.net/
 License:	GPLv2
 Group:		Applications/Multimedia
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+Patch0:		multican-usbid.patch
 BuildRequires:	libusb-devel >= 0.1.12
 Requires:	libusb >= 0.1.12
 
@@ -27,6 +28,7 @@ applications that use multican library t
 
 %prep
 %setup -q
+%patch0 -p1 -b .usbid
 
 %build
 make CFLAGS="$RPM_OPT_FLAGS -fPIC"
@@ -57,6 +59,10 @@ rm -rf $RPM_BUILD_ROOT
 %{_libdir}/*.so
 
 %changelog
+* Tue Nov 10 2009 Jindrich Novy <jnovy at redhat.com> 0.0.5-8
+- add IDs for EOS 5D Mark II and 450D
+- fix source URL
+
 * Sat Jul 25 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.0.5-7
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
 




More information about the fedora-extras-commits mailing list