Hello community,

here is the log from the commit of package libmtp for openSUSE:Factory checked 
in at 2013-02-11 11:04:46
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libmtp (Old)
 and      /work/SRC/openSUSE:Factory/.libmtp.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libmtp", Maintainer is "[email protected]"

Changes:
--------
--- /work/SRC/openSUSE:Factory/libmtp/libmtp.changes    2012-11-05 
14:55:01.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.libmtp.new/libmtp.changes       2013-02-11 
11:04:48.000000000 +0100
@@ -1,0 +2,5 @@
+Fri Feb  8 21:28:57 UTC 2013 - [email protected]
+
+- add support for Motorola Droid Razr M (XT 907)
+
+-------------------------------------------------------------------

New:
----
  libmtp_motoRazr.patch

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ libmtp.spec ++++++
--- /var/tmp/diff_new_pack.XFIkQ6/_old  2013-02-11 11:04:49.000000000 +0100
+++ /var/tmp/diff_new_pack.XFIkQ6/_new  2013-02-11 11:04:49.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libmtp
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -30,6 +30,7 @@
 Release:        0
 %define sonum   9
 Source0:        
http://downloads.sourceforge.net/project/%{name}/%{name}/%{version}/%{name}-%{version}.tar.gz
+Patch:          libmtp_motoRazr.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 %define _udevrulesdir %(pkg-config --variable=udevdir udev)/rules.d
 %define _udevdir %(pkg-config --variable=udevdir udev)
@@ -75,6 +76,7 @@
 
 %prep
 %setup -q
+%patch
 
 %build
 %configure --with-udev=%{_udevdir} --disable-static --enable-doxygen

++++++ libmtp_motoRazr.patch ++++++
--- src/music-players.h.orig
+++ src/music-players.h
@@ -1581,6 +1581,8 @@
   { "Motorola", 0x22b8, "V3m/V750 verizon", 0x2a65,
       DEVICE_FLAG_BROKEN_SET_OBJECT_PROPLIST |
       DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST_ALL },
+  { "Motorola", 0x22b8, "Razr M XT907", 0x710f,
+      DEVICE_FLAGS_ANDROID_BUGS },
   // Reported by Jader Rodrigues Simoes <[email protected]>
   { "Motorola", 0x22b8, "Xoom 2 Media Edition (ID2)", 0x41cf,
       DEVICE_FLAGS_ANDROID_BUGS },
-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to