Hello community,

here is the log from the commit of package libmtp for openSUSE:Factory checked 
in at 2015-02-06 10:40:07
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libmtp (Old)
 and      /work/SRC/openSUSE:Factory/.libmtp.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libmtp"

Changes:
--------
--- /work/SRC/openSUSE:Factory/libmtp/libmtp.changes    2014-09-28 
19:53:58.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.libmtp.new/libmtp.changes       2015-02-06 
10:40:08.000000000 +0100
@@ -1,0 +2,6 @@
+Sat Jan 31 20:26:11 UTC 2015 - [email protected]
+
+- Add device data for Droid Turbo
+  add: mtp_DroidTurbo.patch
+
+-------------------------------------------------------------------

New:
----
  mtp_DroidTurbo.patch

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

Other differences:
------------------
++++++ libmtp.spec ++++++
--- /var/tmp/diff_new_pack.RN1bBT/_old  2015-02-06 10:40:09.000000000 +0100
+++ /var/tmp/diff_new_pack.RN1bBT/_new  2015-02-06 10:40:09.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libmtp
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 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
@@ -31,6 +31,7 @@
 %define sonum   9
 Source0:        
http://downloads.sourceforge.net/project/%{name}/%{name}/%{version}/%{name}-%{version}.tar.gz
 Patch0:         include-config-h.patch
+Patch1:         mtp_DroidTurbo.patch
 # from git 1a2669c6df6c093aec38c0c99a21438d74ccdf33
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 %{!?_udevrulesdir: %global _udevrulesdir %(pkg-config --variable=udevdir 
udev)/rules.d }
@@ -79,6 +80,7 @@
 %prep
 %setup -q
 %patch0 -p1
+%patch1
 
 %build
 echo 'HTML_TIMESTAMP=NO' >> doc/Doxyfile.in

++++++ mtp_DroidTurbo.patch ++++++
--- src/music-players.h.orig
+++ src/music-players.h
@@ -1910,6 +1910,8 @@
       DEVICE_FLAGS_ANDROID_BUGS },
   { "Motorola", 0x22b8, "XT890/907/Razr (MTP+ADB)", 0x710e,
       DEVICE_FLAGS_ANDROID_BUGS },
+  { "Motorola", 0x22b8, "Droid Turbo Verizon", 0x2ea8,
+      DEVICE_FLAGS_ANDROID_BUGS },
   /*
    * XT890/907/Razr
    * 710f is USB mass storage
-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to