From b871f8631433db954815fa1b4463aee73394f95db807a93962ed8037d5f2527c Mon Sep 17 00:00:00 2001 From: Marcus Meissner Date: Fri, 13 Jan 2012 10:37:39 +0000 Subject: [PATCH] - updated to 1.1.2 * device updates * ported to use libusb 1.0 * Autodetect "sony.net" devices OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libmtp?expand=0&rev=41 --- add-galaxy-nexus-support.diff | 12 ------------ libmtp-1.1.1.tar.gz | 3 --- libmtp-1.1.2.tar.gz | 3 +++ libmtp.changes | 8 ++++++++ libmtp.spec | 11 ++++------- 5 files changed, 15 insertions(+), 22 deletions(-) delete mode 100644 add-galaxy-nexus-support.diff delete mode 100644 libmtp-1.1.1.tar.gz create mode 100644 libmtp-1.1.2.tar.gz diff --git a/add-galaxy-nexus-support.diff b/add-galaxy-nexus-support.diff deleted file mode 100644 index 981a2a8..0000000 --- a/add-galaxy-nexus-support.diff +++ /dev/null @@ -1,12 +0,0 @@ ---- src/music-players.h -+++ src/music-players.h 2011-12-29 12:39:15.813619378 +0100 -@@ -277,6 +277,9 @@ - { "Samsung", 0x04e8, "GT-B2710/Xcover 271", 0x68af, - DEVICE_FLAG_UNLOAD_DRIVER | - DEVICE_FLAG_PLAYLIST_SPL_V1 }, -+ { "Samsung", 0x04e8, "GT-I9250 Galaxy Nexus", 0x685c, -+ DEVICE_FLAG_UNLOAD_DRIVER | -+ DEVICE_FLAG_PLAYLIST_SPL_V2 }, - // From anonymous Sourceforge user - { "Samsung", 0x04e8, "GT-S5230", 0xe20c, DEVICE_FLAG_NONE }, - diff --git a/libmtp-1.1.1.tar.gz b/libmtp-1.1.1.tar.gz deleted file mode 100644 index 4d6ddeb..0000000 --- a/libmtp-1.1.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1e6c64c440d0510aa246e70a3a60953c52f4c1402b707eb4bb00a0fd2df8d1fd -size 642112 diff --git a/libmtp-1.1.2.tar.gz b/libmtp-1.1.2.tar.gz new file mode 100644 index 0000000..236de53 --- /dev/null +++ b/libmtp-1.1.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a7020949f44ab283b3bd3470fa050d610ba30462fbd5cbb81f17d42b7511a4c +size 681169 diff --git a/libmtp.changes b/libmtp.changes index 63133e1..2fe90a6 100644 --- a/libmtp.changes +++ b/libmtp.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Fri Jan 13 11:35:55 CET 2012 - meissner@suse.de + +- updated to 1.1.2 + * device updates + * ported to use libusb 1.0 + * Autodetect "sony.net" devices + ------------------------------------------------------------------- Thu Dec 29 16:30:06 UTC 2011 - jengelh@medozas.de diff --git a/libmtp.spec b/libmtp.spec index 80a1dcf..b8dbd3f 100644 --- a/libmtp.spec +++ b/libmtp.spec @@ -1,7 +1,7 @@ # # spec file for package libmtp # -# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2012 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 @@ -15,21 +15,19 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # - %define debug_package_requires libmtp9 = %{version}-%{release} Name: libmtp -URL: http://sf.net/projects/libmtp +Url: http://sf.net/projects/libmtp BuildRequires: doxygen -BuildRequires: libusb-devel +BuildRequires: libusb-1_0-devel BuildRequires: pkg-config Summary: Commandline utilities for access to MTP Players License: LGPL-2.1+ Group: Productivity/Multimedia/Sound/Players -Version: 1.1.1 +Version: 1.1.2 Release: 0 Source0: http://downloads.sourceforge.net/project/libmtp/libmtp/%{version}/libmtp-%{version}.tar.gz -Patch0: add-galaxy-nexus-support.diff BuildRoot: %{_tmppath}/%{name}-%{version}-build %description @@ -74,7 +72,6 @@ Transfer Protocol) authored by Microsoft. %prep %setup -q -%patch0 -p0 %build %configure --disable-static --enable-doxygen