diff --git a/libmtp-1.1.5.tar.gz b/libmtp-1.1.5.tar.gz deleted file mode 100644 index dbeb860..0000000 --- a/libmtp-1.1.5.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:787679171baf8b3cf2fcc03196c705ab4d7cbc969bd71f9d3696be1ce7f1c63a -size 723925 diff --git a/libmtp-1.1.6.tar.gz b/libmtp-1.1.6.tar.gz new file mode 100644 index 0000000..1183fe6 --- /dev/null +++ b/libmtp-1.1.6.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a1c1c83af91de4052eb54feb795c141b4c04a252e0031954ebbf6175970cb0a +size 733519 diff --git a/libmtp.changes b/libmtp.changes index cba07ee..4f84611 100644 --- a/libmtp.changes +++ b/libmtp.changes @@ -1,3 +1,29 @@ +------------------------------------------------------------------- +Fri Mar 15 09:28:44 UTC 2013 - meissner@suse.com + +- updated to 1.1.6 + + - Soname libmtp.so.9.1.0 - binary compatible, new interfaces + have been added. + - Devices, devices, devices... I think I had a hundred (no kidding) + reports for the Nexus 4. It seems hackers just love this device + and cannot wait for me to spin a new libmtp. + - More careful autoprobing code for Linux, running around in + sysfs to try to avoid opening non-MTP devices. The libusb devs + do not uniformly like this idea but what shall I do? People + still want their devices to autodetect. Any hints welcome, + any patches will be reviewed. + - Interface extenstions from Philip Langdale to support the + Android in-place read/write extensions. This will be used by + GVFS for editing files etc, it is actually very useful when + treating the MTP device as a "real" filesystem. It only works + on Android devices with Google's MTP stack, but hey, that is + a fair share of the MTP devices used today. + - Several fixes and memory leaks fixed by Lei Zhang courtesy if + the Chromebook project, thanks Google! + - Windows Phone 8 should work out of the box. +- remove upstream libmtp_motoRazr.patch + ------------------------------------------------------------------- Fri Feb 8 21:28:57 UTC 2013 - rschweikert@suse.com diff --git a/libmtp.spec b/libmtp.spec index 5587ad2..b2ea114 100644 --- a/libmtp.spec +++ b/libmtp.spec @@ -26,11 +26,10 @@ BuildRequires: pkgconfig(udev) Summary: Commandline utilities for access to MTP Players License: LGPL-2.1+ Group: Productivity/Multimedia/Sound/Players -Version: 1.1.5 +Version: 1.1.6 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) @@ -76,7 +75,6 @@ Transfer Protocol) authored by Microsoft. %prep %setup -q -%patch %build %configure --with-udev=%{_udevdir} --disable-static --enable-doxygen diff --git a/libmtp_motoRazr.patch b/libmtp_motoRazr.patch deleted file mode 100644 index e39d620..0000000 --- a/libmtp_motoRazr.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- 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 - { "Motorola", 0x22b8, "Xoom 2 Media Edition (ID2)", 0x41cf, - DEVICE_FLAGS_ANDROID_BUGS },