rpms/libmtp/devel libmtp-nokia-n82.patch, NONE, 1.1 libmtp.spec, 1.25, 1.26

Bastien Nocera hadess at fedoraproject.org
Fri Oct 24 20:08:46 UTC 2008


Author: hadess

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

Modified Files:
	libmtp.spec 
Added Files:
	libmtp-nokia-n82.patch 
Log Message:
* Fri Oct 24 2008 - Bastien Nocera <bnocera at redhat.com> - 0.3.3-2
- Add support for the Nokia N82


libmtp-nokia-n82.patch:

--- NEW FILE libmtp-nokia-n82.patch ---
Index: src/music-players.h
===================================================================
RCS file: /cvsroot/libmtp/libmtp/src/music-players.h,v
retrieving revision 1.83
diff -u -p -u -p -r1.83 music-players.h
--- src/music-players.h	21 Oct 2008 14:24:24 -0000	1.83
+++ src/music-players.h	24 Oct 2008 19:57:02 -0000
@@ -474,6 +474,8 @@
   { "Nokia", 0x0421, "N73 Mobile Phone", 0x04d1, DEVICE_FLAG_UNLOAD_DRIVER },
   // From Swapan <swapan at yahoo.com>
   { "Nokia", 0x0421, "N75 Mobile Phone", 0x04e1, DEVICE_FLAG_NONE },
+  // From Bastien Nocera <hadess at hadess.net>
+  { "Nokia", 0x0421, "N82 Mobile Phone", 0x0074, DEVICE_FLAG_NONE },
   // From Anonymous Sourceforge User
   { "Nokia", 0x0421, "N95 Mobile Phone", 0x04ef, DEVICE_FLAG_NONE },
   // From: Pat Nicholls <pat at patandannie.co.uk>


Index: libmtp.spec
===================================================================
RCS file: /cvs/pkgs/rpms/libmtp/devel/libmtp.spec,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- libmtp.spec	25 Sep 2008 22:12:58 -0000	1.25
+++ libmtp.spec	24 Oct 2008 20:08:16 -0000	1.26
@@ -3,7 +3,7 @@
 
 Name:           libmtp
 Version:        0.3.3
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        A software library for MTP media players
 URL:            http://libmtp.sourceforge.net/
 
@@ -17,6 +17,7 @@
 BuildRequires:  doxygen
 
 Patch0: libmtp-0.2.6.1-simpler-rules.patch
+Patch1: libmtp-nokia-n82.patch
 
 %description
 This package provides a software library for communicating with MTP
@@ -46,6 +47,7 @@
 %prep
 %setup -q
 %patch0 -p1 -b .rules
+%patch1 -p0 -b .n82
 
 %build
 %configure --disable-static --program-prefix=mtp-
@@ -99,6 +101,9 @@
 
 
 %changelog
+* Fri Oct 24 2008 - Bastien Nocera <bnocera at redhat.com> - 0.3.3-2
+- Add support for the Nokia N82
+
 * Fri Sep 26 2008 Linus Walleij <triad at df.lth.se> 0.3.3-1
 - New upstream bugfix release.
 




More information about the scm-commits mailing list