From 8d55a3f53aa6c4a9fff2ef314d654f0cf3ad3002181c1a44c0e7d96d33c15a65 Mon Sep 17 00:00:00 2001 From: Marcus Meissner Date: Fri, 15 Mar 2013 09:29:50 +0000 Subject: [PATCH] - 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. OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libmtp?expand=0&rev=57 --- libmtp-1.1.5.tar.gz | 3 --- libmtp-1.1.6.tar.gz | 3 +++ libmtp.changes | 25 +++++++++++++++++++++++++ libmtp.spec | 2 +- 4 files changed, 29 insertions(+), 4 deletions(-) delete mode 100644 libmtp-1.1.5.tar.gz create mode 100644 libmtp-1.1.6.tar.gz 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..0c171f5 100644 --- a/libmtp.changes +++ b/libmtp.changes @@ -1,3 +1,28 @@ +------------------------------------------------------------------- +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. + ------------------------------------------------------------------- Fri Feb 8 21:28:57 UTC 2013 - rschweikert@suse.com diff --git a/libmtp.spec b/libmtp.spec index 5587ad2..4943281 100644 --- a/libmtp.spec +++ b/libmtp.spec @@ -26,7 +26,7 @@ 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